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 9423515800F for ; Mon, 9 Jan 2023 09:52:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDC0CE07C7; Mon, 9 Jan 2023 09:52:16 +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 C1210E07C7 for ; Mon, 9 Jan 2023 09:52:16 +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 98231340E2C for ; Mon, 9 Jan 2023 09:52:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17D6E771 for ; Mon, 9 Jan 2023 09:52:14 +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: <1673257925.23401db9735b9ef27261f5f098d79d86648b13c2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/pidgin/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/pidgin/pidgin-2.14.10-r1.ebuild net-im/pidgin/pidgin-2.14.10.ebuild X-VCS-Directories: net-im/pidgin/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 23401db9735b9ef27261f5f098d79d86648b13c2 X-VCS-Branch: master Date: Mon, 9 Jan 2023 09:52:14 +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: bbe60cc0-e2b0-4ee1-9c39-20ab147e8031 X-Archives-Hash: d24967ba4c0a9a2fb29c4cabd167311c commit: 23401db9735b9ef27261f5f098d79d86648b13c2 Author: Sam James gentoo org> AuthorDate: Mon Jan 9 09:50:28 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 9 09:52:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23401db9 net-im/pidgin: don't downgrade FORTIFY_SOURCE Closes: https://bugs.gentoo.org/890276 Signed-off-by: Sam James gentoo.org> net-im/pidgin/{pidgin-2.14.10.ebuild => pidgin-2.14.10-r1.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-im/pidgin/pidgin-2.14.10.ebuild b/net-im/pidgin/pidgin-2.14.10-r1.ebuild similarity index 98% rename from net-im/pidgin/pidgin-2.14.10.ebuild rename to net-im/pidgin/pidgin-2.14.10-r1.ebuild index d79adeb62abb..ad67e8e1825c 100644 --- a/net-im/pidgin/pidgin-2.14.10.ebuild +++ b/net-im/pidgin/pidgin-2.14.10-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=8 @@ -183,6 +183,8 @@ src_configure() { local myconf=( --disable-mono --disable-static + # Don't downgrade F_S, we already set it in toolchain, bug #890276 + --disable-fortify --with-dynamic-prpls="${DEFAULT_PRPLS}" --with-system-ssl-certs="${EPREFIX}/etc/ssl/certs/" --x-includes="${EPREFIX}"/usr/include/X11