From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 57DB21580E0 for ; Tue, 28 Jan 2025 07:22:14 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 42F4334314D for ; Tue, 28 Jan 2025 07:22:14 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 36964110470; Tue, 28 Jan 2025 07:22:13 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 2A11911046F for ; Tue, 28 Jan 2025 07:22:13 +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 D70CC343147 for ; Tue, 28 Jan 2025 07:22:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 456EE1979 for ; Tue, 28 Jan 2025 07:22:11 +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: <1738048535.97a888d8fd580498c116c643ad10b6fe937abdb9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/tpop3d/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/tpop3d/tpop3d-1.5.5-r5.ebuild X-VCS-Directories: net-mail/tpop3d/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 97a888d8fd580498c116c643ad10b6fe937abdb9 X-VCS-Branch: master Date: Tue, 28 Jan 2025 07:22:11 +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: 718d0e69-e2e0-4032-aa82-e87863690ab8 X-Archives-Hash: 26ca2678fecf53f550d99c2280fb3138 commit: 97a888d8fd580498c116c643ad10b6fe937abdb9 Author: Sam James gentoo org> AuthorDate: Tue Jan 28 07:14:36 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 28 07:15:35 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97a888d8 net-mail/tpop3d: drop filter-flags -fno-stack-protector This was a bug in some ancient GCC when SSP was still brand-new and was confirmed to work w/ newer GCC (4.1.2) in https://bugs.gentoo.org/115285#c19 in 2007. Bug: https://bugs.gentoo.org/115285 Signed-off-by: Sam James gentoo.org> net-mail/tpop3d/tpop3d-1.5.5-r5.ebuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/net-mail/tpop3d/tpop3d-1.5.5-r5.ebuild b/net-mail/tpop3d/tpop3d-1.5.5-r5.ebuild index 546c0f2a23ed..b74d5ddaf8e4 100644 --- a/net-mail/tpop3d/tpop3d-1.5.5-r5.ebuild +++ b/net-mail/tpop3d/tpop3d-1.5.5-r5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit flag-o-matic autotools +inherit autotools DESCRIPTION="An extensible POP3 server with vmail-sql/MySQL support" HOMEPAGE="https://savannah.nongnu.org/projects/tpop3d/" @@ -76,10 +76,6 @@ src_configure() { use tcpd && myconf="${myconf} --enable-tcp-wrappers" econf ${myconf} - - # Causes crash with "stack smashing attack" on connect, because of bug in - # SSP (bug #115285) - filter-flags -fstack-protector } src_install() {