pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/filezilla



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan  1 15:49:13 UTC 2017

Modified Files:
        pkgsrc/net/filezilla: Makefile PLIST distinfo
Removed Files:
        pkgsrc/net/filezilla/patches: patch-src_interface_queue.cpp

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/net/filezilla/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/filezilla/PLIST
cvs rdiff -u -r1.30 -r1.31 pkgsrc/net/filezilla/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/net/filezilla/patches/patch-src_interface_queue.cpp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/filezilla/Makefile
diff -u pkgsrc/net/filezilla/Makefile:1.76 pkgsrc/net/filezilla/Makefile:1.77
--- pkgsrc/net/filezilla/Makefile:1.76  Mon Dec 12 14:22:03 2016
+++ pkgsrc/net/filezilla/Makefile       Sun Jan  1 15:49:13 2017
@@ -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 @@ GCC_REQD+=            4.9
 .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"

Index: pkgsrc/net/filezilla/PLIST
diff -u pkgsrc/net/filezilla/PLIST:1.15 pkgsrc/net/filezilla/PLIST:1.16
--- pkgsrc/net/filezilla/PLIST:1.15     Fri Apr 29 12:03:31 2016
+++ pkgsrc/net/filezilla/PLIST  Sun Jan  1 15:49:13 2017
@@ -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 @@ man/man5/fzdefaults.xml.5
 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/q
 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/q
 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/s
 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/do
 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/lone/theme.xml
 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/un
 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

Index: pkgsrc/net/filezilla/distinfo
diff -u pkgsrc/net/filezilla/distinfo:1.30 pkgsrc/net/filezilla/distinfo:1.31
--- pkgsrc/net/filezilla/distinfo:1.30  Fri Oct 21 15:29:11 2016
+++ pkgsrc/net/filezilla/distinfo       Sun Jan  1 15:49:13 2017
@@ -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



Home | Main Index | Thread Index | Old Index