commit:     97a888d8fd580498c116c643ad10b6fe937abdb9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 28 07:14:36 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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() {

Reply via email to