pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/filezilla Update filezilla to 3.2.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b2171321b0d9
branches:  trunk
changeset: 398045:b2171321b0d9
user:      zafer <zafer%pkgsrc.org@localhost>
date:      Sat Aug 22 17:15:32 2009 +0000

description:
Update filezilla to 3.2.7

Changelog:

3.2.7 (2009-08-13)
Bugfixes and minor changes:

Make external address resolver IPv6 aware, resolve correct address type on hosts both with working IPv4 as well as IPv6
Bumped minimum required GnuTLS version to 2.8.3
Keep URLs copied to clipboard even after FZ gets closed

3.2.7-rc3 (2009-08-06)
Bugfixes and minor changes:

Test of changes to autoupdate logic introduced in 3.2.7-rc2

3.2.7-rc2 (2009-08-04)
New features:

Use HTTPS to check for updates and compare hash of downloaded update file

3.2.7-rc1 (2009-08-02)
New features:

Add option to prevent system idle sleep during transfers or other operations
Add -l option to commandline to specify logon type for passed URLs
Improve layout of search and filter edit dialogs
Implement keyboard navigation in search and filter edit dialogs
Add status bar to search dialog
Remember file exists action for individual queue items
Faster queue loading and saving

Bugfixes and minor changes:

MSW: Fix memory leak in shell extension
Fix possible race in socket code leading to infinite loop
Resolve parsing conflict between MLSD and Unix-style listings
Fix deleting symlinks on SFTP connections
Deselect ".." on Ctrl+A in addition to selecting all other items
Changing data type on implicit FTP over TLS connections no longer prints an error message
*nix: Fix missing thread synchronization in D-Bus bindings

diffstat:

 net/filezilla/Makefile |  6 +++---
 net/filezilla/PLIST    |  3 ++-
 net/filezilla/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (54 lines):

diff -r f30cefffb150 -r b2171321b0d9 net/filezilla/Makefile
--- a/net/filezilla/Makefile    Sat Aug 22 15:59:37 2009 +0000
+++ b/net/filezilla/Makefile    Sat Aug 22 17:15:32 2009 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2009/08/06 13:11:18 obache Exp $
+# $NetBSD: Makefile,v 1.3 2009/08/22 17:15:32 zafer Exp $
 #
 
-VERSION=       3.2.6.1
+VERSION=       3.2.7
 DISTNAME=      FileZilla_${VERSION}_src
 PKGNAME=       filezilla-${VERSION}
-PKGREVISION=   1
 CATEGORIES=    net x11
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=filezilla/}
 EXTRACT_SUFX=  .tar.bz2
@@ -14,6 +13,7 @@
 COMMENT=       FTP, FTPS and SFTP client with intuitive GUI
 LICENSE=       gnu-gpl-v2
 
+DEPENDS+=      gnutls>=2.8.3:../../security/gnutls
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 GNU_CONFIGURE= yes
diff -r f30cefffb150 -r b2171321b0d9 net/filezilla/PLIST
--- a/net/filezilla/PLIST       Sat Aug 22 15:59:37 2009 +0000
+++ b/net/filezilla/PLIST       Sat Aug 22 17:15:32 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2009/08/06 13:11:18 obache Exp $
+@comment $NetBSD: PLIST,v 1.3 2009/08/22 17:15:32 zafer Exp $
 bin/filezilla
 bin/fzputtygen
 bin/fzsftp
@@ -415,6 +415,7 @@
 share/locale/fr_CA/LC_MESSAGES/filezilla.mo
 share/locale/gl_ES/LC_MESSAGES/filezilla.mo
 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/it/LC_MESSAGES/filezilla.mo
diff -r f30cefffb150 -r b2171321b0d9 net/filezilla/distinfo
--- a/net/filezilla/distinfo    Sat Aug 22 15:59:37 2009 +0000
+++ b/net/filezilla/distinfo    Sat Aug 22 17:15:32 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2009/07/30 16:07:08 zafer Exp $
+$NetBSD: distinfo,v 1.2 2009/08/22 17:15:32 zafer Exp $
 
-SHA1 (FileZilla_3.2.6.1_src.tar.bz2) = 8ba53b3df645a29216582a8bdb36f34ea3683e55
-RMD160 (FileZilla_3.2.6.1_src.tar.bz2) = 04b9aedf1b4cd2ab4f6e6fca4030814ee90da1cb
-Size (FileZilla_3.2.6.1_src.tar.bz2) = 3003048 bytes
+SHA1 (FileZilla_3.2.7_src.tar.bz2) = 0e40c49c96afab6e3f644afb95947c14ba1428fe
+RMD160 (FileZilla_3.2.7_src.tar.bz2) = edbe3eda3f14201b542e5c265200a329ef837013
+Size (FileZilla_3.2.7_src.tar.bz2) = 3064605 bytes



Home | Main Index | Thread Index | Old Index