diff options
author | wiz <wiz@pkgsrc.org> | 2018-02-25 20:41:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-02-25 20:41:13 +0000 |
commit | 37a48d0d379e2cf2faa159cf005faf8458c53e03 (patch) | |
tree | 7169718b33050640592f9c44b79d45dbca2477c4 /net/filezilla/Makefile | |
parent | a1d3a1782432e294dcb2d8dbfbe87e691c2f5aa6 (diff) | |
download | pkgsrc-37a48d0d379e2cf2faa159cf005faf8458c53e03.tar.gz |
filezilla: update to 3.31.0.
New features:
Allow trusting all subject alternative names (SAN) in a certificate if the current hostname matches the certificate
Bugfixes and minor changes:
OS X: Fix file lists becoming inresponsive when a file rename edit box is discarded by clicking to the right of the last column in the file list
Fix rare crash during directory removal
Fix rare crash in the transfer queue
Diffstat (limited to 'net/filezilla/Makefile')
-rw-r--r-- | net/filezilla/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/filezilla/Makefile b/net/filezilla/Makefile index 5fb0dd6df55..85f000ff6e1 100644 --- a/net/filezilla/Makefile +++ b/net/filezilla/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.91 2018/01/28 15:50:14 wiz Exp $ +# $NetBSD: Makefile,v 1.92 2018/02/25 20:41:13 wiz Exp $ -VERSION= 3.30.0 +VERSION= 3.31.0 DISTNAME= FileZilla_${VERSION}_src PKGNAME= filezilla-${VERSION} CATEGORIES= net x11 @@ -29,7 +29,7 @@ GCC_REQD+= 4.9 .include "../../databases/sqlite3/buildlink3.mk" .include "../../devel/libidn/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" -BUILDLINK_API_DEPENDS.libfilezilla+= libfilezilla>=0.11.1 +BUILDLINK_API_DEPENDS.libfilezilla+= libfilezilla>=0.12.1 .include "../../net/libfilezilla/buildlink3.mk" BUILDLINK_API_DEPENDS.gnutls+= gnutls>=3.4.0 .include "../../security/gnutls/buildlink3.mk" |