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:           Mon Oct  2 15:31:38 UTC 2017

Modified Files:
        pkgsrc/net/filezilla: Makefile distinfo

Log Message:
filezilla: update to 3.28.0.

3.28.0 (2017-09-29)

+ *nix: Official Linux binaries are now built for Debian 9 (Stretch)
- Do not disable password saving settings if fzdefaults.xml contains a kiosk mode setting of 0.

3.28.0-rc1 (2017-09-22)

+ Add "Close once" as queue completion action
- Fixed crash if FileZilla is forced to close, e.g. when the system is shutting down, while there are open dialogs
- If the transfer queue asks for a password and the password dialog is canceled the queue processing is now stopped
- OS X, *nix: Improve detection of invalid character encodings in local filenames
- Fix potential crash expanding directory tree items while changing selections


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 pkgsrc/net/filezilla/Makefile
cvs rdiff -u -r1.37 -r1.38 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.87 pkgsrc/net/filezilla/Makefile:1.88
--- pkgsrc/net/filezilla/Makefile:1.87  Mon Sep 18 09:53:30 2017
+++ pkgsrc/net/filezilla/Makefile       Mon Oct  2 15:31:38 2017
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.87 2017/09/18 09:53:30 maya Exp $
+# $NetBSD: Makefile,v 1.88 2017/10/02 15:31:38 wiz Exp $
 
-VERSION=       3.27.1
+VERSION=       3.28.0
 DISTNAME=      FileZilla_${VERSION}_src
 PKGNAME=       filezilla-${VERSION}
-PKGREVISION=   1
 CATEGORIES=    net x11
 MASTER_SITES=  https://download.filezilla-project.org/client/
 EXTRACT_SUFX=  .tar.bz2
@@ -30,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.9.2
+BUILDLINK_API_DEPENDS.libfilezilla+=   libfilezilla>=0.11
 .include "../../net/libfilezilla/buildlink3.mk"
 BUILDLINK_API_DEPENDS.gnutls+= gnutls>=3.4.0
 .include "../../security/gnutls/buildlink3.mk"

Index: pkgsrc/net/filezilla/distinfo
diff -u pkgsrc/net/filezilla/distinfo:1.37 pkgsrc/net/filezilla/distinfo:1.38
--- pkgsrc/net/filezilla/distinfo:1.37  Mon Sep 11 20:24:37 2017
+++ pkgsrc/net/filezilla/distinfo       Mon Oct  2 15:31:38 2017
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.37 2017/09/11 20:24:37 wiz Exp $
+$NetBSD: distinfo,v 1.38 2017/10/02 15:31:38 wiz Exp $
 
-SHA1 (FileZilla_3.27.1_src.tar.bz2) = 25ba3f8d205b7d4720d8298aefc74d56224dfd57
-RMD160 (FileZilla_3.27.1_src.tar.bz2) = e4ad9a0df2659ba67bdd586008335e0a63da01c7
-SHA512 (FileZilla_3.27.1_src.tar.bz2) = ef07d91a0b38349cc2a1942d52afe1ae03760643028fcdac28f6523bea24498d6700d2d13d8c5bd5df933ff4e6a90df40bc399d6c0f0f2f7fdbe9b8b04381963
-Size (FileZilla_3.27.1_src.tar.bz2) = 4815446 bytes
+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 (patch-configure) = 8bf5736d17ed78fe0a1d4f910194bba9f03c854e
 SHA1 (patch-src_putty_unix_uxshare.c) = 0c3102c10b742c461fe032f081d1a642c6fd6a59



Home | Main Index | Thread Index | Old Index