From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8596D158043 for ; Mon, 15 Apr 2024 23:13:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0D1BE29C0; Mon, 15 Apr 2024 23:13:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 90156E29C0 for ; Mon, 15 Apr 2024 23:13:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C18A13433D9 for ; Mon, 15 Apr 2024 23:13:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0347D1504 for ; Mon, 15 Apr 2024 23:13:19 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1713222789.05bb76fc10f59fb46bc904c01fdb89cb1c631d94.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/xz-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/xz-utils/xz-utils-9999.ebuild X-VCS-Directories: app-arch/xz-utils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 05bb76fc10f59fb46bc904c01fdb89cb1c631d94 X-VCS-Branch: master Date: Mon, 15 Apr 2024 23:13:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c1b3b15e-472a-43ff-ab52-7eb94286a665 X-Archives-Hash: 8327bd47b6fb3b3554f9c06508852847 commit: 05bb76fc10f59fb46bc904c01fdb89cb1c631d94 Author: Sam James gentoo org> AuthorDate: Mon Apr 15 23:10:13 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 15 23:13:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05bb76fc app-arch/xz-utils: fix live ebuild (drop obsolete rm) The malicious test files were removed in an upstream commit [0]. The git repository is currently being reviewed. The `rm ...` would fail as a result since that happened. [0] e93e13c8b3bec925c56e0c0b675d8000a0f7f754 Signed-off-by: Sam James gentoo.org> app-arch/xz-utils/xz-utils-9999.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/app-arch/xz-utils/xz-utils-9999.ebuild b/app-arch/xz-utils/xz-utils-9999.ebuild index 1f42a49bc42b..ec5227371390 100644 --- a/app-arch/xz-utils/xz-utils-9999.ebuild +++ b/app-arch/xz-utils/xz-utils-9999.ebuild @@ -56,9 +56,6 @@ fi src_prepare() { default - # Delete known-compromised test data (bug #928134) - rm tests/files/bad-3-corrupt_lzma2.xz tests/files/good-large_compressed.lzma || die - if [[ ${PV} == 9999 ]] ; then eautopoint eautoreconf