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 612A0158096 for ; Sun, 25 Sep 2022 01:27:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6CD2E0BAC; Sun, 25 Sep 2022 01:27:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 8F756E0BAA for ; Sun, 25 Sep 2022 01:27:56 +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 C71E4340E96 for ; Sun, 25 Sep 2022 01:27:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 510A05F2 for ; Sun, 25 Sep 2022 01:27:53 +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: <1664069239.83eeb745e14a21cf045994a56cf70f66d1945b25.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/hydra/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/hydra/files/hydra-9999999-respect-cflags-more.patch X-VCS-Directories: net-analyzer/hydra/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 83eeb745e14a21cf045994a56cf70f66d1945b25 X-VCS-Branch: master Date: Sun, 25 Sep 2022 01:27:53 +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: dacb9165-4d3a-400c-ae09-44260b493c2c X-Archives-Hash: 82a8387b0dcdb66417bc28500d63a874 commit: 83eeb745e14a21cf045994a56cf70f66d1945b25 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Wed Sep 14 06:37:39 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Sep 25 01:27:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83eeb745 net-analyzer/hydra: remove unused patch Signed-off-by: Michael Mair-Keimberger levelnine.at> Portage 3.0.35 / pkgdev 0.2.1 / pkgcheck 0.10.14 Closes: https://github.com/gentoo/gentoo/pull/27248 Signed-off-by: Sam James gentoo.org> .../files/hydra-9999999-respect-cflags-more.patch | 31 ---------------------- 1 file changed, 31 deletions(-) diff --git a/net-analyzer/hydra/files/hydra-9999999-respect-cflags-more.patch b/net-analyzer/hydra/files/hydra-9999999-respect-cflags-more.patch deleted file mode 100644 index 0fe5753ec8af..000000000000 --- a/net-analyzer/hydra/files/hydra-9999999-respect-cflags-more.patch +++ /dev/null @@ -1,31 +0,0 @@ -Don't inject hardening CFLAGS. We already have these by default in Gentoo. ---- a/configure -+++ b/configure -@@ -1380,27 +1380,6 @@ if [ -n "$CRYPTO_PATH" ]; then - echo " ... RSA_generate_key()$RSA found" - fi - --echo "Checking for secure compile option support in $CC ..." --GCCSEC="no" --LDSEC="no" --GCCSECOPT="-fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2" --echo '#include ' > $TMPC.c --echo 'int main() { printf(""); return 0; }' >> $TMPC.c --$CC -pie -fPIE $GCCSEPOPT -o $TMPC $TMPC.c > /dev/null 2> $TMPC.c.err --test -x $TMPC && GCCSEC="yes" --grep -q fPI $TMPC.c.err || GCCSECOPT="-pie -fPIE $GCCSECOPT" --rm -f "$TMPC" --$CC $GCCSECOPT -Wl,-z,now -Wl,-z,relro -o $TMPC $TMPC.c > /dev/null 2> $TMPC.c.err --test -x $TMPC && { LDSEC="yes" ; GCCSECOPT="$GCCSECOPT -Wl,-z,now -Wl,-z,relro" ; } --rm -f $TMPC $TMPC.c $TMPC.c.err --echo " Compiling... $GCCSEC" --echo " Linking... $LDSEC" -- --echo "Checking for --allow-multiple-definition linker option ... $WALLOW" --if [ "$WALLOW" = "yes" ]; then -- GCCSECOPT="$GCCSECOPT -Wl,--allow-multiple-definition" --fi -- - echo - XDEFINES="" - XLIBS="" \ No newline at end of file