From 3284b1b6710339aba5b873654ad45b387c4ff406 Mon Sep 17 00:00:00 2001 From: gc-user Date: Thu, 3 Sep 2026 10:24:38 +0200 Subject: [PATCH 1/4] libfilezilla: to 0.57.0 --- srcpkgs/libfilezilla/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libfilezilla/template b/srcpkgs/libfilezilla/template index 81567ec47de66d..f23527d772fa25 100644 --- a/srcpkgs/libfilezilla/template +++ b/srcpkgs/libfilezilla/template @@ -1,7 +1,7 @@ # Template file for 'libfilezilla' # filezilla needs to be rebuilt when libfilezilla version changes, ABI is not stable pkgname=libfilezilla -version=0.51.1 +version=0.57.0 revision=1 build_style=gnu-configure configure_args="--disable-static" @@ -16,7 +16,7 @@ distfiles="https://download.filezilla-project.org/libfilezilla/libfilezilla-${ve distfiles="libfilezilla-${version}.tar.xz" # filezilla blocks non-web-download distfiles="https://repo-default.voidlinux.org/distfiles/libfilezilla-${version}.tar.xz" -checksum=9a4c88931711f4b9d31702af3555501151b2b9fa46d07f350597a3bc9d5832e6 +checksum=3a61251357ad7522e73b8d7348356e87092a1cd7c33d36f045fbea4730b8ff0b if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then makedepends+=" libxcrypt-devel" From 3c4c6c012b969439a49e6fd53759c539a0a23fcf Mon Sep 17 00:00:00 2001 From: gc-user Date: Thu, 3 Sep 2026 10:45:46 +0200 Subject: [PATCH 2/4] shlibs: update for filezilla 0.71.1 --- common/shlibs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/common/shlibs b/common/shlibs index a7063390d18801..39fb6c95dd8ee4 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2750,7 +2750,9 @@ libhwloc.so.15 libhwloc-2.0.4_1 libnetfilter_cttimeout.so.1 libnetfilter_cttimeout-1.0.0_1 libnetfilter_cthelper.so.0 libnetfilter_cthelper-1.0.0_1 libnetfilter_queue.so.1 libnetfilter_queue-1.0.2_1 -libfilezilla.so.48 libfilezilla-0.51.1_1 +libfilezilla.so.59 libfilezilla-0.57.0_0 +libfzssh-client.so.14.0.0 fzssh-1.4.0_0 +libfzssh.so.14.0.0 fzssh-1.4.0_0 libtommath.so.1 libtommath-1.0_1 libKF5ItemViews.so.5 kitemviews-5.26.0_1 libunicorn.so.1 unicorn-1.0_1 From 409f45fd318b59322220da2e426f822c0ad0f514 Mon Sep 17 00:00:00 2001 From: gc-user Date: Thu, 3 Sep 2026 10:47:12 +0200 Subject: [PATCH 3/4] New package: fzssh-1.4.0, a new dependency of filezilla --- srcpkgs/fzssh/template | 18 ++++++++++++++++++ srcpkgs/fzssh/update | 1 + 2 files changed, 19 insertions(+) create mode 100644 srcpkgs/fzssh/template create mode 100644 srcpkgs/fzssh/update diff --git a/srcpkgs/fzssh/template b/srcpkgs/fzssh/template new file mode 100644 index 00000000000000..4bb08e093abf2f --- /dev/null +++ b/srcpkgs/fzssh/template @@ -0,0 +1,18 @@ +# Template file for 'fzssh' +# filezilla needs to be rebuilt when fzssh version changes, ABI is not stable +pkgname=fzssh +version=1.4.0 +revision=1 +build_style=meson +hostmakedepends="gettext pkg-config" +makedepends="nettle-devel gnutls-devel gmp-devel libargon2-devel libfilezilla-devel" +short_desc="SSH/SFTP library based on libfilezilla" +maintainer="Orphaned " +license="GPL-2.0-or-later" +homepage="https://fzssh.filezilla-project.org/" +changelog="https://svn.filezilla-project.org/filezilla/fzssh/trunk/NEWS?view=co" +distfiles="https://download.filezilla-project.org/fzssh/fzssh-${version}.tar.xz" +distfiles="fzssh-${version}.tar.xz" +# filezilla blocks non-web-download +distfiles="https://repo-default.voidlinux.org/distfiles/fzssh-${version}.tar.xz" +checksum=0c53178298364404e1fe4ce3d50267cf1238e52b414a6a53356bc43b37811338 diff --git a/srcpkgs/fzssh/update b/srcpkgs/fzssh/update new file mode 100644 index 00000000000000..8d458b81b5acde --- /dev/null +++ b/srcpkgs/fzssh/update @@ -0,0 +1 @@ +site='https://fzssh.filezilla-project.org/download.php' From a225fb4ed820c41adff82e9e421c3e4d00045912 Mon Sep 17 00:00:00 2001 From: gc-user Date: Thu, 3 Sep 2026 10:50:22 +0200 Subject: [PATCH 4/4] filezilla: update to 0.71.1 --- srcpkgs/filezilla/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/filezilla/template b/srcpkgs/filezilla/template index 8dbd82ec543e9d..5ad7c1d250beaa 100644 --- a/srcpkgs/filezilla/template +++ b/srcpkgs/filezilla/template @@ -1,6 +1,6 @@ # Template file for 'filezilla' pkgname=filezilla -version=3.69.3 +version=3.71.1 revision=1 build_style=gnu-configure configure_args="--disable-static --disable-manualupdatecheck --disable-autoupdatecheck @@ -16,8 +16,8 @@ homepage="https://filezilla-project.org" changelog="https://svn.filezilla-project.org/filezilla/FileZilla3/trunk/NEWS?view=co" distfiles="https://download.filezilla-project.org/client/FileZilla_${version}_src.tar.xz" # filezilla blocks non-web-download -distfiles="https://repo-default.voidlinux.org/distfiles/FileZilla_${version}_src.tar.xz" -checksum=77847c572388df9d64eb547b49b6be81896b57cf41d5e472659dfeb8053ae17e +#distfiles="https://repo-default.voidlinux.org/distfiles/FileZilla_${version}_src.tar.xz" +checksum=3df9b9b3e5b2c37dc6d9ecb883554aba140a02ec47c3d6b52333bf1733af4da4 case "$XBPS_TARGET_MACHINE" in i686*|x86_64*) CFLAGS="-msse2";;