Received: by mail.netbsd.org (Postfix, from userid 605) id BB79384E83; Thu, 29 Jul 2021 11:10:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F239B84E79 for ; Thu, 29 Jul 2021 11:10:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id sjONqObTmYJO for ; Thu, 29 Jul 2021 11:10:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 241C384CDA for ; Thu, 29 Jul 2021 11:10:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 16549FA97; Thu, 29 Jul 2021 11:10:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16275570326910" MIME-Version: 1.0 Date: Thu, 29 Jul 2021 11:10:32 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/filezilla To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210729111032.16549FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_16275570326910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Jul 29 11:10:31 UTC 2021 Modified Files: pkgsrc/net/filezilla: Makefile PLIST distinfo Added Files: pkgsrc/net/filezilla/patches: patch-src_commonui_Makefile.in Log Message: filezilla: update to 3.55.0. 3.55.0 (2021-07-09) - Updated translations 3.55.0-rc1 (2021-07-02) - Updated SFTP components - Set appropriate ALPN on TLS connections - Fixed loading of settings files that were moved between platforms - Refactored updater internals 3.54.1 (2021-05-13) - Fix control visibility logic in Site Manager 3.54.0 (2021-05-12) - SFTP: Fixed a regression loading configured key files 3.54.0-rc1 (2021-05-04) - Refactored network activity handling, the activity indicators tooltips now display more accurate data - Updated SFTP components - Small performance improvement sorting very large directory listings - Fixed a crash changing numeric permissions value in chmod dialog 3.53.1 (2021-03-22) - Removed an error message on new installation where there is no sitemanager.xml yet - Fixed SOCKS5 proxy support 3.53.0 (2021-03-15) - HTTP: Handle servers sending early replies 3.53.0-rc1 (2021-03-05) + Require explicit confirmation on FTP servers not supporting TLS session esumption on the data connection + Access Grant support for Tardigrade - MSW: Fixed handle leak if using SFTP - FTP: Fixed cancelling listings on very slow computers with extremely fast network connection - Fixed loading of custom FTP proxy setting when opening the settings dialog - Internal restructuring To generate a diff of this commit: cvs rdiff -u -r1.136 -r1.137 pkgsrc/net/filezilla/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/filezilla/PLIST cvs rdiff -u -r1.60 -r1.61 pkgsrc/net/filezilla/distinfo cvs rdiff -u -r0 -r1.1 \ pkgsrc/net/filezilla/patches/patch-src_commonui_Makefile.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16275570326910 Content-Disposition: inline Content-Length: 4316 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/filezilla/Makefile diff -u pkgsrc/net/filezilla/Makefile:1.136 pkgsrc/net/filezilla/Makefile:1.137 --- pkgsrc/net/filezilla/Makefile:1.136 Wed Apr 21 13:25:07 2021 +++ pkgsrc/net/filezilla/Makefile Thu Jul 29 11:10:31 2021 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.136 2021/04/21 13:25:07 adam Exp $ +# $NetBSD: Makefile,v 1.137 2021/07/29 11:10:31 wiz Exp $ -VERSION= 3.52.2 +VERSION= 3.55.0 DISTNAME= FileZilla_${VERSION}_src PKGNAME= filezilla-${VERSION} -PKGREVISION= 2 CATEGORIES= net x11 MASTER_SITES= https://download.filezilla-project.org/client/ EXTRACT_SUFX= .tar.bz2 @@ -32,7 +31,7 @@ GCC_REQD+= 7 .include "../../databases/sqlite3/buildlink3.mk" .include "../../devel/libidn/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" -BUILDLINK_API_DEPENDS.libfilezilla+= libfilezilla>=0.27 +BUILDLINK_API_DEPENDS.libfilezilla+= libfilezilla>=0.31 .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.24 pkgsrc/net/filezilla/PLIST:1.25 --- pkgsrc/net/filezilla/PLIST:1.24 Fri Mar 12 10:44:52 2021 +++ pkgsrc/net/filezilla/PLIST Thu Jul 29 11:10:31 2021 @@ -1,7 +1,8 @@ -@comment $NetBSD: PLIST,v 1.24 2021/03/12 10:44:52 wiz Exp $ +@comment $NetBSD: PLIST,v 1.25 2021/07/29 11:10:31 wiz Exp $ bin/filezilla bin/fzputtygen bin/fzsftp +lib/libfzclient-commonui-private.la lib/libfzclient-private.la man/man1/filezilla.1 man/man1/fzputtygen.1 Index: pkgsrc/net/filezilla/distinfo diff -u pkgsrc/net/filezilla/distinfo:1.60 pkgsrc/net/filezilla/distinfo:1.61 --- pkgsrc/net/filezilla/distinfo:1.60 Fri Mar 12 10:44:52 2021 +++ pkgsrc/net/filezilla/distinfo Thu Jul 29 11:10:31 2021 @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.60 2021/03/12 10:44:52 wiz Exp $ +$NetBSD: distinfo,v 1.61 2021/07/29 11:10:31 wiz Exp $ -SHA1 (FileZilla_3.52.2_src.tar.bz2) = bb82aebec2e49c683c478d980f0fdcce86e97074 -RMD160 (FileZilla_3.52.2_src.tar.bz2) = 64e49a19d114933986b4cdb53af623300b36622e -SHA512 (FileZilla_3.52.2_src.tar.bz2) = 74abb78eaece5ffed044a88bdbbff7be0470e47868b806925ea5666d741370dff910d55849f6ad91fb57f8c1a33c461dc10c9f093d75e7a96ff0d909f3a8f131 -Size (FileZilla_3.52.2_src.tar.bz2) = 4813167 bytes +SHA1 (FileZilla_3.55.0_src.tar.bz2) = 887c04c430ed798b5d3048a29bf7fd4fdc37b30d +RMD160 (FileZilla_3.55.0_src.tar.bz2) = cd23b5e29692f3cfe034ece9c11408a6c19c63fc +SHA512 (FileZilla_3.55.0_src.tar.bz2) = 8a1221e97719610be900d66f7feba90d1c5053a618b38084e93e8f2b11e51fc523336e11e110f51828eba3f17f60cea1fcd8060bd0cc5e7fdb3d24f35a4c1732 +Size (FileZilla_3.55.0_src.tar.bz2) = 4910040 bytes +SHA1 (patch-src_commonui_Makefile.in) = d4e5133a621055dc9edc53a74b1a0a66c0ae3d4a Added files: Index: pkgsrc/net/filezilla/patches/patch-src_commonui_Makefile.in diff -u /dev/null pkgsrc/net/filezilla/patches/patch-src_commonui_Makefile.in:1.1 --- /dev/null Thu Jul 29 11:10:32 2021 +++ pkgsrc/net/filezilla/patches/patch-src_commonui_Makefile.in Thu Jul 29 11:10:31 2021 @@ -0,0 +1,27 @@ +$NetBSD: patch-src_commonui_Makefile.in,v 1.1 2021/07/29 11:10:31 wiz Exp $ + +libtool: link: unable to infer tagged configuration +libtool: error: specify a tag with '--tag' + +https://trac.filezilla-project.org/ticket/12499 + +--- src/commonui/Makefile.in.orig 2021-07-09 13:41:24.000000000 +0000 ++++ src/commonui/Makefile.in +@@ -192,7 +192,7 @@ am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) + am__v_lt_0 = --silent + am__v_lt_1 = + libfzclient_commonui_private_la_LINK = $(LIBTOOL) $(AM_V_lt) \ +- $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(OBJCXXLD) \ ++ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --tag=CXX --mode=link $(OBJCXXLD) \ + $(AM_OBJCXXFLAGS) $(OBJCXXFLAGS) \ + $(libfzclient_commonui_private_la_LDFLAGS) $(LDFLAGS) -o $@ + AM_V_P = $(am__v_P_@AM_V@) +@@ -260,7 +260,7 @@ am__v_OBJCXX_0 = @echo " OBJCXX " $@; + am__v_OBJCXX_1 = + OBJCXXLD = $(OBJCXX) + OBJCXXLINK = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ +- --mode=link $(OBJCXXLD) $(AM_OBJCXXFLAGS) $(OBJCXXFLAGS) \ ++ --tag=CXX --mode=link $(OBJCXXLD) $(AM_OBJCXXFLAGS) $(OBJCXXFLAGS) \ + $(AM_LDFLAGS) $(LDFLAGS) -o $@ + AM_V_OBJCXXLD = $(am__v_OBJCXXLD_@AM_V@) + am__v_OBJCXXLD_ = $(am__v_OBJCXXLD_@AM_DEFAULT_V@) --_----------=_16275570326910--