diff options
author | wiz <wiz> | 2014-04-17 12:16:43 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-04-17 12:16:43 +0000 |
commit | 20610aabb0313c345afd927f6aba9886f07bbc32 (patch) | |
tree | 730a9079462b858932034830b310570bffab9d90 /net/filezilla | |
parent | 7eb1e8f9b95de84bbcc92d607b44d69bdb553209 (diff) | |
download | pkgsrc-20610aabb0313c345afd927f6aba9886f07bbc32.tar.gz |
Update to 3.8.0:
3.8.0 (2014-03-28)
+ OS X: Implemented the reboot, shutdown and suspend queue completion actions
- Popup dialogs no longer automatically open if other dialogs are already open. This prevents FileZilla from becoming unresponsive on OS X
- Fix calculation of current transfer speed. In some situations the transfer speed tooltip over the activity indicators showed negative speeds
- Fix handling of focus item in local directory listings if connecting to a site with a default local directory
3.8.0-rc1 (2014-03-22)
+ MSW: Added suspend as new queue completion action
- Minor fixes to new updater
3.8.0-beta2 (2014-03-13)
+ Use Server Name Indication (SNI) With FTP over TLS and HTTP over TLS
- Minor updater improvements to further improve reliability
- Updated translations
3.8.0-beta1 (2014-03-10)
! Updated GnuTLS to latest version to address vulnerabilities in GnuTLS' certificate validation
+ Redesigned update dialog
- Fix initial state of the 'Enable' item in speed limit menu
- Date/Time handling routines now carry precision information, this avoids comparisons of timestamps with different accuracy, e.g. 2014-02-01 and 2014-02-01 10:00 now compare as being identical when using the "Overwrite if newer" file exists action
- MSW: Make handling of FD_CLOSE socket events more robust
3.7.4.1 (2014-02-11)
- Fix detection of modified files
- Additional fixes for site-specific bookmark handling
3.7.4 (2014-02-09)
+ Added SOCKS4 support
- Additional bugfix for site-specific bookmarks
- Improve compatibility with servers sending directory listings in Polish language or in EBCDIC encoding
- Handle set user id bit when populating permissions dialog.
3.7.4-rc1 (2014-02-01)
+ Added Corsican and Kabyle translations
+ SFTP now supports the hmac-sha2-256 algorithm
- MSW: Show local timestamps for old files using the correct daylight saving time (DST) offset.
- Fix loading of transfer queue if starting FileZilla while another instance is in the process of shutting down
- Fix interaction between site-specific bookmarks and multiple tabs
- Don't resume uploads when there's zero octets left to transfer
- Improve symbolic link detection when using MLSD
- If processing a queue with files queued on multiple servers and not storing passwords, the password was not always asked prior to switching servers
- Use the correct name element when importing sites
- MSW: Show actual Windows version in about dialog regardless of app-compat settings
Diffstat (limited to 'net/filezilla')
-rw-r--r-- | net/filezilla/Makefile | 5 | ||||
-rw-r--r-- | net/filezilla/PLIST | 6 | ||||
-rw-r--r-- | net/filezilla/distinfo | 8 |
3 files changed, 11 insertions, 8 deletions
diff --git a/net/filezilla/Makefile b/net/filezilla/Makefile index 45ff20ff43f..79af00eb92e 100644 --- a/net/filezilla/Makefile +++ b/net/filezilla/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.51 2014/04/09 07:27:13 obache Exp $ +# $NetBSD: Makefile,v 1.52 2014/04/17 12:16:43 wiz Exp $ -VERSION= 3.7.3 +VERSION= 3.8.0 DISTNAME= FileZilla_${VERSION}_src PKGNAME= filezilla-${VERSION} -PKGREVISION= 5 CATEGORIES= net x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=filezilla/} EXTRACT_SUFX= .tar.bz2 diff --git a/net/filezilla/PLIST b/net/filezilla/PLIST index 720d06d1629..2d61d5ffc08 100644 --- a/net/filezilla/PLIST +++ b/net/filezilla/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2013/08/07 16:48:49 drochner Exp $ +@comment $NetBSD: PLIST,v 1.11 2014/04/17 12:16:43 wiz Exp $ bin/filezilla bin/fzputtygen bin/fzsftp @@ -40,6 +40,7 @@ share/filezilla/resources/16x16/sort_up_light.png share/filezilla/resources/16x16/speedlimits.png share/filezilla/resources/16x16/symlink.png share/filezilla/resources/16x16/synchronize.png +share/filezilla/resources/16x16/throbber.gif share/filezilla/resources/16x16/unknown.png share/filezilla/resources/16x16/upload.png share/filezilla/resources/16x16/uploadadd.png @@ -492,6 +493,7 @@ share/filezilla/resources/tango/theme.xml share/filezilla/resources/theme.xml share/filezilla/resources/toolbar.xrc share/filezilla/resources/up.png +share/filezilla/resources/update.xrc share/icons/hicolor/16x16/apps/filezilla.png share/icons/hicolor/32x32/apps/filezilla.png share/icons/hicolor/48x48/apps/filezilla.png @@ -501,6 +503,7 @@ share/locale/ar/LC_MESSAGES/filezilla.mo share/locale/bg_BG/LC_MESSAGES/filezilla.mo share/locale/ca/LC_MESSAGES/filezilla.mo share/locale/ca_ES@valencia/LC_MESSAGES/filezilla.mo +share/locale/co/LC_MESSAGES/filezilla.mo share/locale/cs_CZ/LC_MESSAGES/filezilla.mo share/locale/da_DK/LC_MESSAGES/filezilla.mo share/locale/de/LC_MESSAGES/filezilla.mo @@ -522,6 +525,7 @@ share/locale/is/LC_MESSAGES/filezilla.mo share/locale/it/LC_MESSAGES/filezilla.mo share/locale/ja_JP/LC_MESSAGES/filezilla.mo share/locale/ka/LC_MESSAGES/filezilla.mo +share/locale/kab/LC_MESSAGES/filezilla.mo share/locale/km_KH/LC_MESSAGES/filezilla.mo share/locale/ko_KR/LC_MESSAGES/filezilla.mo share/locale/ku/LC_MESSAGES/filezilla.mo diff --git a/net/filezilla/distinfo b/net/filezilla/distinfo index 79487d1b0d4..4c2a0ab5b12 100644 --- a/net/filezilla/distinfo +++ b/net/filezilla/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.19 2013/08/23 10:56:46 drochner Exp $ +$NetBSD: distinfo,v 1.20 2014/04/17 12:16:43 wiz Exp $ -SHA1 (FileZilla_3.7.3_src.tar.bz2) = 34c3dd1943816a916c54e49cbbea51c97ef3f583 -RMD160 (FileZilla_3.7.3_src.tar.bz2) = 8fefebae9f2024dedab9841dc6fe3876305f8d2f -Size (FileZilla_3.7.3_src.tar.bz2) = 3682494 bytes +SHA1 (FileZilla_3.8.0_src.tar.bz2) = 069a3171b12051179605c1daaa1da10d51da6531 +RMD160 (FileZilla_3.8.0_src.tar.bz2) = f161795774b03bbce8720e40ddff6a5ca6d4fe9a +Size (FileZilla_3.8.0_src.tar.bz2) = 3749995 bytes SHA1 (patch-data_makezip.sh.in) = 80acc96fce08e2e0831a4da0613f7b2eaebad465 |