Mon Sep 19 13:36:05 2016 UTC ()
Updated filezilla to 3.21.0.

3.21.0 (2016-08-23)

! Fixed a string format vulnerability introduced in 3.20.0-rc1 when listing directories using SFTP
+ SFTP: Added support for AES-GCM ciphers as implemented in OpenSSH
+ OS X: Ctrl+Tab and Ctrl+Shift+Tab can now be used to switch forward and backward between opened tabs
- Reduced time between TCP keepalive packets to 15 minutes on supporting platforms
- Fixed saving of directory listing filters with an attribute condition

3.20.1 (2016-08-03)

- Fixed rename file exists action on downloads
- Fixed possible crash if disabling log abbreviation
- Official binaries now link against a patched version of GnuTLS so that a better error message can be printed on broken servers that send malformed certificate chains

3.20.0 (2016-07-27)

+ Display error message if entering a non-existing path on local file search
+ Building and running FileZilla now depends on libfilezilla >= 0.6.1 (https://lib.filezilla-project.org/).

3.20.0-rc1 (2016-07-20)

+ Added compatibility for filenames with leading or trailing whitespace if using SFTP
+ Building and running FileZilla now depends on libfilezilla >= 0.6.0 (https://lib.filezilla-project.org/).
+ Building and running FileZilla now depends on GnuTLS 3.4.0 or higher
- Fixed regression introduced in 3.19.0-rc1, reconnecting again uses the last used remote directory instead of the initial default remote directory
- Fixed crash if creating a new site via the bookmarks dialog
- Queuing remote directories for transfer no longer exits comparison mode
- Fixed a rare crash using FTP over TLS if the control connection fails at the same time the data connection gets established
- Entering invalid regular expressions in filter and search conditions now shows an error message
- Fixed title of search dialog
- Stricter certificate chain validation to supplement the Tofu model
- *nix: Fix initial size of Site Manager dialog with some GTK versions


(wiz)
diff -r1.71 -r1.72 pkgsrc/net/filezilla/Makefile
diff -r1.28 -r1.29 pkgsrc/net/filezilla/distinfo

cvs diff -r1.71 -r1.72 pkgsrc/net/filezilla/Makefile (expand / switch to unified diff)

--- pkgsrc/net/filezilla/Makefile 2016/09/19 13:04:25 1.71
+++ pkgsrc/net/filezilla/Makefile 2016/09/19 13:36:05 1.72
@@ -1,40 +1,40 @@ @@ -1,40 +1,40 @@
1# $NetBSD: Makefile,v 1.71 2016/09/19 13:04:25 wiz Exp $ 1# $NetBSD: Makefile,v 1.72 2016/09/19 13:36:05 wiz Exp $
2 2
3VERSION= 3.19.0 3VERSION= 3.21.0
4DISTNAME= FileZilla_${VERSION}_src 4DISTNAME= FileZilla_${VERSION}_src
5PKGNAME= filezilla-${VERSION} 5PKGNAME= filezilla-${VERSION}
6PKGREVISION= 3 
7CATEGORIES= net x11 6CATEGORIES= net x11
8MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=filezilla/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=filezilla/}
9EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
10 9
11MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://filezilla-project.org/ 11HOMEPAGE= http://filezilla-project.org/
13COMMENT= FTP, FTPS, and SFTP client with intuitive GUI 12COMMENT= FTP, FTPS, and SFTP client with intuitive GUI
14LICENSE= gnu-gpl-v2 13LICENSE= gnu-gpl-v2
15 14
16GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
17USE_LANGUAGES= c c++ 16USE_LANGUAGES= c c++
18USE_TOOLS+= gmake pkg-config msgfmt msgmerge xgettext 17USE_TOOLS+= gmake pkg-config msgfmt msgmerge xgettext
19WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} 18WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
20 19
21CONFIGURE_ARGS+= --disable-autoupdatecheck 20CONFIGURE_ARGS+= --disable-autoupdatecheck
22# avoid xdg-utils dependency 21# avoid xdg-utils dependency
23CONFIGURE_ENV+= ac_cv_path_xdgopen=firefox 22CONFIGURE_ENV+= ac_cv_path_xdgopen=firefox
24 23
25# GCC 4.9 is required to support C++14. 24# GCC 4.9 is required to support C++14.
26GCC_REQD+= 4.9 25GCC_REQD+= 4.9
27 26
28.include "options.mk" 27.include "options.mk"
29 28
30.include "../../databases/sqlite3/buildlink3.mk" 29.include "../../databases/sqlite3/buildlink3.mk"
31.include "../../devel/libidn/buildlink3.mk" 30.include "../../devel/libidn/buildlink3.mk"
32.include "../../graphics/hicolor-icon-theme/buildlink3.mk" 31.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
33BUILDLINK_API_DEPENDS.libfilezilla+= libfilezilla>=0.5.3nb1 32BUILDLINK_API_DEPENDS.libfilezilla+= libfilezilla>=0.6.1
34.include "../../net/libfilezilla/buildlink3.mk" 33.include "../../net/libfilezilla/buildlink3.mk"
 34BUILDLINK_API_DEPENDS.gnutls+= gnutls>=3.4.0
35.include "../../security/gnutls/buildlink3.mk" 35.include "../../security/gnutls/buildlink3.mk"
36.include "../../sysutils/desktop-file-utils/desktopdb.mk" 36.include "../../sysutils/desktop-file-utils/desktopdb.mk"
37BUILDLINK_API_DEPENDS.tinyxml+= tinyxml>=2.6.2nb1 37BUILDLINK_API_DEPENDS.tinyxml+= tinyxml>=2.6.2nb1
38.include "../../textproc/pugixml/buildlink3.mk" 38.include "../../textproc/pugixml/buildlink3.mk"
39.include "../../x11/wxGTK30/buildlink3.mk" 39.include "../../x11/wxGTK30/buildlink3.mk"
40.include "../../mk/bsd.pkg.mk" 40.include "../../mk/bsd.pkg.mk"

cvs diff -r1.28 -r1.29 pkgsrc/net/filezilla/distinfo (expand / switch to unified diff)

--- pkgsrc/net/filezilla/distinfo 2016/07/19 18:55:46 1.28
+++ pkgsrc/net/filezilla/distinfo 2016/09/19 13:36:05 1.29
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.28 2016/07/19 18:55:46 wiz Exp $ 1$NetBSD: distinfo,v 1.29 2016/09/19 13:36:05 wiz Exp $
2 2
3SHA1 (FileZilla_3.19.0_src.tar.bz2) = d736fdfbc3bbf57b4e65b9dadd4779f643793162 3SHA1 (FileZilla_3.21.0_src.tar.bz2) = 18f5cb6dbae22c0d394e0807acc067940db7b584
4RMD160 (FileZilla_3.19.0_src.tar.bz2) = 5e03ba0483a351537316b3c25d3e1e0874444561 4RMD160 (FileZilla_3.21.0_src.tar.bz2) = 96a947a46025c6302529d099328606a6660ffe7f
5SHA512 (FileZilla_3.19.0_src.tar.bz2) = f6af8c456116d9f3eb72685630cc349269e004b8f6bfe8359e457500afb206dfa9bf052840fb9ef8f7d12246fc68a8aabfc79b46c72508a32929efd31abad0f4 5SHA512 (FileZilla_3.21.0_src.tar.bz2) = d58573c58e524a257cdbcb60fdb5c749d8e4f8a390b728b458721944b3e836cedf3478ff55565885ff1853ddb3f368d6e6e6d45142f19a9a4ee755b88ceb56b4
6Size (FileZilla_3.19.0_src.tar.bz2) = 4410265 bytes 6Size (FileZilla_3.21.0_src.tar.bz2) = 4428270 bytes
7SHA1 (patch-src_putty_unix_uxshare.c) = 0c3102c10b742c461fe032f081d1a642c6fd6a59 7SHA1 (patch-src_putty_unix_uxshare.c) = 0c3102c10b742c461fe032f081d1a642c6fd6a59