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/Makefile | |
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/Makefile')
-rw-r--r-- | net/filezilla/Makefile | 7 |
1 files changed, 3 insertions, 4 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" |