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:           Thu Nov 23 16:13:20 UTC 2017

Modified Files:
        pkgsrc/net/filezilla: Makefile PLIST distinfo

Log Message:
filezilla: update to 3.29.0.

2017-11-06 - FileZilla Client 3.29.0 released

Bugfixes and minor changes:

    Fix activity indicators not working after the update check has been run

2017-10-31 - FileZilla Client 3.29.0-rc1 released

New features:

    Added new quick search filter to file lists, accessed through Ctrl+F
    FTP over TLS: Mismatched hostnames are now highlighted in red in the certificate verification dialog
    Filters using regular expressions can now be case-insensitive

Bugfixes and minor changes:

    Explicitly wait for the settings to be written to disk before removing the backup file to prevent loss of data in case of system crashes


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 pkgsrc/net/filezilla/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/net/filezilla/PLIST
cvs rdiff -u -r1.38 -r1.39 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.88 pkgsrc/net/filezilla/Makefile:1.89
--- pkgsrc/net/filezilla/Makefile:1.88  Mon Oct  2 15:31:38 2017
+++ pkgsrc/net/filezilla/Makefile       Thu Nov 23 16:13:20 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.88 2017/10/02 15:31:38 wiz Exp $
+# $NetBSD: Makefile,v 1.89 2017/11/23 16:13:20 wiz Exp $
 
-VERSION=       3.28.0
+VERSION=       3.29.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
+BUILDLINK_API_DEPENDS.libfilezilla+=   libfilezilla>=0.11.1
 .include "../../net/libfilezilla/buildlink3.mk"
 BUILDLINK_API_DEPENDS.gnutls+= gnutls>=3.4.0
 .include "../../security/gnutls/buildlink3.mk"

Index: pkgsrc/net/filezilla/PLIST
diff -u pkgsrc/net/filezilla/PLIST:1.17 pkgsrc/net/filezilla/PLIST:1.18
--- pkgsrc/net/filezilla/PLIST:1.17     Mon Sep 11 20:24:37 2017
+++ pkgsrc/net/filezilla/PLIST  Thu Nov 23 16:13:20 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2017/09/11 20:24:37 wiz Exp $
+@comment $NetBSD: PLIST,v 1.18 2017/11/23 16:13:20 wiz Exp $
 bin/filezilla
 bin/fzputtygen
 bin/fzsftp
@@ -184,6 +184,7 @@ share/filezilla/resources/default/480x48
 share/filezilla/resources/default/480x480/bookmark.png
 share/filezilla/resources/default/480x480/bookmarks.png
 share/filezilla/resources/default/480x480/cancel.png
+share/filezilla/resources/default/480x480/close.png
 share/filezilla/resources/default/480x480/compare.png
 share/filezilla/resources/default/480x480/disconnect.png
 share/filezilla/resources/default/480x480/download.png

Index: pkgsrc/net/filezilla/distinfo
diff -u pkgsrc/net/filezilla/distinfo:1.38 pkgsrc/net/filezilla/distinfo:1.39
--- pkgsrc/net/filezilla/distinfo:1.38  Mon Oct  2 15:31:38 2017
+++ pkgsrc/net/filezilla/distinfo       Thu Nov 23 16:13:20 2017
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.38 2017/10/02 15:31:38 wiz Exp $
+$NetBSD: distinfo,v 1.39 2017/11/23 16:13:20 wiz Exp $
 
-SHA1 (FileZilla_3.28.0_src.tar.bz2) = 88e41f6ae41de912db54cd6da4bac906988aa1ba
-RMD160 (FileZilla_3.28.0_src.tar.bz2) = 390456877d3a8d3ac0896b1ad1bb00355fa2d41e
-SHA512 (FileZilla_3.28.0_src.tar.bz2) = 14f7b328fe9c227280eb55933a56b653354bf9309abacd9994c88f740805867b1c52841c7edddec082a026c6b7c40da1a8e14531455a8c557d4ca4c05025e907
-Size (FileZilla_3.28.0_src.tar.bz2) = 4824433 bytes
+SHA1 (FileZilla_3.29.0_src.tar.bz2) = d50d040ec69c4509a296816b73768d43eb5f1bf5
+RMD160 (FileZilla_3.29.0_src.tar.bz2) = ad9c8f1de0c81b50a0c06d074dd757d5a732c515
+SHA512 (FileZilla_3.29.0_src.tar.bz2) = d1906cb18cfebb0ac9f92b1b97e11ffe2f5bf1b70d9cf1454e627f141a0fe9b3d1ba473a0464d5727e8fccf992643a64cfb729d93187a010fcb4f59603589349
+Size (FileZilla_3.29.0_src.tar.bz2) = 4832040 bytes
 SHA1 (patch-configure) = 8bf5736d17ed78fe0a1d4f910194bba9f03c854e
 SHA1 (patch-src_putty_unix_uxshare.c) = 0c3102c10b742c461fe032f081d1a642c6fd6a59



Home | Main Index | Thread Index | Old Index