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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion common/shlibs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions srcpkgs/filezilla/template
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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";;
Expand Down
18 changes: 18 additions & 0 deletions srcpkgs/fzssh/template
Original file line number Diff line number Diff line change
@@ -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 <orphan@voidlinux.org>"
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
1 change: 1 addition & 0 deletions srcpkgs/fzssh/update
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
site='https://fzssh.filezilla-project.org/download.php'
4 changes: 2 additions & 2 deletions srcpkgs/libfilezilla/template
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
Expand Down
Loading