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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 062E1158042 for ; Fri, 18 Oct 2024 21:39:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 020BEE0844; Fri, 18 Oct 2024 21:39:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D9631E0844 for ; Fri, 18 Oct 2024 21:39:30 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E05EB3430D0 for ; Fri, 18 Oct 2024 21:39:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18C2614CA for ; Fri, 18 Oct 2024 21:39:28 +0000 (UTC) From: "Mike Pagano" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Pagano" Message-ID: <1729287445.74099c1ec41a148e58bb49d84e2664f441fd04d5.mpagano@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/linux-firmware/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/linux-firmware/linux-firmware-99999999.ebuild X-VCS-Directories: sys-kernel/linux-firmware/ X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: 74099c1ec41a148e58bb49d84e2664f441fd04d5 X-VCS-Branch: master Date: Fri, 18 Oct 2024 21:39:28 +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: 0876d4fb-d87f-4f4a-93f6-dfd36b533739 X-Archives-Hash: a2a289d5a66ee9ffededae7c68b48d22 commit: 74099c1ec41a148e58bb49d84e2664f441fd04d5 Author: Emil Velikov gmail com> AuthorDate: Fri Oct 18 14:10:21 2024 +0000 Commit: Mike Pagano gentoo org> CommitDate: Fri Oct 18 21:37:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74099c1e sys-kernel/linux-firmware: remove chmod workarounds The upstream tooling has been updated recently to include file module validation and all the firmware files have dropped their execute bit. Thus we no longer need the local chmod workarounds. Signed-off-by: Emil Velikov gmail.com> Closes: https://github.com/gentoo/gentoo/pull/39030 Signed-off-by: Mike Pagano gentoo.org> sys-kernel/linux-firmware/linux-firmware-99999999.ebuild | 8 -------- 1 file changed, 8 deletions(-) diff --git a/sys-kernel/linux-firmware/linux-firmware-99999999.ebuild b/sys-kernel/linux-firmware/linux-firmware-99999999.ebuild index 061615ff0042..f49e8118b8be 100644 --- a/sys-kernel/linux-firmware/linux-firmware-99999999.ebuild +++ b/sys-kernel/linux-firmware/linux-firmware-99999999.ebuild @@ -120,14 +120,6 @@ src_unpack() { src_prepare() { default - find . -type f -not -perm 0644 -print0 \ - | xargs --null --no-run-if-empty chmod 0644 \ - || die - - chmod +x "${S}"/{copy-firmware.sh,dedup-firmware.sh,check_whence.py,build_packages.py} || die - chmod +x "${S}"/{carl9170fw/autogen.sh,carl9170fw/genapi.sh} || die - chmod +x "${S}"/contrib/process_linux_firmware.py || die - cp "${FILESDIR}/${PN}-make-amd-ucode-img.bash" "${T}/make-amd-ucode-img" || die chmod +x "${T}/make-amd-ucode-img" || die