Received: by mail.netbsd.org (Postfix, from userid 605) id 7CA7C84EC2; Tue, 13 Dec 2022 07:22:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AF50584E9A for ; Tue, 13 Dec 2022 07:22:20 +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 O-coaNB3ldq7 for ; Tue, 13 Dec 2022 07:22:19 +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 9F14984D66 for ; Tue, 13 Dec 2022 07:22:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 97194FA90; Tue, 13 Dec 2022 07:22:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167091613946430" MIME-Version: 1.0 Date: Tue, 13 Dec 2022 07:22:19 +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: <20221213072219.97194FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167091613946430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Dec 13 07:22:19 UTC 2022 Modified Files: pkgsrc/doc: CHANGES-2022 Log Message: Updated databases/redis, devel/py-traitlets, security/py-google-auth-oauthlib, devel/pcre2 To generate a diff of this commit: cvs rdiff -u -r1.6101 -r1.6102 pkgsrc/doc/CHANGES-2022 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167091613946430 Content-Disposition: inline Content-Length: 895 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.6101 pkgsrc/doc/CHANGES-2022:1.6102 --- pkgsrc/doc/CHANGES-2022:1.6101 Tue Dec 13 00:53:53 2022 +++ pkgsrc/doc/CHANGES-2022 Tue Dec 13 07:22:19 2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.6101 2022/12/13 00:53:53 bacon Exp $ +$NetBSD: CHANGES-2022,v 1.6102 2022/12/13 07:22:19 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -9195,3 +9195,7 @@ Changes to the packages collection and i Updated net/bind918 to 9.18.9nb1 [sekiya 2022-12-13] Updated x11/xhost to 1.0.9 [wiz 2022-12-13] Updated biology/biolibc-tools to 0.1.4 [bacon 2022-12-13] + Updated databases/redis to 7.0.6 [adam 2022-12-13] + Updated devel/py-traitlets to 5.7.1 [adam 2022-12-13] + Updated security/py-google-auth-oauthlib to 0.8.0 [adam 2022-12-13] + Updated devel/pcre2 to 10.42 [adam 2022-12-13] --_----------=_167091613946430--