pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/filezilla Updated filezilla to 3.23.0.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a3e6502a40a2
branches:  trunk
changeset: 356522:a3e6502a40a2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jan 01 15:49:13 2017 +0000

description:
Updated filezilla to 3.23.0.2.

3.23.0.2 (2016-12-06)
Bugfixes and minor changes:

    Key file paths entered in the Site Manager are now saved to corresponding server entries in the transfer queue
    MSW: Work around a bug in wxWidgets causing bad icons in the remote directory tree due to wxImageList::GetBitmap errorneously stripping the alpha channel from images
    Allow relative paths and environment variables in the "Cache directory" setting.

3.23.0.1 (2016-12-06)
Bugfixes and minor changes:

    Work around a bug in wxWidgets that has been causing a virtually infinite loop when deleting toolbar buttons

3.23.0 (2016-12-05)
Bugfixes and minor changes:

    Speed up icon scaling and cache scaled icons for faster subsequent loading. The cache directory can be changed through fzdefaults.xml using the "Cache directory" setting
    OS X: Fixed icon display on high-DPI displays in a few more dialogs
    Loading a corrupted layout.xml or search.xml no longer shows an error message, these files are now silently overwritten
    MSW: Fixed a regression where UNC paths where not handled correctly as config location in fzdefaults.xml

3.23.0-rc1 (2016-11-28)
New features:

    New high-resolution icons
    Improvements to the sizing of icons and other user interface elements on high-DPI displays. For technical reasons, existing theme settings have been reverted to their default values. They can be 
changed again in the settings dialog.
    Make use of the Unix.ownername and Unix.groupname facts for MLSD if available

Bugfixes and minor changes:

    The bookmarks menu updates again after changing global bookmarks
    Adding a site to the Site Manager as part of adding a site-specific bookmark no longer fails if sitemanager.xml does not yet exist
    Strip byte order marks at the beginning of directory listings
    Add an option to filezilla.xml to control cache ttl

3.22.2.2 (2016-11-01)
Bugfixes and minor changes:

    Fixed trimming of FEAT response lines leading to incorrectly detected server features

3.22.2.1 (2016-11-01)
Bugfixes and minor changes:

    OS X: Rebuilt to work around a nasty bug in XCode: Even when linking with -Wl,-no-weak-imports it links against functions not available on older OS X versions
    Fixed a crash on exotic servers only implementing factless MLST/MLSD

3.22.2 (2016-11-01)
Bugfixes and minor changes:

    Tuned appearance of progress bar in transfer queue

3.22.2-rc2 (2016-10-28)
Bugfixes and minor changes:

    SFTP: Renaming a file or directory where the new name already refers to a directory no longer moves the file into this directory.
    Fix regression from -rc1 with custom ports in the quickconnect bar
    Fix regression from -rc1 parsing the EPSV reply

3.22.2-rc1 (2016-10-25)
New features:

    Building and running FileZilla now depends on libfilezilla >= 0.8.0 (https://lib.filezilla-project.org/).

Bugfixes and minor changes:

    Non-existing key files are no longer silently dropped from the SFTP page in the settings dialog
    Further abbreviate log output if transferring files using SFTP
    Generic proxy usernames and passwords containing non-ASCII characters are again handled correctly
    Fixed an assertion if Ctrl+A is pressed in an empty file list
    *nix: Fixed color of status message in the message log
    *nix, OS X: Fixed an assertion adding files to the queue after having selected a large range of items
    *nix, OS X: Fixed an assertion due to a timing issue when renaming local files

3.22.1 (2016-10-03)
Bugfixes and minor changes:

    OS X: Work around a nasty bug in XCode where programs explicitly compiled for older versions of OS X were silently pulling in features exclusive to the new version, resulting in crashes at runtime
    Fixed a potential crash when using SFTP

3.22.0 (2016-10-01)
Bugfixes and minor changes:

    Bookmarks with the "Directory comparison" checkbox set now work correctly
    MSW: Fix background clearing issue on the size format settings page
    MSW: Toggling the log timestamp option no longer results in wrong log colors
    Fix for premature queue completion action

3.22.0-rc1 (2016-09-24)
New features:

    Directory listing filters can now be exported and imported
    Added the "not all" filter match type to filter out all items not matching all conditions
    Added the "not all" search match type to search for all items not matching all conditions
    Building and running FileZilla now depends on libfilezilla >= 0.7.0 (https://lib.filezilla-project.org/).
    Building and running FileZilla now depends on GnuTLS >= 3.4.15

Bugfixes and minor changes:

    Speed up creation of socket and file i/o threads through the use of a thread pool
    Replace invalid characters in filenames when calculating the local filename for editing remote files
    The updater can now handle HTTPS servers that redirect to other HTTPS servers
    SFTP: Try password based login if a password-protected keyfile is rejected by the server instead of failing the login
    MSW: Tee shell extension now supports long paths on Windows 10

diffstat:

 net/filezilla/Makefile                              |    9 +-
 net/filezilla/PLIST                                 |  126 +++++++++++--------
 net/filezilla/distinfo                              |   11 +-
 net/filezilla/patches/patch-src_interface_queue.cpp |   31 ----
 4 files changed, 81 insertions(+), 96 deletions(-)

diffs (284 lines):

diff -r bc651c2d238c -r a3e6502a40a2 net/filezilla/Makefile
--- a/net/filezilla/Makefile    Sun Jan 01 15:44:54 2017 +0000
+++ b/net/filezilla/Makefile    Sun Jan 01 15:49:13 2017 +0000
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.76 2016/12/12 14:22:03 wiz Exp $
+# $NetBSD: Makefile,v 1.77 2017/01/01 15:49:13 wiz Exp $
 
-VERSION=       3.21.0
+VERSION=       3.23.0.2
 DISTNAME=      FileZilla_${VERSION}_src
 PKGNAME=       filezilla-${VERSION}
-PKGREVISION=   2
 CATEGORIES=    net x11
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=filezilla/}
+MASTER_SITES=  https://download.filezilla-project.org/client/
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -30,7 +29,7 @@
 .include "../../databases/sqlite3/buildlink3.mk"
 .include "../../devel/libidn/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-BUILDLINK_API_DEPENDS.libfilezilla+=   libfilezilla>=0.6.1
+BUILDLINK_API_DEPENDS.libfilezilla+=   libfilezilla>=0.9.0
 .include "../../net/libfilezilla/buildlink3.mk"
 BUILDLINK_API_DEPENDS.gnutls+= gnutls>=3.4.0
 .include "../../security/gnutls/buildlink3.mk"
diff -r bc651c2d238c -r a3e6502a40a2 net/filezilla/PLIST
--- a/net/filezilla/PLIST       Sun Jan 01 15:44:54 2017 +0000
+++ b/net/filezilla/PLIST       Sun Jan 01 15:49:13 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2016/04/29 12:03:31 wiz Exp $
+@comment $NetBSD: PLIST,v 1.16 2017/01/01 15:49:13 wiz Exp $
 bin/filezilla
 bin/fzputtygen
 bin/fzsftp
@@ -9,48 +9,18 @@
 share/appdata/filezilla.appdata.xml
 share/applications/filezilla.desktop
 share/filezilla/docs/fzdefaults.xml.example
-share/filezilla/resources/16x16/ascii.png
-share/filezilla/resources/16x16/auto.png
-share/filezilla/resources/16x16/binary.png
-share/filezilla/resources/16x16/bookmark.png
-share/filezilla/resources/16x16/cancel.png
-share/filezilla/resources/16x16/compare.png
-share/filezilla/resources/16x16/disconnect.png
-share/filezilla/resources/16x16/download.png
-share/filezilla/resources/16x16/downloadadd.png
-share/filezilla/resources/16x16/file.png
 share/filezilla/resources/16x16/filezilla.png
-share/filezilla/resources/16x16/filter.png
-share/filezilla/resources/16x16/find.png
-share/filezilla/resources/16x16/folder.png
-share/filezilla/resources/16x16/folderclosed.png
-share/filezilla/resources/16x16/localtreeview.png
-share/filezilla/resources/16x16/lock.png
-share/filezilla/resources/16x16/logview.png
-share/filezilla/resources/16x16/processqueue.png
-share/filezilla/resources/16x16/queueview.png
-share/filezilla/resources/16x16/reconnect.png
-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/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/throbber.gif
 share/filezilla/resources/16x16/unknown.png
-share/filezilla/resources/16x16/upload.png
-share/filezilla/resources/16x16/uploadadd.png
 share/filezilla/resources/20x20/unknown.png
 share/filezilla/resources/24x24/unknown.png
-share/filezilla/resources/32x32/file.png
 share/filezilla/resources/32x32/filezilla.png
+share/filezilla/resources/480x480/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
@@ -106,6 +76,7 @@
 share/filezilla/resources/blukis/32x32/reconnect.png
 share/filezilla/resources/blukis/32x32/refresh.png
 share/filezilla/resources/blukis/32x32/remotetreeview.png
+share/filezilla/resources/blukis/32x32/server.png
 share/filezilla/resources/blukis/32x32/showhidden.png
 share/filezilla/resources/blukis/32x32/sitemanager.png
 share/filezilla/resources/blukis/32x32/speedlimits.png
@@ -136,6 +107,7 @@
 share/filezilla/resources/blukis/48x48/reconnect.png
 share/filezilla/resources/blukis/48x48/refresh.png
 share/filezilla/resources/blukis/48x48/remotetreeview.png
+share/filezilla/resources/blukis/48x48/server.png
 share/filezilla/resources/blukis/48x48/showhidden.png
 share/filezilla/resources/blukis/48x48/sitemanager.png
 share/filezilla/resources/blukis/48x48/speedlimits.png
@@ -143,6 +115,36 @@
 share/filezilla/resources/blukis/48x48/upload.png
 share/filezilla/resources/blukis/48x48/uploadadd.png
 share/filezilla/resources/blukis/theme.xml
+share/filezilla/resources/classic/16x16/ascii.png
+share/filezilla/resources/classic/16x16/auto.png
+share/filezilla/resources/classic/16x16/binary.png
+share/filezilla/resources/classic/16x16/bookmark.png
+share/filezilla/resources/classic/16x16/cancel.png
+share/filezilla/resources/classic/16x16/compare.png
+share/filezilla/resources/classic/16x16/disconnect.png
+share/filezilla/resources/classic/16x16/download.png
+share/filezilla/resources/classic/16x16/downloadadd.png
+share/filezilla/resources/classic/16x16/file.png
+share/filezilla/resources/classic/16x16/filter.png
+share/filezilla/resources/classic/16x16/find.png
+share/filezilla/resources/classic/16x16/folder.png
+share/filezilla/resources/classic/16x16/folderclosed.png
+share/filezilla/resources/classic/16x16/localtreeview.png
+share/filezilla/resources/classic/16x16/lock.png
+share/filezilla/resources/classic/16x16/logview.png
+share/filezilla/resources/classic/16x16/processqueue.png
+share/filezilla/resources/classic/16x16/queueview.png
+share/filezilla/resources/classic/16x16/reconnect.png
+share/filezilla/resources/classic/16x16/refresh.png
+share/filezilla/resources/classic/16x16/remotetreeview.png
+share/filezilla/resources/classic/16x16/server.png
+share/filezilla/resources/classic/16x16/sitemanager.png
+share/filezilla/resources/classic/16x16/speedlimits.png
+share/filezilla/resources/classic/16x16/symlink.png
+share/filezilla/resources/classic/16x16/synchronize.png
+share/filezilla/resources/classic/16x16/upload.png
+share/filezilla/resources/classic/16x16/uploadadd.png
+share/filezilla/resources/classic/theme.xml
 share/filezilla/resources/cyril/16x16/ascii.png
 share/filezilla/resources/cyril/16x16/auto.png
 share/filezilla/resources/cyril/16x16/binary.png
@@ -155,26 +157,44 @@
 share/filezilla/resources/cyril/16x16/file.png
 share/filezilla/resources/cyril/16x16/folder.png
 share/filezilla/resources/cyril/16x16/folderback.png
-share/filezilla/resources/cyril/16x16/folderclosed.png
-share/filezilla/resources/cyril/16x16/folderup.png
-share/filezilla/resources/cyril/16x16/help.png
-share/filezilla/resources/cyril/16x16/localtreeview.png
-share/filezilla/resources/cyril/16x16/logview.png
-share/filezilla/resources/cyril/16x16/processqueue.png
-share/filezilla/resources/cyril/16x16/queueview.png
-share/filezilla/resources/cyril/16x16/reconnect.png
-share/filezilla/resources/cyril/16x16/refresh.png
-share/filezilla/resources/cyril/16x16/remotetreeview.png
-share/filezilla/resources/cyril/16x16/server.png
-share/filezilla/resources/cyril/16x16/showhidden.png
-share/filezilla/resources/cyril/16x16/sitemanager.png
-share/filezilla/resources/cyril/16x16/speedlimits.png
-share/filezilla/resources/cyril/16x16/synchronize.png
-share/filezilla/resources/cyril/16x16/upload.png
-share/filezilla/resources/cyril/16x16/uploadadd.png
 share/filezilla/resources/cyril/theme.xml
+share/filezilla/resources/default/480x480/ascii.png
+share/filezilla/resources/default/480x480/auto.png
+share/filezilla/resources/default/480x480/binary.png
+share/filezilla/resources/default/480x480/bookmark.png
+share/filezilla/resources/default/480x480/bookmarks.png
+share/filezilla/resources/default/480x480/cancel.png
+share/filezilla/resources/default/480x480/compare.png
+share/filezilla/resources/default/480x480/disconnect.png
+share/filezilla/resources/default/480x480/download.png
+share/filezilla/resources/default/480x480/downloadadd.png
+share/filezilla/resources/default/480x480/file.png
+share/filezilla/resources/default/480x480/filter.png
+share/filezilla/resources/default/480x480/find.png
+share/filezilla/resources/default/480x480/folder.png
+share/filezilla/resources/default/480x480/folderback.png
+share/filezilla/resources/default/480x480/folderclosed.png
+share/filezilla/resources/default/480x480/folderup.png
+share/filezilla/resources/default/480x480/help.png
+share/filezilla/resources/default/480x480/localtreeview.png
+share/filezilla/resources/default/480x480/lock.png
+share/filezilla/resources/default/480x480/logview.png
+share/filezilla/resources/default/480x480/processqueue.png
+share/filezilla/resources/default/480x480/queueview.png
+share/filezilla/resources/default/480x480/reconnect.png
+share/filezilla/resources/default/480x480/refresh.png
+share/filezilla/resources/default/480x480/remotetreeview.png
+share/filezilla/resources/default/480x480/server.png
+share/filezilla/resources/default/480x480/showhidden.png
+share/filezilla/resources/default/480x480/sitemanager.png
+share/filezilla/resources/default/480x480/speedlimits.png
+share/filezilla/resources/default/480x480/symlink.png
+share/filezilla/resources/default/480x480/synchronize.png
+share/filezilla/resources/default/480x480/synctransfer.png
+share/filezilla/resources/default/480x480/upload.png
+share/filezilla/resources/default/480x480/uploadadd.png
+share/filezilla/resources/default/theme.xml
 share/filezilla/resources/defaultfilters.xml
-share/filezilla/resources/down.png
 share/filezilla/resources/dropdown.png
 share/filezilla/resources/finished.wav
 share/filezilla/resources/flatzilla/16x16/ascii.png
@@ -394,6 +414,7 @@
 share/filezilla/resources/minimal/16x16/ascii.png
 share/filezilla/resources/minimal/16x16/auto.png
 share/filezilla/resources/minimal/16x16/binary.png
+share/filezilla/resources/minimal/16x16/bookmark.png
 share/filezilla/resources/minimal/16x16/bookmarks.png
 share/filezilla/resources/minimal/16x16/cancel.png
 share/filezilla/resources/minimal/16x16/compare.png
@@ -639,20 +660,17 @@
 share/filezilla/resources/tango/48x48/upload.png
 share/filezilla/resources/tango/48x48/uploadadd.png
 share/filezilla/resources/tango/theme.xml
-share/filezilla/resources/theme.xml
-share/filezilla/resources/up.png
 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/480x480/apps/filezilla.png
 share/icons/hicolor/48x48/apps/filezilla.png
 share/icons/hicolor/scalable/apps/filezilla.svg
 share/locale/an/LC_MESSAGES/filezilla.mo
diff -r bc651c2d238c -r a3e6502a40a2 net/filezilla/distinfo
--- a/net/filezilla/distinfo    Sun Jan 01 15:44:54 2017 +0000
+++ b/net/filezilla/distinfo    Sun Jan 01 15:49:13 2017 +0000
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.30 2016/10/21 15:29:11 wiz Exp $
+$NetBSD: distinfo,v 1.31 2017/01/01 15:49:13 wiz Exp $
 
-SHA1 (FileZilla_3.21.0_src.tar.bz2) = 18f5cb6dbae22c0d394e0807acc067940db7b584
-RMD160 (FileZilla_3.21.0_src.tar.bz2) = 96a947a46025c6302529d099328606a6660ffe7f
-SHA512 (FileZilla_3.21.0_src.tar.bz2) = d58573c58e524a257cdbcb60fdb5c749d8e4f8a390b728b458721944b3e836cedf3478ff55565885ff1853ddb3f368d6e6e6d45142f19a9a4ee755b88ceb56b4
-Size (FileZilla_3.21.0_src.tar.bz2) = 4428270 bytes
-SHA1 (patch-src_interface_queue.cpp) = 6193fa6e29dd5ef709d6c4f8f27947ce1e7fa653
+SHA1 (FileZilla_3.23.0.2_src.tar.bz2) = 647911206575dda90fbb9a05474c19700ee1bbf9
+RMD160 (FileZilla_3.23.0.2_src.tar.bz2) = 0f95c4f4b8643652a7fb513d5f6df4b99f06133b
+SHA512 (FileZilla_3.23.0.2_src.tar.bz2) = 249082cb22aa03858a876b8e0087e8fba64540e1fbfada56a85bcd4474e8781132b413ec0d31b1c137e44a46b6b3dce145d1eceaef58f1f3f51d8f3c32dd9920
+Size (FileZilla_3.23.0.2_src.tar.bz2) = 4662448 bytes
 SHA1 (patch-src_putty_unix_uxshare.c) = 0c3102c10b742c461fe032f081d1a642c6fd6a59
diff -r bc651c2d238c -r a3e6502a40a2 net/filezilla/patches/patch-src_interface_queue.cpp
--- a/net/filezilla/patches/patch-src_interface_queue.cpp       Sun Jan 01 15:44:54 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,0 @@
-$NetBSD: patch-src_interface_queue.cpp,v 1.1 2016/10/21 15:29:11 wiz Exp $
-
-Upstream patch for an assert():
-https://svn.filezilla-project.org/filezilla/FileZilla3/trunk/src/interface/queue.cpp?view=patch&r1=7884&r2=7883&pathrev=7884
-
---- src/interface/queue.cpp.orig       2016-05-19 07:57:30.000000000 +0000
-+++ src/interface/queue.cpp
-@@ -1049,12 +1049,20 @@ void CQueueViewBase::UpdateSelections_It
-                       SetItemState(itemsToSelect.front(), wxLIST_STATE_SELECTED, wxLIST_STATE_SELECTED);
-                       itemsToSelect.pop_front();
-               }
--              if (itemsToSelect.empty())
--                      SetItemState(item, 0, wxLIST_STATE_SELECTED);
--              else if (itemsToSelect.front() == item)
-+              if (itemsToSelect.front() == item) {
-                       itemsToSelect.pop_front();
-+              }
-+              else {
-+                      SetItemState(item, 0, wxLIST_STATE_SELECTED);
-+              }
- 
-               itemsToSelect.push_back(item + count);
-+              if (item + count < GetItemCount()) {
-+                      // On generic list controls, new items may be selected by default after
-+                      // increasing the item count: Internally it sometimes keeps track
-+                      // of only unselected items.
-+                      itemsToSelect.push_back(item + count);
-+              }
- 
-               item = GetNextItem(item, wxLIST_NEXT_ALL, wxLIST_STATE_SELECTED);
-       }



Home | Main Index | Thread Index | Old Index