diff options
author | wiz <wiz@pkgsrc.org> | 2017-10-02 15:31:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-10-02 15:31:38 +0000 |
commit | 2b9119fceb64a4086d1addff2c6f5eb1e933ad96 (patch) | |
tree | f792fd9c553a161c91e6c9948e740f6068968638 /net/filezilla | |
parent | 0adfbfe3c82dd92d97b1cf640f4608736f3fee7d (diff) | |
download | pkgsrc-2b9119fceb64a4086d1addff2c6f5eb1e933ad96.tar.gz |
filezilla: update to 3.28.0.
3.28.0 (2017-09-29)
+ *nix: Official Linux binaries are now built for Debian 9 (Stretch)
- Do not disable password saving settings if fzdefaults.xml contains a kiosk mode setting of 0.
3.28.0-rc1 (2017-09-22)
+ Add "Close once" as queue completion action
- Fixed crash if FileZilla is forced to close, e.g. when the system is shutting down, while there are open dialogs
- If the transfer queue asks for a password and the password dialog is canceled the queue processing is now stopped
- OS X, *nix: Improve detection of invalid character encodings in local filenames
- Fix potential crash expanding directory tree items while changing selections
Diffstat (limited to 'net/filezilla')
-rw-r--r-- | net/filezilla/Makefile | 7 | ||||
-rw-r--r-- | net/filezilla/distinfo | 10 |
2 files changed, 8 insertions, 9 deletions
diff --git a/net/filezilla/Makefile b/net/filezilla/Makefile index 1abe7237378..5140813a5b3 100644 --- a/net/filezilla/Makefile +++ b/net/filezilla/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.87 2017/09/18 09:53:30 maya Exp $ +# $NetBSD: Makefile,v 1.88 2017/10/02 15:31:38 wiz Exp $ -VERSION= 3.27.1 +VERSION= 3.28.0 DISTNAME= FileZilla_${VERSION}_src PKGNAME= filezilla-${VERSION} -PKGREVISION= 1 CATEGORIES= net x11 MASTER_SITES= https://download.filezilla-project.org/client/ EXTRACT_SUFX= .tar.bz2 @@ -30,7 +29,7 @@ GCC_REQD+= 4.9 .include "../../databases/sqlite3/buildlink3.mk" .include "../../devel/libidn/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" -BUILDLINK_API_DEPENDS.libfilezilla+= libfilezilla>=0.9.2 +BUILDLINK_API_DEPENDS.libfilezilla+= libfilezilla>=0.11 .include "../../net/libfilezilla/buildlink3.mk" BUILDLINK_API_DEPENDS.gnutls+= gnutls>=3.4.0 .include "../../security/gnutls/buildlink3.mk" diff --git a/net/filezilla/distinfo b/net/filezilla/distinfo index 0ddc9467054..b4b168a99b9 100644 --- a/net/filezilla/distinfo +++ b/net/filezilla/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.37 2017/09/11 20:24:37 wiz Exp $ +$NetBSD: distinfo,v 1.38 2017/10/02 15:31:38 wiz Exp $ -SHA1 (FileZilla_3.27.1_src.tar.bz2) = 25ba3f8d205b7d4720d8298aefc74d56224dfd57 -RMD160 (FileZilla_3.27.1_src.tar.bz2) = e4ad9a0df2659ba67bdd586008335e0a63da01c7 -SHA512 (FileZilla_3.27.1_src.tar.bz2) = ef07d91a0b38349cc2a1942d52afe1ae03760643028fcdac28f6523bea24498d6700d2d13d8c5bd5df933ff4e6a90df40bc399d6c0f0f2f7fdbe9b8b04381963 -Size (FileZilla_3.27.1_src.tar.bz2) = 4815446 bytes +SHA1 (FileZilla_3.28.0_src.tar.bz2) = 88e41f6ae41de912db54cd6da4bac906988aa1ba +RMD160 (FileZilla_3.28.0_src.tar.bz2) = 390456877d3a8d3ac0896b1ad1bb00355fa2d41e +SHA512 (FileZilla_3.28.0_src.tar.bz2) = 14f7b328fe9c227280eb55933a56b653354bf9309abacd9994c88f740805867b1c52841c7edddec082a026c6b7c40da1a8e14531455a8c557d4ca4c05025e907 +Size (FileZilla_3.28.0_src.tar.bz2) = 4824433 bytes SHA1 (patch-configure) = 8bf5736d17ed78fe0a1d4f910194bba9f03c854e SHA1 (patch-src_putty_unix_uxshare.c) = 0c3102c10b742c461fe032f081d1a642c6fd6a59 |