Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/chrony_exporter/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'chrony_exporter'
pkgname=chrony_exporter
version=0.13.1
version=0.13.3
revision=1
build_style=go
go_import_path="github.com/superq/chrony_exporter"
Expand All @@ -13,7 +13,7 @@ license="Apache-2.0"
homepage="https://github.com/SuperQ/chrony_exporter"
changelog="https://raw.githubusercontent.com/SuperQ/chrony_exporter/main/CHANGELOG.md"
distfiles="https://github.com/SuperQ/chrony_exporter/archive/refs/tags/v${version}.tar.gz"
checksum=1f899c5d95e5d0f7a17892d96d31bc15093f0550d3e739b4be88a01115d46963
checksum=9a300a50da6ffe84609d7164493efb53a9cc2a33465c563cfc22bd9d254088ab

post_install() {
vsv chrony_exporter
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/lmdb/template
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Template file for 'lmdb'
pkgname=lmdb
version=0.9.31
version=0.9.35
revision=1
short_desc="Lightning Memory-Mapped Database Manager"
maintainer="Orphaned <orphan@voidlinux.org>"
license="OLDAP-2.8"
homepage="http://symas.com/mdb/"
distfiles="https://github.com/LMDB/lmdb/archive/LMDB_${version}.tar.gz"
checksum=dd70a8c67807b3b8532b3e987b0a4e998962ecc28643e1af5ec77696b081c9b0
checksum=18b021fd589d30cc08860a9550a30ae51637117451385e9581616da751326632

do_build() {
cd libraries/liblmdb
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/minify/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'minify'
pkgname=minify
version=2.24.9
version=2.24.10
revision=1
build_style=go
go_import_path="github.com/tdewolff/minify/v2"
Expand All @@ -10,7 +10,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT"
homepage="https://github.com/tdewolff/minify"
distfiles="https://github.com/tdewolff/minify/archive/v${version}.tar.gz"
checksum=f6aebde4b802c8ef658b2284ecb7c4ac945aa62b9f3e59524dbe76e385992e22
checksum=5bb9e99a81f6573b3ab467dd4adbb30d07e609b935398a139f20b183af81195f

post_install() {
vlicense LICENSE
Expand Down
10 changes: 6 additions & 4 deletions srcpkgs/postfix/template
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Template file for 'postfix'
pkgname=postfix
version=3.8.13
version=3.10.8
revision=1
hostmakedepends="perl m4"
makedepends="icu-devel libldap-devel libmariadbclient-devel pcre2-devel
postgresql-libs-devel sqlite-devel"
makedepends="db-devel icu-devel libldap-devel libmariadbclient-devel lmdb-devel
pcre2-devel postgresql-libs-devel sqlite-devel"
short_desc="High-performance mail transport agent"
maintainer="Orphaned <orphan@voidlinux.org>"
license="IPL-1.0, EPL-2.0"
homepage="https://www.postfix.org/"
distfiles="http://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${version}.tar.gz"
checksum=cdfb211d239e69b1c5eeba81216304a22f062a1f9cbcfb898edc84f8510b6740
checksum=31d4b3eb8093d823b5a151f571719ff7c0462571bc95e6440d87ca525bfb096c

system_accounts="postfix"
postfix_homedir="/var/spool/postfix"
Expand Down Expand Up @@ -65,6 +65,7 @@ do_build() {
-DHAS_MYSQL -I${XBPS_CROSS_BASE}/usr/include/mysql \
-DHAS_PGSQL -I${XBPS_CROSS_BASE}/usr/include/postgresql \
-DHAS_SQLITE \
-DHAS_LMDB \
-DDEF_COMMAND_DIR=\\\"/usr/bin\\\" \
-DDEF_SENDMAIL_PATH=\\\"/usr/bin/sendmail\\\" \
-DDEF_README_DIR=\\\"/usr/share/doc/postfix\\\" \
Expand All @@ -76,6 +77,7 @@ do_build() {
-lmysqlclient -lz -lm \
-lpq \
-lsqlite3 -lpthread \
-llmdb \
-licuuc \
' OPT="${CFLAGS} ${LDFLAGS}"

Expand Down
6 changes: 3 additions & 3 deletions srcpkgs/sbcl/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'sbcl'
pkgname=sbcl
version=2.6.1
version=2.6.2
revision=1
# make sure the sbcl option in maxima is enabled for the same archs
archs="i686 x86_64* armv7l aarch64 ppc64le*"
Expand All @@ -16,15 +16,15 @@ license="custom:BSD+public_domain"
homepage="http://www.sbcl.org/"
changelog="http://www.sbcl.org/news.html"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-source.tar.bz2"
checksum=5f2cd5bb7d3e6d9149a59c05acd8429b3be1849211769e5a37451d001e196d7f
checksum=afb49358fa58484ffeed0b26a1dfdd829a6fb066d4a8b25f2b0bbccfcae571d7
nocross=yes
nopie=yes

_bootstrap_lisp="bash ../sbcl-*-linux/run-sbcl.sh --no-sysinit --no-userinit --disable-debugger"
case "$XBPS_TARGET_MACHINE" in
x86_64)
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-x86-64-linux-binary.tar.bz2"
checksum+=" bd524eccce6f64941092450580abf7ccff99b6ccec6bde449e0e8de6c7ceec9e"
checksum+=" 1758d003f60fa166db014999a73cf9af02726ca7803ab9057dec32a92e2b6322"
;;
arm*)
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.2.14-armhf-linux-binary.tar.bz2"
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/tinyssh/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'tinyssh'
pkgname=tinyssh
version=20250501
version=20260301
revision=1
build_style=gnu-makefile
make_dirs="/etc/tinyssh 0755 root root"
Expand All @@ -12,7 +12,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="CC0-1.0 OR 0BSD OR MIT-0 OR MIT"
homepage="https://tinyssh.org"
distfiles="https://github.com/janmojzis/tinyssh/archive/${version}.tar.gz"
checksum=f3ae622c765db4e0d791ea90a9feba39d7f693ef9cb949a797f7ad6b404a2d61
checksum=06f01900644722b637ae109a293004d71eef05319e295d315e8bf870c5eed7bc

pre_build() {
vsed -i -e 's:/sbin:/bin:' Makefile
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/uv/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'uv'
pkgname=uv
version=0.9.29
version=0.10.6
revision=1
build_style=python3-pep517
build_helper="rust qemu"
Expand All @@ -13,7 +13,7 @@ license="Apache-2.0 OR MIT"
homepage="https://github.com/astral-sh/uv"
changelog="https://github.com/astral-sh/uv/raw/main/CHANGELOG.md"
distfiles="https://github.com/astral-sh/uv/releases/download/${version}/source.tar.gz>uv-${version}.tar.gz"
checksum=3f004de78e07a0c38af0b2d964053299ff26b081dc760840054ce1ca87295b76
checksum=6eb386c55b31d484aff87d3510f21a63eb7e5aee82e47a092644c81682e1ca7d

case "$XBPS_TARGET_MACHINE" in
i686*)
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/valkey/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'valkey'
pkgname=valkey
version=9.0.2
version=9.0.3
revision=1
build_style=gnu-makefile
make_build_args="V=1 BUILD_TLS=yes"
Expand All @@ -14,7 +14,7 @@ license="BSD-3-Clause"
homepage="https://valkey.io"
changelog="https://github.com/valkey-io/valkey/releases"
distfiles="https://github.com/valkey-io/valkey/archive/refs/tags/${version}.tar.gz"
checksum=0ebaa583659ab784ce19170627032cfab7793a5570b7262775f9dbf77c103ec7
checksum=e220f4b0143292ee6ea6d705aa40d45a0c8a77759b3e94c201cb5c25dbdca42f

system_accounts="_valkey"
_valkey_homedir="/var/lib/valkey"
Expand Down
6 changes: 3 additions & 3 deletions srcpkgs/webhook/template
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Template file for 'webhook'
pkgname=webhook
version=2.8.2
version=2.8.3
revision=1
build_style=go
go_import_path="github.com/adnanh/webhook"
short_desc="Lightweight incoming webhook server to run shell commands"
maintainer="Abigail G <void@placeviolette.net>"
maintainer="classabbyamp <void@placeviolette.net>"
license="MIT"
homepage="https://github.com/adnanh/webhook"
distfiles="https://github.com/adnanh/webhook/archive/${version}.tar.gz"
checksum=c233a810effc24b5ed5653f4fa82152f288ec937d5744a339f7066a6cbccc565
checksum=5bfb3d9efd75d33bfee81fb8dae935178f42689fe0165fc1f5c5a312a0162541
conf_files="/etc/webhook/hooks.json /etc/sv/webhook/conf"
system_accounts="_webhook"
system_groups="_webhook"
Expand Down
Loading