From e76ee69950fccdc2fec2f0675a3d05ea848bd46e Mon Sep 17 00:00:00 2001 From: Niels Haedecke Date: Fri, 3 Mar 2023 10:30:35 +0100 Subject: [PATCH 01/24] New package: zssh-1.5c --- srcpkgs/zssh/template | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 srcpkgs/zssh/template diff --git a/srcpkgs/zssh/template b/srcpkgs/zssh/template new file mode 100644 index 00000000000000..7eb047c5526bd8 --- /dev/null +++ b/srcpkgs/zssh/template @@ -0,0 +1,26 @@ +# Template file for 'zssh' +pkgname=zssh +version=1.5c +revision=1 +build_style=gnu-configure +makedepends="readline-devel" +depends="openssh inetutils-telnet lrzsz" +short_desc="Zmodem aware telnet and ssh cli client" +maintainer="Niels Haedecke " +license="GPL-2.0-only" +homepage="https://zssh.sourceforge.net/" +distfiles="http://prdownloads.sf.net/zssh/zssh-${version}.tgz" +checksum=a2e840f82590690d27ea1ea1141af509ee34681fede897e58ae8d354701ce71b + +pre_build() { + rm -f ${XBPS_WRAPPERDIR}/strip +} + +do_install() { + vmkdir usr/bin + vmkdir usr/share/man/man1 + vbin zssh 755 usr/bin/zssh + vbin ztelnet 755 usr/bin/ztelnet + vman ztelnet.1 + vman zssh.1 +} From a5fbef65d82585cee0432750de4e8622797411ea Mon Sep 17 00:00:00 2001 From: Niels Haedecke Date: Fri, 3 Mar 2023 10:33:32 +0100 Subject: [PATCH 02/24] zssh: zssh --- srcpkgs/zssh/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/zssh/template b/srcpkgs/zssh/template index 7eb047c5526bd8..6d31c8cf56dfe6 100644 --- a/srcpkgs/zssh/template +++ b/srcpkgs/zssh/template @@ -1,7 +1,7 @@ # Template file for 'zssh' pkgname=zssh version=1.5c -revision=1 +revision=2 build_style=gnu-configure makedepends="readline-devel" depends="openssh inetutils-telnet lrzsz" From 995fd175f0830efce504ed7a7b5bb62948aaacd9 Mon Sep 17 00:00:00 2001 From: Niels Haedecke Date: Fri, 3 Mar 2023 10:34:01 +0100 Subject: [PATCH 03/24] zssh: initial commit of new zssh package --- srcpkgs/zssh/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/zssh/template b/srcpkgs/zssh/template index 6d31c8cf56dfe6..bd6f642b264292 100644 --- a/srcpkgs/zssh/template +++ b/srcpkgs/zssh/template @@ -1,7 +1,7 @@ # Template file for 'zssh' pkgname=zssh version=1.5c -revision=2 +revision=3 build_style=gnu-configure makedepends="readline-devel" depends="openssh inetutils-telnet lrzsz" From ef2b75bfa03ae5e77eade2a0e48fd1dcaa3db84d Mon Sep 17 00:00:00 2001 From: Niels Haedecke Date: Fri, 3 Mar 2023 10:34:03 +0100 Subject: [PATCH 04/24] zssh: initial commit of new zssh package --- srcpkgs/zssh/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/zssh/template b/srcpkgs/zssh/template index bd6f642b264292..647a7eb86509e5 100644 --- a/srcpkgs/zssh/template +++ b/srcpkgs/zssh/template @@ -1,7 +1,7 @@ # Template file for 'zssh' pkgname=zssh version=1.5c -revision=3 +revision=4 build_style=gnu-configure makedepends="readline-devel" depends="openssh inetutils-telnet lrzsz" From aff52b0cf7243ef3f9fc940d8113c97f076cd4e8 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 3 Mar 2023 14:20:34 +0100 Subject: [PATCH 05/24] sbcl: update to 2.3.2. --- srcpkgs/sbcl/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/sbcl/template b/srcpkgs/sbcl/template index f6c5616be56cc8..08391d291a062b 100644 --- a/srcpkgs/sbcl/template +++ b/srcpkgs/sbcl/template @@ -1,6 +1,6 @@ # Template file for 'sbcl' pkgname=sbcl -version=2.3.1 +version=2.3.2 revision=1 # make sure the sbcl option in maxima is enabled for the same archs archs="i686 x86_64* armv7l aarch64 ppc64le*" @@ -15,7 +15,7 @@ license="custom:BSD+public_domain" homepage="http://www.sbcl.org/" changelog="http://www.sbcl.org/news.html" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-source.tar.bz2" -checksum=0ad5b600ea3389afe361672a54dc0d17dc519166da501b136b3013b237da049d +checksum=44cc162cfa6332a9a88c7a121d19038828a4ba4f6bffb77ef1c7b17407cb1eaa nocross=yes nopie=yes @@ -23,7 +23,7 @@ _bootstrap_lisp="bash ../sbcl-*-linux/run-sbcl.sh --no-sysinit --no-userinit --d case "$XBPS_TARGET_MACHINE" in x86_64) distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-x86-64-linux-binary.tar.bz2" - checksum+=" 76e7c33c2f4886979bc462ab1ac04ad20ebe87165890af9aab14c902c3cdcaae" + checksum+=" 4cf817f1d889244b5ebd4dbf7208d7f66a38a8300b4eb7e823e3b304cfefde11" ;; arm*) distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.2.14-armhf-linux-binary.tar.bz2" From 2cf261584e22b33e253dda4ab051eb61721a2f24 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 3 Mar 2023 14:25:18 +0100 Subject: [PATCH 06/24] miller: update to 6.7.0. --- srcpkgs/miller/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/miller/template b/srcpkgs/miller/template index 5d44be21c7fd6c..3938ba53584350 100644 --- a/srcpkgs/miller/template +++ b/srcpkgs/miller/template @@ -1,6 +1,6 @@ # Template file for 'miller' pkgname=miller -version=6.6.0 +version=6.7.0 revision=1 build_style=go go_import_path="github.com/johnkerl/miller" @@ -11,7 +11,7 @@ license="BSD-2-Clause" homepage="http://johnkerl.org/miller/" changelog="https://github.com/johnkerl/miller/releases" distfiles="https://github.com/johnkerl/miller/releases/download/v${version}/miller-${version}.tar.gz" -checksum=943616a95989fbb8ea7ca47625391b8a86fd009a041eff3636e50443fea05406 +checksum=45c86dbb35e326184740eded13d61e9900187dfde72d9c46789d429373c7566f post_install() { vman man/mlr.1 From 1014dcce3373c32382d24cf07c8663542e59398b Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 3 Mar 2023 14:26:46 +0100 Subject: [PATCH 07/24] perl-LWP: update to 6.68. --- srcpkgs/perl-LWP/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/perl-LWP/template b/srcpkgs/perl-LWP/template index 10285bbe0d09c9..2e5396a2a8a5f9 100644 --- a/srcpkgs/perl-LWP/template +++ b/srcpkgs/perl-LWP/template @@ -1,6 +1,6 @@ # Template file for 'perl-LWP' pkgname=perl-LWP -version=6.67 +version=6.68 revision=1 build_style=perl-module hostmakedepends=" @@ -16,4 +16,4 @@ maintainer="Leah Neukirchen " license="Artistic-1.0-Perl, GPL-1.0-or-later" homepage="https://metacpan.org/release/libwww-perl" distfiles="${CPAN_SITE}/LWP/libwww-perl-${version}.tar.gz" -checksum=96eec40a3fd0aa1bd834117be5eb21c438f73094d861a1a7e5774f0b1226b723 +checksum=42784a5869855ee08522dfb1d30fccf98ca4ddefa8c6c1bcb0d68a0adceb7f01 From 14ef5637eacc7b2205d557f98ca2e43649e38dfc Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 3 Mar 2023 14:27:49 +0100 Subject: [PATCH 08/24] perl-PPR: update to 0.001007. --- srcpkgs/perl-PPR/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/perl-PPR/template b/srcpkgs/perl-PPR/template index fa8829f6086a33..4ddbd256ef9c42 100644 --- a/srcpkgs/perl-PPR/template +++ b/srcpkgs/perl-PPR/template @@ -1,6 +1,6 @@ # Template file for 'perl-PPR' pkgname=perl-PPR -version=0.001006 +version=0.001007 revision=1 build_style=perl-module hostmakedepends="perl perl-B-Hooks-EndOfScope" @@ -12,4 +12,4 @@ maintainer="Leah Neukirchen " license="Artistic-1.0-Perl, GPL-1.0-or-later" homepage="https://metacpan.org/release/PPR" distfiles="${CPAN_SITE}/Sub/DCONWAY/PPR-${version}.tar.gz" -checksum=7bfc403f00021e7dcb949f2b088c52c87b252731eb448b854a08543996598a60 +checksum=e048e83e78a8ed1ac3246bc18589d8b0f37e7132ada1b525bae515a6b71f1136 From 12dabad2d312d8822a2c014de05b1b0d46b28b5d Mon Sep 17 00:00:00 2001 From: Roberto Ricci Date: Sat, 25 Feb 2023 18:59:05 +0100 Subject: [PATCH 09/24] jpeginfo: update to 1.7.0. --- srcpkgs/jpeginfo/template | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/srcpkgs/jpeginfo/template b/srcpkgs/jpeginfo/template index 1f5478f7f99330..57895a2ece2d12 100644 --- a/srcpkgs/jpeginfo/template +++ b/srcpkgs/jpeginfo/template @@ -1,15 +1,16 @@ # Template file for 'jpeginfo' pkgname=jpeginfo -version=1.6.1 -revision=4 +version=1.7.0 +revision=1 build_style=gnu-configure makedepends="libjpeg-turbo-devel" short_desc="Prints information and tests integrity of JPEG/JFIF files" maintainer="bougyman " -license="GPL-2.0-only" -homepage="http://www.kokkonen.net/tjko/projects.html" -distfiles="http://www.kokkonen.net/tjko/src/jpeginfo-${version}.tar.gz" -checksum=629e31cf1da0fa1efe4a7cc54c67123a68f5024f3d8e864a30457aeaed1d7653 +license="GPL-3.0-or-later" +homepage="https://github.com/tjko/jpeginfo" +changelog="https://raw.githubusercontent.com/tjko/jpeginfo/master/README" +distfiles="https://github.com/tjko/jpeginfo/archive/refs/tags/v${version}.tar.gz" +checksum=dc985083448d9707d42e49bed826a247c0dbda6913c870e9a5d9bf7c74939659 pre_install() { make_install_args="INSTALL_ROOT=${DESTDIR}" From e68342e2c5290e2f6c700ec397060ac20770ae34 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 3 Mar 2023 14:38:00 +0100 Subject: [PATCH 10/24] linux5.10: update to 5.10.171. --- srcpkgs/linux5.10/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/linux5.10/template b/srcpkgs/linux5.10/template index 83270e255947fb..47f1bc0c7d222e 100644 --- a/srcpkgs/linux5.10/template +++ b/srcpkgs/linux5.10/template @@ -1,6 +1,6 @@ # Template file for 'linux5.10' pkgname=linux5.10 -version=5.10.168 +version=5.10.171 revision=1 short_desc="Linux kernel and modules (${version%.*} series)" maintainer="Leah Neukirchen " @@ -9,7 +9,7 @@ homepage="https://www.kernel.org" distfiles="https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-${version%.*}.tar.xz https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-${version}.xz" checksum="dcdf99e43e98330d925016985bfbc7b83c66d367b714b2de0cbbfcbf83d8ca43 - c29240e6d93ad3bdd39cc248ec660a35c2551489399184799e5920d3b1734cae" + 2480ead5d765a794743a1cce61c52d5fa9ed9c072703526f4651ea0149224f4d" python_version=3 skip_extraction="patch-${version}.xz" From 93cbfcfbb951b719a081f8e18bba9022ce0a7da3 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 3 Mar 2023 15:20:14 +0100 Subject: [PATCH 11/24] linux5.15: update to 5.15.97. --- srcpkgs/linux5.15/files/arm64-dotconfig | 4 +++- srcpkgs/linux5.15/files/i386-dotconfig | 4 +++- srcpkgs/linux5.15/files/x86_64-dotconfig | 4 +++- srcpkgs/linux5.15/template | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/srcpkgs/linux5.15/files/arm64-dotconfig b/srcpkgs/linux5.15/files/arm64-dotconfig index 97de1a9fecbd31..3143295d3b5945 100644 --- a/srcpkgs/linux5.15/files/arm64-dotconfig +++ b/srcpkgs/linux5.15/files/arm64-dotconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 5.15.85 Kernel Configuration +# Linux/arm64 5.15.97 Kernel Configuration # CONFIG_CC_VERSION_TEXT="aarch64-linux-musl-gcc (GCC) 12.2.0" CONFIG_CC_IS_GCC=y @@ -18,6 +18,7 @@ CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y CONFIG_CC_HAS_ASM_GOTO_TIED_OUTPUT=y CONFIG_CC_HAS_ASM_INLINE=y CONFIG_CC_HAS_NO_PROFILE_FN_ATTR=y +CONFIG_PAHOLE_VERSION=123 CONFIG_IRQ_WORK=y CONFIG_BUILDTIME_TABLE_SORT=y CONFIG_THREAD_INFO_IN_TASK=y @@ -11737,6 +11738,7 @@ CONFIG_DEBUG_INFO=y # CONFIG_DEBUG_INFO_SPLIT is not set CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y # CONFIG_DEBUG_INFO_DWARF4 is not set +# CONFIG_DEBUG_INFO_DWARF5 is not set CONFIG_DEBUG_INFO_BTF=y CONFIG_PAHOLE_HAS_SPLIT_BTF=y CONFIG_DEBUG_INFO_BTF_MODULES=y diff --git a/srcpkgs/linux5.15/files/i386-dotconfig b/srcpkgs/linux5.15/files/i386-dotconfig index 5807d405b794ec..103cabd0cb1405 100644 --- a/srcpkgs/linux5.15/files/i386-dotconfig +++ b/srcpkgs/linux5.15/files/i386-dotconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/i386 5.15.85 Kernel Configuration +# Linux/i386 5.15.97 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.2.0" CONFIG_CC_IS_GCC=y @@ -18,6 +18,7 @@ CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y CONFIG_CC_HAS_ASM_GOTO_TIED_OUTPUT=y CONFIG_CC_HAS_ASM_INLINE=y CONFIG_CC_HAS_NO_PROFILE_FN_ATTR=y +CONFIG_PAHOLE_VERSION=123 CONFIG_IRQ_WORK=y CONFIG_BUILDTIME_TABLE_SORT=y CONFIG_THREAD_INFO_IN_TASK=y @@ -9966,6 +9967,7 @@ CONFIG_DEBUG_INFO=y # CONFIG_DEBUG_INFO_SPLIT is not set CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y # CONFIG_DEBUG_INFO_DWARF4 is not set +# CONFIG_DEBUG_INFO_DWARF5 is not set CONFIG_DEBUG_INFO_BTF=y CONFIG_PAHOLE_HAS_SPLIT_BTF=y CONFIG_DEBUG_INFO_BTF_MODULES=y diff --git a/srcpkgs/linux5.15/files/x86_64-dotconfig b/srcpkgs/linux5.15/files/x86_64-dotconfig index 2c2d78d5467e48..cb8983bec04222 100644 --- a/srcpkgs/linux5.15/files/x86_64-dotconfig +++ b/srcpkgs/linux5.15/files/x86_64-dotconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.15.94 Kernel Configuration +# Linux/x86_64 5.15.97 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.2.0" CONFIG_CC_IS_GCC=y @@ -18,6 +18,7 @@ CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y CONFIG_CC_HAS_ASM_GOTO_TIED_OUTPUT=y CONFIG_CC_HAS_ASM_INLINE=y CONFIG_CC_HAS_NO_PROFILE_FN_ATTR=y +CONFIG_PAHOLE_VERSION=123 CONFIG_IRQ_WORK=y CONFIG_BUILDTIME_TABLE_SORT=y CONFIG_THREAD_INFO_IN_TASK=y @@ -10186,6 +10187,7 @@ CONFIG_DEBUG_INFO=y # CONFIG_DEBUG_INFO_SPLIT is not set CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y # CONFIG_DEBUG_INFO_DWARF4 is not set +# CONFIG_DEBUG_INFO_DWARF5 is not set CONFIG_DEBUG_INFO_BTF=y CONFIG_PAHOLE_HAS_SPLIT_BTF=y CONFIG_DEBUG_INFO_BTF_MODULES=y diff --git a/srcpkgs/linux5.15/template b/srcpkgs/linux5.15/template index 927adfd0c9a123..1c2aff7078c611 100644 --- a/srcpkgs/linux5.15/template +++ b/srcpkgs/linux5.15/template @@ -1,6 +1,6 @@ # Template file for 'linux5.15' pkgname=linux5.15 -version=5.15.94 +version=5.15.97 revision=1 short_desc="Linux kernel and modules (${version%.*} series)" maintainer="Leah Neukirchen " @@ -9,7 +9,7 @@ homepage="https://www.kernel.org" distfiles="https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-${version%.*}.tar.xz https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-${version}.xz" checksum="57b2cf6991910e3b67a1b3490022e8a0674b6965c74c12da1e99d138d1991ee8 - ff30c9eb2ba8a54e6edba9150fa9725cf451507afa6f5c76f23a9421778a5fbc" + 8985f603987559640a00e28aaea9ae671bbda369b8381574261f5aa0912e3960" skip_extraction="patch-${version}.xz" python_version=3 From b4606c623691dbf54175fdbf0bfa36d8f40db9c0 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Fri, 3 Mar 2023 15:32:11 +0100 Subject: [PATCH 12/24] terragrunt: update to 0.44.4. --- srcpkgs/terragrunt/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/terragrunt/template b/srcpkgs/terragrunt/template index ed5aa6b22d1ebf..0ec108f97e4ad6 100644 --- a/srcpkgs/terragrunt/template +++ b/srcpkgs/terragrunt/template @@ -1,6 +1,6 @@ # Template file for 'terragrunt' pkgname=terragrunt -version=0.44.1 +version=0.44.4 revision=1 build_style=go go_import_path="github.com/gruntwork-io/terragrunt" @@ -10,7 +10,7 @@ maintainer="Andrea Brancaleoni " license="MIT" homepage="https://github.com/gruntwork-io/terragrunt" distfiles="$homepage/archive/v$version.tar.gz" -checksum=192a759b5481d4d5a6e1a477a8298c48c634e185228df954b618c8012301e998 +checksum=dd6d81ad8251e4beb63e791507afe4f332e6a4e5e6729ce0910be7105b3e2022 post_install() { vlicense LICENSE.txt From f0572292b7c3bbf416a1caaeb051599e544b50c4 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Fri, 3 Mar 2023 15:33:03 +0100 Subject: [PATCH 13/24] hugo: update to 0.111.1. --- srcpkgs/hugo/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/hugo/template b/srcpkgs/hugo/template index bf081a4e0f8a2e..6a3a11d0a23932 100644 --- a/srcpkgs/hugo/template +++ b/srcpkgs/hugo/template @@ -1,6 +1,6 @@ # Template file for 'hugo' pkgname=hugo -version=0.110.0 +version=0.111.1 revision=1 build_style=go build_helper=qemu @@ -11,7 +11,7 @@ maintainer="Andrea Brancaleoni " license="Apache-2.0" homepage="https://gohugo.io" distfiles="https://github.com/gohugoio/hugo/archive/v${version}.tar.gz" -checksum=eeb137cefcea1a47ca27dc5f6573df29a8fe0b7f1ed0362faf7f73899e313770 +checksum=a71d4e1f49ca7156d3811c0b10957816b75ff2e01b35ef326e7af94dfa554ec0 post_install() { vdoc README.md From c70208fa76eb24fcfea6e75f41c7a0fc07450242 Mon Sep 17 00:00:00 2001 From: Emil Tomczyk Date: Mon, 20 Feb 2023 22:55:27 +0100 Subject: [PATCH 14/24] pan: update to 0.154. --- srcpkgs/pan/template | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/srcpkgs/pan/template b/srcpkgs/pan/template index 8db13dd2f7df3e..ea773b31bb0191 100644 --- a/srcpkgs/pan/template +++ b/srcpkgs/pan/template @@ -1,12 +1,12 @@ # Template file for 'pan' pkgname=pan -version=0.150 +version=0.154 revision=1 build_style=gnu-configure -configure_args="--with-gnutls --with-gtk3 --enable-libnotify --enable-gkr" +configure_args="--with-gnutls --enable-libnotify --enable-gkr" hostmakedepends="gettext pkg-config yelp-tools autoconf gettext-devel-tools automake libtool" makedepends="gmime3-devel gnutls-devel gtk+3-devel libsecret-devel gtkspell3-devel libnotify-devel - glib-devel" + glib-devel enchant2-devel" depends="desktop-file-utils hicolor-icon-theme" short_desc="Usenet newsreader that's good at both text and binaries" maintainer="mobinmob " @@ -14,15 +14,13 @@ license="GFDL-1.1-or-later, GPL-2.0-only" homepage="http://pan.rebelbase.com" changelog="https://gitlab.gnome.org/GNOME/pan/-/raw/master/NEWS" distfiles="https://gitlab.gnome.org/GNOME/pan/-/archive/v${version}/pan-v${version}.tar.bz2" -checksum=bdce5ee7fa28dcac1be6aa2110dc74cc85a62fb29b17b8ae1644cf4df11fed2f +checksum=87721838dfa59f05f5c2c2fec8742606dad13d920f9fa8884497c4513a8d72b9 if [ -n "$CROSS_BUILD" ]; then hostmakedepends+=" gdk-pixbuf-devel" fi pre_configure() { - vsed -e 's/enchant/enchant-2/g' -i configure.ac - vsed -e 's|enchant/enchant.h|enchant-2/enchant.h|' -i pan/gui/group-prefs-dialog.cc export ACLOCAL='aclocal -I ${XBPS_CROSS_BASE}/usr/share/aclocal' NOCONFIGURE=1 ./autogen.sh } From 566cb8ad990103c82de1e158a3cd8aac531bf6c3 Mon Sep 17 00:00:00 2001 From: Dexter Gaon-Shatford Date: Thu, 2 Mar 2023 17:49:41 -0500 Subject: [PATCH 15/24] gajim-omemo: update to 2.9.0. --- srcpkgs/gajim-omemo/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/gajim-omemo/template b/srcpkgs/gajim-omemo/template index 3e1b4216bcb309..917b9e7d676e8e 100644 --- a/srcpkgs/gajim-omemo/template +++ b/srcpkgs/gajim-omemo/template @@ -1,7 +1,7 @@ # Template file for 'gajim-omemo' pkgname=gajim-omemo -version=2.8.16 -revision=2 +version=2.9.0 +revision=1 create_wrksrc="omemo" hostmakedepends="unzip" depends="python3 python3-setuptools python3-cryptography python3-axolotl @@ -11,7 +11,7 @@ maintainer="Urs Schulz " license="GPL-3.0-or-later" homepage="https://dev.gajim.org/gajim/gajim-plugins/wikis/OmemoGajimPlugin" distfiles="https://ftp.gajim.org/plugins/master/omemo/omemo_${version}.zip" -checksum=430df55ec3d79f58603e475b157700a6f97e229bef4690d8144e5d0aae5f4888 +checksum=076396ac441b4e5bae62328575be85492a87229c7a214b23f7edd1ac5dcac97b do_install() { install -d "${DESTDIR}/${py3_sitelib}/gajim/data/plugins/${pkgname#gajim-}" From 9a4a5c58d0613292fcbae3cd8a6273f0289d7465 Mon Sep 17 00:00:00 2001 From: Dexter Gaon-Shatford Date: Thu, 2 Mar 2023 17:50:19 -0500 Subject: [PATCH 16/24] python3-nbxmpp: update to 4.2.0. --- srcpkgs/python3-nbxmpp/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template index ae292abd0506f3..c0b5750436b7eb 100644 --- a/srcpkgs/python3-nbxmpp/template +++ b/srcpkgs/python3-nbxmpp/template @@ -1,18 +1,18 @@ # Template file for 'python3-nbxmpp' pkgname=python3-nbxmpp -version=3.2.5 +version=4.2.0 revision=1 -build_style=python3-module -hostmakedepends="python3-setuptools" -depends="python3-gobject python3-openssl python3-precis-i18n python3-idna libsoup" -checkdepends="${depends} python3-packaging python3-wheel python3-pylint python3-coverage libsoup" +build_style=python3-pep517 +hostmakedepends="python3-wheel" +depends="python3-gobject python3-openssl python3-precis-i18n python3-idna libsoup3" +checkdepends="${depends} python3-packaging python3-wheel python3-pylint python3-coverage" short_desc="Non blocking Jabber/XMPP module" maintainer="Duncaen " license="GPL-2.0-or-later" homepage="https://python-nbxmpp.gajim.org/" changelog="https://dev.gajim.org/gajim/python-nbxmpp/raw/master/ChangeLog" distfiles="${PYPI_SITE}/n/nbxmpp/nbxmpp-${version}.tar.gz" -checksum=1c0251e2acddd75458f50b4ead4154ce637006974a98cacff9c4b6b89ff0ff54 +checksum=ba16ab684c678f15cb85f582a51be690e48330bbcb569aa32b7d104293392d28 do_check() { coverage run --source=nbxmpp -m unittest discover -v From 03a5eb3b8aab0624bdd32016f5eb9441b3072397 Mon Sep 17 00:00:00 2001 From: Dexter Gaon-Shatford Date: Thu, 2 Mar 2023 17:50:23 -0500 Subject: [PATCH 17/24] gajim: update to 1.7.1. --- srcpkgs/gajim/template | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template index 450e7fba4b72b0..918d84bec7e9b1 100644 --- a/srcpkgs/gajim/template +++ b/srcpkgs/gajim/template @@ -1,14 +1,14 @@ # Template file for 'gajim' pkgname=gajim -version=1.5.3 -revision=2 -build_style=python3-module -hostmakedepends="gettext python3-setuptools" +version=1.7.1 +revision=1 +build_style=python3-pep517 +hostmakedepends="gettext python3-wheel" depends="python3-gobject python3-setuptools python3-Pillow python3-cairo python3-dbus libsecret gsound libnm python3-nbxmpp python3-openssl python3-css-parser python3-keyring python3-precis-i18n python3-packaging python3-setuptools python3-distro - python3-netifaces python3-pyasn1 python3-jeepney libsoup farstream gst-plugins-base1 + python3-netifaces python3-pyasn1 python3-jeepney libsoup3 farstream gst-plugins-base1 gst-plugins-ugly1 gst-libav gtksourceview4" checkdepends="${depends} python3-packaging" short_desc="Full featured Jabber/XMPP client" @@ -17,9 +17,14 @@ license="GPL-3.0-only" homepage="https://www.gajim.org" changelog="https://dev.gajim.org/gajim/gajim/-/raw/master/ChangeLog" distfiles="https://gajim.org/downloads/${version%.*}/gajim-${version}.tar.gz" -checksum=252578e7ddacee8289cf106086d96bbd7a82a0eea2091a1836efde6aa3dfb8b0 +checksum=b9a26a353549189fe65e0bc130cf98cbc42bd7105e72ac2041cb4a7f9d7543c6 + +post_build() { + ./pep517build/build_metadata.py -o dist/metadata +} post_install() { + ./pep517build/install_metadata.py dist/metadata --prefix=$DESTDIR/usr vdoc "${FILESDIR}/README.voidlinux" } From 83d06e5666828e83f94ec1dcf423000b50c1ecf4 Mon Sep 17 00:00:00 2001 From: mhmdanas Date: Thu, 2 Mar 2023 20:07:50 +0000 Subject: [PATCH 18/24] epson-inkjet-printer-escpr: update to 1.7.25, adopt. Maintainer hasn't committed to this package since they adopted it in January 2020 (e7d4687296a973a9290db2af228b9b874d175e7b). --- srcpkgs/epson-inkjet-printer-escpr/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/epson-inkjet-printer-escpr/template b/srcpkgs/epson-inkjet-printer-escpr/template index 32afe5989d9e5b..497c442b87a2cb 100644 --- a/srcpkgs/epson-inkjet-printer-escpr/template +++ b/srcpkgs/epson-inkjet-printer-escpr/template @@ -1,14 +1,14 @@ # Template file for 'epson-inkjet-printer-escpr' pkgname=epson-inkjet-printer-escpr -version=1.7.22 +version=1.7.25 revision=1 build_style=gnu-configure configure_args="--disable-static --with-cupsppddir=/usr/share/ppd --with-cupsfilterdir=/usr/lib/cups/filter" makedepends="cups-devel" depends="cups-filters" short_desc="Epson Inkjet Printer Driver (ESC/P-R)" -maintainer="Justin Berthault " +maintainer="Mohammed Anas " license="GPL-2.0-or-later" -homepage="http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX" -distfiles="https://download3.ebz.epson.net/dsc/f/03/00/13/96/55/c6fced63098ae1ba104f11f572794fd558ffca29/${pkgname}-${version}-1lsb3.2.tar.gz" -checksum=0b2fefa7fd077b6fdf778cb53a8c60bf999a396ef88145182c5c4a08f34c652c +homepage="https://download.ebz.epson.net/dsc/search/01/search/?OSC=LX&productName=B700" +distfiles="https://download3.ebz.epson.net/dsc/f/03/00/14/34/76/47198c0bab357b96ec59490973c492c5d6059604/epson-inkjet-printer-escpr-${version}-1lsb3.2.tar.gz" +checksum=d5e30b58dc6152df6b63fcbc7315506d155002b4b11342e7e6699c49e7bb5b69 From 565966e0274a0607bea5ca33fab537dfa34ace4f Mon Sep 17 00:00:00 2001 From: Niels Haedecke Date: Fri, 3 Mar 2023 10:30:35 +0100 Subject: [PATCH 19/24] New package: zssh-1.5c --- srcpkgs/zssh/template | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 srcpkgs/zssh/template diff --git a/srcpkgs/zssh/template b/srcpkgs/zssh/template new file mode 100644 index 00000000000000..7eb047c5526bd8 --- /dev/null +++ b/srcpkgs/zssh/template @@ -0,0 +1,26 @@ +# Template file for 'zssh' +pkgname=zssh +version=1.5c +revision=1 +build_style=gnu-configure +makedepends="readline-devel" +depends="openssh inetutils-telnet lrzsz" +short_desc="Zmodem aware telnet and ssh cli client" +maintainer="Niels Haedecke " +license="GPL-2.0-only" +homepage="https://zssh.sourceforge.net/" +distfiles="http://prdownloads.sf.net/zssh/zssh-${version}.tgz" +checksum=a2e840f82590690d27ea1ea1141af509ee34681fede897e58ae8d354701ce71b + +pre_build() { + rm -f ${XBPS_WRAPPERDIR}/strip +} + +do_install() { + vmkdir usr/bin + vmkdir usr/share/man/man1 + vbin zssh 755 usr/bin/zssh + vbin ztelnet 755 usr/bin/ztelnet + vman ztelnet.1 + vman zssh.1 +} From 42b15ece2be19e1227129878e0e0acdd3d231b58 Mon Sep 17 00:00:00 2001 From: Niels Haedecke Date: Fri, 3 Mar 2023 10:33:32 +0100 Subject: [PATCH 20/24] zssh: zssh --- srcpkgs/zssh/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/zssh/template b/srcpkgs/zssh/template index 7eb047c5526bd8..6d31c8cf56dfe6 100644 --- a/srcpkgs/zssh/template +++ b/srcpkgs/zssh/template @@ -1,7 +1,7 @@ # Template file for 'zssh' pkgname=zssh version=1.5c -revision=1 +revision=2 build_style=gnu-configure makedepends="readline-devel" depends="openssh inetutils-telnet lrzsz" From 8ce62769c868a1eaa9501adecade59ad9b48bed2 Mon Sep 17 00:00:00 2001 From: Niels Haedecke Date: Fri, 3 Mar 2023 10:34:01 +0100 Subject: [PATCH 21/24] zssh: initial commit of new zssh package --- srcpkgs/zssh/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/zssh/template b/srcpkgs/zssh/template index 6d31c8cf56dfe6..bd6f642b264292 100644 --- a/srcpkgs/zssh/template +++ b/srcpkgs/zssh/template @@ -1,7 +1,7 @@ # Template file for 'zssh' pkgname=zssh version=1.5c -revision=2 +revision=3 build_style=gnu-configure makedepends="readline-devel" depends="openssh inetutils-telnet lrzsz" From f95a583aee9afb016638c611d86e44455c18ae98 Mon Sep 17 00:00:00 2001 From: Niels Haedecke Date: Fri, 3 Mar 2023 17:03:45 +0100 Subject: [PATCH 22/24] set revision to 1 --- srcpkgs/zssh/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/zssh/template b/srcpkgs/zssh/template index 647a7eb86509e5..7eb047c5526bd8 100644 --- a/srcpkgs/zssh/template +++ b/srcpkgs/zssh/template @@ -1,7 +1,7 @@ # Template file for 'zssh' pkgname=zssh version=1.5c -revision=4 +revision=1 build_style=gnu-configure makedepends="readline-devel" depends="openssh inetutils-telnet lrzsz" From f110dd6a2fb245476824f0c2e2b3e332714c7e75 Mon Sep 17 00:00:00 2001 From: Niels Haedecke Date: Fri, 3 Mar 2023 10:34:03 +0100 Subject: [PATCH 23/24] zssh: initial commit of new zssh package --- srcpkgs/zssh/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/zssh/template b/srcpkgs/zssh/template index bd6f642b264292..647a7eb86509e5 100644 --- a/srcpkgs/zssh/template +++ b/srcpkgs/zssh/template @@ -1,7 +1,7 @@ # Template file for 'zssh' pkgname=zssh version=1.5c -revision=3 +revision=4 build_style=gnu-configure makedepends="readline-devel" depends="openssh inetutils-telnet lrzsz" From 8c2391f9800eedca0b874000ce37b4815ef9571d Mon Sep 17 00:00:00 2001 From: Niels Haedecke Date: Fri, 3 Mar 2023 17:13:35 +0100 Subject: [PATCH 24/24] Revert "zssh: initial commit of new zssh package" This reverts commit f110dd6a2fb245476824f0c2e2b3e332714c7e75. --- srcpkgs/zssh/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/zssh/template b/srcpkgs/zssh/template index 647a7eb86509e5..bd6f642b264292 100644 --- a/srcpkgs/zssh/template +++ b/srcpkgs/zssh/template @@ -1,7 +1,7 @@ # Template file for 'zssh' pkgname=zssh version=1.5c -revision=4 +revision=3 build_style=gnu-configure makedepends="readline-devel" depends="openssh inetutils-telnet lrzsz"