Received: by mail.netbsd.org (Postfix, from userid 605) id 1527484DA9; Mon, 22 Jan 2024 09:15:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 44CD984D96 for ; Mon, 22 Jan 2024 09:15:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id VFrPFhogGEmm for ; Mon, 22 Jan 2024 09:15:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9398F84CED for ; Mon, 22 Jan 2024 09:15:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 90586FA42; Mon, 22 Jan 2024 09:15:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1705914945162650" MIME-Version: 1.0 Date: Mon, 22 Jan 2024 09:15:45 +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: <20240122091545.90586FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1705914945162650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Jan 22 09:15:45 UTC 2024 Modified Files: pkgsrc/doc: pkg-vulnerabilities Log Message: doc: note postgresql11 is eol To generate a diff of this commit: cvs rdiff -u -r1.109 -r1.110 pkgsrc/doc/pkg-vulnerabilities Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1705914945162650 Content-Disposition: inline Content-Length: 868 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.109 pkgsrc/doc/pkg-vulnerabilities:1.110 --- pkgsrc/doc/pkg-vulnerabilities:1.109 Sat Jan 20 20:44:00 2024 +++ pkgsrc/doc/pkg-vulnerabilities Mon Jan 22 09:15:45 2024 @@ -1,4 +1,4 @@ -# $NetBSD: pkg-vulnerabilities,v 1.109 2024/01/20 20:44:00 wiz Exp $ +# $NetBSD: pkg-vulnerabilities,v 1.110 2024/01/22 09:15:45 wiz Exp $ # #FORMAT 1.0.0 # @@ -25853,3 +25853,4 @@ modular-xorg-server<21.1.11 heap-buffer- coreutils<9.4 heap-overflow https://nvd.nist.gov/vuln/detail/CVE-2024-0684 gnutls<3.8.3 timing-side-channel https://nvd.nist.gov/vuln/detail/CVE-2023-0553 py{27,38,39,310,311,312}-Pillow<10.2.0 arbitrary-code-execution https://nvd.nist.gov/vuln/detail/CVE-2023-50447 +postgresql-server>=11<12 eol http://ftp.NetBSD.org/pub/NetBSD/packages/vulns/eol-packages --_----------=_1705914945162650--