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.25.2.
details: https://anonhg.NetBSD.org/pkgsrc/rev/d008c25b6a8a
branches: trunk
changeset: 362962:d008c25b6a8a
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon May 29 12:51:52 2017 +0000
description:
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.
diffstat:
net/filezilla/Makefile | 5 ++---
net/filezilla/distinfo | 13 ++++++-------
net/filezilla/patches/patch-configure | 8 ++++----
net/filezilla/patches/patch-data_filezilla.desktop | 14 --------------
4 files changed, 12 insertions(+), 28 deletions(-)
diffs (75 lines):
diff -r d703d055e8c8 -r d008c25b6a8a net/filezilla/Makefile
--- a/net/filezilla/Makefile Mon May 29 12:43:29 2017 +0000
+++ b/net/filezilla/Makefile Mon May 29 12:51:52 2017 +0000
@@ -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
diff -r d703d055e8c8 -r d008c25b6a8a net/filezilla/distinfo
--- a/net/filezilla/distinfo Mon May 29 12:43:29 2017 +0000
+++ b/net/filezilla/distinfo Mon May 29 12:51:52 2017 +0000
@@ -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
diff -r d703d055e8c8 -r d008c25b6a8a net/filezilla/patches/patch-configure
--- a/net/filezilla/patches/patch-configure Mon May 29 12:43:29 2017 +0000
+++ b/net/filezilla/patches/patch-configure Mon May 29 12:51:52 2017 +0000
@@ -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 @@
+ if test "$use_mac_sandbox" = "yes"; then
$as_echo "#define USE_MAC_SANDBOX 1" >>confdefs.h
- ]
+
diff -r d703d055e8c8 -r d008c25b6a8a net/filezilla/patches/patch-data_filezilla.desktop
--- a/net/filezilla/patches/patch-data_filezilla.desktop Mon May 29 12:43:29 2017 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-data_filezilla.desktop,v 1.1 2017/03/03 12:53:58 wiz Exp $
-
-Remove BOM from desktop file.
-Fixes:
-Could not parse file "/usr/pkg/share/applications/filezilla.desktop": Key file contains line '?[Desktop Entry]' which is not a key-value pair, group, or comment
-
---- data/filezilla.desktop.orig 2017-02-18 10:46:43.000000000 +0000
-+++ data/filezilla.desktop
-@@ -1,4 +1,4 @@
--[Desktop Entry]
-+[Desktop Entry]
- Name=FileZilla
- GenericName=FTP client
- GenericName[da]=FTP-klient
Home |
Main Index |
Thread Index |
Old Index