diff options
author | zafer <zafer@pkgsrc.org> | 2009-10-04 15:37:31 +0000 |
---|---|---|
committer | zafer <zafer@pkgsrc.org> | 2009-10-04 15:37:31 +0000 |
commit | 4cef75651dcf4eda1a138d5ad9a81bdbaa913402 (patch) | |
tree | edbf3179affb54c2a2f39eb144421e0d621e6782 /net/filezilla | |
parent | d72529f983a77a3e73c6209090226de8babd84a6 (diff) | |
download | pkgsrc-4cef75651dcf4eda1a138d5ad9a81bdbaa913402.tar.gz |
Update filezilla to 3.2.8.
Changelog:
* Changing directories at the same time an upload finishes no longer disturbs synchronized browsing
* *nix: Ensure dialogs can be closed using escape key
* *nix: Fix height of settings dialog
* Remember last used search conditions
* Display link overlay on icons of links in remote file list
* Display of average transfer speed should converge faster to overall average
* Simplify default file exists action dialogs
* Apply decimal places size formatting option also to total queue size
* MSW: Reduce number of needed user interactions in installer if update started from within FileZilla
* MSW: Check that there are no running instances of FileZilla before installing
* Fix handling of remote directory names with leading or trailing spaces
* *nix: Fix memory leaks in D-Bus session management and power management inhibitor client code
* *nix: Fall back to org.gnome.SessionManager if org.freedesktop.PowerManagment does not exit to inhibit idle sleep during transfers
* Increase default size of SO_RCVBUF (TCP advertised window) to fix performance issues on high-latency connections
* MSW: Fix displaying list of shares on local network resources
* MSW: Remote file editing no longer gets confused if two filenames only differ in character case
* Fix dialog line wrapping issues
* Ensure width of site manager is large enough to fit all tabs
* Better guard against filename columns being moved or hidden
* *nix, OS X: Handle filesystems without advisory file locking instead of falsely warning about site manager being opened in a different instance of FileZilla
Diffstat (limited to 'net/filezilla')
-rw-r--r-- | net/filezilla/Makefile | 5 | ||||
-rw-r--r-- | net/filezilla/PLIST | 3 | ||||
-rw-r--r-- | net/filezilla/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/net/filezilla/Makefile b/net/filezilla/Makefile index 757e7a30495..072023381c2 100644 --- a/net/filezilla/Makefile +++ b/net/filezilla/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2009/08/26 19:58:09 sno Exp $ +# $NetBSD: Makefile,v 1.6 2009/10/04 15:37:31 zafer Exp $ # -VERSION= 3.2.7.1 +VERSION= 3.2.8 DISTNAME= FileZilla_${VERSION}_src PKGNAME= filezilla-${VERSION} -PKGREVISION= 1 CATEGORIES= net x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=filezilla/} EXTRACT_SUFX= .tar.bz2 diff --git a/net/filezilla/PLIST b/net/filezilla/PLIST index 3229e6478ad..0cdb29afe33 100644 --- a/net/filezilla/PLIST +++ b/net/filezilla/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2009/08/22 17:15:32 zafer Exp $ +@comment $NetBSD: PLIST,v 1.4 2009/10/04 15:37:31 zafer Exp $ bin/filezilla bin/fzputtygen bin/fzsftp @@ -33,6 +33,7 @@ share/filezilla/resources/16x16/refresh.png share/filezilla/resources/16x16/remotetreeview.png share/filezilla/resources/16x16/server.png share/filezilla/resources/16x16/sitemanager.png +share/filezilla/resources/16x16/symlink.png share/filezilla/resources/16x16/synchronize.png share/filezilla/resources/16x16/unknown.png share/filezilla/resources/16x16/upload.png diff --git a/net/filezilla/distinfo b/net/filezilla/distinfo index 5c30675c3b6..a25163957e9 100644 --- a/net/filezilla/distinfo +++ b/net/filezilla/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2009/08/24 17:32:25 zafer Exp $ +$NetBSD: distinfo,v 1.4 2009/10/04 15:37:31 zafer Exp $ -SHA1 (FileZilla_3.2.7.1_src.tar.bz2) = 8e1c2c1488ef320ccb5643bc9c74d95afe6d4187 -RMD160 (FileZilla_3.2.7.1_src.tar.bz2) = f5e0e878eb68d411c4edd95e007edbf5cfc81b28 -Size (FileZilla_3.2.7.1_src.tar.bz2) = 3063251 bytes +SHA1 (FileZilla_3.2.8_src.tar.bz2) = d2629c67de429f6979da58ff288bc2c864b607fb +RMD160 (FileZilla_3.2.8_src.tar.bz2) = a784d9680d8ca9f6f11e2dd83a6b9a435f024e1f +Size (FileZilla_3.2.8_src.tar.bz2) = 3080630 bytes |