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:           Mon May 29 12:51:52 UTC 2017

Modified Files:
        pkgsrc/net/filezilla: Makefile distinfo
        pkgsrc/net/filezilla/patches: patch-configure
Removed Files:
        pkgsrc/net/filezilla/patches: patch-data_filezilla.desktop

Log Message:
Updated filezilla to 3.25.2.

3.25.2 (2017-04-30)

- SFTP components have been updated and are now based on PuTTY 0.69
- Fixed potential stall during the final listing operation when finishing a queue which contained uploads

3.25.2-rc1 (2017-04-23)

- Fix crash if filters.xml has become corrupted
- Fix FTP proxy support
- Fix sending of FTP keep-alive commands
- MSW: Windows Vista is no longer supported
- MSW: File and directory icons now also appear on systems that have no Windows directory

3.25.1 (2017-03-20)

- OS X: Fixed a crash if connecting to old servers not supporting UTF-8
- Fixed timeout detection

3.25.0 (2017-03-13)

+ OS X: The minimum required OS X version is now 10.9
- OS X: Disable App Nap during transfers and other operations
- OS X: Downloaded updates are now stored in the Downloads directory
- OS X: Fix initial toolbar state on startup if it was hidden when FileZilla was last closed
- Fix reconnect delay logic which broke in 3.25.0-beta1
- Fix piecewise creation of remote paths using FTP which broke in 3.25.0-beta1

3.25.0-rc1 (2017-03-04)

- Fix encryption selection for FTP in the Site Manager which broke in 3.25.0-beta1
- Small changes to error message texts

3.25.0-beta1 (2017-02-24)

+ Major refactoring of the FileZilla internals.
- Scale width of fields in the status line control on high-DPI displays
- Fix duplicate mnemonic in "Files currently being edited" dialog.


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 pkgsrc/net/filezilla/Makefile
cvs rdiff -u -r1.34 -r1.35 pkgsrc/net/filezilla/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/filezilla/patches/patch-configure
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/net/filezilla/patches/patch-data_filezilla.desktop

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.83 pkgsrc/net/filezilla/Makefile:1.84
--- pkgsrc/net/filezilla/Makefile:1.83  Sat Apr 22 21:03:48 2017
+++ pkgsrc/net/filezilla/Makefile       Mon May 29 12:51:52 2017
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.83 2017/04/22 21:03:48 adam Exp $
+# $NetBSD: Makefile,v 1.84 2017/05/29 12:51:52 wiz Exp $
 
-VERSION=       3.24.1
+VERSION=       3.25.2
 DISTNAME=      FileZilla_${VERSION}_src
 PKGNAME=       filezilla-${VERSION}
-PKGREVISION=   2
 CATEGORIES=    net x11
 MASTER_SITES=  https://download.filezilla-project.org/client/
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/net/filezilla/distinfo
diff -u pkgsrc/net/filezilla/distinfo:1.34 pkgsrc/net/filezilla/distinfo:1.35
--- pkgsrc/net/filezilla/distinfo:1.34  Fri Mar  3 12:53:58 2017
+++ pkgsrc/net/filezilla/distinfo       Mon May 29 12:51:52 2017
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.34 2017/03/03 12:53:58 wiz Exp $
+$NetBSD: distinfo,v 1.35 2017/05/29 12:51:52 wiz Exp $
 
-SHA1 (FileZilla_3.24.1_src.tar.bz2) = cee06df166d998abd0e5e12b4a90c959d5e05b35
-RMD160 (FileZilla_3.24.1_src.tar.bz2) = 5ec8d91d464a9af68fea0a968b32647d3f5ce1e0
-SHA512 (FileZilla_3.24.1_src.tar.bz2) = 7a3f871278ad35a9237e7a8e16c4b7becadd29bb3385dd528a645c96a36c9451d7e798da43bfe57de4064206605750a9184494ff8ff233511a4be09b6265bffd
-Size (FileZilla_3.24.1_src.tar.bz2) = 4645630 bytes
-SHA1 (patch-configure) = dec6f0b574b573779e96e9aa23b50202777b1e52
-SHA1 (patch-data_filezilla.desktop) = 4acd70d1b31c642152bd0544e2a0ffd6ff48d082
+SHA1 (FileZilla_3.25.2_src.tar.bz2) = c8da156611e7f8017505f425496afe22456f4c9d
+RMD160 (FileZilla_3.25.2_src.tar.bz2) = b0efa8cba24d950332c2ca845f330913faaec79b
+SHA512 (FileZilla_3.25.2_src.tar.bz2) = 6c6feeec0b1bd15ff2c3fecbec22bca9c79f4263e0d1855c6d27a3df54128cfd837f0a546d1540b87b4645e620b57961b8ac0f01bd52748832f5625139c39764
+Size (FileZilla_3.25.2_src.tar.bz2) = 4712781 bytes
+SHA1 (patch-configure) = 8bf5736d17ed78fe0a1d4f910194bba9f03c854e
 SHA1 (patch-src_putty_unix_uxshare.c) = 0c3102c10b742c461fe032f081d1a642c6fd6a59

Index: pkgsrc/net/filezilla/patches/patch-configure
diff -u pkgsrc/net/filezilla/patches/patch-configure:1.1 pkgsrc/net/filezilla/patches/patch-configure:1.2
--- pkgsrc/net/filezilla/patches/patch-configure:1.1    Mon Jan 16 12:36:59 2017
+++ pkgsrc/net/filezilla/patches/patch-configure        Mon May 29 12:51:52 2017
@@ -1,10 +1,10 @@
-$NetBSD: patch-configure,v 1.1 2017/01/16 12:36:59 wiz Exp $
+$NetBSD: patch-configure,v 1.2 2017/05/29 12:51:52 wiz Exp $
 
 Fix unportable test(1) operator.
 
---- configure.orig     2017-01-13 19:04:04.000000000 +0000
+--- configure.orig     2017-04-30 11:12:36.000000000 +0000
 +++ configure
-@@ -18381,7 +18381,7 @@ else
+@@ -18556,7 +18556,7 @@ else
    use_mac_sandbox="no"
  fi
  
@@ -12,4 +12,4 @@ Fix unportable test(1) operator.
 +  if test "$use_mac_sandbox" = "yes"; then
  
  $as_echo "#define USE_MAC_SANDBOX 1" >>confdefs.h
- ]
+ 



Home | Main Index | Thread Index | Old Index