diff options
author | zafer <zafer@pkgsrc.org> | 2010-02-28 20:28:55 +0000 |
---|---|---|
committer | zafer <zafer@pkgsrc.org> | 2010-02-28 20:28:55 +0000 |
commit | c27e8064f48e0a9f6acd18de77d2ad35e7108c79 (patch) | |
tree | 4f8ed47929d5901385f284db81ddad9d1d5c88c4 /net | |
parent | 6127d7b001ca3e78cada54ce262a340e44f6a52b (diff) | |
download | pkgsrc-c27e8064f48e0a9f6acd18de77d2ad35e7108c79.tar.gz |
Update filezilla to 3.3.2
Changelog:
* *nix: Add support for forward and backward mouse buttons
* Speed limits can be re-enabled on SFTP connections
* Changed settings did not come into effect unless FileZilla was restarted
* Small performance improvements
* Spelling fixes
* Rebuilt due to timer problems
* Speed limits can be quickly set using the menu and a new indicator in the status bar
* Display number of bytes transferred and duration of transfer in log
* MSW: React to back button of mouse in file lists
* Updated blukis icon set
* Refactored large parts of the toolbar and menubar code
* A race condition in the socket code could lead to crashes
* Fix connecting to addresses longer than 15 characters if using SOCKS proxy
* Get add to queue in local directory tree context menu working again
* Do not open request dialogs if user is holding a mouse button
* Forward all Ctrl+Tab key events to tab bar
* Do not report SFTP exitcodes that do not originate from the server
Diffstat (limited to 'net')
-rw-r--r-- | net/filezilla/Makefile | 5 | ||||
-rw-r--r-- | net/filezilla/PLIST | 5 | ||||
-rw-r--r-- | net/filezilla/distinfo | 8 |
3 files changed, 10 insertions, 8 deletions
diff --git a/net/filezilla/Makefile b/net/filezilla/Makefile index 57a9709346e..8adf5b7def5 100644 --- a/net/filezilla/Makefile +++ b/net/filezilla/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2010/01/18 09:59:19 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2010/02/28 20:28:55 zafer Exp $ # -VERSION= 3.3.1 +VERSION= 3.3.2 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 878b2358b6d..4073b5fcbab 100644 --- a/net/filezilla/PLIST +++ b/net/filezilla/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2010/01/15 20:22:11 zafer Exp $ +@comment $NetBSD: PLIST,v 1.6 2010/02/28 20:28:55 zafer Exp $ bin/filezilla bin/fzputtygen bin/fzsftp @@ -37,6 +37,7 @@ share/filezilla/resources/16x16/sort_down_dark.png share/filezilla/resources/16x16/sort_down_light.png share/filezilla/resources/16x16/sort_up_dark.png 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/unknown.png @@ -45,6 +46,7 @@ share/filezilla/resources/16x16/uploadadd.png share/filezilla/resources/32x32/file.png share/filezilla/resources/32x32/filezilla.png share/filezilla/resources/48x48/filezilla.png +share/filezilla/resources/48x48/speedlimits.png share/filezilla/resources/blukis/16x16/ascii.png share/filezilla/resources/blukis/16x16/auto.png share/filezilla/resources/blukis/16x16/binary.png @@ -423,6 +425,7 @@ share/locale/he_IL/LC_MESSAGES/filezilla.mo share/locale/hr/LC_MESSAGES/filezilla.mo share/locale/hu_HU/LC_MESSAGES/filezilla.mo share/locale/id_ID/LC_MESSAGES/filezilla.mo +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 diff --git a/net/filezilla/distinfo b/net/filezilla/distinfo index f89cd331e6a..3aee5d50b0e 100644 --- a/net/filezilla/distinfo +++ b/net/filezilla/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2010/01/15 20:22:11 zafer Exp $ +$NetBSD: distinfo,v 1.9 2010/02/28 20:28:55 zafer Exp $ -SHA1 (FileZilla_3.3.1_src.tar.bz2) = aa0c42e0fed93e7068376b63213ff7c164fd078e -RMD160 (FileZilla_3.3.1_src.tar.bz2) = 72ade8ebc1d8e26b21900814aa168e834d3b9155 -Size (FileZilla_3.3.1_src.tar.bz2) = 3129864 bytes +SHA1 (FileZilla_3.3.2_src.tar.bz2) = 80c5357eea6ec9ce74d9e85789680eb289abc354 +RMD160 (FileZilla_3.3.2_src.tar.bz2) = 5d74132747aa6345ab8bc19aff06cf034412c597 +Size (FileZilla_3.3.2_src.tar.bz2) = 3186595 bytes |