diff options
author | wiz <wiz@pkgsrc.org> | 2016-07-19 18:55:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-07-19 18:55:46 +0000 |
commit | 2ba401efca4b1a013788ca741c2787a1b8434ebe (patch) | |
tree | f9f0197d0f0d6c26816dc99bdebe723be9d0705a /net | |
parent | 84fd7748e624e5c859c57809d9d87ac1de2f31e0 (diff) | |
download | pkgsrc-2ba401efca4b1a013788ca741c2787a1b8434ebe.tar.gz |
Update filezilla to 3.19.0.
3.19.0 (2016-06-27)
+ Building FileZilla now depends on libfilezilla >= 0.5.3 (https://lib.filezilla-project.org/).
- Fixed context menu in search dialog if not connected to server
- OS X, *nix: Fix displayed text in file list status bar if selecting a single item in the file list out of multiple already selected items
3.19.0-rc1 (2016-06-20)
+ In the Site Manager a background colour for sites can now be selected
+ Open tabs can be re-arranged using drag&drop
- Fixed copying URLs of multiple selected files to clipboard
- Setting remote file timestamps did not take timezone offsets configured through the Site Manager into account
3.18.0 (2016-05-27)
- Small fixes to local file search
- Fixed a regression introduced in 3.18.0-rc1 when formatting hostnames for display
3.18.0-rc1 (2016-05-20)
+ The search functionality can now also be used to search local files
+ Reduced CPU consumption of adding files to the list of search results
+ Opening the remote context menu while holding shift allows copying URLs to clipboard that include the password
+ Added an option to the configuration file through which initiating drag&drop can be disallowed
+ Reduced memory footprint of some data structures
+ Building FileZilla now depends on libfilezilla >= 0.5.2 (https://lib.filezilla-project.org/).
- The remote file list context menu no longer shows inapplicable entries while files are being added to queue
- Fix date validation in filter and search conditions
3.17.0.1 (2016-05-09)
! MSW: Quoted the path to the uninstaller when executed from the installer to prevent an attacker from tricking the installer into running some other program instead
- SFTP: Fixed resuming SFTP transfers
- MSW: Loading the system default locale no longer fails on systems that have any English locale installed, yet do not have the US-English locale installed
- Fixed crash if update dialog is opened at the very same moment FileZilla is being closed.
Diffstat (limited to 'net')
-rw-r--r-- | net/filezilla/Makefile | 5 | ||||
-rw-r--r-- | net/filezilla/distinfo | 10 |
2 files changed, 8 insertions, 7 deletions
diff --git a/net/filezilla/Makefile b/net/filezilla/Makefile index b3fe0c593ce..d18608ce560 100644 --- a/net/filezilla/Makefile +++ b/net/filezilla/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.67 2016/04/29 12:03:31 wiz Exp $ +# $NetBSD: Makefile,v 1.68 2016/07/19 18:55:46 wiz Exp $ -VERSION= 3.17.0 +VERSION= 3.19.0 DISTNAME= FileZilla_${VERSION}_src PKGNAME= filezilla-${VERSION} CATEGORIES= net x11 @@ -29,6 +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.5.3 .include "../../net/libfilezilla/buildlink3.mk" .include "../../security/gnutls/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" diff --git a/net/filezilla/distinfo b/net/filezilla/distinfo index bbc71ca75b9..583f2cd5639 100644 --- a/net/filezilla/distinfo +++ b/net/filezilla/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.27 2016/04/29 12:03:31 wiz Exp $ +$NetBSD: distinfo,v 1.28 2016/07/19 18:55:46 wiz Exp $ -SHA1 (FileZilla_3.17.0_src.tar.bz2) = a0dad3c91a8e6b6edac7ee3599794cdcdf9a3cf8 -RMD160 (FileZilla_3.17.0_src.tar.bz2) = 7a9eaa0837d1defa8e1df3f861f57008d3ba43d0 -SHA512 (FileZilla_3.17.0_src.tar.bz2) = 05f0f1bc2a457cdbe19ecb3b56a12ea709214571fdb24d5d428ca0b21cecfd038826da608393f7383ba6f47c82ca0c3a9826f359295cb7229ffe1532c1b6e7bd -Size (FileZilla_3.17.0_src.tar.bz2) = 4399584 bytes +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 (patch-src_putty_unix_uxshare.c) = 0c3102c10b742c461fe032f081d1a642c6fd6a59 |