Received: by mail.netbsd.org (Postfix, from userid 605) id 29D0484E5F; Mon, 13 Mar 2023 11:06:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5B6ED84D54 for ; Mon, 13 Mar 2023 11:06:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id uMrX3GubBxHx for ; Mon, 13 Mar 2023 11:06:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CF96784D08 for ; Mon, 13 Mar 2023 11:06:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C89C5FA90; Mon, 13 Mar 2023 11:06:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167870560943100" MIME-Version: 1.0 Date: Mon, 13 Mar 2023 11:06:49 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/libfilezilla To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230313110649.C89C5FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167870560943100 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:06:49 UTC 2023 Modified Files: pkgsrc/net/libfilezilla: Makefile distinfo Log Message: libfilezilla: update to 0.41.1. Bugfixes and minor changes: Fixed a crash signalling aio waiters Added listen_socket::from_descriptor To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 pkgsrc/net/libfilezilla/Makefile cvs rdiff -u -r1.39 -r1.40 pkgsrc/net/libfilezilla/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167870560943100 Content-Disposition: inline Content-Length: 1709 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/libfilezilla/Makefile diff -u pkgsrc/net/libfilezilla/Makefile:1.47 pkgsrc/net/libfilezilla/Makefile:1.48 --- pkgsrc/net/libfilezilla/Makefile:1.47 Wed Feb 1 08:59:59 2023 +++ pkgsrc/net/libfilezilla/Makefile Mon Mar 13 11:06:49 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.47 2023/02/01 08:59:59 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2023/03/13 11:06:49 wiz Exp $ -DISTNAME= libfilezilla-0.41.0 +DISTNAME= libfilezilla-0.41.1 CATEGORIES= net # some kind of direct-download disabling #MASTER_SITES= https://dl3.cdn.filezilla-project.org/libfilezilla/ Index: pkgsrc/net/libfilezilla/distinfo diff -u pkgsrc/net/libfilezilla/distinfo:1.39 pkgsrc/net/libfilezilla/distinfo:1.40 --- pkgsrc/net/libfilezilla/distinfo:1.39 Wed Feb 1 08:59:59 2023 +++ pkgsrc/net/libfilezilla/distinfo Mon Mar 13 11:06:49 2023 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.39 2023/02/01 08:59:59 wiz Exp $ +$NetBSD: distinfo,v 1.40 2023/03/13 11:06:49 wiz Exp $ -BLAKE2s (libfilezilla-0.41.0.tar.bz2) = 56ef60a6c2f7dca2d05341f2c7151e41555183cb071ce10311cddfcf5a02e7b0 -SHA512 (libfilezilla-0.41.0.tar.bz2) = bda747299807c37c738ee6ade2f926bc500bd3d67de5b84b0201a4769c6c3d0899c3113c93afd88dc9958bc711426d6918af355e2d971c1b12de30304f2a47fc -Size (libfilezilla-0.41.0.tar.bz2) = 627849 bytes +BLAKE2s (libfilezilla-0.41.1.tar.bz2) = ea99e6a959451f06430c4e502583e5e6cb4fa998e9abda6d15d7187f7c719a07 +SHA512 (libfilezilla-0.41.1.tar.bz2) = ae66fe9e0d537942f306e44f107553e870839031b1c6997f4638da3c5f015d94669eb869723d95d95632ebd30e17afc8303008501892caf76538a6898cf6210b +Size (libfilezilla-0.41.1.tar.bz2) = 627934 bytes SHA1 (patch-lib_impersonation.cpp) = d02a10cbcbec23ec1cc6966c1721bd222c02670d --_----------=_167870560943100--