Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=lSR9qBbe; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=dlblgp1Q Received: by mail.netbsd.org (Postfix, from userid 605) id 978D584E84; Sat, 13 Apr 2024 03:12:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712977959; bh=y675UQb1jrDfL/knifFoBjtN+T10P4HoB6So2jPr+yQ=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=lSR9qBbe2kSqnHSLokmz7ZTPVYhLImOo8N6J34TcaOyqJzDi8sOnSrhngmxMb9DCd 1HapUPABikjwf1okoZcOBkSy1tHOBNqp6IoGq9K5Z7VNsR7YG8a50E5xMU1SP3dzrv rTIacp7QbxU6IgUxXyxXR3KCqZf/GrhAPlXP/RzU= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8A5AE84E19 for ; Sat, 13 Apr 2024 03:12:38 +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 R2tvfYCMJi3y for ; Sat, 13 Apr 2024 03:12:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id DAFDE84D08 for ; Sat, 13 Apr 2024 03:12:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712977958; bh=y675UQb1jrDfL/knifFoBjtN+T10P4HoB6So2jPr+yQ=; h=Date:From:Subject:To:Reply-To; b=dlblgp1Q/FEWYmJCVtROyapFZDgpFf2F3SJAfvOTTJUD9QhvdvDhZ4FQDPRQRcuWu c8cigskSgp641jiW2xKDJjec74AsFm3GTBXMPbOQUa2SsCAZMccVRhiX+g+rA4E1Og fH/BTAjKIwk5Gaiz8jCcc0ostNMPeYzVz3xVDqTQ= Received: by cvs.NetBSD.org (Postfix, from userid 500) id D6CD3FA2C; Sat, 13 Apr 2024 03:12:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1712977957176370" MIME-Version: 1.0 Date: Sat, 13 Apr 2024 03:12:37 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20240413031237.D6CD3FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1712977957176370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Apr 13 03:12:37 UTC 2024 Modified Files: pkgsrc/doc: pkg-vulnerabilities Log Message: doc/pkg-vulnerabilities: add entries for php-7.4 and php-8.0 To generate a diff of this commit: cvs rdiff -u -r1.171 -r1.172 pkgsrc/doc/pkg-vulnerabilities Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1712977957176370 Content-Disposition: inline Content-Length: 984 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.171 pkgsrc/doc/pkg-vulnerabilities:1.172 --- pkgsrc/doc/pkg-vulnerabilities:1.171 Sat Apr 13 03:10:35 2024 +++ pkgsrc/doc/pkg-vulnerabilities Sat Apr 13 03:12:37 2024 @@ -1,4 +1,4 @@ -# $NetBSD: pkg-vulnerabilities,v 1.171 2024/04/13 03:10:35 taca Exp $ +# $NetBSD: pkg-vulnerabilities,v 1.172 2024/04/13 03:12:37 taca Exp $ # #FORMAT 1.0.0 # @@ -25990,3 +25990,5 @@ php82<8.2.18 authentication-bypass https php83<8.3.5 command-injection https://github.com/php/php-src/security/advisories/GHSA-pc52-254m-w9w7 php83<8.3.5 security-bypass https://github.com/php/php-src/security/advisories/GHSA-wpj3-hf5j-x4v4 php83<8.3.5 authentication-bypass https://github.com/php/php-src/security/advisories/GHSA-h746-cjrr-wfmr +php-7.4.[0-9]* eol http://ftp.NetBSD.org/pub/NetBSD/packages/vulns/eol-packages +php-8.0.[0-9]* eol http://ftp.NetBSD.org/pub/NetBSD/packages/vulns/eol-packages --_----------=_1712977957176370--