Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id E8CA01A921F for ; Fri, 8 Apr 2022 06:29:58 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 29E3C84FEF; Fri, 8 Apr 2022 06:29:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6674084E8C for ; Fri, 8 Apr 2022 06:29:57 +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 VSmMWO3YWI6s for ; Fri, 8 Apr 2022 06:29:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id DB96E84C71 for ; Fri, 8 Apr 2022 06:29:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CF288FB24; Fri, 8 Apr 2022 06:29:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164939939646510" MIME-Version: 1.0 Date: Fri, 8 Apr 2022 06:29:56 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/archivers/xz To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220408062956.CF288FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164939939646510 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Apr 8 06:29:56 UTC 2022 Modified Files: pkgsrc/archivers/xz: Makefile distinfo Log Message: xz: add upstream patch to fix CVE-2022-1271 Bump PKGREVISION To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 pkgsrc/archivers/xz/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/archivers/xz/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_164939939646510 Content-Disposition: inline Content-Length: 1796 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/archivers/xz/Makefile diff -u pkgsrc/archivers/xz/Makefile:1.29 pkgsrc/archivers/xz/Makefile:1.30 --- pkgsrc/archivers/xz/Makefile:1.29 Sun May 3 10:10:43 2020 +++ pkgsrc/archivers/xz/Makefile Fri Apr 8 06:29:56 2022 @@ -1,10 +1,15 @@ -# $NetBSD: Makefile,v 1.29 2020/05/03 10:10:43 adam Exp $ +# $NetBSD: Makefile,v 1.30 2022/04/08 06:29:56 wiz Exp $ DISTNAME= xz-5.2.5 +PKGREVISION= 1 CATEGORIES= archivers MASTER_SITES= https://tukaani.org/xz/ EXTRACT_SUFX= .tar.bz2 +PATCH_SITES= https://tukaani.org/xz/ +PATCHFILES= xzgrep-ZDI-CAN-16587.patch +PATCH_DIST_STRIP= -p1 + MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://tukaani.org/xz/ COMMENT= General-purpose data compression software Index: pkgsrc/archivers/xz/distinfo diff -u pkgsrc/archivers/xz/distinfo:1.21 pkgsrc/archivers/xz/distinfo:1.22 --- pkgsrc/archivers/xz/distinfo:1.21 Tue Oct 26 09:57:19 2021 +++ pkgsrc/archivers/xz/distinfo Fri Apr 8 06:29:56 2022 @@ -1,6 +1,9 @@ -$NetBSD: distinfo,v 1.21 2021/10/26 09:57:19 nia Exp $ +$NetBSD: distinfo,v 1.22 2022/04/08 06:29:56 wiz Exp $ BLAKE2s (xz-5.2.5.tar.bz2) = 0734b879a0da3d0a893428c0783bbd38cf22b2c4dbe9125bb9962961573c8e66 SHA512 (xz-5.2.5.tar.bz2) = 89e25ddf72427ee9608cbf2e9dbc24d592cb67a27f44ccf7d47e4d9405774444e9cfcd02ac4bcb92064860371ed31d3cfbecd5fe063f296ead607714c0a664a1 Size (xz-5.2.5.tar.bz2) = 1473322 bytes +BLAKE2s (xzgrep-ZDI-CAN-16587.patch) = 73d70cf735d08be52703ff2dfda48323105381a0a186df98ba2e6cc75e265fa1 +SHA512 (xzgrep-ZDI-CAN-16587.patch) = 52b16268e333399444f433a11ccf3a9b020a6914ed23fc8e082128fec596011d7c6863d47414d4c0f245d20ebed4b3a50b422599b4b88d66f6c6eb2e74b9a939 +Size (xzgrep-ZDI-CAN-16587.patch) = 3488 bytes SHA1 (patch-src_xz_Makefile.in) = b9360c7b2b34159028fb8b84339aa2faf3922287 --_----------=_164939939646510--