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:   gutteridge
Date:           Sat Mar  9 19:45:13 UTC 2019

Modified Files:
        pkgsrc/net/filezilla: Makefile distinfo

Log Message:
filezilla: update to 3.41.1

3.41.1 (2019-03-06)

- Fix a regression introduced in 3.41.1 with slow FTP servers needlessly waiting for a bidirectional shutdown of the data connection during down
loads

3.41.0 (2019-03-06)

- MSW: Fix an issue with failing uploads due to the operating system not gracefully closing TCP connections contrary to the documented behavior
- MSW: Fix compilation flags for wxWidgets to no longer include useless XP compatibility

3.41.0-rc1 (2019-02-26)

- Fixed crash if adding a bookmark with the current connection not yet having a Site Manager entry
- Fixed a rare crash if closing FileZilla while a recursive chmod operation is still in progress
- Fixed a rare crash if starting directory comparison on an empty directory without logical parent
- Fixed a rare crash on changing the file list sort order when the focused item index has previously become invalid
- Restrict the maximum length of regular expressions in filter conditions due to bugs in some implementations of the C++ Standard Library causin
g crashes
- OS X: Fixed crash if the path of a file dropped on FileZilla cannot be obtained
- Fixed order in which directories helper tools and data files are searched for
- Fixed a rare crash if closing tab during an ongoing recursive directory deletion


To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 pkgsrc/net/filezilla/Makefile
cvs rdiff -u -r1.48 -r1.49 pkgsrc/net/filezilla/distinfo

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.107 pkgsrc/net/filezilla/Makefile:1.108
--- pkgsrc/net/filezilla/Makefile:1.107 Thu Feb 14 10:14:51 2019
+++ pkgsrc/net/filezilla/Makefile       Sat Mar  9 19:45:13 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.107 2019/02/14 10:14:51 wiz Exp $
+# $NetBSD: Makefile,v 1.108 2019/03/09 19:45:13 gutteridge Exp $
 
-VERSION=       3.40.0
+VERSION=       3.41.1
 DISTNAME=      FileZilla_${VERSION}_src
 PKGNAME=       filezilla-${VERSION}
 CATEGORIES=    net x11

Index: pkgsrc/net/filezilla/distinfo
diff -u pkgsrc/net/filezilla/distinfo:1.48 pkgsrc/net/filezilla/distinfo:1.49
--- pkgsrc/net/filezilla/distinfo:1.48  Thu Feb 14 10:14:51 2019
+++ pkgsrc/net/filezilla/distinfo       Sat Mar  9 19:45:13 2019
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.48 2019/02/14 10:14:51 wiz Exp $
+$NetBSD: distinfo,v 1.49 2019/03/09 19:45:13 gutteridge Exp $
 
-SHA1 (FileZilla_3.40.0_src.tar.bz2) = d1af0b0d852cf23268b862ae1acfa3180994360e
-RMD160 (FileZilla_3.40.0_src.tar.bz2) = 1a7b54ac64c311b7cc260804523042ac7b2ee20b
-SHA512 (FileZilla_3.40.0_src.tar.bz2) = 7aeb0c340111a47c435e8d8cbf379e83d2fc6c0a94038e085664df34c2fe1f8ef8496ea894f5e4cfd576d034e8935fe29661bb9eff9f22416032f45f5a66db2f
-Size (FileZilla_3.40.0_src.tar.bz2) = 4997647 bytes
+SHA1 (FileZilla_3.41.1_src.tar.bz2) = 9e406f1fae413b4e89f26555cad50bbba6cd6641
+RMD160 (FileZilla_3.41.1_src.tar.bz2) = a1b8b3b7ddab8287c68b5db65ddbae3632181ddf
+SHA512 (FileZilla_3.41.1_src.tar.bz2) = 6407ae883d10308529227a33ab4bfd36c564a68b322e896751ea21d106d04b0b8e095f1cb864063f59e0c64d0943f48a82cd63ae50c4be4561210659ba2f8ca0
+Size (FileZilla_3.41.1_src.tar.bz2) = 4994973 bytes
 SHA1 (patch-configure) = 8bf5736d17ed78fe0a1d4f910194bba9f03c854e
 SHA1 (patch-src_putty_unix_uxshare.c) = 0c3102c10b742c461fe032f081d1a642c6fd6a59



Home | Main Index | Thread Index | Old Index