Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=h3iKJbHe; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=gMTt0gHA Received: by mail.netbsd.org (Postfix, from userid 605) id AF7A884E76; Mon, 29 Apr 2024 21:31:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714426304; bh=OwaN+eiqAznjLk7YQ/WSIsmyHbnN6a3lXv7CGSBWgNk=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=h3iKJbHeuRYvtrT5cwUFa0JJqE9EzOVf8amAOADSck6zuf3Yiz7odPPEBPB1GyOgn veCGRi4yirFMgwCHpY1X/FrrArCgECarrHv2DJrir6EI1ghsN0kTVHHle2WEpRuSRS qYGpIs5DJY0qiA/zs6lIq0x+4jDIDTpcXUvlLkn0= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9E4B884E68 for ; Mon, 29 Apr 2024 21:31:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Ev166suB-Ooy for ; Mon, 29 Apr 2024 21:31:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EF42684C86 for ; Mon, 29 Apr 2024 21:31:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714426303; bh=OwaN+eiqAznjLk7YQ/WSIsmyHbnN6a3lXv7CGSBWgNk=; h=Date:From:Subject:To:Reply-To; b=gMTt0gHAQaTlaaGIa6kD2Ak4Pr/lIIpfEmGblzeECNNNVOwLy61/BW6/nbv1171tT 7g66GnPTtSLvbAALMrRrBDyYl1SDD7ff/CLGxuWIC69HELZr5howSLeZwSRtPK5q2b sfdwHO4QU78yJngV/0QbB2SHSmxc639NJve/hXmU= Received: by cvs.NetBSD.org (Postfix, from userid 500) id E20BEFA2C; Mon, 29 Apr 2024 21:31:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714426302186610" MIME-Version: 1.0 Date: Mon, 29 Apr 2024 21:31:42 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240429213142.E20BEFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714426302186610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Apr 29 21:31:42 UTC 2024 Modified Files: pkgsrc/doc: pkg-vulnerabilities Log Message: doc: add R vuln To generate a diff of this commit: cvs rdiff -u -r1.182 -r1.183 pkgsrc/doc/pkg-vulnerabilities Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714426302186610 Content-Disposition: inline Content-Length: 1015 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/pkg-vulnerabilities diff -u pkgsrc/doc/pkg-vulnerabilities:1.182 pkgsrc/doc/pkg-vulnerabilities:1.183 --- pkgsrc/doc/pkg-vulnerabilities:1.182 Mon Apr 29 06:06:11 2024 +++ pkgsrc/doc/pkg-vulnerabilities Mon Apr 29 21:31:42 2024 @@ -1,4 +1,4 @@ -# $NetBSD: pkg-vulnerabilities,v 1.182 2024/04/29 06:06:11 wiz Exp $ +# $NetBSD: pkg-vulnerabilities,v 1.183 2024/04/29 21:31:42 wiz Exp $ # #FORMAT 1.0.0 # @@ -25994,3 +25994,4 @@ filezilla<3.67.0 secret-key-recovery htt ruby31-base>=3.1<3.1.5 arbitrary-memory-read https://www.ruby-lang.org/en/news/2024/04/23/arbitrary-memory-address-read-regexp-cve-2024-27282/ ruby32-base>=3.2<3.2.4 arbitrary-memory-read https://www.ruby-lang.org/en/news/2024/04/23/arbitrary-memory-address-read-regexp-cve-2024-27282/ ruby33>=3.3<3.3.1 arbitrary-memory-read https://www.ruby-lang.org/en/news/2024/04/23/arbitrary-memory-address-read-regexp-cve-2024-27282/ +R<4.4.0 arbirary-code-execution https://nvd.nist.gov/vuln/detail/CVE-2024-27322 --_----------=_1714426302186610--