Received: by mail.netbsd.org (Postfix, from userid 605) id 3EAEE84EDD; Thu, 15 Feb 2024 22:47:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708037243; bh=QqN1A4i89NJ0t1IXVoRI/lrYMYZhdl29BHUvCBkV6yc=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=NWZ1Uqn+mQILOadNmUVHAVmPMWR3cE1LKxQL9fS9hrxO/RApiS7PyX48yPNjJxIaL d45J17u55es4K17afcUZ9+cwhbbgxE9MRpqKxjw4XwSFDAqSOG0O7DRcJBuLu2tUlL 7ojVGKPO82YYRi1fQG2IrD+aLTukk88z2OrY6APw= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 312DE84E76 for ; Thu, 15 Feb 2024 22:47:22 +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 u9FyT26HonaG for ; Thu, 15 Feb 2024 22:47:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 84F0D84DB2 for ; Thu, 15 Feb 2024 22:47:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708037241; bh=QqN1A4i89NJ0t1IXVoRI/lrYMYZhdl29BHUvCBkV6yc=; h=Date:From:Subject:To:Reply-To; b=yY8v/JKvLXaRpPauIHEtPz58yeiERR+hW08S2jFfEKD/408PKKfXJcCxLv5FK8vQB TCNWJNyzfOx25hJe8qr5jFsf/2yeNyqFhJYyoVSp4+YUlw5ojPVlvCauwU9IktLKMI nfC5NqyS1+erUEyswKVKxtAbocRVPIEvLaoHnIpM= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7E712F9F2; Thu, 15 Feb 2024 22:47:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1708037241260630" MIME-Version: 1.0 Date: Thu, 15 Feb 2024 22:47:21 +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: <20240215224721.7E712F9F2@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1708037241260630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Feb 15 22:47:21 UTC 2024 Modified Files: pkgsrc/doc: pkg-vulnerabilities Log Message: doc: nss vuln To generate a diff of this commit: cvs rdiff -u -r1.129 -r1.130 pkgsrc/doc/pkg-vulnerabilities Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1708037241260630 Content-Disposition: inline Content-Length: 844 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.129 pkgsrc/doc/pkg-vulnerabilities:1.130 --- pkgsrc/doc/pkg-vulnerabilities:1.129 Wed Feb 14 15:48:12 2024 +++ pkgsrc/doc/pkg-vulnerabilities Thu Feb 15 22:47:21 2024 @@ -1,4 +1,4 @@ -# $NetBSD: pkg-vulnerabilities,v 1.129 2024/02/14 15:48:12 wiz Exp $ +# $NetBSD: pkg-vulnerabilities,v 1.130 2024/02/15 22:47:21 wiz Exp $ # #FORMAT 1.0.0 # @@ -25896,3 +25896,4 @@ dnsmasq<2.90 denial-of-service https://n dnsmasq<2.90 denial-of-service https://nvd.nist.gov/vuln/detail/CVE-2023-50868 powerdns-recursor<4.8.6 denial-of-service https://nvd.nist.gov/vuln/detail/CVE-2023-50387 powerdns-recursor<4.8.6 denial-of-service https://nvd.nist.gov/vuln/detail/CVE-2023-50868 +nss<3.98.0 information-leak https://nvd.nist.gov/vuln/detail/CVE-2023-5388 --_----------=_1708037241260630--