diff options
author | wiz <wiz@pkgsrc.org> | 2018-04-29 05:47:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-04-29 05:47:04 +0000 |
commit | 392cdebfca80af44dd5b67a9ae79ffd18915246f (patch) | |
tree | 812cc46799f4a886bedfcef5935cbe9c88ccbffd | |
parent | 38e0c319479d2d93ec60a82b095946e9e4e8f6b7 (diff) | |
download | pkgsrc-392cdebfca80af44dd5b67a9ae79ffd18915246f.tar.gz |
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
-rw-r--r-- | net/filezilla/Makefile | 7 | ||||
-rw-r--r-- | net/filezilla/distinfo | 10 |
2 files changed, 8 insertions, 9 deletions
diff --git a/net/filezilla/Makefile b/net/filezilla/Makefile index aad518a6e35..90b3419c5fe 100644 --- a/net/filezilla/Makefile +++ b/net/filezilla/Makefile @@ -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.4.0 .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" diff --git a/net/filezilla/distinfo b/net/filezilla/distinfo index abc784a3ef1..4ee23df5eab 100644 --- a/net/filezilla/distinfo +++ b/net/filezilla/distinfo @@ -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 |