diff options
author | wiz <wiz@pkgsrc.org> | 2018-12-01 11:16:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-12-01 11:16:33 +0000 |
commit | 3a877e9062f91e7513212330d225d0260eaa2378 (patch) | |
tree | 6c5bee44fc1a44acd539fba0d2711b70a6171e50 /net/filezilla/Makefile | |
parent | 6e129cb9c4fa8a3dcfcf0ee08b7344d00dfb287f (diff) | |
download | pkgsrc-3a877e9062f91e7513212330d225d0260eaa2378.tar.gz |
filezilla: update to 3.39.0.
3.39.0 (2018-11-30)
- Fix timestamps of newly created empty files on the server if the option to preserve timestamps is set
3.39.0-rc1 (2018-11-23)
+ The down button on the keyboard now opens the quickconnect history dropdown menu if the quickconnect bar has the input focus
+ The down button on the keyboard now opens the search options if the quick search dialog has the input focus
- Refactored how close notifications were handled in the network code
- Fixed saving of the 'not equal' and 'less than' conditions for size filters
- Fixed regular expression filters not respecting the case-sensitivity checkbox in all situations
- Restore context menu item to delete file in local file search
3.38.1 (2018-10-27)
- Fixed crash if transferring three or more files in parallel when speed limits are enabled
3.38.0 (2018-10-26)
- Updated translations
3.38.0-rc1 (2018-10-19)
+ Refreshing remote file list while holding Ctrl now clears the remote directory cache for the current server
+ Changed default logon type if creating a new site in the Site Manager
- Fixed state of controls in the Site Manager when creating a new site after the previously viewed site has been predefined
- Fixed dragging remote files to queue
- Building and running FileZilla now depends on libfilezilla >= 0.15.0 (https://lib.filezilla-project.org/)
- Improve compatibility with GnuTLS 3.6.x
- Fix building with automake >= 1.16.0
3.37.4 (2018-09-04)
- MSW: Fix regression introduced in 3.37.3 with moving files locally using drag&drop
3.37.3 (2018-09-28)
- Fix issues with directory creation when uploading many files in parallel
- macOS: Fix crashes if dragging more than one file
- macOS: Opt out of Dark Mode
3.37.1 (2018-09-21)
- Local path is no longer forgotten when leaving synchronized browsing mode
3.37.0 (2018-09-17)
- Fix remote target path if uploading files through the search dialog
3.37.0-rc1 (2018-09-10)
+ Use a cache for the system trust store to speed up connecting establishment on systems with huge certificate revocation lists in the system trust store
- Fixed bug in GnuTLS causing crashes on connection establishment
- Fixed enabled state of controls in the Site Manager if switching to a protocol not supporting the previously selected logontype
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 6d20617f6b1..f7bb5f52b57 100644 --- a/net/filezilla/Makefile +++ b/net/filezilla/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.104 2018/11/14 22:22:10 kleink Exp $ +# $NetBSD: Makefile,v 1.105 2018/12/01 11:16:33 wiz Exp $ -VERSION= 3.36.0 +VERSION= 3.39.0 DISTNAME= FileZilla_${VERSION}_src PKGNAME= filezilla-${VERSION} -PKGREVISION= 2 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.13.0 +BUILDLINK_API_DEPENDS.libfilezilla+= libfilezilla>=0.15.1 .include "../../net/libfilezilla/buildlink3.mk" BUILDLINK_API_DEPENDS.gnutls+= gnutls>=3.4.0 .include "../../security/gnutls/buildlink3.mk" |