Received: by mail.netbsd.org (Postfix, from userid 605) id 7090784E7A; Tue, 17 Jan 2023 10:55:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B05F484E7A for ; Tue, 17 Jan 2023 09:08:37 +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 LuBM9Gugt_dN for ; Tue, 17 Jan 2023 09:08:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1139184E73 for ; Tue, 17 Jan 2023 09:08:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0901DFA90; Tue, 17 Jan 2023 09:08:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1673946517118230" MIME-Version: 1.0 Date: Tue, 17 Jan 2023 09:08:37 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230117090837.0901DFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1673946517118230 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Jan 17 09:08:36 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 Log Message: Updated devel/py-filelock, net/py-python-socks To generate a diff of this commit: cvs rdiff -u -r1.384 -r1.385 pkgsrc/doc/CHANGES-2023 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1673946517118230 Content-Disposition: inline Content-Length: 795 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2023 diff -u pkgsrc/doc/CHANGES-2023:1.384 pkgsrc/doc/CHANGES-2023:1.385 --- pkgsrc/doc/CHANGES-2023:1.384 Tue Jan 17 01:33:27 2023 +++ pkgsrc/doc/CHANGES-2023 Tue Jan 17 09:08:36 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.384 2023/01/17 01:33:27 gutteridge Exp $ +$NetBSD: CHANGES-2023,v 1.385 2023/01/17 09:08:36 adam Exp $ Changes to the packages collection and infrastructure in 2023: @@ -470,3 +470,5 @@ Changes to the packages collection and i Updated mail/smtpd-starttls-proxy to 0.0.1.2 [schmonz 2023-01-16] Updated security/libretls to 3.7.0 [schmonz 2023-01-16] Updated net/scapy to 2.5.0 [gutteridge 2023-01-17] + Updated devel/py-filelock to 3.9.0 [adam 2023-01-17] + Updated net/py-python-socks to 2.1.1 [adam 2023-01-17] --_----------=_1673946517118230--