Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=DMJeEkme; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=FmauZcDD Received: by mail.netbsd.org (Postfix, from userid 605) id 6CA2084D4C; Fri, 29 Mar 2024 18:22:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711736567; bh=hL/qNZwtkrFMFXGG1ufytOb0TX65/3lQoVOsrF7TBk8=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=DMJeEkme0bJaL+KWtFUjayGhOD0mrjRIXWWM7Xox7oDNy/2HlvB14fpE8I407vET7 f1pLVMHjlPB0AHxGTPpt+HyDBqoisdFe3MHuUU4jZ+/10FC1Brh3E006fSjtWV5/14 5mx5hYzVJMpLdTYzOnDetBXa+MRt0AF79raQdfQA= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5DCF084D3B for ; Fri, 29 Mar 2024 18:22:46 +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 ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 0kTuJSe54A01 for ; Fri, 29 Mar 2024 18:22:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9DA5D84CE8 for ; Fri, 29 Mar 2024 18:22:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711736565; bh=hL/qNZwtkrFMFXGG1ufytOb0TX65/3lQoVOsrF7TBk8=; h=Date:From:Subject:To:Reply-To; b=FmauZcDDTM6rQCDf5DX8U1t9IAySmNVitsY9iTxhF+QJrjhO56WaP70Od5qWVVa7H 9dMYTlIeSclCuGIl1WzrgKTOGDiP81H7XLmBETL4wzMnrh6Rz42o68Jxwhtlfr0Ary N6f3mVJI0p5akBK4Ky82Htis2sbcgs50gnBXwpOI= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4E258FA2C; Fri, 29 Mar 2024 18:22:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1711736565164580" MIME-Version: 1.0 Date: Fri, 29 Mar 2024 18:22: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: <20240329182245.4E258FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1711736565164580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Mar 29 18:22:45 UTC 2024 Modified Files: pkgsrc/doc: pkg-vulnerabilities Log Message: doc: add xz upper bound To generate a diff of this commit: cvs rdiff -u -r1.156 -r1.157 pkgsrc/doc/pkg-vulnerabilities Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1711736565164580 Content-Disposition: inline Content-Length: 934 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.156 pkgsrc/doc/pkg-vulnerabilities:1.157 --- pkgsrc/doc/pkg-vulnerabilities:1.156 Fri Mar 29 18:13:24 2024 +++ pkgsrc/doc/pkg-vulnerabilities Fri Mar 29 18:22:44 2024 @@ -1,4 +1,4 @@ -# $NetBSD: pkg-vulnerabilities,v 1.156 2024/03/29 18:13:24 wiz Exp $ +# $NetBSD: pkg-vulnerabilities,v 1.157 2024/03/29 18:22:44 wiz Exp $ # #FORMAT 1.0.0 # @@ -25947,4 +25947,4 @@ firefox<124.0.1 privilege-escalation htt emacs<29.3 privilege-escalation https://nvd.nist.gov/vuln/detail/CVE-2024-30205 webkit-gtk<2.44.0 arbitrary-code-execution https://nvd.nist.gov/vuln/detail/CVE-2023-42950 curl<8.7.0 improper-validation-of-certificate https://nvd.nist.gov/vuln/detail/CVE-2024-2466 -xz>=5.6 backdoor https://www.openwall.com/lists/oss-security/2024/03/29/4 +xz>=5.6<5.6.1nb100 backdoor https://www.openwall.com/lists/oss-security/2024/03/29/4 --_----------=_1711736565164580--