diff options
author | wiz <wiz@pkgsrc.org> | 2019-10-10 12:18:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2019-10-10 12:18:01 +0000 |
commit | e8fb1ef7098e079a3278f4abc5ada7a8e5b4e940 (patch) | |
tree | cf716f18006903edd28114aa7a77b6f4372a3bcc /net/filezilla | |
parent | 0c1a8b542e974aa9f2fa2e780e43c9c9dce9a5ad (diff) | |
download | pkgsrc-e8fb1ef7098e079a3278f4abc5ada7a8e5b4e940.tar.gz |
filezilla: update to 3.45.1.
3.45.1 (2019-09-25)
- Fixed sorting issues in the directory trees
3.45.0 (2019-09-23)
- Updated translations
3.45.0-rc1 (2019-09-16)
+ If checking for updates cannot be performed for a prolonged time, users are warned about using an outdated version
- Performance improvements if expanding or refreshing a directory with thousands of direct subdirectories in the directory trees
- Fixed prefix search in Site Manager
- macOS: Fix password pasting using Cmd+V
- Minor performance improvements deleting many thousands of files
Diffstat (limited to 'net/filezilla')
-rw-r--r-- | net/filezilla/Makefile | 6 | ||||
-rw-r--r-- | net/filezilla/PLIST | 3 | ||||
-rw-r--r-- | net/filezilla/distinfo | 10 |
3 files changed, 9 insertions, 10 deletions
diff --git a/net/filezilla/Makefile b/net/filezilla/Makefile index 3854cc7fd2d..de1e362bb23 100644 --- a/net/filezilla/Makefile +++ b/net/filezilla/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.118 2019/08/16 09:40:29 wiz Exp $ +# $NetBSD: Makefile,v 1.119 2019/10/10 12:18:01 wiz Exp $ -VERSION= 3.44.2 +VERSION= 3.45.1 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.1 +BUILDLINK_API_DEPENDS.libfilezilla+= libfilezilla>=0.18.2 .include "../../net/libfilezilla/buildlink3.mk" BUILDLINK_API_DEPENDS.gnutls+= gnutls>=3.4.0 .include "../../security/gnutls/buildlink3.mk" diff --git a/net/filezilla/PLIST b/net/filezilla/PLIST index c2a950447b2..05ec5de3491 100644 --- a/net/filezilla/PLIST +++ b/net/filezilla/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.20 2019/08/16 09:40:29 wiz Exp $ +@comment $NetBSD: PLIST,v 1.21 2019/10/10 12:18:01 wiz Exp $ bin/filezilla bin/fzputtygen bin/fzsftp @@ -686,7 +686,6 @@ share/filezilla/resources/xrc/dialogs.xrc share/filezilla/resources/xrc/netconfwizard.xrc share/filezilla/resources/xrc/settings.xrc share/filezilla/resources/xrc/storj.xrc -share/filezilla/resources/xrc/update.xrc share/icons/hicolor/16x16/apps/filezilla.png share/icons/hicolor/32x32/apps/filezilla.png share/icons/hicolor/480x480/apps/filezilla.png diff --git a/net/filezilla/distinfo b/net/filezilla/distinfo index 43eae301f83..9e91c0786f1 100644 --- a/net/filezilla/distinfo +++ b/net/filezilla/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.53 2019/08/16 09:40:29 wiz Exp $ +$NetBSD: distinfo,v 1.54 2019/10/10 12:18:01 wiz Exp $ -SHA1 (FileZilla_3.44.2_src.tar.bz2) = 2e75c784134767e2689375a4a967d113164bc970 -RMD160 (FileZilla_3.44.2_src.tar.bz2) = a7e396512e6ee2d9a5f3f4321106bcfb6c5cb2c0 -SHA512 (FileZilla_3.44.2_src.tar.bz2) = 9d4678a3a06f0ecac5ecfbae33f83df5f07e26da4f4a7e922fe5b00a5e59d5728af028667f6fa56210a23ecaa1c2a661d1874b218c2511a783644ed2b03e36ad -Size (FileZilla_3.44.2_src.tar.bz2) = 4619337 bytes +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 (patch-configure) = 8bf5736d17ed78fe0a1d4f910194bba9f03c854e SHA1 (patch-src_putty_unix_uxshare.c) = 0c3102c10b742c461fe032f081d1a642c6fd6a59 |