Received: by mail.netbsd.org (Postfix, from userid 605) id 6E94E84E5F; Mon, 13 Mar 2023 11:09:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9DC8384D54 for ; Mon, 13 Mar 2023 11:09:26 +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 cysgzwspEioY for ; Mon, 13 Mar 2023 11:09:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 10F3884D08 for ; Mon, 13 Mar 2023 11:09:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 09F36FA90; Mon, 13 Mar 2023 11:09:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167870576617560" MIME-Version: 1.0 Date: Mon, 13 Mar 2023 11:09:26 +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: <20230313110926.09F36FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167870576617560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Mar 13 11:09:25 UTC 2023 Modified Files: pkgsrc/net/filezilla: Makefile distinfo Log Message: filezilla: update to 3.63.2.1. 3.63.2 (2023-02-23) - macOS: Several rendering fixes in dark mode - macOS: Disable automatic quote/dash substitution in text input fields - MSW: Fixed an issue with Drag&Drop to Explorer on systems that use shortened 8.3 pathnames in environment variables - MSW: If FileZilla was installed for current user only, updating with the installer now skips the UAC prompt - Updated to libfilezilla 0.41.1 to fix a rare crash - Official binaries are now built againt GnuTLS 3.8.0 To generate a diff of this commit: cvs rdiff -u -r1.153 -r1.154 pkgsrc/net/filezilla/Makefile cvs rdiff -u -r1.71 -r1.72 pkgsrc/net/filezilla/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167870576617560 Content-Disposition: inline Content-Length: 2000 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.153 pkgsrc/net/filezilla/Makefile:1.154 --- pkgsrc/net/filezilla/Makefile:1.153 Wed Feb 1 09:25:19 2023 +++ pkgsrc/net/filezilla/Makefile Mon Mar 13 11:09:25 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.153 2023/02/01 09:25:19 wiz Exp $ +# $NetBSD: Makefile,v 1.154 2023/03/13 11:09:25 wiz Exp $ -VERSION= 3.63.1 +VERSION= 3.63.2.1 DISTNAME= FileZilla_${VERSION}_src PKGNAME= filezilla-${VERSION} CATEGORIES= net x11 @@ -30,7 +30,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.40 +BUILDLINK_API_DEPENDS.libfilezilla+= libfilezilla>=0.41.1 .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.71 pkgsrc/net/filezilla/distinfo:1.72 --- pkgsrc/net/filezilla/distinfo:1.71 Wed Feb 1 09:25:19 2023 +++ pkgsrc/net/filezilla/distinfo Mon Mar 13 11:09:25 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.71 2023/02/01 09:25:19 wiz Exp $ +$NetBSD: distinfo,v 1.72 2023/03/13 11:09:25 wiz Exp $ -BLAKE2s (FileZilla_3.63.1_src.tar.bz2) = 34cc5eeaff014dc9bf227f99681bab1574011bf858ebe2c152f6e73ec48d5f7b -SHA512 (FileZilla_3.63.1_src.tar.bz2) = c4f70eb772c868508dc10e1d3a5c9300bc034523f1ee374b30178048ded8e70be3d6307769509d4f8c0921126726dafbcbfda0066fe6d2c5f93af369196618c0 -Size (FileZilla_3.63.1_src.tar.bz2) = 4950427 bytes +BLAKE2s (FileZilla_3.63.2.1_src.tar.bz2) = 20353d164a88377013bbd5848201e4d9796efe4441c92f0686c559cf7a212899 +SHA512 (FileZilla_3.63.2.1_src.tar.bz2) = 179dfd0e5e1bb1a8c49d035ac5f0f4cb54d09dd344b3d677a7a45224f50bae3bbc27a2fb404e90d69ea97abea1c69a6392d64831e5a7f33f89f70c3fd72d4006 +Size (FileZilla_3.63.2.1_src.tar.bz2) = 4966152 bytes --_----------=_167870576617560--