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:           Sat May 25 07:45:50 UTC 2019

Modified Files:
        pkgsrc/net/filezilla: Makefile distinfo
Added Files:
        pkgsrc/net/filezilla/patches: patch-src_interface_Makefile.in

Log Message:
filezilla: update to 3.42.1.

3.42.1 (2019-06-08)

- OS X: Fix a compatibility issue with macOS 10.13

3.42.0 (2019-05-02)

- Fixed a potential crash if the first-launch welcome dialog is shown at an inopportune moment
- Fixed display of subject and issuer details in the certificate verification dialogs with some certificates
- Official binaries are now built againt GnuTLS 3.6.7, minimum required GnuTLS version to build FileZilla is now 3.5.7

3.42.0-rc1 (2019-04-26)

- Switching from using a master password to not saving passwords at all no longer requires entering the master password
- *nix: Fixed support for internationalized domain names on systems having AI_IDN when using SFTP
- Fixed an assertion after importing a manipulated queue file
- When importing sites, any imported passwords are now immediately protected/deleted depending on the password protection settings
- The ability to import Site Manager entries from antique FileZilla 2, last updated over a dozen years ago, has been removed

3.42.0-beta1 (2019-04-21)

- Building and running FileZilla now depends on libfilezilla >= 0.16.0 (https://lib.filezilla-project.org/)
- Limit the maximum length of site, bookmark and filter names to prevent display issues and crashes due to some operating systems badly handling long texts
- When displaying message boxes, insert zero-width spaces into long unbroken words to prevent display issues and crashes due to some operating systems badly handling long texts
- Fix crash in the external IP address resolver
- Fix some assertions if a server sends bad file sizes
- Large refactoring of the socket code
- The thread pool from libfilezilla is now used for all worker threads


To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.111 pkgsrc/net/filezilla/Makefile
cvs rdiff -u -r1.50 -r1.51 pkgsrc/net/filezilla/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/net/filezilla/patches/patch-src_interface_Makefile.in

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.110 pkgsrc/net/filezilla/Makefile:1.111
--- pkgsrc/net/filezilla/Makefile:1.110 Wed Apr  3 00:32:57 2019
+++ pkgsrc/net/filezilla/Makefile       Sat May 25 07:45:50 2019
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.110 2019/04/03 00:32:57 ryoon Exp $
+# $NetBSD: Makefile,v 1.111 2019/05/25 07:45:50 wiz Exp $
 
-VERSION=       3.41.2
+VERSION=       3.42.1
 DISTNAME=      FileZilla_${VERSION}_src
 PKGNAME=       filezilla-${VERSION}
-PKGREVISION=   1
 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.50 pkgsrc/net/filezilla/distinfo:1.51
--- pkgsrc/net/filezilla/distinfo:1.50  Tue Mar 19 23:44:46 2019
+++ pkgsrc/net/filezilla/distinfo       Sat May 25 07:45:50 2019
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.50 2019/03/19 23:44:46 gutteridge Exp $
+$NetBSD: distinfo,v 1.51 2019/05/25 07:45:50 wiz Exp $
 
-SHA1 (FileZilla_3.41.2_src.tar.bz2) = 76d57320e8d9ddfb11fe635123b2b92380686b56
-RMD160 (FileZilla_3.41.2_src.tar.bz2) = 5800b899e883a5a0cd4a959cd7cc20170d1e3f47
-SHA512 (FileZilla_3.41.2_src.tar.bz2) = c4b8284896942ba46f8f88fc5d60c6893c719e28ab94463848060850b6f9b2f4d3d13f580551dc3b21ab25ffc0cb1f43a2750500b5be2117952e14512a7ee40c
-Size (FileZilla_3.41.2_src.tar.bz2) = 4994803 bytes
+SHA1 (FileZilla_3.42.1_src.tar.bz2) = 9f8f08df4672c559646e6d9e9523440bd57f3dd5
+RMD160 (FileZilla_3.42.1_src.tar.bz2) = e939da6e7f2414d43844747a51abe3442eb820e3
+SHA512 (FileZilla_3.42.1_src.tar.bz2) = 0dc9b3a6347803f60a71c56bb759700fb2b1b019dc29794aa639ce892ccd1ae53041112987f9d5e8e75ec7e07702a5aac8e1c131796bbc5f210d75d286276deb
+Size (FileZilla_3.42.1_src.tar.bz2) = 4987250 bytes
 SHA1 (patch-configure) = 8bf5736d17ed78fe0a1d4f910194bba9f03c854e
+SHA1 (patch-src_interface_Makefile.in) = 684a9847bdc6b9fad98e5346c54a11d8ae10cbd4
 SHA1 (patch-src_putty_unix_uxshare.c) = 0c3102c10b742c461fe032f081d1a642c6fd6a59

Added files:

Index: pkgsrc/net/filezilla/patches/patch-src_interface_Makefile.in
diff -u /dev/null pkgsrc/net/filezilla/patches/patch-src_interface_Makefile.in:1.1
--- /dev/null   Sat May 25 07:45:50 2019
+++ pkgsrc/net/filezilla/patches/patch-src_interface_Makefile.in        Sat May 25 07:45:50 2019
@@ -0,0 +1,13 @@
+$NetBSD: patch-src_interface_Makefile.in,v 1.1 2019/05/25 07:45:50 wiz Exp $
+
+--- src/interface/Makefile.in.orig     2019-05-08 16:34:47.000000000 +0000
++++ src/interface/Makefile.in
+@@ -310,7 +310,7 @@ am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
+ am__v_lt_0 = --silent
+ am__v_lt_1 = 
+ filezilla_LINK = $(LIBTOOL) $(AM_V_lt) $(filezilla_LIBTOOLFLAGS) \
+-      $(LIBTOOLFLAGS) --mode=link $(OBJCXXLD) \
++      $(LIBTOOLFLAGS) --mode=link --tag=CXX $(OBJCXXLD) \
+       $(filezilla_OBJCXXFLAGS) $(OBJCXXFLAGS) $(filezilla_LDFLAGS) \
+       $(LDFLAGS) -o $@
+ AM_V_P = $(am__v_P_@AM_V@)



Home | Main Index | Thread Index | Old Index