From bfc750316ff15c7ef7509f3735926cc1b088e558 Mon Sep 17 00:00:00 2001 From: lukas-jo Date: Mon, 17 Jul 2023 20:17:38 +0200 Subject: [PATCH 001/470] tiny: update to 0.11.0. --- srcpkgs/tiny/template | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/srcpkgs/tiny/template b/srcpkgs/tiny/template index 47690c51848a9..b3b75ecddc0e9 100644 --- a/srcpkgs/tiny/template +++ b/srcpkgs/tiny/template @@ -1,7 +1,7 @@ # Template file for 'tiny' pkgname=tiny -version=0.10.0 -revision=2 +version=0.11.0 +revision=1 build_wrksrc="crates/tiny" build_style=cargo configure_args="--no-default-features --features=desktop-notifications --features=tls-native" @@ -11,12 +11,13 @@ short_desc="Tiny terminal IRC client" maintainer="eoli3n " license="MIT" homepage="https://github.com/osa1/tiny" -distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz" -checksum=7f4751b5e34057ba65e86f3819f2ae8288307a5a8e83e5fbb2733759c8100cb7 +changelog="https://raw.githubusercontent.com/osa1/tiny/master/CHANGELOG.md" +distfiles="https://github.com/osa1/tiny/archive/refs/tags/v${version}.tar.gz" +checksum=4bd412760a35ff41220ab918702d003c710379537db9621477f63ee201a68440 pre_build() { # fixes an indexmap error when cross compiling - cargo update --package autocfg:1.0.1 --precise 1.1.0 + cargo update --package autocfg:1.1.0 --precise 1.1.0 } post_install() { From aadcba3b354ac2edffa4b1b76a2dce8f6ac4350f Mon Sep 17 00:00:00 2001 From: Josh Klar Date: Sat, 15 Jul 2023 18:59:06 -0700 Subject: [PATCH 002/470] New package: kaboom-0.1.0 --- srcpkgs/kaboom/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/kaboom/template diff --git a/srcpkgs/kaboom/template b/srcpkgs/kaboom/template new file mode 100644 index 0000000000000..a09551d1c201b --- /dev/null +++ b/srcpkgs/kaboom/template @@ -0,0 +1,15 @@ +# Template file for 'kaboom' +pkgname=kaboom +version=0.1.0 +revision=1 +build_style=cargo +short_desc="Atom feed management for the casual blogger" +maintainer="klardotsh " +license="0BSD" +homepage="https://sr.ht/~klardotsh/kaboom/" +distfiles="https://git.sr.ht/~klardotsh/kaboom/archive/v${version}.tar.gz" +checksum=b923eacbd691fbd6aaef8640872b2f550b562adbf5a1056ef82e2c22774bdcba + +post_install() { + vlicense COPYING +} From 03a58e3d3c8c6141f5d71dfce750eec432c3f86b Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Mon, 17 Jul 2023 18:21:15 -0700 Subject: [PATCH 003/470] New package: containers-common-0.55.2 --- srcpkgs/containers-common/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/containers-common/template diff --git a/srcpkgs/containers-common/template b/srcpkgs/containers-common/template new file mode 100644 index 0000000000000..f5d1a21e1d10b --- /dev/null +++ b/srcpkgs/containers-common/template @@ -0,0 +1,18 @@ +# Template file for 'containers-common' +pkgname=containers-common +version=0.55.2 +revision=1 +build_style=gnu-makefile +make_build_args="-C docs" +make_install_args="-C docs" +hostmakedepends="go-md2man" +short_desc="Docs and configs shared by podman, buildah, and skopeo" +maintainer="Cameron Nemo " +license="Apache-2.0" +homepage="https://github.com/containers/common" +distfiles="https://github.com/containers/common/archive/v${version}.tar.gz" +checksum=997529c8aed1b6b71ff732d0cb75e67560222012402a3715ccab765b92ce0479 + +post_install() { + vinstall pkg/seccomp/seccomp.json 0644 usr/share/containers +} From 3bf6faf82be0d05e71bb4d3040af15b1e0013385 Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Mon, 17 Jul 2023 18:21:29 -0700 Subject: [PATCH 004/470] buildah: update to 1.31.0, enable seccomp Depend on the containers-common package that provides the seccomp profile shared with podman. --- srcpkgs/buildah/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/buildah/template b/srcpkgs/buildah/template index 59e63fd6cb7d9..6f84b078ac0a5 100644 --- a/srcpkgs/buildah/template +++ b/srcpkgs/buildah/template @@ -1,7 +1,7 @@ # Template file for 'buildah' pkgname=buildah -version=1.28.2 -revision=2 +version=1.31.0 +revision=1 build_style=go go_import_path=github.com/containers/buildah go_package="${go_import_path}/cmd/buildah" @@ -9,14 +9,14 @@ go_build_tags=containers_image_ostree_stub hostmakedepends="pkg-config go-md2man" makedepends="libostree-devel libbtrfs-devel device-mapper-devel gpgme-devel libassuan-devel libseccomp-devel" -depends="runc containers.image containers.storage" +depends="runc containers.image containers.storage containers-common" short_desc="Dockerfile compatible OCI image building tool" maintainer="Cameron Nemo " license="Apache-2.0" homepage="https://github.com/containers/buildah" changelog="https://github.com/containers/buildah/blob/master/CHANGELOG.md" distfiles="https://github.com/containers/buildah/archive/refs/tags/v${version}.tar.gz" -checksum=2dc5b1686473f972fbfa15637ecd1a9e2aeefd057c86dd097d1f19e2a6959411 +checksum=c119921e8e4b2d7fd7e1041dfbcfdfac0882e3dea4f7dabdc5175f9bbc70d868 post_build() { make -C docs GOMD2MAN=go-md2man From eb7cafa9e2b0361c467dc8092af03c2fdca839dc Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Mon, 17 Jul 2023 18:22:17 -0700 Subject: [PATCH 005/470] podman: update to 4.5.1, enable seccomp Depend on the containers-common package that provides the seccomp profile shared with buildah. Closes: #45097 [via git-merge-pr] --- srcpkgs/podman/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/podman/template b/srcpkgs/podman/template index 40cfa779ea4a4..bf19bf7577c4a 100644 --- a/srcpkgs/podman/template +++ b/srcpkgs/podman/template @@ -1,22 +1,22 @@ # Template file for 'podman' pkgname=podman -version=4.4.4 -revision=2 +version=4.5.1 +revision=1 build_style=go go_import_path="github.com/containers/podman/v4" go_package="${go_import_path}/cmd/podman ${go_import_path}/cmd/rootlessport" go_build_tags="seccomp apparmor containers_image_ostree_stub" hostmakedepends="pkg-config go-md2man python3" makedepends="gpgme-devel libseccomp-devel device-mapper-devel libbtrfs-devel" -depends="runc conmon cni-plugins slirp4netns containers.image containers.storage - fuse-overlayfs" +depends="runc conmon cni-plugins slirp4netns fuse-overlayfs + containers-common containers.image containers.storage" short_desc="Simple management tool for containers and images" maintainer="Cameron Nemo " license="Apache-2.0" homepage="https://podman.io/" changelog="https://raw.githubusercontent.com/containers/podman/main/RELEASE_NOTES.md" distfiles="https://github.com/containers/podman/archive/v${version}.tar.gz" -checksum=2dacfe7041b83e2cb05fda58bd1fbdae61348a427f5b9073b96b36154de894a1 +checksum=ee2c8b02b7fe301057f0382637b995a9c6c74e8d530692d6918e4c509ade6e39 if [ "$CROSS_BUILD" ]; then go_build_tags+=" containers_image_openpgp" From c3d38b9771da0a8eb7aa0703fcae42afe8ab0160 Mon Sep 17 00:00:00 2001 From: Emil Tomczyk Date: Wed, 19 Jul 2023 10:04:06 +0200 Subject: [PATCH 006/470] terraform-ls: update to 0.31.3. --- srcpkgs/terraform-ls/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/terraform-ls/template b/srcpkgs/terraform-ls/template index cf83ab0609eb9..6ea9354f412e4 100644 --- a/srcpkgs/terraform-ls/template +++ b/srcpkgs/terraform-ls/template @@ -1,15 +1,15 @@ # Template file for 'terraform-ls' pkgname=terraform-ls -version=0.16.1 -revision=2 +version=0.31.3 +revision=1 build_style=go -go_import_path="github.com/hashicorp/$pkgname" +go_import_path="github.com/hashicorp/terraform-ls" short_desc="Terraform Language Server" -maintainer="Sora Morimoto " +maintainer="Emil Tomczyk " license="MPL-2.0" homepage="https://github.com/hashicorp/terraform-ls" -distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=e466d782fd1e2bede2f90e5677e1fd18df4a23476ebb08212502a3e955667736 +distfiles="https://github.com/hashicorp/terraform-ls/archive/v${version}.tar.gz" +checksum=0175823793a95fdd96a5426d2e675054b0e46653f890ca0010887dd62f2c0e7e post_install() { vlicense LICENSE From ff673f559e7a4f545c1757f76f0eb9909aefc1b0 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Wed, 19 Jul 2023 09:03:04 -0400 Subject: [PATCH 007/470] python3-prometheus_client: update to 0.17.1. --- srcpkgs/python3-prometheus_client/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-prometheus_client/template b/srcpkgs/python3-prometheus_client/template index 4dc4c5551208d..40795dd9f249e 100644 --- a/srcpkgs/python3-prometheus_client/template +++ b/srcpkgs/python3-prometheus_client/template @@ -1,6 +1,6 @@ # Template file for 'python3-prometheus_client' pkgname=python3-prometheus_client -version=0.16.0 +version=0.17.1 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" @@ -10,5 +10,6 @@ short_desc="Python3 client for the Prometheus monitoring system" maintainer="Joel Beckmeyer " license="Apache-2.0" homepage="https://github.com/prometheus/client_python" +changelog="https://github.com/prometheus/client_python/releases" distfiles="${PYPI_SITE}/p/prometheus_client/prometheus_client-${version}.tar.gz" -checksum=a03e35b359f14dd1630898543e2120addfdeacd1a6069c1367ae90fd93ad3f48 +checksum=21e674f39831ae3f8acde238afd9a27a37d0d2fb5a28ea094f0ce25d2cbf2091 From 72556fd7f2249d640377d36cd1a905f04dcf5c4f Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Wed, 19 Jul 2023 17:13:09 -0400 Subject: [PATCH 008/470] python3-immutabledict: update to 2.2.5. --- srcpkgs/python3-immutabledict/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-immutabledict/template b/srcpkgs/python3-immutabledict/template index d8eaced0c4837..5ae52daf0ce3c 100644 --- a/srcpkgs/python3-immutabledict/template +++ b/srcpkgs/python3-immutabledict/template @@ -1,6 +1,6 @@ # Template file for 'python3-immutabledict' pkgname=python3-immutabledict -version=2.2.4 +version=2.2.5 revision=1 build_style=python3-pep517 hostmakedepends="python3-poetry-core" @@ -13,7 +13,7 @@ license="MIT" homepage="https://github.com/corenting/immutabledict" changelog="https://raw.githubusercontent.com/corenting/immutabledict/master/CHANGELOG.md" distfiles="${PYPI_SITE}/i/immutabledict/immutabledict-${version}.tar.gz" -checksum=3bedc0741faaa2846f6edf5c29183f993da3abaff6a5961bb70a5659bb9e68ab +checksum=1ce423cf7861ba84eaa7c2eca482e46854eac07765ef4873b640eb67eea8b203 post_install() { vlicense LICENSE From 6988337a8c73350d41e77bf3724e85ff633b67b5 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Wed, 19 Jul 2023 17:13:35 -0400 Subject: [PATCH 009/470] python3-ijson: update to 3.2.2. --- srcpkgs/python3-ijson/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-ijson/template b/srcpkgs/python3-ijson/template index 41914046d28bd..8628c6bc34b71 100644 --- a/srcpkgs/python3-ijson/template +++ b/srcpkgs/python3-ijson/template @@ -1,6 +1,6 @@ # Template file for 'python3-ijson' pkgname=python3-ijson -version=3.2.1 +version=3.2.2 revision=1 build_style=python3-module hostmakedepends="python3-setuptools_scm" @@ -13,7 +13,7 @@ license="BSD-3-Clause" homepage="https://github.com/ICRAR/ijson" changelog="https://raw.githubusercontent.com/ICRAR/ijson/master/CHANGELOG.md" distfiles="${PYPI_SITE}/i/ijson/ijson-${version}.tar.gz" -checksum=8574bf19f31fab870488769ad919a80f130825236ac8bde9a733f69c2961d7a7 +checksum=b9883c8716001d7a5c8185905208e40a77eef9b2a73dbce4d189ceb092aa93bd post_install() { vlicense LICENSE.txt From 00d2383f25eccd6ac08b6a5ad6e909d6dc3b2e45 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Wed, 19 Jul 2023 17:15:44 -0400 Subject: [PATCH 010/470] python3-txredisapi: update to 1.4.10. --- srcpkgs/python3-txredisapi/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-txredisapi/template b/srcpkgs/python3-txredisapi/template index 1e29673bf3beb..de15ad72aefe7 100644 --- a/srcpkgs/python3-txredisapi/template +++ b/srcpkgs/python3-txredisapi/template @@ -1,6 +1,6 @@ # Template file for 'python3-txredisapi' pkgname=python3-txredisapi -version=1.4.9 +version=1.4.10 revision=1 build_style=python3-module make_check_args="--ignore tests/test_basics.py @@ -36,4 +36,4 @@ license="Apache-2.0" homepage="https://github.com/IlyaSkriblovsky/txredisapi" changelog="https://raw.githubusercontent.com/IlyaSkriblovsky/txredisapi/master/CHANGELOG.md" distfiles="https://github.com/IlyaSkriblovsky/txredisapi/archive/refs/tags/${version}.tar.gz" -checksum=bb6af4eabe9b05afd4389516d41d60adfb24dcee01601be8a4808de2cb00d3a7 +checksum=bf11270796b4c09681176213a007b24cd0b2bbcdacb45ee5c3a01ac7072ab484 From aa256cef6796557d966f8935aa084818eb5e58b6 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Wed, 19 Jul 2023 09:00:09 -0400 Subject: [PATCH 011/470] synapse: update to 1.88.0. --- srcpkgs/synapse/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template index a5b7a504ca977..c0306f97abf65 100644 --- a/srcpkgs/synapse/template +++ b/srcpkgs/synapse/template @@ -1,6 +1,6 @@ # Template file for 'synapse' pkgname=synapse -version=1.87.0 +version=1.88.0 revision=1 build_style=python3-pep517 build_helper=rust @@ -24,7 +24,7 @@ license="Apache-2.0" homepage="https://github.com/matrix-org/synapse" changelog="https://raw.githubusercontent.com/matrix-org/synapse/develop/CHANGES.md" distfiles="https://github.com/matrix-org/synapse/archive/v${version}.tar.gz" -checksum=b6dc1924a776f44d0fe61a1da78ac2bae17b39fc62dc146a0003a46514dff7f6 +checksum=c094190e21b6cc6d753d9f08b7599fb649aa44ebe8f64fda3add6ba032689de9 if [ "$CROSS_BUILD" ]; then makedepends+=" rust-std" From 1af02fc2e73cfdb32ebc37e09c5463fb6bb16bf3 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Mon, 24 Jul 2023 23:01:59 +0200 Subject: [PATCH 012/470] srcpkgs: orphan smorimoto's packages --- srcpkgs/direnv/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/direnv/template b/srcpkgs/direnv/template index 787ca6890b378..b53401ee41502 100644 --- a/srcpkgs/direnv/template +++ b/srcpkgs/direnv/template @@ -5,7 +5,7 @@ revision=2 build_style=go go_import_path=github.com/direnv/direnv/v2 short_desc="Environment switcher for the shell" -maintainer="Sora Morimoto " +maintainer="Orphaned " license="MIT" homepage="https://direnv.net/" changelog="https://raw.githubusercontent.com/direnv/direnv/master/CHANGELOG.md" From e3efac87133b54997e119b223c41952f36542c1c Mon Sep 17 00:00:00 2001 From: Bnyro Date: Thu, 20 Jul 2023 10:17:48 +0200 Subject: [PATCH 013/470] Tuba: update to 0.4.0. --- srcpkgs/Tuba/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/Tuba/template b/srcpkgs/Tuba/template index 741a7188c07f6..0ec9f6e9204ca 100644 --- a/srcpkgs/Tuba/template +++ b/srcpkgs/Tuba/template @@ -1,6 +1,6 @@ # Template file for 'Tuba' pkgname=Tuba -version=0.3.2 +version=0.4.0 revision=1 build_style=meson configure_args="-Ddistro=true" @@ -14,4 +14,4 @@ maintainer="Orphaned " license="GPL-3.0-only" homepage="https://tuba.geopjr.dev/" distfiles="https://github.com/GeopJr/Tuba/archive/refs/tags/v${version}.tar.gz" -checksum=1458b343f069efca00b0b5da49b9eb4b529e49de3d701da06d9529828be19cf9 +checksum=f3ab01b2b987f1eca4056beed17db3924e1e8f9cfd3938cccbce63b7ab1a44a3 From de398b15441dc30b1595d74d4529106006aa7dbe Mon Sep 17 00:00:00 2001 From: SavageMessiah Date: Sun, 23 Jul 2023 14:05:17 -0400 Subject: [PATCH 014/470] YACReader: update to 9.13.0. --- srcpkgs/YACReader/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/YACReader/template b/srcpkgs/YACReader/template index fdf1f77e4434f..8685ffbb72b8f 100644 --- a/srcpkgs/YACReader/template +++ b/srcpkgs/YACReader/template @@ -1,10 +1,10 @@ # Template file for 'YACReader' pkgname=YACReader -version=9.8.0 +version=9.13.0 revision=1 build_style=qmake hostmakedepends="qt5-qmake qt5-host-tools pkg-config" -makedepends="qt5-script-devel qt5-declarative-devel qt5-quickcontrols +makedepends="qt5-script-devel qt5-declarative-devel qt5-quickcontrols2-devel qt5-multimedia-devel poppler-qt5-devel qrencode-devel glu-devel libunarr-devel qt5-svg-devel" short_desc="Cross-platform reader and manager for your digital comic library" @@ -13,4 +13,4 @@ license="GPL-3.0-or-later" homepage="http://yacreader.com/" changelog="https://raw.githubusercontent.com/YACReader/yacreader/master/CHANGELOG.md" distfiles="https://github.com/YACReader/yacreader/archive/${version}.tar.gz" -checksum=6c67435a029e24af967598b0c3c8d174d152ad398f80b05b7b8ba832eddacf90 +checksum=8249a9a7e58ec1b2ab23ef8507d9e6ce84823943aa31cd5617a17a0987b6b243 From 775430f967d7df2540d78d67a755b58c36c8a89a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Tue, 25 Jul 2023 07:19:09 +0700 Subject: [PATCH 015/470] linux6.1: update to 6.1.40. --- srcpkgs/linux6.1/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/linux6.1/template b/srcpkgs/linux6.1/template index 89fb25d2af690..374c7b27de4bb 100644 --- a/srcpkgs/linux6.1/template +++ b/srcpkgs/linux6.1/template @@ -1,6 +1,6 @@ # Template file for 'linux6.1' pkgname=linux6.1 -version=6.1.38 +version=6.1.40 revision=1 short_desc="Linux kernel and modules (${version%.*} series)" maintainer="Đoàn Trần Công Danh " @@ -14,7 +14,7 @@ if [ "${version##*.}" != 0 ]; then fi checksum="2ca1f17051a430f6fed1196e4952717507171acfd97d96577212502703b25deb - 9f5fcfa5092315e8a736539ce341df48a2320f952a38ec184740d5561e471e63" + 4818cc1e4accde9e753a3c8ab01bc8ffc2578fa007176eecb3f7b0a616094f39" python_version=3 # XXX Restrict archs until a proper -dotconfig is available in FILESDIR. From 37b3a1be7e412eb749f3c3617be9d2b096b650b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Tue, 25 Jul 2023 07:18:25 +0700 Subject: [PATCH 016/470] linux6.3: update to 6.3.13. --- srcpkgs/linux6.3/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/linux6.3/template b/srcpkgs/linux6.3/template index b75316bf11069..f2e373f55278d 100644 --- a/srcpkgs/linux6.3/template +++ b/srcpkgs/linux6.3/template @@ -1,6 +1,6 @@ # Template file for 'linux6.3' pkgname=linux6.3 -version=6.3.12 +version=6.3.13 revision=1 short_desc="Linux kernel and modules (${version%.*} series)" maintainer="Đoàn Trần Công Danh " @@ -14,7 +14,7 @@ if [ "${version##*.}" != 0 ]; then fi checksum="ba3491f5ed6bd270a370c440434e3d69085fcdd528922fa01e73d7657db73b1e - 37c340dc4c902708e9c224b9792db6fb7617683d8d8a77c703cfd76dbf3794c0" + d9e38c2a933805b0bf5be6f242c9b0d2e3efd01f8f103accb462f0ceecce9f8c" python_version=3 # XXX Restrict archs until a proper -dotconfig is available in FILESDIR. From 7c2c0ac1d567881af3b44afb18dd250ae93a38e4 Mon Sep 17 00:00:00 2001 From: Saksham Date: Sun, 23 Jul 2023 19:10:27 +0530 Subject: [PATCH 017/470] irqbalance: update to 1.9.2 Closes: #45206 [via git-merge-pr] --- srcpkgs/irqbalance/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/irqbalance/template b/srcpkgs/irqbalance/template index e011318198368..d6f5114d8d203 100644 --- a/srcpkgs/irqbalance/template +++ b/srcpkgs/irqbalance/template @@ -1,6 +1,6 @@ # Template file for 'irqbalance' pkgname=irqbalance -version=1.8.0 +version=1.9.2 revision=1 build_style=gnu-configure hostmakedepends="automake libtool pkg-config" @@ -10,7 +10,7 @@ maintainer="Orphaned " license="GPL-2.0-only" homepage="https://github.com/Irqbalance/irqbalance" distfiles="https://github.com/Irqbalance/irqbalance/archive/v${version}.tar.gz" -checksum=2e7ddb9687a6a5cc1f41626659eac2ad9d6b5875629156b92f693bd404d8ae63 +checksum=19a1feb379803cc27f86a71cf1b94bb2e103811691ff7448119d8f1e88645bd3 case "$XBPS_TARGET_MACHINE" in i686*|x86_64*|ppc64*) makedepends+=" libnuma-devel";; From 738e07edff404120dfb0f03f83fdb386f138d450 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Wed, 5 Jul 2023 10:54:52 +0200 Subject: [PATCH 018/470] upower: update to 1.90.1. --- srcpkgs/upower/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/upower/template b/srcpkgs/upower/template index 4497326339073..f81343d715f3f 100644 --- a/srcpkgs/upower/template +++ b/srcpkgs/upower/template @@ -1,6 +1,6 @@ # Template file for 'upower' pkgname=upower -version=1.90.0 +version=1.90.1 revision=1 build_helper="gir" build_style=meson @@ -18,7 +18,7 @@ license="GPL-2.0-or-later" homepage="https://gitlab.freedesktop.org/upower/upower" changelog="https://gitlab.freedesktop.org/upower/upower/-/raw/master/NEWS" distfiles="https://gitlab.freedesktop.org/upower/upower/-/archive/v${version}/upower-v${version}.tar.bz2" -checksum=eafa0a367dc0417390984eeb81e9d1a2b449999ba6ad20ed39bf270d0b4e5e77 +checksum=00fa6b2d69d5178620237546dcbed7d80d7ad809a3a41a9505160057ae360a42 provides="upower0-${version}_${revision}" replaces="upower0>=0" From c41b493981572f2d418605dffa5c6c84e9fb7ea5 Mon Sep 17 00:00:00 2001 From: icp Date: Mon, 24 Jul 2023 23:43:15 +0530 Subject: [PATCH 019/470] lazygit: update to 0.39.3. --- srcpkgs/lazygit/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/lazygit/template b/srcpkgs/lazygit/template index 999a711a13094..9e7bdba6a2f88 100644 --- a/srcpkgs/lazygit/template +++ b/srcpkgs/lazygit/template @@ -1,6 +1,6 @@ # Template file for 'lazygit' pkgname=lazygit -version=0.39.2 +version=0.39.3 revision=1 build_style=go go_import_path=github.com/jesseduffield/lazygit @@ -12,7 +12,7 @@ license="MIT" homepage="https://github.com/jesseduffield/lazygit" changelog="https://github.com/jesseduffield/lazygit/releases" distfiles="https://github.com/jesseduffield/lazygit/archive/refs/tags/v${version}.tar.gz" -checksum=3f8f6324d6e47e1366c7c4149dafb0c059d3b130e0a2326bd302ba9a61893e2b +checksum=32231f7654339b197dcfe564b9edea7d9fa623bf6b41cb9ff17002c6a1307808 post_install() { vlicense LICENSE From 814393b0bca006abd7059f2068fd764fed286730 Mon Sep 17 00:00:00 2001 From: icp Date: Mon, 24 Jul 2023 23:47:22 +0530 Subject: [PATCH 020/470] python3-pytest-localserver: update to 0.8.0. --- srcpkgs/python3-pytest-localserver/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-pytest-localserver/template b/srcpkgs/python3-pytest-localserver/template index 21292cb22eaec..dc0b1a768056e 100644 --- a/srcpkgs/python3-pytest-localserver/template +++ b/srcpkgs/python3-pytest-localserver/template @@ -1,9 +1,9 @@ # Template file for 'python3-pytest-localserver' pkgname=python3-pytest-localserver -version=0.7.1 +version=0.8.0 revision=1 -build_style=python3-module -hostmakedepends="python3-setuptools_scm" +build_style=python3-pep517 +hostmakedepends="python3-setuptools_scm python3-wheel" depends="python3-Werkzeug" checkdepends="${depends} python3-requests python3-pytest-xdist" short_desc="Pytest plugin to test server connections locally" @@ -12,7 +12,7 @@ license="MIT" homepage="https://pypi.org/project/pytest-localserver/" changelog="https://raw.githubusercontent.com/pytest-dev/pytest-localserver/master/CHANGES" distfiles="${PYPI_SITE}/p/pytest-localserver/pytest-localserver-${version}.tar.gz" -checksum=e77b46555cb438931d219c54bcf9f5953c0407d645436a602b5730babfd3fe3b +checksum=5d90ce7d085d741e759fa854dbd2e7c5b557321d695179894eb40e210ea2ff30 post_install() { vlicense LICENSE From 61330f4126a2690786d82202521ba60b3cef44ed Mon Sep 17 00:00:00 2001 From: icp Date: Sat, 22 Jul 2023 12:39:31 +0530 Subject: [PATCH 021/470] lua-language-server: update to 3.6.24. --- .../patches/fix-musl.patch | 22 ++++++++++++++ .../patches/fix-stupid-broken-tests.patch | 30 +++++++++++-------- srcpkgs/lua-language-server/template | 4 +-- 3 files changed, 42 insertions(+), 14 deletions(-) create mode 100644 srcpkgs/lua-language-server/patches/fix-musl.patch diff --git a/srcpkgs/lua-language-server/patches/fix-musl.patch b/srcpkgs/lua-language-server/patches/fix-musl.patch new file mode 100644 index 0000000000000..a024862aaa4bb --- /dev/null +++ b/srcpkgs/lua-language-server/patches/fix-musl.patch @@ -0,0 +1,22 @@ +--- a/3rd/bee.lua/bee/net/endpoint.cpp ++++ b/3rd/bee.lua/bee/net/endpoint.cpp +@@ -17,6 +17,7 @@ + + #include + #include ++#include + + // see the https://blogs.msdn.microsoft.com/commandline/2017/12/19/af_unix-comes-to-windows/ + #if defined(_WIN32) + +--- a/3rd/luamake/bee.lua/bee/net/endpoint.cpp ++++ b/3rd/luamake/bee.lua/bee/net/endpoint.cpp +@@ -17,6 +17,7 @@ + + #include + #include ++#include + + // see the https://blogs.msdn.microsoft.com/commandline/2017/12/19/af_unix-comes-to-windows/ + #if defined(_WIN32) + diff --git a/srcpkgs/lua-language-server/patches/fix-stupid-broken-tests.patch b/srcpkgs/lua-language-server/patches/fix-stupid-broken-tests.patch index 04447cb981ef6..1ead008303f96 100644 --- a/srcpkgs/lua-language-server/patches/fix-stupid-broken-tests.patch +++ b/srcpkgs/lua-language-server/patches/fix-stupid-broken-tests.patch @@ -12,16 +12,18 @@ diff --git a/3rd/bee.lua/test/test_lua.lua b/3rd/bee.lua/test/test_lua.lua index 5b85af7..cf653c0 100644 --- a/3rd/bee.lua/test/test_lua.lua +++ b/3rd/bee.lua/test/test_lua.lua -@@ -21,19 +21,4 @@ function test_lua:test_stack_overflow_2() +@@ -21,21 +21,3 @@ + print(t[1]) + end) end - - function test_lua:test_next() +- +-function test_lua:test_next() - local t = {} - for i = 1, 26 do -- t[string.char(0x40+i)] = true +- t[string.char(0x40 + i)] = true - end - local expected = { -- 'Z', 'Y', 'V', 'U', 'X', 'W', 'R', 'Q', 'T', 'S', 'N', 'M', 'P', 'O', 'J', 'I', 'L', 'K', 'F', 'E', 'H', 'G', 'B', 'A', 'D', 'C' +- "Z", "Y", "V", "U", "X", "W", "R", "Q", "T", "S", "N", "M", "P", "O", "J", "I", "L", "K", "F", "E", "H", "G", "B", "A", "D", "C" - } - local function checkOK() - local key @@ -31,21 +33,24 @@ index 5b85af7..cf653c0 100644 - end - end - checkOK() - end +-end + diff --git a/3rd/luamake/bee.lua/test/test_lua.lua b/3rd/luamake/bee.lua/test/test_lua.lua index 5b85af7..cf653c0 100644 --- a/3rd/luamake/bee.lua/test/test_lua.lua +++ b/3rd/luamake/bee.lua/test/test_lua.lua -@@ -21,19 +21,4 @@ function test_lua:test_stack_overflow_2() +@@ -21,21 +21,3 @@ + print(t[1]) + end) end - - function test_lua:test_next() +- +-function test_lua:test_next() - local t = {} - for i = 1, 26 do -- t[string.char(0x40+i)] = true +- t[string.char(0x40 + i)] = true - end - local expected = { -- 'Z', 'Y', 'V', 'U', 'X', 'W', 'R', 'Q', 'T', 'S', 'N', 'M', 'P', 'O', 'J', 'I', 'L', 'K', 'F', 'E', 'H', 'G', 'B', 'A', 'D', 'C' +- "Z", "Y", "V", "U", "X", "W", "R", "Q", "T", "S", "N", "M", "P", "O", "J", "I", "L", "K", "F", "E", "H", "G", "B", "A", "D", "C" - } - local function checkOK() - local key @@ -55,4 +60,5 @@ index 5b85af7..cf653c0 100644 - end - end - checkOK() - end +-end + diff --git a/srcpkgs/lua-language-server/template b/srcpkgs/lua-language-server/template index 1b1d577ebefc4..c2afb9805e528 100644 --- a/srcpkgs/lua-language-server/template +++ b/srcpkgs/lua-language-server/template @@ -1,6 +1,6 @@ # Template file for 'lua-language-server' pkgname=lua-language-server -version=3.6.23 +version=3.6.24 revision=1 hostmakedepends="ninja" short_desc="Lua LSP implementation written in Lua" @@ -9,7 +9,7 @@ license="MIT" homepage="https://github.com/LuaLS/lua-language-server" changelog="https://raw.githubusercontent.com/LuaLS/lua-language-server/master/changelog.md" distfiles="https://github.com/LuaLS/lua-language-server/releases/download/${version}/lua-language-server-${version}-submodules.zip" -checksum=039de8c34b8d9db0bc350e19391e4e437b362b7d2016fde9bc3ff3588e6787cb +checksum=c85ec17eab50007a367656e84b1ad0de517dd14b397c83b252e2e1b9acee05b4 do_build() { ninja -C 3rd/luamake -f compile/ninja/linux.ninja From 22d14828d42105dcd44b0df66498191d63a1fac3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Wed, 2 Jun 2021 14:28:41 +0700 Subject: [PATCH 022/470] qscintilla-qt5: update to 2.14.1. --- .../patches/configure.py-objdir-support.patch | 42 --------------- srcpkgs/qscintilla-qt5/template | 51 +++++++++++++++++-- srcpkgs/qscintilla-qt5/update | 3 +- 3 files changed, 47 insertions(+), 49 deletions(-) delete mode 100644 srcpkgs/qscintilla-qt5/patches/configure.py-objdir-support.patch diff --git a/srcpkgs/qscintilla-qt5/patches/configure.py-objdir-support.patch b/srcpkgs/qscintilla-qt5/patches/configure.py-objdir-support.patch deleted file mode 100644 index 774e4eb5a8637..0000000000000 --- a/srcpkgs/qscintilla-qt5/patches/configure.py-objdir-support.patch +++ /dev/null @@ -1,42 +0,0 @@ -02_configure.dpatch by Torsten Marek -Updated for Qscintilla 2.8.2 configure.py changes by Scott Kitterman - -patch the configure script for the Python bindings to support object dir -builds -Index: Python/configure.py -=================================================================== ---- a/Python/configure.py 2014-07-05 10:02:02.318834374 -0400 -+++ b/Python/configure.py 2014-07-05 10:02:02.306834375 -0400 -@@ -31,6 +31,8 @@ - import optparse - import sys - -+src_dir = os.path.dirname(os.path.abspath(__file__)) -+ - - ############################################################################### - # You shouldn't need to modify anything above this line. -@@ -210,6 +212,8 @@ - "The QScintilla version number could not be determined by " - "reading %s." % sciglobal) - -+ return # Debian: do not check for the installed version, we're good this way. -+ - lib_dir = target_configuration.qsci_lib_dir - if lib_dir is None: - lib_dir = target_configuration.qt_lib_dir -@@ -264,7 +268,12 @@ - the target configuration. - """ - -- return 'sip/qscimod5.sip' if target_configuration.pyqt_package == 'PyQt5' else 'sip/qscimod4.sip' -+ if target_configuration.pyqt_package == 'PyQt5': -+ return os.path.join(src_dir, 'sip/qscimod5.sip') -+ else: -+ return os.path.join(src_dir, 'sip/qscimod4.sip') -+ -+ #return 'sip/qscimod5.sip' if target_configuration.pyqt_package == 'PyQt5' else 'sip/qscimod4.sip' - - def get_sip_installs(self, target_configuration): - """ Return a tuple of the installation directory of the module's .sip - diff --git a/srcpkgs/qscintilla-qt5/template b/srcpkgs/qscintilla-qt5/template index 1700d195898fc..b35457515ffa8 100644 --- a/srcpkgs/qscintilla-qt5/template +++ b/srcpkgs/qscintilla-qt5/template @@ -1,17 +1,58 @@ # Template file for 'qscintilla-qt5' +# XXX keep in sync with python3-pyqt5-qscintilla pkgname=qscintilla-qt5 -version=2.11.2 +version=2.14.1 revision=1 -build_wrksrc=Qt4Qt5 +build_wrksrc=src build_style=qmake hostmakedepends="qt5-qmake qt5-host-tools" -makedepends="qt5-devel" +makedepends="qt5-devel qt5-tools-devel" short_desc="Qt5 port of Neil Hodgson's Scintilla C++ editor class" maintainer="Pierre Allegraud " license="GPL-3.0-only" homepage="https://www.riverbankcomputing.com/software/qscintilla/intro" -distfiles="https://www.riverbankcomputing.com/static/Downloads/QScintilla/${version}/QScintilla_gpl-${version}.tar.gz" -checksum=029bdc476a069fda2cea3cd937ba19cc7fa614fb90578caef98ed703b658f4a1 +distfiles="https://www.riverbankcomputing.com/static/Downloads/QScintilla/${version}/QScintilla_src-${version}.tar.gz" +checksum=dfe13c6acc9d85dfcba76ccc8061e71a223957a6c02f3c343b30a9d43a4cdd4d + +post_configure() { + local _qt_arch + local qmake_args + if [ "$CROSS_BUILD" ]; then + case $XBPS_TARGET_MACHINE in + i686*) _qt_arch=i386;; + x86_64*) _qt_arch=x86_64;; + aarch64*) _qt_arch=arm64;; + arm*) _qt_arch=arm;; + mips*) _qt_arch=mips;; + ppc64*) _qt_arch=power64;; + ppc*) _qt_arch=power;; + esac + qmake_args="-qtconf ${wrksrc}/qt.conf + PKG_CONFIG_EXECUTABLE=${XBPS_WRAPPERDIR}/${PKG_CONFIG}" + fi + cd ../designer + /usr/lib/qt5/bin/qmake \ + ${qmake_args} \ + PREFIX=/usr \ + QT_INSTALL_PREFIX=/usr \ + LIB=/usr/lib \ + QMAKE_CC=$CC QMAKE_CXX=$CXX \ + QMAKE_LINK=$CXX QMAKE_LINK_C=$CC \ + QMAKE_CFLAGS="${CFLAGS} -I$wrksrc/src" \ + QMAKE_CXXFLAGS="${CXXFLAGS} -I$wrksrc/src" \ + QMAKE_LFLAGS="${LDFLAGS}" \ + ${_qt_arch:+"QT_TARGET_ARCH=$_qt_arch"} \ + CONFIG+=no_qt_rpath +} + +post_build() { + make -C ../designer ${makejobs} CC="$CC" CXX="$CXX" LINK="$CXX" +} + +post_install() { + make -C ../designer STRIP=true PREFIX=/usr DESTDIR=${DESTDIR} \ + INSTALL_ROOT=${DESTDIR} install +} qscintilla-qt5-devel_package() { short_desc+=" - development files" diff --git a/srcpkgs/qscintilla-qt5/update b/srcpkgs/qscintilla-qt5/update index 4c5ed097b2605..8ddafc0f70ad5 100644 --- a/srcpkgs/qscintilla-qt5/update +++ b/srcpkgs/qscintilla-qt5/update @@ -1,3 +1,2 @@ site="https://www.riverbankcomputing.com/software/qscintilla/download" -pkgname=QScintilla_gpl -ignore="*dev*" +pattern='QScintilla[_a-zA-Z]*-\K[\d.]+(?=.tar.gz)' From d47cdc9f1c02d902f5374f47ab59a71b9ac824f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sun, 6 Jun 2021 21:35:40 +0700 Subject: [PATCH 023/470] New package: python3-pyqt5-qsci-2.14.1 --- srcpkgs/python3-pyqt5-qsci-devel | 1 + .../python3-pyqt5-qsci/patches/cross.patch | 20 ++++++++++ srcpkgs/python3-pyqt5-qsci/template | 39 +++++++++++++++++++ srcpkgs/python3-pyqt5-qsci/update | 2 + 4 files changed, 62 insertions(+) create mode 120000 srcpkgs/python3-pyqt5-qsci-devel create mode 100644 srcpkgs/python3-pyqt5-qsci/patches/cross.patch create mode 100644 srcpkgs/python3-pyqt5-qsci/template create mode 100644 srcpkgs/python3-pyqt5-qsci/update diff --git a/srcpkgs/python3-pyqt5-qsci-devel b/srcpkgs/python3-pyqt5-qsci-devel new file mode 120000 index 0000000000000..2ded1bc41fb7d --- /dev/null +++ b/srcpkgs/python3-pyqt5-qsci-devel @@ -0,0 +1 @@ +python3-pyqt5-qsci \ No newline at end of file diff --git a/srcpkgs/python3-pyqt5-qsci/patches/cross.patch b/srcpkgs/python3-pyqt5-qsci/patches/cross.patch new file mode 100644 index 0000000000000..7e90095a6fccf --- /dev/null +++ b/srcpkgs/python3-pyqt5-qsci/patches/cross.patch @@ -0,0 +1,20 @@ +Index: QScintilla_src-2.12.1/Python/project.py +=================================================================== +--- QScintilla_src-2.12.1.orig/Python/project.py ++++ QScintilla_src-2.12.1/Python/project.py +@@ -41,6 +41,15 @@ class QScintilla(PyQtProject): + # static or dynamic). + self.qsci_external_lib = not os.path.isdir('src') + ++ def run_command(self, args, *, fatal=True): ++ """ Run a command and display the output if requested. """ ++ qemu_machine = os.environ.get("XBPS_TARGET_QEMU_MACHINE") ++ builddir = os.environ.get("XBPS_BUILDDIR") ++ if qemu_machine and args[0].startswith(os.path.join(builddir, "python3-pyqt5-qsci")): ++ qemu = "qemu-{}-static".format(qemu_machine) ++ args.insert(0, qemu) ++ super().run_command(args, fatal=fatal) ++ + def apply_user_defaults(self, tool): + """ Set default values for user options that haven't been set yet. """ + diff --git a/srcpkgs/python3-pyqt5-qsci/template b/srcpkgs/python3-pyqt5-qsci/template new file mode 100644 index 0000000000000..65c489d8e85b5 --- /dev/null +++ b/srcpkgs/python3-pyqt5-qsci/template @@ -0,0 +1,39 @@ +# Template file for 'python3-pyqt5-qsci' +# XXX Keep in sync with qscintilla-qt5 +# Splited because of circular dependencies +# qscintilla-qt5 -> PyQt5 -> pyqt5-qsci +pkgname=python3-pyqt5-qsci +version=2.14.1 +revision=1 +build_wrksrc=Python +build_style=sip-build +build_helper=qemu +hostmakedepends="qt5-qmake qt5-host-tools python3-PyQt5-devel + python3-PyQt-builder pkg-config" +makedepends="qscintilla-qt5-devel python3-PyQt5-devel qt5-devel python3-devel" +depends="python3-PyQt5" +short_desc="Qt5 port of Scintilla editor - Python 3 binding" +maintainer="Đoàn Trần Công Danh " +license="GPL-3.0-only" +homepage="https://www.riverbankcomputing.com/software/qscintilla/intro" +distfiles="https://www.riverbankcomputing.com/static/Downloads/QScintilla/${version}/QScintilla_src-${version}.tar.gz" +checksum=dfe13c6acc9d85dfcba76ccc8061e71a223957a6c02f3c343b30a9d43a4cdd4d +lib32disabled=yes + +CXXFLAGS="$(printf " -I$XBPS_CROSS_BASE/usr/include/qt5/%s" \ + QtWidgets QtPrintSupport)" + +post_extract() { + rm -rf src + ln -sf pyproject-qt5.toml Python/pyproject.toml +} + +python3-pyqt5-qsci-devel_package() { + short_desc+=" - development files" + depends="${makedepends} ${sourcepkg}>=${version}_${revision}" + lib32disabled=yes + pkg_install() { + vmove ${py3_sitelib}/PyQt5/bindings + vmove usr/share/qt5/qsci/api + } +} diff --git a/srcpkgs/python3-pyqt5-qsci/update b/srcpkgs/python3-pyqt5-qsci/update new file mode 100644 index 0000000000000..8ddafc0f70ad5 --- /dev/null +++ b/srcpkgs/python3-pyqt5-qsci/update @@ -0,0 +1,2 @@ +site="https://www.riverbankcomputing.com/software/qscintilla/download" +pattern='QScintilla[_a-zA-Z]*-\K[\d.]+(?=.tar.gz)' From 7537a6995bffd1ce08f91827ceb843800f2f89bf Mon Sep 17 00:00:00 2001 From: John Date: Tue, 25 Jul 2023 10:21:07 +0200 Subject: [PATCH 024/470] linux6.1: update arm64 dotconfig --- srcpkgs/linux6.1/files/arm64-dotconfig | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/srcpkgs/linux6.1/files/arm64-dotconfig b/srcpkgs/linux6.1/files/arm64-dotconfig index b05a88c96769d..b3f7cad21fe53 100644 --- a/srcpkgs/linux6.1/files/arm64-dotconfig +++ b/srcpkgs/linux6.1/files/arm64-dotconfig @@ -1,8 +1,8 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 6.1.29 Kernel Configuration +# Linux/arm64 6.1.40 Kernel Configuration # -CONFIG_CC_VERSION_TEXT="aarch64-linux-musl-gcc (GCC) 12.2.0" +CONFIG_CC_VERSION_TEXT="aarch64-linux-gnu-gcc (GCC) 12.2.0" CONFIG_CC_IS_GCC=y CONFIG_GCC_VERSION=120200 CONFIG_CLANG_VERSION=0 @@ -1076,6 +1076,7 @@ CONFIG_HAVE_ARCH_USERFAULTFD_MINOR=y CONFIG_LRU_GEN=y # CONFIG_LRU_GEN_ENABLED is not set # CONFIG_LRU_GEN_STATS is not set +CONFIG_LOCK_MM_AND_FIND_VMA=y # # Data Access Monitoring @@ -2440,6 +2441,7 @@ CONFIG_MTD_TESTS=m # Partition parsers # CONFIG_MTD_AR7_PARTS=m +CONFIG_MTD_BRCM_U_BOOT=m CONFIG_MTD_CMDLINE_PARTS=m CONFIG_MTD_OF_PARTS=m CONFIG_MTD_OF_PARTS_BCM4908=y @@ -11668,7 +11670,7 @@ CONFIG_CIFS_SWN_UPCALL=y # CONFIG_CIFS_SMB_DIRECT is not set CONFIG_CIFS_FSCACHE=y # CONFIG_SMB_SERVER is not set -CONFIG_SMBFS_COMMON=m +CONFIG_SMBFS=m CONFIG_CODA_FS=m # CONFIG_AFS_FS is not set CONFIG_9P_FS=m From d8bb7c90d625d5d898495e4099ed4b595d84f60d Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 25 Jul 2023 14:30:55 +0200 Subject: [PATCH 025/470] parallel: update to 20230722. --- srcpkgs/parallel/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/parallel/template b/srcpkgs/parallel/template index a17eb481e6407..034281b383e24 100644 --- a/srcpkgs/parallel/template +++ b/srcpkgs/parallel/template @@ -1,6 +1,6 @@ # Template file for 'parallel' pkgname=parallel -version=20230622 +version=20230722 revision=1 build_style=gnu-configure hostmakedepends="perl" @@ -11,7 +11,7 @@ maintainer="Leah Neukirchen " license="GPL-3.0-or-later" homepage="https://www.gnu.org/software/parallel/" distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2" -checksum=de3a24ad702198a642115ceb9b280625fd49c6dd8842b08685ff057c6b84238e +checksum=55f991ad195a72f0abfaf1ede8fc1d03dd255cac91bc5eb900f9aa2873d1ff87 pre_configure() { # no html and pdf doc From 64bea37dd331be11b82466d9c0368d3f9cffbb92 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 25 Jul 2023 14:32:05 +0200 Subject: [PATCH 026/470] gnome-ssh-askpass: update to 9.3p2. --- srcpkgs/gnome-ssh-askpass/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/gnome-ssh-askpass/template b/srcpkgs/gnome-ssh-askpass/template index 2e4f73cfda8bd..02986e5f8442c 100644 --- a/srcpkgs/gnome-ssh-askpass/template +++ b/srcpkgs/gnome-ssh-askpass/template @@ -1,6 +1,6 @@ # Template file for 'gnome-ssh-askpass' pkgname=gnome-ssh-askpass -version=9.3p1 +version=9.3p2 revision=1 build_wrksrc="contrib" build_style=gnu-makefile @@ -12,7 +12,7 @@ maintainer="Leah Neukirchen " license="BSD-3-Clause, BSD-2-Clause" homepage="http://www.openssh.org" distfiles="https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${version}.tar.gz" -checksum=e9baba7701a76a51f3d85a62c383a3c9dcd97fa900b859bc7db114c1868af8a8 +checksum=200ebe147f6cb3f101fd0cdf9e02442af7ddca298dffd9f456878e7ccac676e8 alternatives=" ssh-askpass:/usr/libexec/ssh-askpass:/usr/bin/gnome-ssh-askpass From b4bf179622fb7da51b476a6ed6d437b8db03765b Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 25 Jul 2023 14:32:08 +0200 Subject: [PATCH 027/470] gleam: update to 0.30.3. --- srcpkgs/gleam/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/gleam/template b/srcpkgs/gleam/template index 3008c90484c65..1f36c142cd287 100644 --- a/srcpkgs/gleam/template +++ b/srcpkgs/gleam/template @@ -1,6 +1,6 @@ # Template file for 'gleam' pkgname=gleam -version=0.30.2 +version=0.30.3 revision=1 build_style=cargo make_install_args="--path=compiler-cli" @@ -12,4 +12,4 @@ license="Apache-2.0" homepage="https://gleam.run/" changelog="https://raw.githubusercontent.com/gleam-lang/gleam/main/CHANGELOG.md" distfiles="https://github.com/gleam-lang/gleam/archive/refs/tags/v${version}.tar.gz" -checksum=8e2154cf0a812edc7e52f19197cd1950bdaaa47a673659101729084d3231e44d +checksum=6332d1c0fd3a575f0a57fe38092afe09d0a0be1892239eadcc6a27ce3bf0fc2a From a772557d4670f44752d2878ae86fdc975594bd97 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Tue, 25 Jul 2023 18:52:25 +0200 Subject: [PATCH 028/470] moby: update to 24.0.5. --- srcpkgs/moby/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/moby/template b/srcpkgs/moby/template index 2e9746a4c1d03..58da158f50c39 100644 --- a/srcpkgs/moby/template +++ b/srcpkgs/moby/template @@ -1,7 +1,7 @@ # Template file for 'moby' # should be kept in sync with docker-cli pkgname=moby -version=24.0.4 +version=24.0.5 revision=1 # libnetwork commit is mentioned in vendor.conf _libnetwork_commit=05b93e0d3a95952f70c113b0bc5bdb538d7afdd7 @@ -18,7 +18,7 @@ homepage="https://www.docker.com" changelog="https://github.com/moby/moby/releases" distfiles="https://github.com/moby/moby/archive/v${version}.tar.gz>moby-$version.tar.gz https://github.com/moby/libnetwork/archive/$_libnetwork_commit.tar.gz>libnetwork-$_libnetwork_commit.tar.gz" -checksum="84f6196fc58ae263376a4ce25b5136d567a93aa82e723504a29f0415bd1fa4f4 +checksum="837d7d667fb64508bf6e53cb5915b4b5ef356599294ffdd5ca8678168230cb38 5c5e3aa7599e85036438a65016796aa11df4afb44d13b5927dcfb0ec5947a86b" system_groups="docker" From 9b6361ef61abe7a384a7160b4a17a3e9127348b2 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Tue, 25 Jul 2023 18:56:07 +0200 Subject: [PATCH 029/470] docker-cli: update to 24.0.5. --- srcpkgs/docker-cli/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/docker-cli/template b/srcpkgs/docker-cli/template index 8c80fa27b6398..34f43602019d5 100644 --- a/srcpkgs/docker-cli/template +++ b/srcpkgs/docker-cli/template @@ -1,7 +1,7 @@ # Template file for 'docker-cli' # should be kept in sync with moby pkgname=docker-cli -version=24.0.4 +version=24.0.5 revision=1 build_style=go go_package="github.com/docker/cli/cmd/docker" @@ -16,7 +16,7 @@ maintainer="Andrea Brancaleoni " license="Apache-2.0" homepage="https://www.docker.com" distfiles="https://github.com/docker/cli/archive/v${version}.tar.gz" -checksum=dc1d025fd16b113a1a7e2a5d34c30409613d9c4ec313937f17bf34991caf597f +checksum=fa32b5f3c2f85fba9ef6e1b5099a4b608fa20af45ba71b3da2194e8728037eec system_groups="docker" pre_build() { From 16f43c9c0fead0e125a0c72abe6dbd3e8964ba92 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Tue, 25 Jul 2023 18:59:39 +0200 Subject: [PATCH 030/470] python3-b2sdk: update to 1.22.1. --- .../python3-b2sdk/patches/lazy-fixture.patch | 32 ------------------- srcpkgs/python3-b2sdk/template | 4 +-- 2 files changed, 2 insertions(+), 34 deletions(-) delete mode 100644 srcpkgs/python3-b2sdk/patches/lazy-fixture.patch diff --git a/srcpkgs/python3-b2sdk/patches/lazy-fixture.patch b/srcpkgs/python3-b2sdk/patches/lazy-fixture.patch deleted file mode 100644 index fc4deb502c889..0000000000000 --- a/srcpkgs/python3-b2sdk/patches/lazy-fixture.patch +++ /dev/null @@ -1,32 +0,0 @@ ---- a/test/unit/account_info/fixtures.py -+++ b/test/unit/account_info/fixtures.py -@@ -9,6 +9,7 @@ - ###################################################################### - - import pytest -+import pytest_lazyfixture - - from apiver_deps import InMemoryAccountInfo, SqliteAccountInfo - -@@ -84,8 +85,8 @@ def sqlite_account_info(sqlite_account_i - - @pytest.fixture( - params=[ -- pytest.lazy_fixture('in_memory_account_info_factory'), -- pytest.lazy_fixture('sqlite_account_info_factory'), -+ pytest_lazyfixture.lazy_fixture('in_memory_account_info_factory'), -+ pytest_lazyfixture.lazy_fixture('sqlite_account_info_factory'), - ] - ) - def account_info_factory(request): -@@ -94,8 +95,8 @@ def account_info_factory(request): - - @pytest.fixture( - params=[ -- pytest.lazy_fixture('in_memory_account_info'), -- pytest.lazy_fixture('sqlite_account_info'), -+ pytest_lazyfixture.lazy_fixture('in_memory_account_info'), -+ pytest_lazyfixture.lazy_fixture('sqlite_account_info'), - ] - ) - def account_info(request): diff --git a/srcpkgs/python3-b2sdk/template b/srcpkgs/python3-b2sdk/template index b2db87588bf8b..b966ee5f143e6 100644 --- a/srcpkgs/python3-b2sdk/template +++ b/srcpkgs/python3-b2sdk/template @@ -1,6 +1,6 @@ # Template file for 'python3-b2sdk' pkgname=python3-b2sdk -version=1.20.0 +version=1.22.1 revision=1 build_style=python3-pep517 hostmakedepends="python3-setuptools_scm python3-wheel" @@ -12,7 +12,7 @@ maintainer="Andrea Brancaleoni " license="MIT" homepage="https://pypi.org/project/b2sdk" distfiles="${PYPI_SITE}/b/b2sdk/b2sdk-${version}.tar.gz" -checksum=b394d9fbdada1a4ffc0837cd6c930351f5fccc24cd0af23e41edd850d67fb687 +checksum=d0bd30bf98ce77164b2ae5fe1523598700f705255f1c7f7c0242f4d7c8afc72b replaces="python-b2sdk>=0" # Tests require an application key make_check=no From bd6d95b46079c20ad804d33bfe68251933f28b5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= Date: Tue, 25 Jul 2023 17:00:30 +0200 Subject: [PATCH 031/470] gcsf: update to 0.2.3. --- srcpkgs/gcsf/template | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/srcpkgs/gcsf/template b/srcpkgs/gcsf/template index 1733ecfe4ee4b..76bd75f802385 100644 --- a/srcpkgs/gcsf/template +++ b/srcpkgs/gcsf/template @@ -1,7 +1,7 @@ # Template file for 'gcsf' pkgname=gcsf -version=0.1.28 -revision=2 +version=0.2.3 +revision=1 build_style=cargo hostmakedepends="pkg-config" makedepends="fuse-devel openssl-devel" @@ -10,12 +10,7 @@ maintainer="Benjamín Albiñana " license="MIT" homepage="https://github.com/harababurel/gcsf" distfiles="https://github.com/harababurel/gcsf/archive/${version}.tar.gz" -checksum=8bc7f94630eefda55ac8851a4071d7782385b711ea8f6313e2e64be05f686592 - -pre_build() { - # cannot divide `usize` by `u32` - cargo update --package lexical-core:0.6.7 --precise 0.6.8 -} +checksum=d88d606999b9fba039972b1d1823e847852b8472126bb8b921e6c0988eeb5483 post_install() { vlicense LICENSE From ac2c9b2207886275fc4f6ec5915f4ca24deb5e4d Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Tue, 25 Jul 2023 13:42:08 +0200 Subject: [PATCH 032/470] inxi: update to 3.3.28.1 --- srcpkgs/inxi/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/inxi/template b/srcpkgs/inxi/template index 407f812eec0fe..80f6c139c2e61 100644 --- a/srcpkgs/inxi/template +++ b/srcpkgs/inxi/template @@ -1,6 +1,6 @@ # Template file for 'inxi' pkgname=inxi -version=3.3.27.1 +version=3.3.28.1 revision=1 _distver="${version%.*}-${version##*.}" depends="dmidecode file glxinfo pciutils perl procps-ng usbutils xdpyinfo @@ -11,7 +11,7 @@ license="GPL-3.0-or-later" homepage="https://smxi.org/docs/inxi.htm" changelog="https://raw.githubusercontent.com/smxi/inxi/master/inxi.changelog" distfiles="https://github.com/smxi/inxi/archive/refs/tags/${_distver}.tar.gz" -checksum=35207195579261ddfe59508fdc92d40902c91230084d2b98b4541a6f4c682f63 +checksum=937acf2bc0a1f0890c91cf4d9c7b9d496f009e43f3621fd2b60a30345ff80a14 do_install() { vbin inxi From eeb885aefbc67fe0af1152b5f8a5656aebc288f2 Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Mon, 24 Jul 2023 21:00:19 +0200 Subject: [PATCH 033/470] github-cli: update to 2.32.1 --- srcpkgs/github-cli/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/github-cli/template b/srcpkgs/github-cli/template index 42a17e3b473ea..ab5fc7f342d98 100644 --- a/srcpkgs/github-cli/template +++ b/srcpkgs/github-cli/template @@ -1,6 +1,6 @@ # Template file for 'github-cli' pkgname=github-cli -version=2.32.0 +version=2.32.1 revision=1 build_style=go build_helper=qemu @@ -13,7 +13,7 @@ license="MIT" homepage="https://cli.github.com" changelog="https://github.com/cli/cli/releases" distfiles="https://github.com/cli/cli/archive/refs/tags/v${version}.tar.gz" -checksum=d6c332518d38f4b73fef37f3970ef91f05769f4a2ccf84e660a39d2138073cba +checksum=1d569dc82eb6520e6a8959568c2db84fea3bbaab2604c8dd5901849d320e1eae pre_build() { local _date From 7ba63bc96d19b9c34e76d85a7a47d7bb56414aab Mon Sep 17 00:00:00 2001 From: Bnyro Date: Tue, 25 Jul 2023 09:53:24 +0200 Subject: [PATCH 034/470] osinfo-db: update to 20230719. --- srcpkgs/osinfo-db/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/osinfo-db/template b/srcpkgs/osinfo-db/template index b0a66b852ee2b..c841abe986280 100644 --- a/srcpkgs/osinfo-db/template +++ b/srcpkgs/osinfo-db/template @@ -1,6 +1,6 @@ # Template file for 'osinfo-db' pkgname=osinfo-db -version=20230518 +version=20230719 revision=1 build_style=fetch hostmakedepends="osinfo-db-tools" @@ -9,7 +9,7 @@ maintainer="skmpz " license="GPL-2.0-or-later" homepage="https://libosinfo.org" distfiles="https://releases.pagure.org/libosinfo/osinfo-db-${version}.tar.xz" -checksum=caec5bcce4f2f07c7006bb4f72913d12bdab52595011b4b50937fcd74b81cc6d +checksum=13d1c97fc7d67137935dcc97778c08bb079a4f0fe312d479786cea1411e4845a skip_extraction="${pkgname}-${version}.tar.xz" do_install() { From e5c7d35dc4370ffffcc4e08a6bcff055ccdd5e75 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Mon, 24 Jul 2023 10:45:01 +0200 Subject: [PATCH 035/470] pnpm: update to 8.6.10. --- srcpkgs/pnpm/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pnpm/template b/srcpkgs/pnpm/template index 1d7a8ec4c1180..f2d852afbb3cb 100644 --- a/srcpkgs/pnpm/template +++ b/srcpkgs/pnpm/template @@ -1,6 +1,6 @@ # Template file for 'pnpm' pkgname=pnpm -version=8.6.9 +version=8.6.10 revision=1 build_style=fetch hostmakedepends="nodejs jq" @@ -10,7 +10,7 @@ maintainer="Bnyro " license="MIT" homepage="https://pnpm.io/" distfiles="https://registry.npmjs.org/pnpm/-/pnpm-${version}.tgz" -checksum=c94450b6623ecedb5e8c7045c7e67cb240bbe88e17660b3d8c57207dfd1eff90 +checksum=f8021ef55420c7d7cafe689c2cdb1bf1881d2f75219705ad3ab38966eac283f3 python_version=3 do_install() { From b149c290871774d88dc5d422a3c83d4b31deac38 Mon Sep 17 00:00:00 2001 From: Philipp David Date: Mon, 24 Jul 2023 22:55:40 +0200 Subject: [PATCH 036/470] python3-pikepdf: update to 8.2.1. --- srcpkgs/python3-pikepdf/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-pikepdf/template b/srcpkgs/python3-pikepdf/template index fd5e5d449036c..d499549f13fb5 100644 --- a/srcpkgs/python3-pikepdf/template +++ b/srcpkgs/python3-pikepdf/template @@ -1,6 +1,6 @@ # Template file for 'python3-pikepdf' pkgname=python3-pikepdf -version=8.2.0 +version=8.2.1 revision=1 build_style=python3-module hostmakedepends="python3-pybind11 python3-wheel" @@ -15,7 +15,7 @@ license="MPL-2.0" homepage="https://github.com/pikepdf/pikepdf" changelog="https://raw.githubusercontent.com/pikepdf/pikepdf/master/docs/releasenotes/version${version%%.*}.rst" distfiles="${PYPI_SITE}/p/pikepdf/pikepdf-${version}.tar.gz" -checksum=d55c759fdefc7018fd8bed304bf0edb27aa06ecc6a225fe270bd0eaedf586d84 +checksum=ec6fb1bc37d1bd4c4f70ab13fc685787f21b498b92ae93215df23471c55401de pre_check() { cp -r src/pikepdf.egg-info "$(cd build/lib* && pwd)" From c8b15bde3c393bd4a848ddf791185d45fa711ffe Mon Sep 17 00:00:00 2001 From: Arjan Mossel Date: Mon, 24 Jul 2023 10:24:57 +0200 Subject: [PATCH 037/470] dbeaver: update to 23.1.3. --- srcpkgs/dbeaver/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/dbeaver/template b/srcpkgs/dbeaver/template index 6e0a26f3ed1ef..ba5357981f6f9 100644 --- a/srcpkgs/dbeaver/template +++ b/srcpkgs/dbeaver/template @@ -1,6 +1,6 @@ # Template file for 'dbeaver' pkgname=dbeaver -version=23.1.2 +version=23.1.3 revision=1 # the build downloads binaries linked to glibc archs="x86_64 aarch64" @@ -12,7 +12,7 @@ license="Apache-2.0" homepage="https://dbeaver.io" changelog="https://dbeaver.io/news/" distfiles="https://github.com/dbeaver/dbeaver/archive/${version}.tar.gz" -checksum=575f1ce2fa464f6f6bfca44b8c9ffa3ff5314d395bfa0aeb08860627e7d3e8ab +checksum=6467a1c5e5b5e75bcaad5919995b2981684de4614c62dbc9e2297843c7757192 nopie=true do_build() { From 9c30e937bd35a7f858ec208da822dd4e76feb82a Mon Sep 17 00:00:00 2001 From: Roberto Ricci Date: Sun, 23 Jul 2023 19:04:08 +0200 Subject: [PATCH 038/470] rclone: update to 1.63.1. --- srcpkgs/rclone/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/rclone/template b/srcpkgs/rclone/template index 712ad8aaacf2e..a881f5d0b8cba 100644 --- a/srcpkgs/rclone/template +++ b/srcpkgs/rclone/template @@ -1,6 +1,6 @@ # Template file for 'rclone' pkgname=rclone -version=1.63.0 +version=1.63.1 revision=1 build_style=go build_helper=qemu @@ -13,7 +13,9 @@ license="MIT" homepage="https://rclone.org/" changelog="https://rclone.org/changelog/" distfiles="https://downloads.rclone.org/v${version}/rclone-v${version}.tar.gz" -checksum=88ed9c876b03d2cc745463903ac5233e441cd56d0d1031906bc8381af11ea0c8 +checksum=0d8bf8b7460681f7906096a9d37eedecc5a1d1d3ad17652e68f0c6de104c2412 +# some tests fail on CI +make_check=ci-skip pre_build() { if [ "$CROSS_BUILD" ] && [ "$XBPS_TARGET_LIBC" = musl ]; then From 5fe78cf184bb938ed88ecf6ac4610cbf0d0fd32e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Wed, 26 Jul 2023 07:57:26 +0700 Subject: [PATCH 039/470] setup: unset bash exported function MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix: #45239 --- common/environment/setup/sourcepkg.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/common/environment/setup/sourcepkg.sh b/common/environment/setup/sourcepkg.sh index 4e3b4e98ba433..6c016dbd191a9 100644 --- a/common/environment/setup/sourcepkg.sh +++ b/common/environment/setup/sourcepkg.sh @@ -5,6 +5,12 @@ for var in $(awk 'BEGIN{for (i in ENVIRON) {print i}}' Date: Wed, 26 Jul 2023 00:26:44 -0700 Subject: [PATCH 040/470] Amass: update to 4.0.3. --- srcpkgs/Amass/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/Amass/template b/srcpkgs/Amass/template index 7e391d034df95..d3cadcf9ff548 100644 --- a/srcpkgs/Amass/template +++ b/srcpkgs/Amass/template @@ -1,12 +1,13 @@ # Template file for 'Amass' pkgname=Amass -version=3.23.3 +version=4.0.3 revision=1 build_style=go -go_import_path="github.com/owasp-amass/amass/v3/..." +go_import_path="github.com/owasp-amass/amass/v4" +go_package="${go_import_path}/cmd/amass" short_desc="In-depth Attack Surface Mapping and Asset Discovery" maintainer="Andrew Benson " license="Apache-2.0" homepage="https://www.owasp.org/index.php/OWASP_Amass_Project" distfiles="https://github.com/owasp-amass/amass/archive/v${version}.tar.gz" -checksum=be1be397f77a095472e277a48a1439719ae6e19387712f58dc01305915bfadd0 +checksum=eaa2c6077b660cf741a2f2bab9cc66f1e5b34bf62feb802753f71317799dbf72 From 253522defc901a5884ab3c86588e3c8115d8b8f0 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Wed, 26 Jul 2023 14:42:49 +0200 Subject: [PATCH 041/470] zmap: update to 3.0.0. --- srcpkgs/zmap/template | 26 +++++++++++--------------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/srcpkgs/zmap/template b/srcpkgs/zmap/template index 23d693a0feb13..2b0a9436e1d90 100644 --- a/srcpkgs/zmap/template +++ b/srcpkgs/zmap/template @@ -1,31 +1,27 @@ # Template file for 'zmap' pkgname=zmap -version=2.1.1 -revision=6 +version=3.0.0 +revision=1 build_style=cmake -conf_files="/etc/zmap/blacklist.conf /etc/zmap/zmap.conf" hostmakedepends="flex byacc gengetopt pkg-config" -makedepends="libpcap-devel gmp-devel json-c-devel" +makedepends="libpcap-devel gmp-devel json-c-devel libunistring-devel" short_desc="Fast network scanner designed for Internet-wide network surveys" -maintainer="Duncaen " +maintainer="Duncaen " license="Apache-2.0" homepage="https://zmap.io" distfiles="https://github.com/zmap/zmap/archive/v${version}.tar.gz" -checksum=29627520c81101de01b0213434adb218a9f1210bfd3f2dcfdfc1f975dbce6399 +checksum=e3151cdcdf695ab7581e01a7c6ee78678717d6a62ef09849b34db39682535454 make_check=no # does not define any checks -do_configure() { - cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release . -} +conf_files=" + /etc/zmap/blocklist.conf + /etc/zmap/zmap.conf" -do_build() { - make ${makejobs} +post_patch() { + vsed -e 's/\(RUNTIME DESTINATION\) sbin/\1 bin/' -i src/CMakeLists.txt } -do_install() { - make DESTDIR="$DESTDIR" install - vmkdir usr/bin - mv ${DESTDIR}/usr/sbin/* ${DESTDIR}/usr/bin +post_install() { vmkdir etc/zmap vcopy conf/* etc/zmap } From 6244bb9a2fc26c800d10c4606ff9a58f470f590e Mon Sep 17 00:00:00 2001 From: baalajimaestro Date: Wed, 26 Jul 2023 09:17:23 +0530 Subject: [PATCH 042/470] google-chrome: update to 115.0.5790.110. Signed-off-by: baalajimaestro --- srcpkgs/google-chrome/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/google-chrome/template b/srcpkgs/google-chrome/template index b5ff1ac9a9fa0..8c778d8b53489 100644 --- a/srcpkgs/google-chrome/template +++ b/srcpkgs/google-chrome/template @@ -1,6 +1,6 @@ # Template file for 'google-chrome' pkgname=google-chrome -version=115.0.5790.102 +version=115.0.5790.110 revision=1 _channel=stable archs="x86_64" @@ -11,7 +11,7 @@ maintainer="Michael Aldridge " license="custom:chrome" homepage="https://www.google.com/chrome/" distfiles="https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-${_channel}_${version}-1_amd64.deb" -checksum=b4eece9302ae3afa5bca317a965e3012d3e242ef79556e0a42a635b617eec7a2 +checksum=234f953895107cb9285be2470ef4f6a16085cf9f35864b76df44a3d345a252f0 _license_checksum=8023b18fb5118ef65d586363e53909861bd1a9676e5eb83c20fd3ac6e33ea0be skiprdeps="/opt/google/chrome/libqt5_shim.so" From bc8d48f4ddd8e5bbe7f9be147206d959c26a0bc3 Mon Sep 17 00:00:00 2001 From: Fotios Valasiadis Date: Sun, 23 Jul 2023 14:45:59 +0300 Subject: [PATCH 043/470] wine: update to 8.13. also includes a patch to fix compatibility issues with musl. --- srcpkgs/wine/patches/musl-ipx.patch | 13 +++++++++++++ srcpkgs/wine/template | 6 +++--- 2 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 srcpkgs/wine/patches/musl-ipx.patch diff --git a/srcpkgs/wine/patches/musl-ipx.patch b/srcpkgs/wine/patches/musl-ipx.patch new file mode 100644 index 0000000000000..3e4e8323d0c57 --- /dev/null +++ b/srcpkgs/wine/patches/musl-ipx.patch @@ -0,0 +1,13 @@ +diff --git a/server/sock.c b/server/sock.c +index 550fe61e477..591876aab33 100644 +--- a/server/sock.c ++++ b/server/sock.c +@@ -1880,7 +1880,7 @@ static int init_socket( struct sock *sock, int family, int type, int protocol ) + + #ifdef SOL_IPX + setsockopt( sockfd, SOL_IPX, IPX_TYPE, &ipx_type, sizeof(ipx_type) ); +-#else ++#elif defined(SO_DEFAULT_HEADERS) + struct ipx val; + /* Should we retrieve val using a getsockopt call and then + * set the modified one? */ diff --git a/srcpkgs/wine/template b/srcpkgs/wine/template index 83c50e54a7cd7..45a709c7b30ad 100644 --- a/srcpkgs/wine/template +++ b/srcpkgs/wine/template @@ -1,6 +1,6 @@ # Template file for 'wine' pkgname=wine -version=8.11 +version=8.13 revision=1 _pkgver=${version/r/-r} create_wrksrc=yes @@ -13,8 +13,8 @@ license="LGPL-2.1-or-later" homepage="http://www.winehq.org/" distfiles="https://dl.winehq.org/wine/source/${version%.*}.x/wine-${_pkgver}.tar.xz https://github.com/wine-staging/wine-staging/archive/v${_pkgver}.tar.gz" -checksum="0b5f2c8085352332590f076410174c486f7773da5727337745b1c1dcfe897fc9 - 3405ef0fa99fb92b39bb7a5480774b837cb929e35e3675b33c1c260eebfcbb85" +checksum="26e5d3a83d25c5418c6c0f5448e443d208763a2643aab4b0f1ad352922a4c275 + 8e6a1ebff2cae6b0815fa5b7fa4fcbec2d96dc8301196518d2cdc716ef3ae8ea" build_options="mingw staging xshm" build_options_default="mingw xshm" From 9dcebbbe6fdf322c6619751589ec7e5fa7a28c13 Mon Sep 17 00:00:00 2001 From: icp Date: Thu, 20 Jul 2023 12:29:08 +0530 Subject: [PATCH 044/470] python3-pluggy: update to 1.2.0. --- srcpkgs/python3-pluggy/template | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/srcpkgs/python3-pluggy/template b/srcpkgs/python3-pluggy/template index eefb5a0bd62ae..bdacf94b69c09 100644 --- a/srcpkgs/python3-pluggy/template +++ b/srcpkgs/python3-pluggy/template @@ -1,24 +1,18 @@ # Template file for 'python3-pluggy' pkgname=python3-pluggy -version=1.0.0 -revision=2 -build_style=python3-module -hostmakedepends="python3-setuptools_scm" +version=1.2.0 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-setuptools_scm python3-wheel" depends="python3" checkdepends="python3-pytest" short_desc="Minimalist production ready plugin system (Python3)" maintainer="Piotr Wójcik " license="MIT" homepage="https://github.com/pytest-dev/pluggy" +changelog="https://raw.githubusercontent.com/pytest-dev/pluggy/main/CHANGELOG.rst" distfiles="${PYPI_SITE}/p/pluggy/pluggy-${version}.tar.gz" -checksum=4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159 - -do_check() { - # Must export PYTHONPATH so subprocesses see the variable - local _pypath="${PYTHONPATH}" - export PYTHONPATH="${PWD}/src:${PYTHONPATH}" - python3 -m pytest -} +checksum=d12f0c4b579b15f5e054301bb226ee85eeeba08ffec228092f8defbaa3a4c4b3 post_install() { vlicense LICENSE From 1a7e1819cd88235d8222cb06c9bb15df0ab86400 Mon Sep 17 00:00:00 2001 From: icp Date: Thu, 20 Jul 2023 22:39:16 +0530 Subject: [PATCH 045/470] python3-virtualenv: update to 20.24.1. --- srcpkgs/python3-virtualenv/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-virtualenv/template b/srcpkgs/python3-virtualenv/template index a9673a38307ce..84c8d26e6616b 100644 --- a/srcpkgs/python3-virtualenv/template +++ b/srcpkgs/python3-virtualenv/template @@ -1,6 +1,6 @@ # Template file for 'python3-virtualenv' pkgname=python3-virtualenv -version=20.23.1 +version=20.24.1 revision=1 build_style=python3-pep517 make_check_args="--ignore tests/unit/seed/wheels/test_periodic_update.py @@ -15,7 +15,7 @@ license="MIT" homepage="https://virtualenv.pypa.io/" changelog="https://virtualenv.pypa.io/en/latest/changelog.html" distfiles="${PYPI_SITE}/v/virtualenv/virtualenv-${version}.tar.gz" -checksum=8ff19a38c1021c742148edc4f81cb43d7f8c6816d2ede2ab72af5b84c749ade1 +checksum=2ef6a237c31629da6442b0bcaa3999748108c7166318d1f55cc9f8d7294e97bd alternatives="virtualenv:virtualenv:/usr/bin/virtualenv3" post_install() { From f7f8a510356b4a176401d315101cd93cb44fa802 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Mon, 3 Jul 2023 22:30:27 -0400 Subject: [PATCH 046/470] xbps-src: new vopt_feature helper --- Manual.md | 5 +++++ common/environment/setup/options.sh | 8 ++++++++ 2 files changed, 13 insertions(+) diff --git a/Manual.md b/Manual.md index 63f10f354582d..5a183e6c3d183 100644 --- a/Manual.md +++ b/Manual.md @@ -1204,6 +1204,11 @@ package accordingly. Additionally, the following functions are available: Outputs `-D=true` if the option is set, or `-D=false` otherwise. +- *vopt_feature()* `vopt_feature