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 DB8EB15800A for ; Thu, 27 Jul 2023 11:45:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28399E096F; Thu, 27 Jul 2023 11:45:43 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 10FDBE096F for ; Thu, 27 Jul 2023 11:45:43 +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 4B3DA3410F5 for ; Thu, 27 Jul 2023 11:45:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DBB1FDDD for ; Thu, 27 Jul 2023 11:45:40 +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: <1690458328.bcc3644e264bd94c941f10a6a43834b260a4fcea.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/sslh/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/sslh/sslh-1.22c-r1.ebuild net-misc/sslh/sslh-1.22c.ebuild net-misc/sslh/sslh-9999.ebuild X-VCS-Directories: net-misc/sslh/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bcc3644e264bd94c941f10a6a43834b260a4fcea X-VCS-Branch: master Date: Thu, 27 Jul 2023 11:45:40 +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: 77ed9165-22f7-4d7a-ae3f-80f002e81fbd X-Archives-Hash: 626bf8d2f88e3735d1624ca95aa0a42a commit: bcc3644e264bd94c941f10a6a43834b260a4fcea Author: Sam James gentoo org> AuthorDate: Thu Jul 27 11:45:03 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jul 27 11:45:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcc3644e net-misc/sslh: build with LFS Closes: https://bugs.gentoo.org/911261 Thanks-to: Allen Webb google.com> Signed-off-by: Sam James gentoo.org> net-misc/sslh/{sslh-1.22c.ebuild => sslh-1.22c-r1.ebuild} | 4 +++- net-misc/sslh/sslh-9999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/net-misc/sslh/sslh-1.22c.ebuild b/net-misc/sslh/sslh-1.22c-r1.ebuild similarity index 97% rename from net-misc/sslh/sslh-1.22c.ebuild rename to net-misc/sslh/sslh-1.22c-r1.ebuild index e757173655e9..b228c7d0c9de 100644 --- a/net-misc/sslh/sslh-1.22c.ebuild +++ b/net-misc/sslh/sslh-1.22c-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -39,6 +39,8 @@ src_prepare() { } src_compile() { + append-lfs-flags + # On older versions of GCC, the default gnu89 variant # will reject within-for-loop initializers, bug #595426 # Furthermore, we need to use the gnu variant (gnu99) instead diff --git a/net-misc/sslh/sslh-9999.ebuild b/net-misc/sslh/sslh-9999.ebuild index 9ecf187a6416..d00e3490d2df 100644 --- a/net-misc/sslh/sslh-9999.ebuild +++ b/net-misc/sslh/sslh-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -39,6 +39,8 @@ src_prepare() { } src_compile() { + append-lfs-flags + # On older versions of GCC, the default gnu89 variant # will reject within-for-loop initializers, bug #595426 # Furthermore, we need to use the gnu variant (gnu99) instead