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 3E349158089 for ; Wed, 8 Nov 2023 13:49:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7997A2BC01D; Wed, 8 Nov 2023 13:49:58 +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 542892BC018 for ; Wed, 8 Nov 2023 13:49:58 +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 4A8A4335D5E for ; Wed, 8 Nov 2023 13:49:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2103EA8 for ; Wed, 8 Nov 2023 13:49:55 +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: <1699451312.facd150b951eb0f535982b3358571359eb798cdb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/valgrind/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/valgrind/valgrind-9999.ebuild X-VCS-Directories: dev-util/valgrind/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: facd150b951eb0f535982b3358571359eb798cdb X-VCS-Branch: master Date: Wed, 8 Nov 2023 13:49:55 +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: 3c185751-9971-4291-9a2a-664f29ec59e4 X-Archives-Hash: 3c7485a61d424b231abb621a08e5ede6 commit: facd150b951eb0f535982b3358571359eb798cdb Author: Paul Zander gmail com> AuthorDate: Wed Nov 8 12:58:35 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Nov 8 13:48:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=facd150b dev-util/valgrind: 9999 drop merged fortify patch Patch has been merged upstream in https://sourceware.org/git/?p=valgrind.git;a=commit;h=53e101f562fa89bbf92d658fba626e2397862a16 See https://bugs.kde.org/show_bug.cgi?id=402833#c10 Signed-off-by: Paul Zander gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33726 Signed-off-by: Sam James gentoo.org> dev-util/valgrind/valgrind-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-util/valgrind/valgrind-9999.ebuild b/dev-util/valgrind/valgrind-9999.ebuild index db1e7651ad3e..08632de09fad 100644 --- a/dev-util/valgrind/valgrind-9999.ebuild +++ b/dev-util/valgrind/valgrind-9999.ebuild @@ -44,7 +44,6 @@ PATCHES=( "${FILESDIR}"/${PN}-3.7.0-respect-flags.patch "${FILESDIR}"/${PN}-3.15.0-Build-ldst_multiple-test-with-fno-pie.patch "${FILESDIR}"/${PN}-3.21.0-glibc-2.34-suppressions.patch - "${FILESDIR}"/${PN}-3.21.0-memcpy-fortify_source.patch ) src_prepare() {