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:           Sun Apr 29 05:47:04 UTC 2018

Modified Files:
        pkgsrc/net/filezilla: Makefile distinfo

Log Message:
filezilla: update to 3.32.0.

3.32.0 (2018-04-02)

+ Further SFTP performance improvements

3.32.0-rc1 (2018-03-23)

+ The Site Manager no longer shows controls not applicable to the selected protocol
+ Dynamically disable menu items if the used protocal does not support the corresponding functionality
+ Speed up listing large directories over SFTP
- Fix state of case sensitivity checkbox in the filter edit dialog if no filter has been selected


To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 pkgsrc/net/filezilla/Makefile
cvs rdiff -u -r1.41 -r1.42 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.96 pkgsrc/net/filezilla/Makefile:1.97
--- pkgsrc/net/filezilla/Makefile:1.96  Tue Apr 17 22:29:44 2018
+++ pkgsrc/net/filezilla/Makefile       Sun Apr 29 05:47:04 2018
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.96 2018/04/17 22:29:44 wiz Exp $
+# $NetBSD: Makefile,v 1.97 2018/04/29 05:47:04 wiz Exp $
 
-VERSION=       3.31.0
+VERSION=       3.32.0
 DISTNAME=      FileZilla_${VERSION}_src
 PKGNAME=       filezilla-${VERSION}
-PKGREVISION=   4
 CATEGORIES=    net x11
 MASTER_SITES=  https://download.filezilla-project.org/client/
 EXTRACT_SUFX=  .tar.bz2
@@ -37,6 +36,6 @@ BUILDLINK_API_DEPENDS.gnutls+=        gnutls>=3
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 BUILDLINK_API_DEPENDS.tinyxml+=        tinyxml>=2.6.2nb1
 .include "../../textproc/pugixml/buildlink3.mk"
-BUILDLINK_API_DEPENDS.wxGTK30+=        wxGTK30>=3.0.3
+BUILDLINK_API_DEPENDS.wxGTK30+=        wxGTK30>=3.0.4
 .include "../../x11/wxGTK30/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/net/filezilla/distinfo
diff -u pkgsrc/net/filezilla/distinfo:1.41 pkgsrc/net/filezilla/distinfo:1.42
--- pkgsrc/net/filezilla/distinfo:1.41  Sun Feb 25 20:41:13 2018
+++ pkgsrc/net/filezilla/distinfo       Sun Apr 29 05:47:04 2018
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.41 2018/02/25 20:41:13 wiz Exp $
+$NetBSD: distinfo,v 1.42 2018/04/29 05:47:04 wiz Exp $
 
-SHA1 (FileZilla_3.31.0_src.tar.bz2) = 86e3f8626d481064cf5b73d0d9bf10277b9ec59f
-RMD160 (FileZilla_3.31.0_src.tar.bz2) = 43ceb95ce8239faec8fb9cc4bc7034dd4979ddbd
-SHA512 (FileZilla_3.31.0_src.tar.bz2) = fefb1217a39214dfd1441fa45b37a461b2dab3cc80eeb82b8c1eb88b74e8be3ef6c436cbe5dba705feeb938bb2fc970863f28502d16097d01fdbf8c400b5e901
-Size (FileZilla_3.31.0_src.tar.bz2) = 4861886 bytes
+SHA1 (FileZilla_3.32.0_src.tar.bz2) = dd7938f215407cc9090e0112100495e434e40342
+RMD160 (FileZilla_3.32.0_src.tar.bz2) = bbb82c58b0b02584ea7a8db2f1bfbf77bdaa5850
+SHA512 (FileZilla_3.32.0_src.tar.bz2) = 321b262834cdc312222c9f8d44566b522985edd94fe47b7b2014abd266ba1e75faf5aafafbb90a0f82d39f550a0cdd6055ef8b30d78d0a80f2d8754d300cac36
+Size (FileZilla_3.32.0_src.tar.bz2) = 4862607 bytes
 SHA1 (patch-configure) = 8bf5736d17ed78fe0a1d4f910194bba9f03c854e
 SHA1 (patch-src_putty_unix_uxshare.c) = 0c3102c10b742c461fe032f081d1a642c6fd6a59



Home | Main Index | Thread Index | Old Index