Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5D4C684D80 for ; Thu, 29 Jun 2023 15:40:33 +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 cji8bCxKWR7m for ; Thu, 29 Jun 2023 15:40:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B31E984CE8 for ; Thu, 29 Jun 2023 15:40:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 65209FA89; Thu, 29 Jun 2023 15:39:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168805319389710" MIME-Version: 1.0 Date: Thu, 29 Jun 2023 15:39:53 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20230629153953.65209FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168805319389710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Thu Jun 29 15:39:53 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 Log Message: lang/ruby31-base: update bundled gem uri to 0.12.2 Fix CVE-2023-36617: ReDoS vulnerability in URI. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.4121 -r1.4122 pkgsrc/doc/CHANGES-2023 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168805319389710 Content-Disposition: inline Content-Length: 739 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.4121 pkgsrc/doc/CHANGES-2023:1.4122 --- pkgsrc/doc/CHANGES-2023:1.4121 Thu Jun 29 15:37:49 2023 +++ pkgsrc/doc/CHANGES-2023 Thu Jun 29 15:39:53 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.4121 2023/06/29 15:37:49 taca Exp $ +$NetBSD: CHANGES-2023,v 1.4122 2023/06/29 15:39:53 taca Exp $ Changes to the packages collection and infrastructure in 2023: @@ -5787,3 +5787,4 @@ Changes to the packages collection and i Added devel/py-meson_python version 0.13.2 [wiz 2023-06-29] Updated graphics/py-contourpy to 1.1.0 [wiz 2023-06-29] Updated lang/ruby30-base to 3.0.6nb1 [taca 2023-06-29] + Updated lang/ruby31-base to 3.1.4nb1 [taca 2023-06-29] --_----------=_168805319389710--