Update filezilla to 3.3.3
Changelog: * Fix transfer statusbar regression introduced in the release candidate * Do not include IPv6 zone index in the argument to the EPRT command * Correct tab order in filter edit and search dialogs * *nix: Revert cursor changes * Added "does not contain" filter condition to name and path filter types * Pressing Alt+Left or Alt+Up (Cmd+Left, Cmd+Up on OS X) in file lists enters parent directory * Pressing Alt+Down (Cmd+Down on OS X) in file lists transfers selected items * Pressing Alt+Right (Cmd+Right on OS X) in file lists activates selected item(s) * Add operating system information to about dialog * MSW: Auto-update check now transmits whether the operating system is 32bit or 64bit * Small performance improvements, mostly benefiting *nix users * OS X: Remember hidden state of toolbar, make quickconnect bar look more Mac-ish * Add option to display momentary transfer speed instead of average speed * Fix problem with rekeying of SFTP connections if not permanently trusting the server's hostkey * Certificate details dialog no longer changes size if selecting a different certificate in the chain * Some dialogs did not display icons using the correct size * Show "Not connected" instead of "Empty directory" in remote filelist statusbar if not connected * MSW: Replace some additional characters not allowed in filenames on MSW * MSW: Selecting files while holding Ctrl+Shift no longer shows incorrect values in the filelist status bars
This commit is contained in:
parent
e9bd6ab731
commit
01517ed2cd
3 changed files with 8 additions and 8 deletions
|
@ -1,10 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.14 2010/06/13 22:45:09 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.15 2010/06/16 21:25:20 zafer Exp $
|
||||
#
|
||||
|
||||
VERSION= 3.3.2.1
|
||||
VERSION= 3.3.3
|
||||
DISTNAME= FileZilla_${VERSION}_src
|
||||
PKGNAME= filezilla-${VERSION}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= net x11
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=filezilla/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.6 2010/02/28 20:28:55 zafer Exp $
|
||||
@comment $NetBSD: PLIST,v 1.7 2010/06/16 21:25:20 zafer Exp $
|
||||
bin/filezilla
|
||||
bin/fzputtygen
|
||||
bin/fzsftp
|
||||
|
@ -417,6 +417,7 @@ share/locale/el/LC_MESSAGES/filezilla.mo
|
|||
share/locale/es/LC_MESSAGES/filezilla.mo
|
||||
share/locale/et_EE/LC_MESSAGES/filezilla.mo
|
||||
share/locale/eu_ES/LC_MESSAGES/filezilla.mo
|
||||
share/locale/fa_IR/LC_MESSAGES/filezilla.mo
|
||||
share/locale/fi_FI/LC_MESSAGES/filezilla.mo
|
||||
share/locale/fr/LC_MESSAGES/filezilla.mo
|
||||
share/locale/fr_CA/LC_MESSAGES/filezilla.mo
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.10 2010/03/23 22:28:55 zafer Exp $
|
||||
$NetBSD: distinfo,v 1.11 2010/06/16 21:25:20 zafer Exp $
|
||||
|
||||
SHA1 (FileZilla_3.3.2.1_src.tar.bz2) = a4a17497ea0515b781593c03c2f3da58cb02fbf4
|
||||
RMD160 (FileZilla_3.3.2.1_src.tar.bz2) = 09cdc5e67181e5f04d17400d162734fa379b459b
|
||||
Size (FileZilla_3.3.2.1_src.tar.bz2) = 3164447 bytes
|
||||
SHA1 (FileZilla_3.3.3_src.tar.bz2) = 25b7ef7e48c7489e99b6b1b26bd3d7d56332bf4b
|
||||
RMD160 (FileZilla_3.3.3_src.tar.bz2) = a2f5eada36253ef0d236c53c4101109ec13179ac
|
||||
Size (FileZilla_3.3.3_src.tar.bz2) = 3212044 bytes
|
||||
|
|
Loading…
Reference in a new issue