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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 598EF158042 for ; Sun, 20 Oct 2024 17:30:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5538FE07C9; Sun, 20 Oct 2024 17:30:08 +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 39A47E07C9 for ; Sun, 20 Oct 2024 17:30:08 +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 42F20343099 for ; Sun, 20 Oct 2024 17:30:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6EB51AE7 for ; Sun, 20 Oct 2024 17:30:05 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1729445388.9e9f43129927504a22efd67e1ff1320d55d84a56.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/yacc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/yacc/Manifest dev-util/yacc/yacc-1.9.1-r7.ebuild dev-util/yacc/yacc-1.9.1-r8.ebuild X-VCS-Directories: dev-util/yacc/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 9e9f43129927504a22efd67e1ff1320d55d84a56 X-VCS-Branch: master Date: Sun, 20 Oct 2024 17:30:05 +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: 16c1c698-607c-4b3e-8e23-8277b773dab6 X-Archives-Hash: 9dd7e9ecd633897d461d5032f9d884a4 commit: 9e9f43129927504a22efd67e1ff1320d55d84a56 Author: Arthur Zamarin gentoo org> AuthorDate: Sun Oct 20 17:29:14 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Oct 20 17:29:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e9f4312 dev-util/yacc: fix modern C Closes: https://bugs.gentoo.org/875506 Closes: https://bugs.gentoo.org/730802 Signed-off-by: Arthur Zamarin gentoo.org> dev-util/yacc/Manifest | 1 + dev-util/yacc/{yacc-1.9.1-r7.ebuild => yacc-1.9.1-r8.ebuild} | 10 ++++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/dev-util/yacc/Manifest b/dev-util/yacc/Manifest index 307ea6be13d6..6318b80e5750 100644 --- a/dev-util/yacc/Manifest +++ b/dev-util/yacc/Manifest @@ -1 +1,2 @@ +DIST yacc-1.9.1-modern-C.patch.xz 8228 BLAKE2B b5f6097a09eb50d94f1b2516d2f2618c7877743c50afb408209f1b2eed9c66288109c5e3328839d88290d994cb29a3a5886054fe194f6b01db2900c489e3319b SHA512 20ca4ea0347f8bdf11546f1730184dc5ed190bbe684619aed6ff14f93cadb16d2d85de6b0b5f38a334d4104b84cce2ae25d4c51a8ca11f7512f33956287b7b72 DIST yacc-1.9.1.tar.Z 64805 BLAKE2B 3eeebea1dad52a26c8e90ae6aec99fe3643f040100af4516faed02295b203f717a41aec0231ecee97aa31b14c9c29cae6704e875a03e8b18a71255be9859dd09 SHA512 6adb51c5f07e8084a86688589f52d9eee0183fb4d77508e36621a6b0ba91a5c4195feb87db3401ec69560554f71f2f6984dec01266e41e0fd54fa72ef1780e80 diff --git a/dev-util/yacc/yacc-1.9.1-r7.ebuild b/dev-util/yacc/yacc-1.9.1-r8.ebuild similarity index 78% rename from dev-util/yacc/yacc-1.9.1-r7.ebuild rename to dev-util/yacc/yacc-1.9.1-r8.ebuild index b5faaa0fc64c..d36686bc5e40 100644 --- a/dev-util/yacc/yacc-1.9.1-r7.ebuild +++ b/dev-util/yacc/yacc-1.9.1-r8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,7 +7,10 @@ inherit toolchain-funcs DESCRIPTION="Yacc: Yet Another Compiler-Compiler" HOMEPAGE="http://dinosaur.compilertools.net/#yacc" -SRC_URI="ftp://metalab.unc.edu/pub/Linux/devel/compiler-tools/${P}.tar.Z" +SRC_URI=" + ftp://metalab.unc.edu/pub/Linux/devel/compiler-tools/${P}.tar.Z + https://dev.gentoo.org/~arthurzam/distfiles/dev-util/${PN}/${P}-modern-C.patch.xz +" LICENSE="public-domain" SLOT="0" @@ -23,6 +26,9 @@ PATCHES=( # Avoid stack access error. See bug 232005. "${FILESDIR}/${P}-CVE-2008-3196.patch" + + # fixes for modern C compiler, bug #730802 + "${WORKDIR}/${P}-modern-C.patch" ) src_prepare() {