pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fda83819583e
branches:  trunk
changeset: 639912:fda83819583e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Oct 01 09:39:11 2014 +0000

description:
Update to 3.9.0.3:

3.9.0.3 (2014-08-13)

- Fix potential crash on connection failures
- Fixed navigating through the different controls in FileZilla's main window using the Tab key
- OS X: If FileZilla becomes the active program, the focus no longer jumps to the quickconnect bar
- MSW: Improve compatibility with DFS network shares

3.9.0.2 (2014-07-31)

+ Handle setting files redirected using symbolic links
- MSW: Updated installer to fix an issue with re-registring the shell extension after a reboot on 32bit system if a another program keeps the extension locked
- Closing FileZilla during a recursive operation no longer hangs
- OS X: Manually handle CMD+V and CMD+A for password fields as Cocoa cannot seem to do it by itself
- OS X: Manually handle CMD+X, CMD+C, CMD+V and CMD+A in the path combo boxes
- OS X: Creating new tabs selects the newly created tab again
- Detect some types TLS error conditions earlier instead of waiting for a timeout
- Small performance imprvement for TLS handshakes
- Do not show error message if "Create and enter" is used with synchronized browsing enabled

3.9.0.1 (2014-07-22)

- MSW: Fix installation issue with locked DLLs affecting users of 32bit Windows

3.9.0 (2014-07-21)

+ Added Lao translation
+ Added an additional icon set
+ OS X: Holding modifier key while clicking Site Manager toolbar icon now shows the site dropdown menu
- MSW: Fix assertion when entering UNC paths
- Fix button layout of editing dialogs
- *nix, OS X: Small performance improvement recursing through local directories

3.9.0-rc3 (2014-07-16)

- OS X: Fix random crashes if adding text to the message log
- Fixed drag&drop when dropping on local file list and directory tree
- Fixed assertion when using format specified for date/time formatting
- Fixed assertion when closing FileZilla in response to system shutdown
- Various code cleanup

3.9.0-rc2 (2014-07-09)

+ Display a helpful message if login fails and either username or password starts or begins with a space.
- Small performance and memory consumption optimizations
- Various code cleanup and modernization

3.9.0-rc1 (2014-07-04)

+ Binaries are now being built with DEP and ASLR enabled where supported
- OS X: Fixed creating new tabs
- OS X: Fixed assertion and crash when renaming files
- Fixed assertion when sorting by modification time
- Fixed toolbar button to hide remote directory tree

3.9.0-beta3 (2014-07-01)

- OS X: Fixed rendering of the main window
- MSW: Fixed support for right-to-left languages
- Fixed several small layout problems

3.9.0-beta2 (2014-06-26)

- Natural sort now also works with directory comparison
- Toolbar state now updates if directory tree visibility is toggled by enabling directory comparison
- *nix: Fixed minimizing to tray not working
- Fixed background of activity indicators
- Several dialog layout fixes
- Removed spurious error message when closing FileZilla

3.9.0-beta1 (2014-06-21)

+ Added natural sort to file name comparison and added option to select which algorithm to use
+ FileZilla now builds against wxWidgets 3.0 instead of wxWidgets 2.8

3.8.1 (2014-06-01)

! Updated official binaries to use GnuTLS 3.2.15, addressing CVE-2014-3466
+ OS X: Partial support for retina displays
- Fixed several small memory leaks

3.8.1-rc3 (2014-05-25)

- Fixed bundling of .xrc resources in non-Windows binaries

3.8.1-rc2 (2014-05-25)

- Rebuilt to address a problem with the filenames of the rc1 binaries.

3.8.1-rc1 (2014-05-25)

+ MSW: Windows XP and derivatives are no longer supported. Minimum supported operating system is Windows Vista.
+ OS X: The old PowerPC architecture is no longer supported
+ Added checkbox to remember the selected action of the "Already connected" dialog
+ Added context menu item in file lists to create and enter a new directory
+ *nix: FileZilla now honors the XDG_CONFIG_HOME environment variable
+ Small usability improvement for setting number of concurrent transfers in the settings dialog
- Additional fixes to the focus handling in directory listings
- Fixed compatibility with FTP servers sending French directory listings
- *nix: Fixed DBus integration
- MSW: Fixed installation error when auto-uninstalling in order to update to a new version.

diffstat:

 net/filezilla/Makefile                         |   7 +--
 net/filezilla/PLIST                            |  52 ++++++++++++++++++++++----
 net/filezilla/distinfo                         |   9 ++--
 net/filezilla/patches/patch-data_makezip.sh.in |  15 -------
 4 files changed, 51 insertions(+), 32 deletions(-)

diffs (157 lines):

diff -r 14c5705eff06 -r fda83819583e net/filezilla/Makefile
--- a/net/filezilla/Makefile    Wed Oct 01 09:17:18 2014 +0000
+++ b/net/filezilla/Makefile    Wed Oct 01 09:39:11 2014 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.54 2014/07/08 14:59:40 jperkin Exp $
+# $NetBSD: Makefile,v 1.55 2014/10/01 09:39:11 wiz Exp $
 
-VERSION=       3.8.0
+VERSION=       3.9.0.3
 DISTNAME=      FileZilla_${VERSION}_src
 PKGNAME=       filezilla-${VERSION}
-PKGREVISION=   2
 CATEGORIES=    net x11
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=filezilla/}
 EXTRACT_SUFX=  .tar.bz2
@@ -31,5 +30,5 @@
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 BUILDLINK_API_DEPENDS.tinyxml+=        tinyxml>=2.6.2nb1
 .include "../../textproc/tinyxml/buildlink3.mk"
-.include "../../x11/wxGTK28/buildlink3.mk"
+.include "../../x11/wxGTK30/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 14c5705eff06 -r fda83819583e net/filezilla/PLIST
--- a/net/filezilla/PLIST       Wed Oct 01 09:17:18 2014 +0000
+++ b/net/filezilla/PLIST       Wed Oct 01 09:39:11 2014 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2014/04/17 12:16:43 wiz Exp $
+@comment $NetBSD: PLIST,v 1.12 2014/10/01 09:39:11 wiz Exp $
 bin/filezilla
 bin/fzputtygen
 bin/fzsftp
@@ -173,7 +173,6 @@
 share/filezilla/resources/cyril/16x16/uploadadd.png
 share/filezilla/resources/cyril/theme.xml
 share/filezilla/resources/defaultfilters.xml
-share/filezilla/resources/dialogs.xrc
 share/filezilla/resources/down.png
 share/filezilla/resources/dropdown.png
 share/filezilla/resources/finished.wav
@@ -270,7 +269,6 @@
 share/filezilla/resources/lone/48x48/upload.png
 share/filezilla/resources/lone/48x48/uploadadd.png
 share/filezilla/resources/lone/theme.xml
-share/filezilla/resources/menus.xrc
 share/filezilla/resources/minimal/16x16/ascii.png
 share/filezilla/resources/minimal/16x16/auto.png
 share/filezilla/resources/minimal/16x16/binary.png
@@ -305,7 +303,6 @@
 share/filezilla/resources/minimal/16x16/uploadadd.png
 share/filezilla/resources/minimal/32x32/file.png
 share/filezilla/resources/minimal/theme.xml
-share/filezilla/resources/netconfwizard.xrc
 share/filezilla/resources/opencrystal/16x16/ascii.png
 share/filezilla/resources/opencrystal/16x16/auto.png
 share/filezilla/resources/opencrystal/16x16/binary.png
@@ -403,8 +400,38 @@
 share/filezilla/resources/opencrystal/48x48/upload.png
 share/filezilla/resources/opencrystal/48x48/uploadadd.png
 share/filezilla/resources/opencrystal/theme.xml
-share/filezilla/resources/quickconnectbar.xrc
-share/filezilla/resources/settings.xrc
+share/filezilla/resources/sun/48x48/ascii.png
+share/filezilla/resources/sun/48x48/auto.png
+share/filezilla/resources/sun/48x48/binary.png
+share/filezilla/resources/sun/48x48/bookmark.png
+share/filezilla/resources/sun/48x48/cancel.png
+share/filezilla/resources/sun/48x48/compare.png
+share/filezilla/resources/sun/48x48/disconnect.png
+share/filezilla/resources/sun/48x48/download.png
+share/filezilla/resources/sun/48x48/downloadadd.png
+share/filezilla/resources/sun/48x48/file.png
+share/filezilla/resources/sun/48x48/filter.png
+share/filezilla/resources/sun/48x48/find.png
+share/filezilla/resources/sun/48x48/folder.png
+share/filezilla/resources/sun/48x48/folderback.png
+share/filezilla/resources/sun/48x48/folderclosed.png
+share/filezilla/resources/sun/48x48/folderup.png
+share/filezilla/resources/sun/48x48/help.png
+share/filezilla/resources/sun/48x48/localtreeview.png
+share/filezilla/resources/sun/48x48/lock.png
+share/filezilla/resources/sun/48x48/logview.png
+share/filezilla/resources/sun/48x48/processqueue.png
+share/filezilla/resources/sun/48x48/queueview.png
+share/filezilla/resources/sun/48x48/reconnect.png
+share/filezilla/resources/sun/48x48/refresh.png
+share/filezilla/resources/sun/48x48/remotetreeview.png
+share/filezilla/resources/sun/48x48/showhidden.png
+share/filezilla/resources/sun/48x48/sitemanager.png
+share/filezilla/resources/sun/48x48/speedlimits.png
+share/filezilla/resources/sun/48x48/synchronize.png
+share/filezilla/resources/sun/48x48/upload.png
+share/filezilla/resources/sun/48x48/uploadadd.png
+share/filezilla/resources/sun/theme.xml
 share/filezilla/resources/tango/16x16/ascii.png
 share/filezilla/resources/tango/16x16/auto.png
 share/filezilla/resources/tango/16x16/binary.png
@@ -491,9 +518,17 @@
 share/filezilla/resources/tango/48x48/uploadadd.png
 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/filezilla/resources/xrc/certificate.xrc
+share/filezilla/resources/xrc/dialogs.xrc
+share/filezilla/resources/xrc/inputdialog.xrc
+share/filezilla/resources/xrc/menus.xrc
+share/filezilla/resources/xrc/netconfwizard.xrc
+share/filezilla/resources/xrc/quickconnectbar.xrc
+share/filezilla/resources/xrc/settings.xrc
+share/filezilla/resources/xrc/sitemanager.xrc
+share/filezilla/resources/xrc/toolbar.xrc
+share/filezilla/resources/xrc/update.xrc
 share/icons/hicolor/16x16/apps/filezilla.png
 share/icons/hicolor/32x32/apps/filezilla.png
 share/icons/hicolor/48x48/apps/filezilla.png
@@ -530,6 +565,7 @@
 share/locale/ko_KR/LC_MESSAGES/filezilla.mo
 share/locale/ku/LC_MESSAGES/filezilla.mo
 share/locale/ky/LC_MESSAGES/filezilla.mo
+share/locale/lo_LA/LC_MESSAGES/filezilla.mo
 share/locale/lt_LT/LC_MESSAGES/filezilla.mo
 share/locale/lv_LV/LC_MESSAGES/filezilla.mo
 share/locale/mk_MK/LC_MESSAGES/filezilla.mo
diff -r 14c5705eff06 -r fda83819583e net/filezilla/distinfo
--- a/net/filezilla/distinfo    Wed Oct 01 09:17:18 2014 +0000
+++ b/net/filezilla/distinfo    Wed Oct 01 09:39:11 2014 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.20 2014/04/17 12:16:43 wiz Exp $
+$NetBSD: distinfo,v 1.21 2014/10/01 09:39:11 wiz Exp $
 
-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
+SHA1 (FileZilla_3.9.0.3_src.tar.bz2) = 23e1df520b2bf73e7b75084fd418c5c382ef1137
+RMD160 (FileZilla_3.9.0.3_src.tar.bz2) = 49b1a4053c11c985e140fea42ffe6b715faa94a4
+Size (FileZilla_3.9.0.3_src.tar.bz2) = 4179207 bytes
diff -r 14c5705eff06 -r fda83819583e net/filezilla/patches/patch-data_makezip.sh.in
--- a/net/filezilla/patches/patch-data_makezip.sh.in    Wed Oct 01 09:17:18 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-data_makezip.sh.in,v 1.1 2011/06/03 00:22:19 wiz Exp $
-
-Fix unportable test(1) construct.
-
---- data/makezip.sh.in.orig    2011-05-21 03:30:16.000000000 +0000
-+++ data/makezip.sh.in
-@@ -34,7 +34,7 @@ copy_libtool()
- {
-   local target
- 
--  if [ "$3" == "" ]; then
-+  if [ "$3" = "" ]; then
-     target="$2"
-   else
-     target="$3"



Home | Main Index | Thread Index | Old Index