From dab70b7374ac404583bd8d640e4c4fc92006c0e1 Mon Sep 17 00:00:00 2001 From: tocsh1 <154625766+tocsh1@users.noreply.github.com> Date: Mon, 29 Jan 2024 12:22:35 -0500 Subject: [PATCH 01/58] suricata update --- srcpkgs/libhtp/template | 6 +++--- srcpkgs/suricata/template | 14 +++++++------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/srcpkgs/libhtp/template b/srcpkgs/libhtp/template index 515fd4dac2a51..433ded15ec877 100644 --- a/srcpkgs/libhtp/template +++ b/srcpkgs/libhtp/template @@ -1,7 +1,7 @@ # Template file for 'libhtp' pkgname=libhtp -version=0.5.36 -revision=2 +version=0.5.45 +revision=1 build_style=gnu-configure hostmakedepends="automake libtool" makedepends="zlib-devel" @@ -10,7 +10,7 @@ maintainer="Orphaned " license="BSD-3-Clause" homepage="https://github.com/OISF/libhtp" distfiles="https://github.com/OISF/libhtp/archive/${version}.tar.gz" -checksum=ab1dd6cfd4ab4c36624a5c74793d80d1b7f50f5791620f47bfd831a79e32bc4b +checksum=d4214f94522fa5a1ec1909dbb52831c534788d93bc6b2ca8252de9332b11b606 pre_configure() { autoreconf -fi diff --git a/srcpkgs/suricata/template b/srcpkgs/suricata/template index 3e4f58bae137d..ad8d97a367bad 100644 --- a/srcpkgs/suricata/template +++ b/srcpkgs/suricata/template @@ -1,14 +1,14 @@ # Template file for 'suricata' pkgname=suricata -version=4.1.8 -revision=2 +version=7.0.2 +revision=1 build_style=gnu-configure build_helper="$(vopt_if rust rust)" configure_args="--disable-gccmarch-native $(vopt_enable rust) - $(vopt_enable lua) $(vopt_enable hiredis) --disable-suricata-update + $(vopt_enable lua) $(vopt_enable hiredis) --disable-static --enable-non-bundled-htp" hostmakedepends="pkg-config $(vopt_if rust cargo)" -makedepends="libnet-devel libpcap-devel pcre-devel libyaml-devel libcap-ng-devel +makedepends="libnet-devel libpcap-devel pcre2-devel libyaml-devel libcap-ng-devel liblz4-devel liblzma-devel file-devel jansson-devel nss-devel libhtp-devel $(vopt_if rust rust-std) $(vopt_if lua lua53-devel) $(vopt_if hiredis hiredis-devel)" @@ -17,7 +17,7 @@ maintainer="Orphaned " license="GPL-2.0-only" homepage="https://suricata-ids.org/" distfiles="https://www.openinfosecfoundation.org/download/${pkgname}-${version}.tar.gz" -checksum=c8a83a05f57cedc0ef81d833ddcfdbbfdcdb6f459a91b1b15dc2d5671f1aecbb +checksum=b4eb604838ef99a8396bc8b7bb54cad11f2442cbd7cbb300e7f5aab19097bc4d build_options="lua rust hiredis" build_options_default="hiredis" @@ -50,8 +50,8 @@ post_build() { post_install() { vsv $pkgname vinstall $pkgname.yaml 644 etc/$pkgname - vinstall classification.config 644 etc/$pkgname - vinstall reference.config 644 etc/$pkgname + vinstall etc/classification.config 644 etc/$pkgname + vinstall etc/reference.config 644 etc/$pkgname vinstall threshold.config 644 etc/$pkgname vmkdir etc/$pkgname/rules vcopy rules/*.rules etc/$pkgname/rules From 81cf758a616cf2f77d601726c1ccb49182180ace Mon Sep 17 00:00:00 2001 From: tocsh1 <154625766+tocsh1@users.noreply.github.com> Date: Mon, 29 Jan 2024 16:32:47 -0500 Subject: [PATCH 02/58] suricata update --- srcpkgs/suricata/template | 31 +++++++++++++------------------ 1 file changed, 13 insertions(+), 18 deletions(-) diff --git a/srcpkgs/suricata/template b/srcpkgs/suricata/template index ad8d97a367bad..18b47730a4973 100644 --- a/srcpkgs/suricata/template +++ b/srcpkgs/suricata/template @@ -3,15 +3,13 @@ pkgname=suricata version=7.0.2 revision=1 build_style=gnu-configure -build_helper="$(vopt_if rust rust)" -configure_args="--disable-gccmarch-native $(vopt_enable rust) - $(vopt_enable lua) $(vopt_enable hiredis) +build_helper=rust +configure_args="--disable-gccmarch-native $(vopt_enable lua) $(vopt_enable hiredis) --disable-static --enable-non-bundled-htp" -hostmakedepends="pkg-config $(vopt_if rust cargo)" +hostmakedepends="pkg-config cargo" makedepends="libnet-devel libpcap-devel pcre2-devel libyaml-devel libcap-ng-devel liblz4-devel liblzma-devel file-devel jansson-devel nss-devel libhtp-devel - $(vopt_if rust rust-std) $(vopt_if lua lua53-devel) - $(vopt_if hiredis hiredis-devel)" + libunwind-devel rust-std $(vopt_if lua lua53-devel) $(vopt_if hiredis hiredis-devel)" short_desc="Suricata is a network IDS, IPS and NSM engine" maintainer="Orphaned " license="GPL-2.0-only" @@ -19,10 +17,9 @@ homepage="https://suricata-ids.org/" distfiles="https://www.openinfosecfoundation.org/download/${pkgname}-${version}.tar.gz" checksum=b4eb604838ef99a8396bc8b7bb54cad11f2442cbd7cbb300e7f5aab19097bc4d -build_options="lua rust hiredis" +build_options="lua hiredis" build_options_default="hiredis" desc_option_hiredis="Enable hiredis support" -desc_option_rust="Enable rust protocol parsers" if [ -z "$CROSS_BUILD" ]; then build_options_default+=" rust lua" @@ -34,10 +31,7 @@ conf_files="/etc/${pkgname}/*.* /etc/${pkgname}/rules/*" CFLAGS="-fcommon" post_configure() { - if [ "$build_option_rust" ]; then - vsed -i rust/Makefile \ - -e 's/#RUST_TARGET[[:space:]]*=.*/RUST_TARGET = /' - fi + vsed -i rust/Makefile -e 's/.*RUST_TARGET[[:space:]]*=.*/RUST_TARGET = /' } post_build() { @@ -49,10 +43,11 @@ post_build() { post_install() { vsv $pkgname - vinstall $pkgname.yaml 644 etc/$pkgname - vinstall etc/classification.config 644 etc/$pkgname - vinstall etc/reference.config 644 etc/$pkgname - vinstall threshold.config 644 etc/$pkgname - vmkdir etc/$pkgname/rules - vcopy rules/*.rules etc/$pkgname/rules + vinstall suricata.yaml 644 etc/suricata + vinstall etc/classification.config 644 etc/suricata + vinstall etc/reference.config 644 etc/suricata + vinstall threshold.config 644 etc/suricata + vmkdir etc/suricata/rules + vcopy rules/*.rules etc/suricata/rules } + From 57a2d1386ff214294705af0a7c0d6b3c875e3c68 Mon Sep 17 00:00:00 2001 From: Karel Balej Date: Mon, 29 Jan 2024 11:33:55 +0100 Subject: [PATCH 03/58] orc: update to 0.4.36. --- srcpkgs/orc/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/orc/template b/srcpkgs/orc/template index a628b2427b50d..da366b485f640 100644 --- a/srcpkgs/orc/template +++ b/srcpkgs/orc/template @@ -1,6 +1,6 @@ # Template file for 'orc' pkgname=orc -version=0.4.35 +version=0.4.36 revision=1 build_style=meson build_helper="gir" @@ -13,7 +13,7 @@ license="BSD-2-Clause" homepage="https://cgit.freedesktop.org/gstreamer/orc" changelog="https://gitlab.freedesktop.org/gstreamer/orc/-/raw/main/RELEASE" distfiles="http://gstreamer.freedesktop.org/src/orc/orc-${version}.tar.xz" -checksum=718cdb60db0d5f7d4fc8eb955cd0f149e0ecc78dcd5abdc6ce3be95221b793b9 +checksum=83b074cb67317d58bef1e8d0cc862f7ae8a77a45bbff056a1f987c6488b2f5fd build_options="gtk_doc" From 1bb8ff3fd9ff2937ff884a8247a1d150ed9b42ff Mon Sep 17 00:00:00 2001 From: cinerea0 <49368915+cinerea0@users.noreply.github.com> Date: Mon, 29 Jan 2024 14:47:55 +0000 Subject: [PATCH 04/58] fcft: adopt --- srcpkgs/fcft/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/fcft/template b/srcpkgs/fcft/template index 802c6eb4f04de..54c6f25000f5a 100644 --- a/srcpkgs/fcft/template +++ b/srcpkgs/fcft/template @@ -10,7 +10,7 @@ makedepends="fontconfig-devel freetype-devel pixman-devel tllist $(vopt_if textshaping harfbuzz-devel) $(vopt_if textshaping libutf8proc-devel)" short_desc="Simple library for font loading and glyph rasterization" -maintainer="Orphaned " +maintainer="cinerea0 " license="MIT" homepage="https://codeberg.org/dnkl/fcft" changelog="https://codeberg.org/dnkl/fcft/raw/branch/master/CHANGELOG.md" From 9fdae11c4130f3f9df18a3bc418bea9a3023e7e0 Mon Sep 17 00:00:00 2001 From: Filip Rojek Date: Mon, 29 Jan 2024 15:38:38 +0100 Subject: [PATCH 05/58] iwgtk: adopt --- srcpkgs/iwgtk/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/iwgtk/template b/srcpkgs/iwgtk/template index b47979dba3c87..b399207575900 100644 --- a/srcpkgs/iwgtk/template +++ b/srcpkgs/iwgtk/template @@ -7,7 +7,7 @@ hostmakedepends="scdoc pkg-config gettext" makedepends="gtk4-devel qrencode-devel" depends="iwd" short_desc="Lightweight GTK frontend for iwd (WiFi)" -maintainer="Orphaned " +maintainer="Filip Rojek " license="GPL-3.0-or-later" homepage="https://github.com/J-Lentz/iwgtk" changelog="https://raw.githubusercontent.com/J-Lentz/iwgtk/master/CHANGELOG" From 1208d0309255b7e9f7ffb4594182da624732a15f Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Mon, 29 Jan 2024 00:51:42 +0100 Subject: [PATCH 06/58] xh: update to 0.21.0 --- srcpkgs/xh/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xh/template b/srcpkgs/xh/template index 15c633885a587..9481053f1b8ce 100644 --- a/srcpkgs/xh/template +++ b/srcpkgs/xh/template @@ -1,6 +1,6 @@ # Template file for 'xh' pkgname=xh -version=0.20.1 +version=0.21.0 revision=1 build_style=cargo configure_args="--no-default-features --features online-tests,native-tls" @@ -12,7 +12,7 @@ license="MIT" homepage="https://github.com/ducaale/xh" changelog="https://raw.githubusercontent.com/ducaale/xh/master/CHANGELOG.md" distfiles="https://github.com/ducaale/xh/archive/refs/tags/v${version}.tar.gz" -checksum=3d4f5ac1c7ead00891c85a569df452d583d3c10df61f6ceb3fb58b5fef2ffdbc +checksum=7e6b91a46bbbfee3907bf06d224a2e66a92b8f3e3950de43de5f06ce3beaacec post_install() { ln -sf xh "${DESTDIR}/usr/bin/xhs" From 1bf7f87a9d13295b4ea59c466225841a3f6fdd21 Mon Sep 17 00:00:00 2001 From: icp Date: Fri, 26 Jan 2024 22:07:55 +0530 Subject: [PATCH 07/58] moar: update to 1.23.3. --- srcpkgs/moar/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/moar/template b/srcpkgs/moar/template index 7179c57b39ef5..08e2a1b4ce6f5 100644 --- a/srcpkgs/moar/template +++ b/srcpkgs/moar/template @@ -1,6 +1,6 @@ # Template file for 'moar' pkgname=moar -version=1.19.0 +version=1.23.3 revision=1 build_style=go go_import_path=github.com/walles/moar @@ -11,7 +11,7 @@ license="BSD-2-Clause" homepage="https://github.com/walles/moar" changelog="https://github.com/walles/moar/releases" distfiles="https://github.com/walles/moar/archive/refs/tags/v${version}.tar.gz" -checksum=bcbbb061789765a9c28ada1298a5e96039cf176107f657e6d92994d05db6c22c +checksum=995ea1a5c03b1cfb530659bf401e93d440425f19828fa3bb2f3cc211d08b22f2 conflicts="MoarVM" do_check() { From 98f6518696728bd69145703499ebac757981f21c Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Wed, 24 Jan 2024 11:31:25 +0100 Subject: [PATCH 08/58] bkt: update to 0.8.0 --- srcpkgs/bkt/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/bkt/template b/srcpkgs/bkt/template index c054616f5c352..4bae6386c1669 100644 --- a/srcpkgs/bkt/template +++ b/srcpkgs/bkt/template @@ -1,6 +1,6 @@ # Template file for 'bkt' pkgname=bkt -version=0.7.1 +version=0.8.0 revision=1 build_style=cargo short_desc="Subprocess caching utility" @@ -9,7 +9,7 @@ license="MIT" homepage="https://www.bkt.rs/" changelog="https://github.com/dimo414/bkt/releases" distfiles="https://github.com/dimo414/bkt/archive/refs/tags/${version}.tar.gz" -checksum=ac36ff1015ebbec57d8b9141e88c7ad36423e6abaf35551e3ca715e173c6c835 +checksum=c8b99f4540a3a083368db7d42d6947aa37217b32b443d97972e4536ed9404469 post_install() { vlicense LICENSE From d81cbcf53117981e2df5da249427ebe3f9d44e45 Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Sat, 27 Jan 2024 20:50:18 +0100 Subject: [PATCH 09/58] bandwhich: update to 0.22.2 --- srcpkgs/bandwhich/template | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/srcpkgs/bandwhich/template b/srcpkgs/bandwhich/template index b543d304b6aa3..48d6fc15bdbae 100644 --- a/srcpkgs/bandwhich/template +++ b/srcpkgs/bandwhich/template @@ -1,7 +1,7 @@ # Template file for 'bandwhich' pkgname=bandwhich -version=0.21.1 -revision=2 +version=0.22.2 +revision=1 build_style=cargo short_desc="Terminal bandwidth utilization tool" maintainer="Jan Christian Grünhage " @@ -9,8 +9,18 @@ license="MIT" homepage="https://github.com/imsnif/bandwhich" changelog="https://raw.githubusercontent.com/imsnif/bandwhich/main/CHANGELOG.md" distfiles="https://github.com/imsnif/bandwhich/archive/refs/tags/v${version}.tar.gz" -checksum=8ba9bf6469834ad498b9fd17f86759a16793b00a6ef44edd6e525ec40adcb0b0 +checksum=4c41719549e05dbaac1bc84828269e59b2f2032e76ae646da9b9e3b87e5a5fd1 + +export BANDWHICH_GEN_DIR="${XBPS_BUILDDIR}/${pkgname}-${version}/gen" + +pre_build() { + mkdir gen +} post_install() { vlicense LICENSE.md + vcompletion gen/bandwhich.bash bash + vcompletion gen/bandwhich.fish fish + vcompletion gen/_bandwhich zsh + vman gen/bandwhich.1 } From 2da20cdca936efd305e47a0f03be65ed7e9872c9 Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Thu, 25 Jan 2024 15:27:53 +0100 Subject: [PATCH 10/58] comrak: update to 0.21.0 --- srcpkgs/comrak/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/comrak/template b/srcpkgs/comrak/template index 59a23cf1893a0..dc91ab21e6a37 100644 --- a/srcpkgs/comrak/template +++ b/srcpkgs/comrak/template @@ -1,6 +1,6 @@ # Template file for 'comrak' pkgname=comrak -version=0.20.0 +version=0.21.0 revision=1 build_style=cargo hostmakedepends="pkg-config" @@ -11,7 +11,7 @@ license="BSD-2-Clause" homepage="https://github.com/kivikakk/comrak" changelog="https://github.com/kivikakk/comrak/raw/main/changelog.txt" distfiles="https://github.com/kivikakk/comrak/archive/refs/tags/${version}.tar.gz" -checksum=659e396ea2419462f2736d6bbd717e44482ea6765e4706a38623fac130e554ac +checksum=1436cca216cfa84b96419d4337af7b6fddef26228c68006af46a459dba2c945e post_install() { vlicense COPYING From 4ca6c4ddc3e749125117d18e47e0b0f28f9e98f0 Mon Sep 17 00:00:00 2001 From: icp Date: Sat, 13 Jan 2024 12:25:32 +0530 Subject: [PATCH 11/58] rooster: update to 2.12.0. --- srcpkgs/rooster/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/rooster/template b/srcpkgs/rooster/template index dba4a9eca43db..dc20be9454482 100644 --- a/srcpkgs/rooster/template +++ b/srcpkgs/rooster/template @@ -1,13 +1,13 @@ # Template file for 'rooster' pkgname=rooster -version=2.11.0 -revision=2 +version=2.12.0 +revision=1 build_style=cargo hostmakedepends="pkg-config python3" -makedepends="libX11-devel libXmu-devel openssl-devel libsodium-devel" +makedepends="libX11-devel libXmu-devel" short_desc="Simple password manager for geeks" maintainer="Orphaned " license="Apache-2.0" homepage="https://crates.io/crates/rooster" distfiles="https://static.crates.io/crates/rooster/rooster-${version}.crate" -checksum=3873e9024d3008e2fd61fdbeb13e20c61e8c2e3ff0a87c2197852989c899a154 +checksum=13286b54953237182b008390753ff0b201a1ff78c278c199ce3e6957a8efe9f7 From 9d6e944406c375bf39a56686b794d5c38e7d0770 Mon Sep 17 00:00:00 2001 From: Gerardo Di iorio Date: Sun, 14 Jan 2024 19:40:16 +0100 Subject: [PATCH 12/58] libsass: update to 3.6.6. --- srcpkgs/libsass/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libsass/template b/srcpkgs/libsass/template index 06a854a62ccf8..2847792be1ded 100644 --- a/srcpkgs/libsass/template +++ b/srcpkgs/libsass/template @@ -1,7 +1,7 @@ # Template file for 'libsass' pkgname=libsass -version=3.6.5 -revision=2 +version=3.6.6 +revision=1 build_style=gnu-configure hostmakedepends="automake libtool" short_desc="C implementation of Sass CSS preprocessor" @@ -9,7 +9,7 @@ maintainer="Gerardo Di Iorio " license="MIT" homepage="http://www.sass-lang.com/libsass" distfiles="https://github.com/sass/${pkgname}/archive/${version}.tar.gz" -checksum=89d8f2c46ae2b1b826b58ce7dde966a176bac41975b82e84ad46b01a55080582 +checksum=11f0bb3709a4f20285507419d7618f3877a425c0131ea8df40fe6196129df15d CFLAGS="-D_LARGE_FILE_SOURCE=1 -D_FILE_OFFSET_BITS=64" CXXFLAGS="-D_LARGE_FILE_SOURCE=1 -D_FILE_OFFSET_BITS=64" From c3f8e78625c3029c40ae7e4c1095d947d8e76eb8 Mon Sep 17 00:00:00 2001 From: Gerardo Di iorio Date: Sun, 14 Jan 2024 19:43:57 +0100 Subject: [PATCH 13/58] hcloud: update to 1.41.1. --- srcpkgs/hcloud/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/hcloud/template b/srcpkgs/hcloud/template index d3be579a036b5..53d4dea078f33 100644 --- a/srcpkgs/hcloud/template +++ b/srcpkgs/hcloud/template @@ -1,6 +1,6 @@ # Template file for 'hcloud' pkgname=hcloud -version=1.40.0 +version=1.41.1 revision=1 build_style=go build_helper=qemu @@ -13,7 +13,7 @@ license="MIT" homepage="https://github.com/hetznercloud/cli" changelog="https://raw.githubusercontent.com/hetznercloud/cli/main/CHANGELOG.md" distfiles="https://github.com/hetznercloud/cli/archive/v${version}.tar.gz" -checksum=74d65f21e1d123bf30a3a4ad4cfa517c241dd56af559b3f88433b97c2a8b26aa +checksum=900e308cf1156b7707c2a1ad17feec1a7f3059225ba8a9728743aa9393d697db post_install() { vlicense LICENSE From 869eb6c91d42fb5a0178eee0172468614b72e4ea Mon Sep 17 00:00:00 2001 From: icp Date: Fri, 26 Jan 2024 02:14:02 +0530 Subject: [PATCH 14/58] python3-path: update to 16.9.0. --- srcpkgs/python3-path/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-path/template b/srcpkgs/python3-path/template index 16446a60d2cde..56de8dd632928 100644 --- a/srcpkgs/python3-path/template +++ b/srcpkgs/python3-path/template @@ -1,18 +1,18 @@ # Template file for 'python3-path' pkgname=python3-path -version=16.6.0 -revision=2 +version=16.9.0 +revision=1 build_style=python3-pep517 hostmakedepends="python3-wheel python3-setuptools_scm" depends="python3" -checkdepends="python3-pytest-xdist" +checkdepends="python3-more-itertools python3-pytest-xdist" short_desc="Python module for object-oriented file system path manipulation" maintainer="icp " license="MIT" homepage="https://pypi.org/project/path/" changelog="https://raw.githubusercontent.com/jaraco/path/main/CHANGES.rst" distfiles="${PYPI_SITE}/p/path/path-${version}.tar.gz" -checksum=bea3816e1d54f4e33aac78d2031a0b0ed2f95e69db85b45d51f17df97071da69 +checksum=dfd31c2af60e8889a13538bef302ade7adacdb5351836be22638e2349ddd5d7b post_install() { vlicense LICENSE From b0206e37509a4fd3c71fe7db12df2e37cc72492b Mon Sep 17 00:00:00 2001 From: icp Date: Fri, 26 Jan 2024 02:11:20 +0530 Subject: [PATCH 15/58] python3-keyring: update to 24.3.0. --- srcpkgs/python3-keyring/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-keyring/template b/srcpkgs/python3-keyring/template index 20bf6b03811c8..e56ebda793419 100644 --- a/srcpkgs/python3-keyring/template +++ b/srcpkgs/python3-keyring/template @@ -1,10 +1,10 @@ # Template file for 'python3-keyring' pkgname=python3-keyring -version=24.2.0 -revision=2 +version=24.3.0 +revision=1 build_style=python3-pep517 hostmakedepends="python3-wheel python3-setuptools_scm" -depends="python3-SecretStorage python3-jeepney python3-importlib_metadata +depends="python3-SecretStorage python3-jeepney python3-jaraco.classes" checkdepends="${depends} python3-pytest-xdist" short_desc="Python interface to the system keyring service" @@ -13,7 +13,7 @@ license="MIT" homepage="https://pypi.org/project/keyring/" changelog="https://raw.githubusercontent.com/jaraco/keyring/main/NEWS.rst" distfiles="${PYPI_SITE}/k/keyring/keyring-${version}.tar.gz" -checksum=ca0746a19ec421219f4d713f848fa297a661a8a8c1504867e55bfb5e09091509 +checksum=e730ecffd309658a08ee82535a3b5ec4b4c8669a9be11efb66249d8e0aeb9a25 pre_check() { vsed -e '/addopts/d' -i pytest.ini From 891f1654436a03215afb992df3d53bbb35c7456a Mon Sep 17 00:00:00 2001 From: icp Date: Fri, 26 Jan 2024 01:56:34 +0530 Subject: [PATCH 16/58] python3-importlib_metadata: update to 7.0.1. --- srcpkgs/python3-importlib_metadata/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-importlib_metadata/template b/srcpkgs/python3-importlib_metadata/template index 3bbd08f2b776e..02d911b78dbf5 100644 --- a/srcpkgs/python3-importlib_metadata/template +++ b/srcpkgs/python3-importlib_metadata/template @@ -1,7 +1,7 @@ # Template file for 'python3-importlib_metadata' pkgname=python3-importlib_metadata -version=6.7.0 -revision=2 +version=7.0.1 +revision=1 build_style=python3-pep517 hostmakedepends="python3-setuptools_scm python3-wheel" depends="python3-zipp" @@ -11,4 +11,4 @@ license="Apache-2.0" homepage="https://pypi.org/project/importlib-metadata/" changelog="https://raw.githubusercontent.com/python/importlib_metadata/main/NEWS.rst" distfiles="${PYPI_SITE}/i/importlib_metadata/importlib_metadata-${version}.tar.gz" -checksum=1aaf550d4f73e5d6783e7acb77aec43d49da8017410afae93822cc9cca98c4d4 +checksum=f238736bb06590ae52ac1fab06a3a9ef1d8dce2b7a35b5ab329371d6c8f5d2cc From 264f6cd68372baae497a0db2d74d644ccad45208 Mon Sep 17 00:00:00 2001 From: biopsin Date: Fri, 26 Jan 2024 10:43:17 +0100 Subject: [PATCH 17/58] batsignal: update to 1.8.0 Tested on x86_64-glibc - dell P5520 --- srcpkgs/batsignal/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/batsignal/template b/srcpkgs/batsignal/template index a366e282d5329..c7b4a7224bf0a 100644 --- a/srcpkgs/batsignal/template +++ b/srcpkgs/batsignal/template @@ -1,6 +1,6 @@ # Template file for 'batsignal' pkgname=batsignal -version=1.6.4 +version=1.8.0 revision=1 build_style=gnu-makefile make_use_env=yes @@ -11,7 +11,7 @@ maintainer="André Cerqueira " license="ISC" homepage="https://github.com/electrickite/batsignal" distfiles="https://github.com/electrickite/batsignal/archive/${version}.tar.gz" -checksum=58439dac2b678ab798831fe861c06d2d5c128c4bb4bae1476a62ba1771da3983 +checksum=c8c2a048f4aa105aae389d9d765b76057d4998dbfc29a7dfeaf66351eaa7cba1 post_install() { vlicense LICENSE From d12261950d3ab71c7a050e7902bb9a94bc6b1dfb Mon Sep 17 00:00:00 2001 From: Ramdziana F Y Date: Fri, 26 Jan 2024 23:53:57 +0700 Subject: [PATCH 18/58] vivaldi: update to 6.5.3206.57 --- srcpkgs/vivaldi/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/vivaldi/template b/srcpkgs/vivaldi/template index f1ca2d650f50d..05e0265ae09cc 100644 --- a/srcpkgs/vivaldi/template +++ b/srcpkgs/vivaldi/template @@ -2,7 +2,7 @@ # Permission to redistribute is granted. # see: srcpkgs/vivaldi/files/redistribution-permission.eml pkgname=vivaldi -version=6.5.3206.55 +version=6.5.3206.57 revision=1 _release=1 archs="x86_64 aarch64 armv7l" @@ -17,15 +17,15 @@ skiprdeps="/opt/vivaldi/libqt5_shim.so /opt/vivaldi/libqt6_shim.so" case "$XBPS_TARGET_MACHINE" in x86_64) distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version}-${_release}_amd64.deb" - checksum=12592eb9a65f2bc17a095039c5b2acce46ea75c3c008547ec5dd294719ddebe5 + checksum=c428f5fa3d880fdedfb768b6dc87e2d0a5e1d6e18d271234f68dbc96c400aa96 ;; aarch64) distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version}-${_release}_arm64.deb" - checksum=96bfbdfb0d6f459486ff674fe4ade670a2c24228dc90f76433f2360e08cee308 + checksum=02c55ad55eb94d01ebdd3e18d57b8049ef51c624155c1db8ea8d07d8136382f0 ;; armv7l) distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version}-${_release}_armhf.deb" - checksum=df22c62cda6dda1dc17e59d2c7125ffebf3af1d1ed790f1fe8845d38ce68eccd + checksum=4af5ae2ad7ccb95a235873af4ec5786028ace061353527702b163c1a7d4fc9ed ;; *) broken="No distfiles available for this target" From c244fbfa8fdf40c8e904cd181cd09220cc80f601 Mon Sep 17 00:00:00 2001 From: icp Date: Tue, 23 Jan 2024 13:03:18 +0530 Subject: [PATCH 19/58] rust-analyzer: update to 2024.01.22. --- srcpkgs/rust-analyzer/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/rust-analyzer/template b/srcpkgs/rust-analyzer/template index e4a0b0c4197be..dc5a2e371f9c2 100644 --- a/srcpkgs/rust-analyzer/template +++ b/srcpkgs/rust-analyzer/template @@ -1,6 +1,6 @@ # Template file for 'rust-analyzer' pkgname=rust-analyzer -version=2024.01.15 +version=2024.01.22 revision=1 _ver=${version//./-} build_style=cargo @@ -10,7 +10,7 @@ maintainer="icp " license="Apache-2.0, MIT" homepage="https://rust-analyzer.github.io/" distfiles="https://github.com/rust-lang/rust-analyzer/archive/refs/tags/${_ver}.tar.gz" -checksum=d1bf6864d7d711c879744da8d142fdc083da722118412d7e3b3cde6c662695b8 +checksum=123dd2af4e49d85ab0291622418ae895fac98b0c479b61bb0f29ffbdd512a75c # tests require Rust source code make_check=no From f0a5ff2b3aae6db138435809e4df4efeb72ade04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Tue, 23 Jan 2024 15:57:13 -0300 Subject: [PATCH 20/58] python3-fpylll: update to 0.6.1. --- srcpkgs/python3-fpylll/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-fpylll/template b/srcpkgs/python3-fpylll/template index 49bfd4ec0262a..4009039d35bc5 100644 --- a/srcpkgs/python3-fpylll/template +++ b/srcpkgs/python3-fpylll/template @@ -1,6 +1,6 @@ # Template file for 'python3-fpylll' pkgname=python3-fpylll -version=0.6.0 +version=0.6.1 revision=1 build_style=python3-pep517 hostmakedepends="python3-setuptools python3-wheel python3-Cython @@ -14,7 +14,7 @@ license="GPL-2.0-or-later" homepage="https://github.com/fplll/fpylll" changelog="https://github.com/fplll/fpylll/releases" distfiles="${PYPI_SITE}/f/fpylll/fpylll-${version}.tar.gz" -checksum=623b4619b6da9fed9ba26b1ac7e8d8e620a06d2a5f7095ee67985c7160d3c3a4 +checksum=dfd9529a26c50993a2a716177debd7994312219070574cad31b35b4f0c040a19 make_check_pre="env PY_IGNORE_IMPORTMISMATCH=1" case $XBPS_TARGET_MACHINE in From be6703cf4d7c583533b4c7e9bb9a6425f59c2c03 Mon Sep 17 00:00:00 2001 From: newbluemoon Date: Tue, 23 Jan 2024 06:27:29 +0100 Subject: [PATCH 21/58] perl-Math-Int64: update to 0.57 --- srcpkgs/perl-Math-Int64/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/perl-Math-Int64/template b/srcpkgs/perl-Math-Int64/template index a6d2706abe787..be438e6e269d4 100644 --- a/srcpkgs/perl-Math-Int64/template +++ b/srcpkgs/perl-Math-Int64/template @@ -1,7 +1,7 @@ # Template file for 'perl-Math-Int64' pkgname=perl-Math-Int64 -version=0.54 -revision=3 +version=0.57 +revision=1 build_style=perl-module hostmakedepends="perl" makedepends="perl" @@ -11,4 +11,4 @@ maintainer="newbluemoon " license="Artistic-1.0-Perl, GPL-1.0-or-later" homepage="https://metacpan.org/release/Math-Int64" distfiles="${CPAN_SITE}/Math/Math-Int64-${version}.tar.gz" -checksum=dcfc51e698437ea6b9cefe0276215c56cdb6a7f85e3e24a2b6b4189f1960d351 +checksum=12c60111c1cfceb257ac2ccc5b2e1721879efa09a1b0a73e8836afca107a7d75 From e14a77eba38c03a563a499e6702a614528a27719 Mon Sep 17 00:00:00 2001 From: icp Date: Thu, 18 Jan 2024 12:07:03 +0530 Subject: [PATCH 22/58] osv-scanner: update to 1.6.1. --- srcpkgs/osv-scanner/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/osv-scanner/template b/srcpkgs/osv-scanner/template index f8bb3c54e34be..6ac19e07537bb 100644 --- a/srcpkgs/osv-scanner/template +++ b/srcpkgs/osv-scanner/template @@ -1,6 +1,6 @@ # Template file for 'osv-scanner' pkgname=osv-scanner -version=1.5.0 +version=1.6.1 revision=1 build_style=go go_import_path="github.com/google/osv-scanner" @@ -12,4 +12,4 @@ license="Apache-2.0" homepage="https://google.github.io/osv-scanner/" changelog="https://raw.githubusercontent.com/google/osv-scanner/main/CHANGELOG.md" distfiles="https://github.com/google/osv-scanner/archive/refs/tags/v${version}.tar.gz" -checksum=4de0d5f942270ac57a81d7f1ff42b68e6042be5a1afc5d119f4797952a0197d2 +checksum=ecaefa45c63057a8ebae9fcf9a0b760435c640157516cebfd44237664923ee13 From 22e699ff305d0d6b736f8cc12a76aec541e54813 Mon Sep 17 00:00:00 2001 From: glaulher Date: Fri, 19 Jan 2024 13:09:12 -0300 Subject: [PATCH 23/58] icewm: update to 3.4.5. --- srcpkgs/icewm/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/icewm/template b/srcpkgs/icewm/template index c458e478485fe..e8752ae57c63e 100644 --- a/srcpkgs/icewm/template +++ b/srcpkgs/icewm/template @@ -1,6 +1,6 @@ # Template file for 'icewm' pkgname=icewm -version=3.4.4 +version=3.4.5 revision=1 build_style=cmake make_cmd=make @@ -18,7 +18,7 @@ license="GPL-2.0-or-later" homepage="https://ice-wm.org/" changelog="https://raw.githubusercontent.com/ice-wm/icewm/master/NEWS" distfiles="https://github.com/ice-wm/icewm/archive/${version}.tar.gz" -checksum=5842b098e5dd7c89d4992fd5bc9a7ff05d1c942750eb645f8d9ee3ab201d2882 +checksum=051851036731d086a6a02e2be7e6212f9d80934bfdb4dbed1c843174d9f44e86 # broken tests make_check=no From 834680e511d26bece54ed663d103ea01c56efd04 Mon Sep 17 00:00:00 2001 From: icp Date: Thu, 18 Jan 2024 01:12:00 +0530 Subject: [PATCH 24/58] cheat: update to 4.4.2. --- srcpkgs/cheat/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cheat/template b/srcpkgs/cheat/template index caaf4aa11d292..2fb7835f871bb 100644 --- a/srcpkgs/cheat/template +++ b/srcpkgs/cheat/template @@ -1,6 +1,6 @@ # Template file for 'cheat' pkgname=cheat -version=4.4.1 +version=4.4.2 revision=1 build_style=go go_import_path="github.com/cheat/cheat" @@ -10,7 +10,7 @@ maintainer="Orphaned " license="MIT" homepage="https://github.com/cheat/cheat" distfiles="https://github.com/cheat/cheat/archive/refs/tags/${version}.tar.gz" -checksum=cca7f3d631de38ef1b4f36a5dc76d52d091611d38074ff2522a1a8b36f34a182 +checksum=6968ffdebb7c2a8390dea45f97884af3c623cda6c2d36c4c04443ed2454da431 post_install() { vman doc/cheat.1 From ddc038c28b79a879a3c73f74aac357524482b3f9 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Wed, 17 Jan 2024 13:11:44 -0500 Subject: [PATCH 25/58] borgmatic: update to 1.8.6. --- srcpkgs/borgmatic/template | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/srcpkgs/borgmatic/template b/srcpkgs/borgmatic/template index b051f9b145753..29edd4fb8147c 100644 --- a/srcpkgs/borgmatic/template +++ b/srcpkgs/borgmatic/template @@ -1,8 +1,10 @@ # Template file for 'borgmatic' pkgname=borgmatic -version=1.8.1 -revision=2 +version=1.8.6 +revision=1 build_style=python3-pep517 +# requires unpackaged python module apprise +make_check_args="--ignore=tests/unit/hooks/test_apprise.py" hostmakedepends="python3-setuptools python3-wheel" depends="borg python3-setuptools python3-ruamel.yaml python3-jsonschema python3-colorama python3-requests" @@ -13,4 +15,4 @@ license="GPL-3.0-or-later" homepage="https://torsion.org/borgmatic/" changelog="https://projects.torsion.org/borgmatic-collective/borgmatic/raw/branch/master/NEWS" distfiles="${PYPI_SITE}/b/borgmatic/borgmatic-${version}.tar.gz" -checksum=5db8a14d026da224517f08cc08ff9710f99bb7bfffcc53f1d5f2163af9fdd8d7 +checksum=5a5d97b90c838c222df2c78f7552b604fdf7aac92f15c0319438d3efa07b7691 From 79516e03f3df7ccdca37f638e774980ad2174d56 Mon Sep 17 00:00:00 2001 From: Zach Dykstra Date: Wed, 27 Dec 2023 20:47:53 -0600 Subject: [PATCH 26/58] prometheus: update to 2.49.1. --- srcpkgs/prometheus/template | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/srcpkgs/prometheus/template b/srcpkgs/prometheus/template index ca5a48fcee0c4..03db7348f2d59 100644 --- a/srcpkgs/prometheus/template +++ b/srcpkgs/prometheus/template @@ -1,14 +1,15 @@ # Template file for 'prometheus' pkgname=prometheus -version=2.43.0 -revision=3 +version=2.49.1 +revision=1 build_style=go go_import_path="github.com/prometheus/prometheus" go_package="github.com/prometheus/prometheus/cmd/prometheus github.com/prometheus/prometheus/cmd/promtool" -go_ldflags="-X ${go_import_path}/version.Version=${version} - -X ${go_import_path}/version.Revision=${version} - -X ${go_import_path}/version.Branch=${version} - -X ${go_import_path}/version.BuildUser=VoidLinux" +go_ldflags="-X github.com/prometheus/common/version.Version=${version} + -X github.com/prometheus/common/version.Revision=${version} + -X github.com/prometheus/common/version.Branch=${version} + -X github.com/prometheus/common/version.BuildDate=$(date --date "@$SOURCE_DATE_EPOCH" "+%Y%m%d-%H:%M:%S") + -X github.com/prometheus/common/version.BuildUser=VoidLinux" go_build_tags="netgo,builtinassets" hostmakedepends="yarn" conf_files="/etc/prometheus/prometheus.yml" @@ -18,7 +19,7 @@ license="Apache-2.0, MIT" homepage="https://prometheus.io/" changelog="https://raw.githubusercontent.com/prometheus/prometheus/master/CHANGELOG.md" distfiles="https://github.com/prometheus/prometheus/archive/v${version}.tar.gz" -checksum=0cd8860e5f10d0ecb35d20d23252ddc459e8319882dc163bf71b723e3bcafd71 +checksum=985d7f45ed3d16e23a30eae490c17911518fae96cba0245d493eb07097a10b3b system_accounts="_prometheus" From 0824056a678443b70533f6c6e0ebb06e32b53d3d Mon Sep 17 00:00:00 2001 From: Zach Dykstra Date: Thu, 18 Jan 2024 12:28:12 -0600 Subject: [PATCH 27/58] perl-Test-Simple: update to 1.302198. --- srcpkgs/perl-Test-Simple/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/perl-Test-Simple/template b/srcpkgs/perl-Test-Simple/template index 49807f0f6e6a5..136484aea7767 100644 --- a/srcpkgs/perl-Test-Simple/template +++ b/srcpkgs/perl-Test-Simple/template @@ -1,6 +1,6 @@ # Template file for 'perl-Test-Simple' pkgname=perl-Test-Simple -version=1.302195 +version=1.302198 revision=1 build_style=perl-module hostmakedepends="perl" @@ -11,4 +11,4 @@ maintainer="Zach Dykstra " license="Artistic-1.0-Perl, GPL-1.0-or-later" homepage="https://metacpan.org/release/Test-Simple" distfiles="${CPAN_SITE}/Test/${pkgname/perl-/}-${version}.tar.gz" -checksum=b390bb23592e0b946c95adbb3c30b11bc634a286b2847be611ad929c57e39a6c +checksum=1dc07bcffd23e49983433c948de3e3f377e6e849ad7fe3432c717fa782024faa From 91618057bec7c0ff7f58a178608121d175c34e63 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Thu, 31 Aug 2023 08:25:16 -0400 Subject: [PATCH 28/58] boinctui: update to 2.7.1. --- srcpkgs/boinctui/patches/uint.patch | 44 ----------------------------- srcpkgs/boinctui/template | 8 +++--- 2 files changed, 4 insertions(+), 48 deletions(-) delete mode 100644 srcpkgs/boinctui/patches/uint.patch diff --git a/srcpkgs/boinctui/patches/uint.patch b/srcpkgs/boinctui/patches/uint.patch deleted file mode 100644 index 92e6f7c01f172..0000000000000 --- a/srcpkgs/boinctui/patches/uint.patch +++ /dev/null @@ -1,44 +0,0 @@ -diff --git a/src/resultparse.cpp b/src/resultparse.cpp -index ae00b32..d4f0440 100644 ---- a/src/resultparse.cpp -+++ b/src/resultparse.cpp -@@ -123,7 +123,7 @@ void callbackData(void *userdata, const char *content, int len) - //kLogPrintf("\ncallbackData()-->[%s]<-- len=%d\n",tmp,len); - //заносим значение в текущий эл-т - bool empty = true; -- for (uint i = 0; i < strlen(tmp); i++) -+ for (unsigned int i = 0; i < strlen(tmp); i++) - { - if (tmp[i] != ' ') - { -diff --git a/src/topmenu.cpp b/src/topmenu.cpp -index 4277d26..fcb3eb8 100644 ---- a/src/topmenu.cpp -+++ b/src/topmenu.cpp -@@ -502,7 +502,7 @@ ProjectsSubMenu::ProjectsSubMenu(NRect rect, Srv* srv) : NMenu(rect) - if (client_state != NULL) - { - std::vector projects = client_state->getItems("project"); -- for (uint i = 0; i < projects.size(); i++) -+ for (unsigned int i = 0; i < projects.size(); i++) - { - Item* project_name = projects[i]->findItem("project_name"); - if (project_name != NULL) -@@ -817,7 +817,7 @@ ProjectAllListSubMenu::ProjectAllListSubMenu(NRect rect, Srv* srv) : NMenu(rect) - if (projects != NULL) - { - std::vector projlist = projects->getItems("project"); -- for (uint i = 0; i < projlist.size(); i++) -+ for (unsigned int i = 0; i < projlist.size(); i++) - { - Item* name = projlist[i]->findItem("name"); - Item* general_area = projlist[i]->findItem("general_area"); -@@ -899,7 +899,7 @@ ProjectAccMgrSubMenu::ProjectAccMgrSubMenu(NRect rect, Srv* srv) : NMenu(rect) - if (projects != NULL) - { - std::vector mgrlist = projects->getItems("account_manager"); -- for (uint i = 0; i < mgrlist.size(); i++) -+ for (unsigned int i = 0; i < mgrlist.size(); i++) - { - Item* name = mgrlist[i]->findItem("name"); - if (name != NULL) diff --git a/srcpkgs/boinctui/template b/srcpkgs/boinctui/template index 0471f8be2c865..95b3c0afacb29 100644 --- a/srcpkgs/boinctui/template +++ b/srcpkgs/boinctui/template @@ -1,9 +1,9 @@ # Template file for 'boinctui' pkgname=boinctui -version=2.7.0 -revision=2 +version=2.7.1 +revision=1 build_style=gnu-configure -configure_args="--without-gnutls" +configure_args="--without-gnutls --with-boinc-dir=/var/lib/boinc" hostmakedepends="automake" makedepends="ncurses-devel expat-devel openssl-devel" short_desc="Curses based fullscreen BOINC manager" @@ -11,7 +11,7 @@ maintainer="Joel Beckmeyer " license="GPL-3.0-or-later" homepage="https://sourceforge.net/projects/boinctui/" distfiles="https://sourceforge.net/projects/boinctui/files/boinctui_${version}.tar.gz" -checksum=22eb46dea8b111e2e16ceb50f2668577216c1563c815b1719b2b680d485d75c9 +checksum=44b059a31d1dc4d7125a48bef6c201c08fda599ed22490cbb626880bbd0ccf66 pre_configure() { autoreconf -vfi From 401abc334bf9a58e3e617092f684d6fa0cc7e9ae Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Tue, 16 Jan 2024 13:59:50 -0500 Subject: [PATCH 29/58] Quaternion: update to 0.0.96. --- srcpkgs/Quaternion/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/Quaternion/template b/srcpkgs/Quaternion/template index 33ad8361181ae..8f5eb75159656 100644 --- a/srcpkgs/Quaternion/template +++ b/srcpkgs/Quaternion/template @@ -1,8 +1,7 @@ # Template file for 'Quaternion' pkgname=Quaternion -version=0.0.96.beta4 +version=0.0.96 revision=1 -_gitversion=0.0.96-beta4 build_style=cmake configure_args="-DBUILD_WITH_QT6=OFF" hostmakedepends="qt5-qmake qt5-host-tools" @@ -15,7 +14,7 @@ short_desc="Qt-based IM client for the Matrix protocol" maintainer="Julio Galvan " license="GPL-3.0-or-later" homepage="https://github.com/quotient-im/Quaternion" -distfiles="https://github.com/quotient-im/Quaternion/archive/${_gitversion}.tar.gz" -checksum=c3a49ea5af3800528690c827dd3bf266d04ad165561807e9a117c8718769deeb +distfiles="https://github.com/quotient-im/Quaternion/archive/${version}.tar.gz" +checksum=39868fbae40c36ebcd1a955cb65e953c4a1b9b74e9c1b9e2c838a0ce77ce5ac0 CXXFLAGS="-Wno-deprecated-declarations" From 5b98f2ddc21d27905f03cef38c096948a194c59b Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Thu, 11 Jan 2024 08:18:40 -0500 Subject: [PATCH 30/58] vaultwarden-web: update to 2024.1.2. --- srcpkgs/vaultwarden-web/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/vaultwarden-web/template b/srcpkgs/vaultwarden-web/template index f2e65838c25b5..d96bce6045577 100644 --- a/srcpkgs/vaultwarden-web/template +++ b/srcpkgs/vaultwarden-web/template @@ -1,13 +1,13 @@ # Template file for 'vaultwarden-web' pkgname=vaultwarden-web -version=2023.12.0 +version=2024.1.2 revision=1 short_desc="Web vault builds for vaultwarden" maintainer="Joel Beckmeyer " license="GPL-3.0-or-later" homepage="https://github.com/dani-garcia/bw_web_builds" distfiles="https://github.com/dani-garcia/bw_web_builds/releases/download/v${version}/bw_web_v${version}.tar.gz" -checksum=b3788dae85aa57ada4c04b1be63741479cab5c9de9d39ea764c811d6342b720e +checksum=29516fb6b31a633a8d0b72c374881663deaf762d4bf15b73545ea0224a395373 do_install() { vmkdir usr/share/webapps/vaultwarden-web From 204971bd3a7ec113a35cd5a2b03dac338e5c37a4 Mon Sep 17 00:00:00 2001 From: icp Date: Tue, 23 Jan 2024 12:57:50 +0530 Subject: [PATCH 31/58] rust-sccache: update to 0.7.6. --- srcpkgs/rust-sccache/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/rust-sccache/template b/srcpkgs/rust-sccache/template index de5c158986e24..077cb09af399a 100644 --- a/srcpkgs/rust-sccache/template +++ b/srcpkgs/rust-sccache/template @@ -1,6 +1,6 @@ # Template file for 'rust-sccache' pkgname=rust-sccache -version=0.7.4 +version=0.7.6 revision=1 build_style=cargo # 1. requires expensive extra feature 2. requires clang 3. requires libc @@ -14,7 +14,7 @@ license="Apache-2.0" homepage="https://crates.io/crates/sccache" changelog="https://github.com/mozilla/sccache/releases" distfiles="https://static.crates.io/crates/sccache/sccache-${version}.crate" -checksum=5dbaf24b76b223c3b6f0cbf352838475bf58b21bc27f808cad87e5db8a42b1ff +checksum=5f6b00cd9ab2d2401e7cd8e3f1794375e0af4ea570f1148cfadb2850f9085a3e case "$XBPS_TARGET_MACHINE" in x86_64*|i686*|arm*|aarch64*) ;; From 4366f4f6cb1714e12c0144698a77f37d06d45e57 Mon Sep 17 00:00:00 2001 From: icp Date: Thu, 18 Jan 2024 12:43:47 +0530 Subject: [PATCH 32/58] vale: update to 3.0.5. --- srcpkgs/vale/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/vale/template b/srcpkgs/vale/template index 3672fbcf67c61..787feab2f297d 100644 --- a/srcpkgs/vale/template +++ b/srcpkgs/vale/template @@ -1,6 +1,6 @@ # Template file for 'vale' pkgname=vale -version=3.0.4 +version=3.0.5 revision=1 build_style=go go_import_path="github.com/errata-ai/vale/v2" @@ -12,7 +12,7 @@ license="MIT" homepage="https://vale.sh" changelog="https://github.com/errata-ai/vale/releases" distfiles="https://github.com/errata-ai/vale/archive/refs/tags/v${version}.tar.gz" -checksum=a845cd4545574f9a032542ee9034e7b9f2851319b4b765b1ae3266753d2814cd +checksum=1628a218f9b20d5073bd264ba77c8b2c20deb436bc9d014e321fe68ff6435f23 post_install() { vlicense LICENSE From 2f442031a575b05bb61c4d75bff8488b5282f30d Mon Sep 17 00:00:00 2001 From: icp Date: Sat, 13 Jan 2024 12:38:38 +0530 Subject: [PATCH 33/58] powerstat: update to 0.04.02. --- srcpkgs/powerstat/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/powerstat/template b/srcpkgs/powerstat/template index 66b06edd8b11e..8ce24f36ec40b 100644 --- a/srcpkgs/powerstat/template +++ b/srcpkgs/powerstat/template @@ -1,6 +1,6 @@ # Template file for 'powerstat' pkgname=powerstat -version=0.04.01 +version=0.04.02 revision=1 build_style=gnu-makefile make_use_env=yes @@ -10,4 +10,4 @@ license="GPL-2.0-or-later" homepage="https://github.com/ColinIanKing/powerstat" changelog="https://raw.githubusercontent.com/ColinIanKing/powerstat/master/debian/changelog" distfiles="https://github.com/ColinIanKing/powerstat/archive/refs/tags/V${version}.tar.gz" -checksum=221270a7a6167cc365e36d57322a301a9713e549d6f5ff840532bb1a349f552f +checksum=51b79161fc1dfc8776c025cb726bde331393c177cfe71dbc1fd95b59ef470aaf From 9e364e4368c7a994a07537c0e7562069d781dd74 Mon Sep 17 00:00:00 2001 From: icp Date: Fri, 12 Jan 2024 13:13:46 +0530 Subject: [PATCH 34/58] visidata: update to 3.0.2. --- srcpkgs/visidata/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/visidata/template b/srcpkgs/visidata/template index 42f7f2aa32d15..a7c31d1bddfa4 100644 --- a/srcpkgs/visidata/template +++ b/srcpkgs/visidata/template @@ -1,7 +1,7 @@ # Template file for 'visidata' pkgname=visidata -version=2.11.1 -revision=2 +version=3.0.2 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-dateutil python3-importlib_metadata python3-setuptools" @@ -12,4 +12,4 @@ license="GPL-3.0-only" homepage="https://visidata.org/" changelog="https://raw.githubusercontent.com/saulpw/visidata/stable/CHANGELOG.md" distfiles="https://github.com/saulpw/visidata/archive/refs/tags/v${version}.tar.gz" -checksum=8d4f3f7453c1914a40eb00edc4196db0b88819d9d4d1ae3a22f603f8b7d5126d +checksum=cc1506b96192de49419a77a3f9606999779ff77d37a7be0806506c32e16d57f7 From 93c0894707b29fd79c10e132e429d4d805a51a97 Mon Sep 17 00:00:00 2001 From: voidbert Date: Sat, 27 Jan 2024 20:44:12 +0000 Subject: [PATCH 35/58] swayimg: update to 2.0. --- srcpkgs/swayimg/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/swayimg/template b/srcpkgs/swayimg/template index 308d438a6dfa6..115566a7d3968 100644 --- a/srcpkgs/swayimg/template +++ b/srcpkgs/swayimg/template @@ -1,7 +1,7 @@ # Template file for 'swayimg' pkgname=swayimg -version=1.12 -revision=2 +version=2.0 +revision=1 build_style=meson hostmakedepends="pkg-config wayland-devel" makedepends="wayland-devel cairo-devel json-c-devel libxkbcommon-devel @@ -13,7 +13,7 @@ maintainer="voidbert " license="MIT" homepage="https://github.com/artemsen/swayimg" distfiles="https://github.com/artemsen/swayimg/archive/v${version}.tar.gz" -checksum=4617322a1ec17985770dc351eea69b42b1464f2d838eb5015314634b2a30f126 +checksum=afcf69d9c69d826e010065dd08732fc5b0c0402c26f98d977f27b77ebd2bdee1 post_install() { vcompletion extra/bash.completion bash From 6212406006aa4cad5973697ead3cf2ddf6bcb82b Mon Sep 17 00:00:00 2001 From: Jose G Perez Taveras Date: Sat, 27 Jan 2024 22:46:51 -0500 Subject: [PATCH 36/58] cagebreak: update to 2.3.1. --- srcpkgs/cagebreak/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cagebreak/template b/srcpkgs/cagebreak/template index 27e45aae96f9d..c0fffb0021775 100644 --- a/srcpkgs/cagebreak/template +++ b/srcpkgs/cagebreak/template @@ -1,6 +1,6 @@ # Template file for 'cagebreak' pkgname=cagebreak -version=2.2.3 +version=2.3.1 revision=1 build_style=meson configure_args="--buildtype=release -Dman-pages=true $(vopt_bool xwayland xwayland)" @@ -14,7 +14,7 @@ license="MIT" homepage="https://github.com/project-repo/cagebreak" changelog="https://raw.githubusercontent.com/project-repo/cagebreak/master/Changelog.md" distfiles="https://github.com/project-repo/cagebreak/releases/download/${version}/release_${version}.tar.gz" -checksum=37e5a3f4eb9fd2bc0a15d6ecb2fed7440b09a8ab116315a76659d0f10b41bfe8 +checksum=62515e3e157d2379c19e24ee7d2d8bebcfa849a81a7f95420a793dc7cdf97db7 build_options="xwayland" build_options_default="xwayland" From 5f8621e8604be747a261cea4b003c32fac77c317 Mon Sep 17 00:00:00 2001 From: dataCobra Date: Fri, 26 Jan 2024 07:59:43 +0100 Subject: [PATCH 37/58] fwupd: update to 1.9.12. --- srcpkgs/fwupd/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fwupd/template b/srcpkgs/fwupd/template index 423096ec926a5..a997819b2d7c7 100644 --- a/srcpkgs/fwupd/template +++ b/srcpkgs/fwupd/template @@ -1,6 +1,6 @@ # Template file for 'fwupd' pkgname=fwupd -version=1.9.11 +version=1.9.12 revision=1 build_style=meson build_helper="gir qemu" @@ -24,7 +24,7 @@ maintainer="dataCobra " license="LGPL-2.1-or-later" homepage="https://github.com/fwupd/fwupd" distfiles="https://github.com/fwupd/fwupd/archive/${version}.tar.gz" -checksum=f9ebc03f09d0ee316393d09b04f284cd0e3d3ac8add8311047051869d06123ad +checksum=36fcd6cd61a89bc052d253fec7ad06a03075854780bfae74abc171f9148e506e replaces="fwupdate>=0" case "$XBPS_TARGET_MACHINE" in From 5db74cb7d7bd68b8945e4f52c0d93d9cd1595d0c Mon Sep 17 00:00:00 2001 From: Filip Rojek Date: Fri, 26 Jan 2024 02:48:39 +0100 Subject: [PATCH 38/58] sshguard: update to 2.4.3 Change by @ahesford: adopt Closes: #48374 [via git-merge-pr] --- srcpkgs/sshguard/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/sshguard/template b/srcpkgs/sshguard/template index d1cbdf1da580d..0b4a4a9ddf19a 100644 --- a/srcpkgs/sshguard/template +++ b/srcpkgs/sshguard/template @@ -1,15 +1,15 @@ # Template file for 'sshguard' pkgname=sshguard -version=2.4.2 +version=2.4.3 revision=1 build_style=gnu-configure hostmakedepends="flex" short_desc="Protects networked hosts from brute force attacks" -maintainer="Lodvær " +maintainer="Andrew J. Hesford " license="BSD-3-Clause" homepage="https://www.sshguard.net/" distfiles="${SOURCEFORGE_SITE}/sshguard/sshguard-${version}.tar.gz" -checksum=2770b776e5ea70a9bedfec4fd84d57400afa927f0f7522870d2dcbbe1ace37e8 +checksum=64029deff6de90fdeefb1f497d414f0e4045076693a91da1a70eb7595e97efeb make_dirs="/var/db/sshguard 0755 root root" conf_files="/etc/sshguard.conf" From 5c8b5c457cc1e89b290d8aa685d8a307ec9a567b Mon Sep 17 00:00:00 2001 From: mtvrs Date: Sun, 28 Jan 2024 16:52:43 +0100 Subject: [PATCH 39/58] revive: update to 1.3.6. --- srcpkgs/revive/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/revive/template b/srcpkgs/revive/template index a99796d2fb5d7..78c52f2bea93f 100644 --- a/srcpkgs/revive/template +++ b/srcpkgs/revive/template @@ -1,6 +1,6 @@ # Template file for 'revive' pkgname=revive -version=1.3.4 +version=1.3.6 revision=1 build_style=go go_ldflags="-X github.com/mgechev/revive/cli.version=$version" @@ -11,7 +11,7 @@ license="MIT" homepage="https://revive.run/" changelog="https://github.com/mgechev/revive/releases" distfiles="https://github.com/mgechev/revive/archive/refs/tags/v${version}.tar.gz" -checksum=78a5a5a416d9d6fb2111e978da59b6347516453d60d84ba7914bb1f839b00fe2 +checksum=64ee2af7820143ec6967b1da3eda641ef74cee071fc7f48d8a0e2e9f272e66d3 do_check() { go test -v ./... From 4e79cd134e3564fdffd70cf4eb7a4306ea1ad722 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 29 Jan 2024 11:51:00 -0500 Subject: [PATCH 40/58] Revert "prometheus: update to 2.49.1." The build fails on several architectures with "too many open files". This reverts commit cde964184ed6a7d5b3b964fd52282ea6dd3a0d6d. --- srcpkgs/prometheus/template | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/srcpkgs/prometheus/template b/srcpkgs/prometheus/template index 03db7348f2d59..bfdc6cd09c461 100644 --- a/srcpkgs/prometheus/template +++ b/srcpkgs/prometheus/template @@ -1,15 +1,16 @@ # Template file for 'prometheus' pkgname=prometheus -version=2.49.1 -revision=1 +# https://build.voidlinux.org/builders/x86_64_builder/builds/46045/steps/shell_3/logs/stdio +reverts="2.49.1_1" +version=2.43.0 +revision=4 build_style=go go_import_path="github.com/prometheus/prometheus" go_package="github.com/prometheus/prometheus/cmd/prometheus github.com/prometheus/prometheus/cmd/promtool" -go_ldflags="-X github.com/prometheus/common/version.Version=${version} - -X github.com/prometheus/common/version.Revision=${version} - -X github.com/prometheus/common/version.Branch=${version} - -X github.com/prometheus/common/version.BuildDate=$(date --date "@$SOURCE_DATE_EPOCH" "+%Y%m%d-%H:%M:%S") - -X github.com/prometheus/common/version.BuildUser=VoidLinux" +go_ldflags="-X ${go_import_path}/version.Version=${version} + -X ${go_import_path}/version.Revision=${version} + -X ${go_import_path}/version.Branch=${version} + -X ${go_import_path}/version.BuildUser=VoidLinux" go_build_tags="netgo,builtinassets" hostmakedepends="yarn" conf_files="/etc/prometheus/prometheus.yml" @@ -19,7 +20,7 @@ license="Apache-2.0, MIT" homepage="https://prometheus.io/" changelog="https://raw.githubusercontent.com/prometheus/prometheus/master/CHANGELOG.md" distfiles="https://github.com/prometheus/prometheus/archive/v${version}.tar.gz" -checksum=985d7f45ed3d16e23a30eae490c17911518fae96cba0245d493eb07097a10b3b +checksum=0cd8860e5f10d0ecb35d20d23252ddc459e8319882dc163bf71b723e3bcafd71 system_accounts="_prometheus" From 561fe95e28df447ce21ca43c434c5cbd7d7f340c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 29 Jan 2024 12:06:31 -0500 Subject: [PATCH 41/58] Reapply "prometheus: update to 2.49.1." The "too many open files" issue affects the reverted version anyway, so we'll try just increasing the ulimit. This reverts commit b779aacd123264ca1bd2576bd02f564891123f79. --- srcpkgs/prometheus/template | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/srcpkgs/prometheus/template b/srcpkgs/prometheus/template index bfdc6cd09c461..2f49e3e620dfb 100644 --- a/srcpkgs/prometheus/template +++ b/srcpkgs/prometheus/template @@ -1,16 +1,15 @@ # Template file for 'prometheus' pkgname=prometheus -# https://build.voidlinux.org/builders/x86_64_builder/builds/46045/steps/shell_3/logs/stdio -reverts="2.49.1_1" -version=2.43.0 -revision=4 +version=2.49.1 +revision=2 build_style=go go_import_path="github.com/prometheus/prometheus" go_package="github.com/prometheus/prometheus/cmd/prometheus github.com/prometheus/prometheus/cmd/promtool" -go_ldflags="-X ${go_import_path}/version.Version=${version} - -X ${go_import_path}/version.Revision=${version} - -X ${go_import_path}/version.Branch=${version} - -X ${go_import_path}/version.BuildUser=VoidLinux" +go_ldflags="-X github.com/prometheus/common/version.Version=${version} + -X github.com/prometheus/common/version.Revision=${version} + -X github.com/prometheus/common/version.Branch=${version} + -X github.com/prometheus/common/version.BuildDate=$(date --date "@$SOURCE_DATE_EPOCH" "+%Y%m%d-%H:%M:%S") + -X github.com/prometheus/common/version.BuildUser=VoidLinux" go_build_tags="netgo,builtinassets" hostmakedepends="yarn" conf_files="/etc/prometheus/prometheus.yml" @@ -20,14 +19,14 @@ license="Apache-2.0, MIT" homepage="https://prometheus.io/" changelog="https://raw.githubusercontent.com/prometheus/prometheus/master/CHANGELOG.md" distfiles="https://github.com/prometheus/prometheus/archive/v${version}.tar.gz" -checksum=0cd8860e5f10d0ecb35d20d23252ddc459e8319882dc163bf71b723e3bcafd71 +checksum=985d7f45ed3d16e23a30eae490c17911518fae96cba0245d493eb07097a10b3b system_accounts="_prometheus" make_dirs="/var/lib/prometheus 700 _prometheus _prometheus" pre_build() { - CGO_ENABLED=0 GOARCH= make assets assets-compress + ( ulimit -n 4096 && CGO_ENABLED=0 GOARCH= make assets assets-compress ) } post_install() { From 4a147b4a029cf9f7dbca1617d81dfbaf15d83487 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 29 Jan 2024 12:56:10 -0500 Subject: [PATCH 42/58] prometheus: broken on x86_64, i686 and armv6l for now --- srcpkgs/prometheus/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/prometheus/template b/srcpkgs/prometheus/template index 2f49e3e620dfb..d251ad8e8d9ef 100644 --- a/srcpkgs/prometheus/template +++ b/srcpkgs/prometheus/template @@ -25,8 +25,12 @@ system_accounts="_prometheus" make_dirs="/var/lib/prometheus 700 _prometheus _prometheus" +case "$XBPS_TARGET_MACHINE" in + x86_64|i686|armv6l) broken="ftbfs: npm ERR! EMFILE: too many open files" ;; +esac + pre_build() { - ( ulimit -n 4096 && CGO_ENABLED=0 GOARCH= make assets assets-compress ) + CGO_ENABLED=0 GOARCH= make assets assets-compress } post_install() { From e6da13fe58ad95c7241043c3106dbff6d542508f Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Mon, 29 Jan 2024 12:19:01 -0600 Subject: [PATCH 43/58] python3-ytmusicapi: update to 1.5.1. --- srcpkgs/python3-ytmusicapi/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-ytmusicapi/template b/srcpkgs/python3-ytmusicapi/template index 0d379f0687b14..e3e6258310127 100644 --- a/srcpkgs/python3-ytmusicapi/template +++ b/srcpkgs/python3-ytmusicapi/template @@ -1,6 +1,6 @@ # Template file for 'python3-ytmusicapi' pkgname=python3-ytmusicapi -version=1.4.2 +version=1.5.1 revision=1 build_style=python3-pep517 hostmakedepends="python3-setuptools_scm python3-wheel" @@ -11,7 +11,7 @@ maintainer="Andrew Benson " license="MIT" homepage="https://github.com/sigma67/ytmusicapi" distfiles="${PYPI_SITE}/y/ytmusicapi/ytmusicapi-${version}.tar.gz" -checksum=7a0e528eccd304fa9f4d2066860eaf3b50fc1c24b4a56162e17a52a225658582 +checksum=3c9bf092a1142d880299c7e8d50a7f2c277337001798823011876939cf53395b post_install() { vlicense LICENSE From b3431119180f32904748eab9cb62f6fca405fdfa Mon Sep 17 00:00:00 2001 From: Duncaen Date: Mon, 29 Jan 2024 19:09:30 +0100 Subject: [PATCH 44/58] synthv1: update to 0.9.34. --- srcpkgs/synthv1/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/synthv1/template b/srcpkgs/synthv1/template index 737bceaf73a34..0430daae09881 100644 --- a/srcpkgs/synthv1/template +++ b/srcpkgs/synthv1/template @@ -1,6 +1,6 @@ # Template file for 'synthv1' pkgname=synthv1 -version=0.9.33 +version=0.9.34 revision=1 build_style=cmake hostmakedepends="pkg-config qt5-host-tools qt5-qmake" @@ -9,6 +9,6 @@ short_desc="Old-school polyphonic synthesizer" maintainer="Duncaen " license="GPL-2.0-or-later" homepage="https://synthv1.sourceforge.io/" -changelog="https://github.com/rncbc/synthv1/raw/master/ChangeLog" +changelog="https://github.com/rncbc/synthv1/raw/main/ChangeLog" distfiles="${SOURCEFORGE_SITE}/synthv1/synthv1-${version}.tar.gz" -checksum=013a3da111c130fdec651e9f4e9b94ca21d45c82f5acc51c2535862d15ceddc7 +checksum=7e56e43c610e093c4dfab1c455d3d7213558bdbfb8c899daaedab8c766ee8dfd From 6803a3067f3859f738b854f9e110011dce600ad2 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Mon, 29 Jan 2024 19:09:36 +0100 Subject: [PATCH 45/58] samplv1: update to 0.9.34. --- srcpkgs/samplv1/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/samplv1/template b/srcpkgs/samplv1/template index e0de00b0936af..bc0021f24aa82 100644 --- a/srcpkgs/samplv1/template +++ b/srcpkgs/samplv1/template @@ -1,6 +1,6 @@ # Template file for 'samplv1' pkgname=samplv1 -version=0.9.33 +version=0.9.34 revision=1 build_style=cmake hostmakedepends="pkg-config qt5-host-tools qt5-qmake" @@ -10,6 +10,6 @@ short_desc="Old-school polyphonic sampler" maintainer="Duncaen " license="GPL-2.0-or-later" homepage="https://samplv1.sourceforge.io/" -changelog="https://github.com/rncbc/samplv1/raw/master/ChangeLog" +changelog="https://github.com/rncbc/samplv1/raw/main/ChangeLog" distfiles="${SOURCEFORGE_SITE}/samplv1/samplv1-${version}.tar.gz" -checksum=d1ea06a3d01bf291bf4c0f1d8d67576af902c64858dfd077dbdf449e9d32f694 +checksum=169313eb2043141cec8d480fafd1e92ed84a3da75b7466ae8077a7afcb0ee452 From 63b9577ac95ada1292689b4b06fb3673933a8e88 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Mon, 29 Jan 2024 19:09:37 +0100 Subject: [PATCH 46/58] padthv1: update to 0.9.34. --- srcpkgs/padthv1/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/padthv1/template b/srcpkgs/padthv1/template index 61ff586a9521a..c28a020f2fe44 100644 --- a/srcpkgs/padthv1/template +++ b/srcpkgs/padthv1/template @@ -1,6 +1,6 @@ # Template file for 'padthv1' pkgname=padthv1 -version=0.9.33 +version=0.9.34 revision=1 build_style=cmake hostmakedepends="pkg-config qt5-host-tools qt5-qmake" @@ -10,6 +10,6 @@ short_desc="Old-school polyphonic additive synthesizer" maintainer="Duncaen " license="GPL-2.0-or-later" homepage="https://padthv1.sourceforge.io/" -changelog="https://github.com/rncbc/padthv1/raw/master/ChangeLog" +changelog="https://github.com/rncbc/padthv1/raw/main/ChangeLog" distfiles="${SOURCEFORGE_SITE}/padthv1/padthv1-${version}.tar.gz" -checksum=53e5026032ff58df8662899c06a5dc24ccb1892df628c386300ffa6c5520c184 +checksum=833eac208862d215c30ffffaf00c7b6ebd08b537e080ab3a9a816b23bd65765f From eb553177c849efa2bdcf0f31f26ad3ea823c9272 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Mon, 29 Jan 2024 19:09:37 +0100 Subject: [PATCH 47/58] drumkv1: update to 0.9.34. --- srcpkgs/drumkv1/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/drumkv1/template b/srcpkgs/drumkv1/template index f02385cc3560d..a535544edaf1c 100644 --- a/srcpkgs/drumkv1/template +++ b/srcpkgs/drumkv1/template @@ -1,6 +1,6 @@ # Template file for 'drumkv1' pkgname=drumkv1 -version=0.9.33 +version=0.9.34 revision=1 build_style=cmake hostmakedepends="pkg-config qt5-host-tools qt5-qmake" @@ -10,6 +10,6 @@ short_desc="Old-school drum-kit sampler" maintainer="Duncaen " license="GPL-2.0-or-later" homepage="https://drumkv1.sourceforge.io/" -changelog="https://github.com/rncbc/drumkv1/raw/master/ChangeLog" +changelog="https://github.com/rncbc/drumkv1/raw/main/ChangeLog" distfiles="https://download.sourceforge.net/drumkv1/drumkv1-${version}.tar.gz" -checksum=4425d0149bd789be3bf05e14bb0dabf1fc9400b07af612ffdf2660a7eee8766f +checksum=7235c2d368f359d474893a9627d589fe3bc8eca85257a1f502b914025478fa22 From b83bf93059a50b56105ca97f1d835a279a5edeed Mon Sep 17 00:00:00 2001 From: John Date: Mon, 29 Jan 2024 21:02:29 +0100 Subject: [PATCH 48/58] swtpm: update to 0.8.1. --- srcpkgs/swtpm/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/swtpm/template b/srcpkgs/swtpm/template index b535e75a5664a..55ee0c6d9b928 100644 --- a/srcpkgs/swtpm/template +++ b/srcpkgs/swtpm/template @@ -1,7 +1,7 @@ # Template file for 'swtpm' pkgname=swtpm -version=0.8.0 -revision=2 +version=0.8.1 +revision=1 build_style=gnu-configure configure_args="--with-gnutls ac_cv_path_TCSD=" hostmakedepends="libtool automake pkg-config iproute2 expect @@ -14,7 +14,7 @@ maintainer="John " license="BSD-3-Clause" homepage="https://github.com/stefanberger/swtpm" distfiles="https://github.com/stefanberger/swtpm/archive/refs/tags/v${version}.tar.gz" -checksum=ad433f9272fb794aafd550914d24cc0ca33d4652cfd087fa41b911fa9e54be3d +checksum=7bba52aa41090f75087034fac5fe8daed10c3e7e7234df7c9558849318927f41 # check expects that root directory is setup fully for swtpm with e.g. tss user created make_check=no ignore_elf_files="/usr/share/swtpm/swtpm-localca" From 65c006349de013fb541ef483ac46255c71f55c25 Mon Sep 17 00:00:00 2001 From: John Date: Mon, 29 Jan 2024 21:05:01 +0100 Subject: [PATCH 49/58] libtpms: update to 0.9.6. --- srcpkgs/libtpms/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libtpms/template b/srcpkgs/libtpms/template index 9c2d4a54e03d6..db8d927edb5b8 100644 --- a/srcpkgs/libtpms/template +++ b/srcpkgs/libtpms/template @@ -1,7 +1,7 @@ # Template file for 'libtpms' pkgname=libtpms -version=0.9.5 -revision=2 +version=0.9.6 +revision=1 build_style=gnu-configure hostmakedepends="libtool automake pkg-config" makedepends="openssl-devel" @@ -10,7 +10,7 @@ maintainer="John " license="BSD-3-Clause, custom:IBM" homepage="https://github.com/stefanberger/libtpms" distfiles="https://github.com/stefanberger/libtpms/archive/refs/tags/v${version}.tar.gz" -checksum=9522c69001e46a3b0e1ccd646d36db611b2366c395099d29037f2b067bf1bc60 +checksum=2807466f1563ebe45fdd12dd26e501e8a0c4fbb99c7c428fbb508789efd221c0 pre_configure() { autoreconf -f -i From 52bad1bca9e32ea45924d513936dc0b25e4a5f3f Mon Sep 17 00:00:00 2001 From: Karel Balej Date: Mon, 29 Jan 2024 16:48:10 +0100 Subject: [PATCH 50/58] zathura: add patch to fix valid file detection Without this patch, it is not possible to use completion for zathura's `:open` command as it will only list files which zathura cannot open and exclude all other, instead of doing it the other way around. --- ...e_valid_extension-should-return-True.patch | 26 +++++++++++++++++++ srcpkgs/zathura/template | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/zathura/patches/0001-The-function-file_valid_extension-should-return-True.patch diff --git a/srcpkgs/zathura/patches/0001-The-function-file_valid_extension-should-return-True.patch b/srcpkgs/zathura/patches/0001-The-function-file_valid_extension-should-return-True.patch new file mode 100644 index 0000000000000..517c0d49cb3db --- /dev/null +++ b/srcpkgs/zathura/patches/0001-The-function-file_valid_extension-should-return-True.patch @@ -0,0 +1,26 @@ +From d74091a7452846112c0bb11e1412cd2af48ee7cd Mon Sep 17 00:00:00 2001 +From: Carlo Buccisano +Date: Tue, 12 Dec 2023 00:24:20 +0100 +Subject: [PATCH] The function file_valid_extension should return True if + plugin is different then NULL, not if it is equal. + +--- + zathura/utils.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/zathura/utils.c b/zathura/utils.c +index 802757f..8f379be 100644 +--- a/zathura/utils.c ++++ b/zathura/utils.c +@@ -60,7 +60,7 @@ file_valid_extension(zathura_t* zathura, const char* path) + zathura_plugin_t* plugin = zathura_plugin_manager_get_plugin(zathura->plugins.manager, content_type); + g_free(content_type); + +- return plugin == NULL; ++ return plugin != NULL; + } + + static void +-- +2.43.0 + diff --git a/srcpkgs/zathura/template b/srcpkgs/zathura/template index 4ae25707e6b87..a7aafcd71f4d9 100644 --- a/srcpkgs/zathura/template +++ b/srcpkgs/zathura/template @@ -1,7 +1,7 @@ # Template file for 'zathura' pkgname=zathura version=0.5.4 -revision=1 +revision=2 build_style=meson configure_args="-Dsynctex=enabled" hostmakedepends="pkg-config intltool python3-Sphinx desktop-file-utils From 3e28c1516747a74966674a6359e4d6111e109329 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Mon, 29 Jan 2024 10:35:34 -0500 Subject: [PATCH 51/58] network-manager-applet: update to 1.36.0 --- srcpkgs/network-manager-applet/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/network-manager-applet/template b/srcpkgs/network-manager-applet/template index 39dbacbe1301e..e4fdca38833b2 100644 --- a/srcpkgs/network-manager-applet/template +++ b/srcpkgs/network-manager-applet/template @@ -1,6 +1,6 @@ # Template file for 'network-manager-applet' pkgname=network-manager-applet -version=1.34.0 +version=1.36.0 revision=1 build_style=meson configure_args="-Dselinux=false" @@ -16,5 +16,5 @@ license="GPL-2.0-or-later" homepage="https://wiki.gnome.org/Projects/NetworkManager" changelog="https://gitlab.gnome.org/GNOME/network-manager-applet/-/raw/main/NEWS" distfiles="${GNOME_SITE}/network-manager-applet/${version%.*}/network-manager-applet-${version}.tar.xz" -checksum=ab368e470f6b161fc8b834bc97912b7e79af92b8cd7ea399c2d400ce89aba5a8 +checksum=a84704487ea3afe1485c47fb2ab598b8f779f540ae0dcbf0a1c5f85e64a7e253 lib32disabled=yes From 3d69808fdc343841cbc77bd182ae854a33970cca Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Mon, 29 Jan 2024 10:19:56 -0500 Subject: [PATCH 52/58] bemenu: update to 0.6.17 --- srcpkgs/bemenu/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/bemenu/template b/srcpkgs/bemenu/template index 1e2cad7ab7c8a..0ec2bb117529c 100644 --- a/srcpkgs/bemenu/template +++ b/srcpkgs/bemenu/template @@ -1,6 +1,6 @@ # Template file for 'bemenu' pkgname=bemenu -version=0.6.16 +version=0.6.17 revision=1 build_style=gnu-makefile hostmakedepends="pkg-config wayland-devel scdoc" @@ -12,7 +12,7 @@ maintainer="Issam Maghni " license="GPL-3.0-or-later, LGPL-3.0-or-later" homepage="https://github.com/Cloudef/bemenu" distfiles="https://github.com/Cloudef/bemenu/archive/refs/tags/${version}.tar.gz" -checksum=ccf9de47171e0d18a20a28f8460ad1360724b9dd47be346084557bd38abd33aa +checksum=d1e16bf2b000d50a5ea2798047250f1d15cc03981c9c08943f0881441e05cbc3 bemenu-devel_package() { depends="${sourcepkg}>=${version}_${revision}" From 1a9a9d294fe7c1211c38c4273e71461f81f4135a Mon Sep 17 00:00:00 2001 From: Mat Boehlke Date: Thu, 25 Jan 2024 20:59:53 -0600 Subject: [PATCH 53/58] lziprecover: update to 1.24. --- srcpkgs/lziprecover/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/lziprecover/template b/srcpkgs/lziprecover/template index 38dbd9d901dae..462e48d67a4d8 100644 --- a/srcpkgs/lziprecover/template +++ b/srcpkgs/lziprecover/template @@ -1,6 +1,6 @@ # Template file for 'lziprecover' pkgname=lziprecover -version=1.23 +version=1.24 revision=1 build_style=configure checkdepends="lzip" @@ -9,7 +9,7 @@ maintainer="Matt Boehlke " license="GPL-2.0-or-later" homepage="https://www.nongnu.org/lzip/lziprecover.html" distfiles="${NONGNU_SITE}/lzip/lziprecover/lziprecover-${version}.tar.lz" -checksum=9a41c9823670541573b160945c23783b644e84eb940c2c803b6b8d11b2c3d208 +checksum=92d09e7e9d7c1f5a144fe631e5c20eb7e82ff6eb43d4f8ab6b260c926303d89e do_configure() { ./configure --prefix=/usr \ From f6e4653dc8bfc9db592fc4b598d685f042778d38 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Sun, 28 Jan 2024 18:41:56 -0500 Subject: [PATCH 54/58] syft: update to 0.102.0 --- srcpkgs/syft/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syft/template b/srcpkgs/syft/template index 6f1d20292a14f..2ce19570f0514 100644 --- a/srcpkgs/syft/template +++ b/srcpkgs/syft/template @@ -1,6 +1,6 @@ # Template file for 'syft' pkgname=syft -version=0.100.0 +version=0.102.0 revision=1 build_style=go build_helper=qemu @@ -11,7 +11,7 @@ maintainer="Jan Christian Grünhage " license="Apache-2.0" homepage="https://github.com/anchore/syft" distfiles="https://github.com/anchore/syft/archive/refs/tags/v${version}.tar.gz" -checksum=2dec7f010f2d791702e87ed2642f20de93851aab4f98f3a72fb9b1c7902fc235 +checksum=8f03eeb09be052272bb71db0eb6640ead9bf5c6f4624e28dce28b91998ab393d post_install() { syft="${DESTDIR}/usr/bin/syft" From c93164a49eef8cc6132de4f3c42d802a8f9c4905 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Sun, 28 Jan 2024 18:43:08 -0500 Subject: [PATCH 55/58] grype: update to 0.74.3 --- srcpkgs/grype/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/grype/template b/srcpkgs/grype/template index e9244d31b5423..1b148fd9cf631 100644 --- a/srcpkgs/grype/template +++ b/srcpkgs/grype/template @@ -1,6 +1,6 @@ # Template file for 'grype' pkgname=grype -version=0.74.0 +version=0.74.3 revision=1 build_style=go build_helper=qemu @@ -11,7 +11,7 @@ maintainer="Jan Christian Grünhage " license="Apache-2.0" homepage="https://github.com/anchore/grype" distfiles="https://github.com/anchore/grype/archive/refs/tags/v${version}.tar.gz" -checksum=59469066e2dedc3d0fcc07feaabdfca752c87ff6d14aae653969991e9990e392 +checksum=af1016bd298e289a1af5b1d152041a2fad68c3b4ada32ba3401339dcc237e13e post_install() { grype="${DESTDIR}/usr/bin/grype" From 955d121da0e5c99262a014e3d302a62c340a5cca Mon Sep 17 00:00:00 2001 From: zlice Date: Mon, 29 Jan 2024 15:57:05 -0500 Subject: [PATCH 56/58] discord: update to 0.0.42 --- srcpkgs/discord/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/discord/template b/srcpkgs/discord/template index 6796905acbd7c..eea1c1de6eeb8 100644 --- a/srcpkgs/discord/template +++ b/srcpkgs/discord/template @@ -1,6 +1,6 @@ # Template file for 'discord' pkgname=discord -version=0.0.41 +version=0.0.42 revision=1 archs="x86_64" depends="alsa-lib dbus-glib gtk+3 libnotify nss libXtst libcxx libatomic @@ -10,7 +10,7 @@ maintainer="Ryan Conwell " license="custom:Proprietary" homepage="https://discord.com" distfiles="https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz" -checksum=cb308e958203bdb84945b8aa7f9342da2053d9ece524ff353bfc2d916204a7e5 +checksum=edc6a7d7926105ce8e240599324f2e11db7f0f5a2b08a1b530dd5605d4d9ac8d repository=nonfree restricted=yes nopie=yes From 1b5dc8ed15e67eb190c06324d4381e558d812487 Mon Sep 17 00:00:00 2001 From: Eloi Torrents Date: Thu, 25 Jan 2024 22:03:34 +0100 Subject: [PATCH 57/58] dooble: update to 2024.01.25. --- srcpkgs/dooble/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/dooble/template b/srcpkgs/dooble/template index f30cd52f17bda..9c4933e551a35 100644 --- a/srcpkgs/dooble/template +++ b/srcpkgs/dooble/template @@ -1,6 +1,6 @@ # Template file for 'dooble' pkgname=dooble -version=2023.12.25 +version=2024.01.25 revision=1 archs="x86_64* aarch64*" build_style=qmake @@ -13,7 +13,7 @@ maintainer="Eloi Torrents " license="BSD-3-Clause" homepage="https://textbrowser.github.io/dooble/" distfiles="https://github.com/textbrowser/dooble/archive/refs/tags/${version}.tar.gz" -checksum=f5e67fd052af762b7658f70e268dd73af8e1f39f2eb335a0848c34242ca70315 +checksum=56f320170f612fed37ccec0452c3cccdb84583e3f7751550e9b1eee3d9a24281 do_install() { vbin Dooble dooble From 4730add1021b0f8ddf8bec9393657159bc9b2e66 Mon Sep 17 00:00:00 2001 From: John Date: Mon, 29 Jan 2024 21:12:57 +0100 Subject: [PATCH 58/58] telegram-desktop: update to 4.14.9. --- srcpkgs/telegram-desktop/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/telegram-desktop/template b/srcpkgs/telegram-desktop/template index 48ccb9a9d840a..d00b273b7b738 100644 --- a/srcpkgs/telegram-desktop/template +++ b/srcpkgs/telegram-desktop/template @@ -1,6 +1,6 @@ # Template file for 'telegram-desktop' pkgname=telegram-desktop -version=4.14.2 +version=4.14.9 revision=1 build_style=cmake build_helper="qemu gir" @@ -25,7 +25,7 @@ license="GPL-3.0-or-later, OpenSSL" homepage="https://desktop.telegram.org/" changelog="https://github.com/telegramdesktop/tdesktop/blob/v${version}/changelog.txt" distfiles="https://github.com/telegramdesktop/tdesktop/releases/download/v${version}/tdesktop-${version}-full.tar.gz" -checksum=1f7e283083175ecafee8de6f34f3908a51d05b7c6e78374a49a233b59d1d2e72 +checksum=64d639f36405a54136b520a3fcd68d15784ee85ed871b13119c4e6f9235f47a7 build_options="spellcheck" build_options_default="spellcheck"