Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id BD12A1A921F for ; Sat, 19 Mar 2022 00:41:26 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C5B0884F1C; Sat, 19 Mar 2022 00:41:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0587784F05 for ; Sat, 19 Mar 2022 00:41:25 +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 UuXIq7KTLKg1 for ; Sat, 19 Mar 2022 00:41:24 +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 4CAEC84EF0 for ; Sat, 19 Mar 2022 00:41:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 38A70FB24; Sat, 19 Mar 2022 00:41:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1647650484226110" MIME-Version: 1.0 Date: Sat, 19 Mar 2022 00:41:24 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20220319004124.38A70FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1647650484226110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Sat Mar 19 00:41:24 UTC 2022 Modified Files: pkgsrc/doc: CHANGES-2022 Log Message: doc: fix dates in a couple of entries To generate a diff of this commit: cvs rdiff -u -r1.1510 -r1.1511 pkgsrc/doc/CHANGES-2022 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1647650484226110 Content-Disposition: inline Content-Length: 1046 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2022 diff -u pkgsrc/doc/CHANGES-2022:1.1510 pkgsrc/doc/CHANGES-2022:1.1511 --- pkgsrc/doc/CHANGES-2022:1.1510 Sat Mar 19 00:38:08 2022 +++ pkgsrc/doc/CHANGES-2022 Sat Mar 19 00:41:24 2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.1510 2022/03/19 00:38:08 gutteridge Exp $ +$NetBSD: CHANGES-2022,v 1.1511 2022/03/19 00:41:24 gutteridge Exp $ Changes to the packages collection and infrastructure in 2022: @@ -1961,8 +1961,8 @@ Changes to the packages collection and i Updated devel/cmake to 3.22.3nb1 [jperkin 2022-03-16] Updated net/bind911 to 9.11.37 [taca 2022-03-17] Updated net/bind916 to 9.16.27 [taca 2022-03-17] - Updated www/nginx to 1.20.2nb6 [osa 2022-03-16] - Updated www/nginx-devel to 1.21.6nb5 [osa 2022-03-16] + Updated www/nginx to 1.20.2nb6 [osa 2022-03-17] + Updated www/nginx-devel to 1.21.6nb5 [osa 2022-03-17] Updated net/openvpn to 2.5.6 [adam 2022-03-17] Updated www/py-urllib3 to 1.26.9 [adam 2022-03-17] Updated security/py-josepy to 1.13.0 [adam 2022-03-17] --_----------=_1647650484226110--