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:           Tue Dec 31 08:57:26 UTC 2019

Modified Files:
        pkgsrc/net/filezilla: Makefile distinfo
Removed Files:
        pkgsrc/net/filezilla/patches: patch-src_putty_unix_uxshare.c

Log Message:
filezilla: update to 3.46.3.

3.46.3 (2019-12-23)

- SFTP: Fixed handle leak on Windows
- SFTP: Remote paths were not fully resolved on all operations

3.46.2 (2019-12-20)

- SFTP: Fixed a regression connecting using a password-protected keyfile

3.46.1 (2019-12-20)

- Fixed a crash if an FTP server sends too long response lines
- Building and running FileZilla now depends on libfilezilla >= 0.19.3 (https://lib.filezilla-project.org/), this fixes a few issues with the new speed limiting code
- SFTP components have been updated and are now based on PuTTY 0.73

3.46.0 (2019-11-25)

- Fixed a rare crash if closing FileZilla the very same moment a connection or transfer requests user attention

3.46.0-rc1 (2019-11-15)

+ Show an error message in the local directory listing if the user lacks permission to show the directory
- Local filelist status bar is now reset if accessing a local directory fails
- macOS: Work around an a bug in macOS 10.15 (Catalina) where closing a dialog shown from a timer can result in temporary freezes
- Refactored speed-limiting code
- Building and running FileZilla now depends on libfilezilla >= 0.19.1 (https://lib.filezilla-project.org/)


To generate a diff of this commit:
cvs rdiff -u -r1.119 -r1.120 pkgsrc/net/filezilla/Makefile
cvs rdiff -u -r1.54 -r1.55 pkgsrc/net/filezilla/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/net/filezilla/patches/patch-src_putty_unix_uxshare.c

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.119 pkgsrc/net/filezilla/Makefile:1.120
--- pkgsrc/net/filezilla/Makefile:1.119 Thu Oct 10 12:18:01 2019
+++ pkgsrc/net/filezilla/Makefile       Tue Dec 31 08:57:26 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.119 2019/10/10 12:18:01 wiz Exp $
+# $NetBSD: Makefile,v 1.120 2019/12/31 08:57:26 wiz Exp $
 
-VERSION=       3.45.1
+VERSION=       3.46.3
 DISTNAME=      FileZilla_${VERSION}_src
 PKGNAME=       filezilla-${VERSION}
 CATEGORIES=    net x11
@@ -34,7 +34,7 @@ CXXFLAGS+=    -march=i586
 .include "../../databases/sqlite3/buildlink3.mk"
 .include "../../devel/libidn/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-BUILDLINK_API_DEPENDS.libfilezilla+=   libfilezilla>=0.18.2
+BUILDLINK_API_DEPENDS.libfilezilla+=   libfilezilla>=0.19.3
 .include "../../net/libfilezilla/buildlink3.mk"
 BUILDLINK_API_DEPENDS.gnutls+= gnutls>=3.4.0
 .include "../../security/gnutls/buildlink3.mk"

Index: pkgsrc/net/filezilla/distinfo
diff -u pkgsrc/net/filezilla/distinfo:1.54 pkgsrc/net/filezilla/distinfo:1.55
--- pkgsrc/net/filezilla/distinfo:1.54  Thu Oct 10 12:18:01 2019
+++ pkgsrc/net/filezilla/distinfo       Tue Dec 31 08:57:26 2019
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.54 2019/10/10 12:18:01 wiz Exp $
+$NetBSD: distinfo,v 1.55 2019/12/31 08:57:26 wiz Exp $
 
-SHA1 (FileZilla_3.45.1_src.tar.bz2) = 0fa86688fad3b85b73fb64255b3aff32bc12ee25
-RMD160 (FileZilla_3.45.1_src.tar.bz2) = 197128dc79544bd7a97959723e97abbeef4aa10b
-SHA512 (FileZilla_3.45.1_src.tar.bz2) = feb267b85ad2843baea0c6df66ed86866121f33e2295fcb9003a8bc2603ad684f4fe801ea842cb291e3fb5cd7195ccb2d21bfa95711a61be6b4debfd4e1c7822
-Size (FileZilla_3.45.1_src.tar.bz2) = 4649083 bytes
+SHA1 (FileZilla_3.46.3_src.tar.bz2) = 2b5b51e665b72b2d6e991c55b43339996baf8f9c
+RMD160 (FileZilla_3.46.3_src.tar.bz2) = 1b8c7f7f0ae9a240eb7d3f0881f497602b223bf3
+SHA512 (FileZilla_3.46.3_src.tar.bz2) = 35b61c3bfd1d40848e7846b4533da8844df0e4873cb89286b90330cbc29dffeff96fcab10aec908a08d9129198bb2d80df8f223d8ebc1a0863a4083cb06abffc
+Size (FileZilla_3.46.3_src.tar.bz2) = 4720329 bytes
 SHA1 (patch-configure) = 8bf5736d17ed78fe0a1d4f910194bba9f03c854e
 SHA1 (patch-src_putty_unix_uxshare.c) = 0c3102c10b742c461fe032f081d1a642c6fd6a59



Home | Main Index | Thread Index | Old Index