pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/filezilla Updated filezilla to 3.21.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fbd2c4e677ea
branches:  trunk
changeset: 352877:fbd2c4e677ea
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Sep 19 13:36:05 2016 +0000

description:
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

diffstat:

 net/filezilla/Makefile |   8 ++++----
 net/filezilla/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs (42 lines):

diff -r 5effe24b3d37 -r fbd2c4e677ea net/filezilla/Makefile
--- a/net/filezilla/Makefile    Mon Sep 19 13:34:46 2016 +0000
+++ b/net/filezilla/Makefile    Mon Sep 19 13:36:05 2016 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.71 2016/09/19 13:04:25 wiz Exp $
+# $NetBSD: Makefile,v 1.72 2016/09/19 13:36:05 wiz Exp $
 
-VERSION=       3.19.0
+VERSION=       3.21.0
 DISTNAME=      FileZilla_${VERSION}_src
 PKGNAME=       filezilla-${VERSION}
-PKGREVISION=   3
 CATEGORIES=    net x11
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=filezilla/}
 EXTRACT_SUFX=  .tar.bz2
@@ -30,8 +29,9 @@
 .include "../../databases/sqlite3/buildlink3.mk"
 .include "../../devel/libidn/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-BUILDLINK_API_DEPENDS.libfilezilla+=   libfilezilla>=0.5.3nb1
+BUILDLINK_API_DEPENDS.libfilezilla+=   libfilezilla>=0.6.1
 .include "../../net/libfilezilla/buildlink3.mk"
+BUILDLINK_API_DEPENDS.gnutls+= gnutls>=3.4.0
 .include "../../security/gnutls/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 BUILDLINK_API_DEPENDS.tinyxml+=        tinyxml>=2.6.2nb1
diff -r 5effe24b3d37 -r fbd2c4e677ea net/filezilla/distinfo
--- a/net/filezilla/distinfo    Mon Sep 19 13:34:46 2016 +0000
+++ b/net/filezilla/distinfo    Mon Sep 19 13:36:05 2016 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.28 2016/07/19 18:55:46 wiz Exp $
+$NetBSD: distinfo,v 1.29 2016/09/19 13:36:05 wiz Exp $
 
-SHA1 (FileZilla_3.19.0_src.tar.bz2) = d736fdfbc3bbf57b4e65b9dadd4779f643793162
-RMD160 (FileZilla_3.19.0_src.tar.bz2) = 5e03ba0483a351537316b3c25d3e1e0874444561
-SHA512 (FileZilla_3.19.0_src.tar.bz2) = f6af8c456116d9f3eb72685630cc349269e004b8f6bfe8359e457500afb206dfa9bf052840fb9ef8f7d12246fc68a8aabfc79b46c72508a32929efd31abad0f4
-Size (FileZilla_3.19.0_src.tar.bz2) = 4410265 bytes
+SHA1 (FileZilla_3.21.0_src.tar.bz2) = 18f5cb6dbae22c0d394e0807acc067940db7b584
+RMD160 (FileZilla_3.21.0_src.tar.bz2) = 96a947a46025c6302529d099328606a6660ffe7f
+SHA512 (FileZilla_3.21.0_src.tar.bz2) = d58573c58e524a257cdbcb60fdb5c749d8e4f8a390b728b458721944b3e836cedf3478ff55565885ff1853ddb3f368d6e6e6d45142f19a9a4ee755b88ceb56b4
+Size (FileZilla_3.21.0_src.tar.bz2) = 4428270 bytes
 SHA1 (patch-src_putty_unix_uxshare.c) = 0c3102c10b742c461fe032f081d1a642c6fd6a59



Home | Main Index | Thread Index | Old Index