diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-04-24 00:14:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-04-24 00:14:32 +0000 |
commit | 8949639f7f2050ab25e9e94055b2ad20549fd991 (patch) | |
tree | 0c8f2f8c1123a427a817943a79df97450bb558b4 /net-ftp/pure-ftpd | |
parent | old (diff) | |
download | gentoo-2-8949639f7f2050ab25e9e94055b2ad20549fd991.tar.gz gentoo-2-8949639f7f2050ab25e9e94055b2ad20549fd991.tar.bz2 gentoo-2-8949639f7f2050ab25e9e94055b2ad20549fd991.zip |
Disable automatic ssp flags -- this is the realm of user flags.
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'net-ftp/pure-ftpd')
-rw-r--r-- | net-ftp/pure-ftpd/ChangeLog | 6 | ||||
-rw-r--r-- | net-ftp/pure-ftpd/pure-ftpd-1.0.29-r1.ebuild | 5 | ||||
-rw-r--r-- | net-ftp/pure-ftpd/pure-ftpd-1.0.32-r2.ebuild | 5 | ||||
-rw-r--r-- | net-ftp/pure-ftpd/pure-ftpd-1.0.35.ebuild | 5 | ||||
-rw-r--r-- | net-ftp/pure-ftpd/pure-ftpd-1.0.36.ebuild | 5 |
5 files changed, 21 insertions, 5 deletions
diff --git a/net-ftp/pure-ftpd/ChangeLog b/net-ftp/pure-ftpd/ChangeLog index 42040736aac2..2bbea31489af 100644 --- a/net-ftp/pure-ftpd/ChangeLog +++ b/net-ftp/pure-ftpd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-ftp/pure-ftpd # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/ChangeLog,v 1.137 2012/04/17 19:44:05 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/ChangeLog,v 1.138 2012/04/24 00:14:32 vapier Exp $ + + 24 Apr 2012; Mike Frysinger <vapier@gentoo.org> pure-ftpd-1.0.29-r1.ebuild, + pure-ftpd-1.0.32-r2.ebuild, pure-ftpd-1.0.35.ebuild, pure-ftpd-1.0.36.ebuild: + Disable automatic ssp flags -- this is the realm of user flags. 17 Apr 2012; Brent Baude <ranger@gentoo.org> pure-ftpd-1.0.35.ebuild: Marking pure-ftpd-1.0.35 ppc64 for bug 410129 diff --git a/net-ftp/pure-ftpd/pure-ftpd-1.0.29-r1.ebuild b/net-ftp/pure-ftpd/pure-ftpd-1.0.29-r1.ebuild index f4a1c2271489..0cc3dfcaf954 100644 --- a/net-ftp/pure-ftpd/pure-ftpd-1.0.29-r1.ebuild +++ b/net-ftp/pure-ftpd/pure-ftpd-1.0.29-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/pure-ftpd-1.0.29-r1.ebuild,v 1.5 2012/03/29 11:33:22 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/pure-ftpd-1.0.29-r1.ebuild,v 1.6 2012/04/24 00:14:32 vapier Exp $ EAPI=2 inherit eutils confutils flag-o-matic @@ -62,6 +62,9 @@ src_configure() { use anonren && append-cppflags -DANON_CAN_RENAME use anonres && append-cppflags -DANON_CAN_RESUME + # Do not auto-use SSP -- let the user select this. + export ax_cv_check_cflags___fstack_protector_all=no + econf \ --with-altlog \ --with-cookie \ diff --git a/net-ftp/pure-ftpd/pure-ftpd-1.0.32-r2.ebuild b/net-ftp/pure-ftpd/pure-ftpd-1.0.32-r2.ebuild index 42da2d6c06e3..5e44c6b35429 100644 --- a/net-ftp/pure-ftpd/pure-ftpd-1.0.32-r2.ebuild +++ b/net-ftp/pure-ftpd/pure-ftpd-1.0.32-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/pure-ftpd-1.0.32-r2.ebuild,v 1.8 2012/03/29 11:33:22 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/pure-ftpd-1.0.32-r2.ebuild,v 1.9 2012/04/24 00:14:32 vapier Exp $ EAPI=2 inherit eutils confutils flag-o-matic @@ -66,6 +66,9 @@ src_configure() { use anonres && append-cppflags -DANON_CAN_RESUME use resolveids && append-cppflags -DALWAYS_RESOLVE_IDS + # Do not auto-use SSP -- let the user select this. + export ax_cv_check_cflags___fstack_protector_all=no + econf \ --with-altlog \ --with-cookie \ diff --git a/net-ftp/pure-ftpd/pure-ftpd-1.0.35.ebuild b/net-ftp/pure-ftpd/pure-ftpd-1.0.35.ebuild index 335b1814ebf6..688d808d20b9 100644 --- a/net-ftp/pure-ftpd/pure-ftpd-1.0.35.ebuild +++ b/net-ftp/pure-ftpd/pure-ftpd-1.0.35.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/pure-ftpd-1.0.35.ebuild,v 1.8 2012/04/17 19:44:05 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/pure-ftpd-1.0.35.ebuild,v 1.9 2012/04/24 00:14:32 vapier Exp $ EAPI=2 inherit eutils confutils flag-o-matic @@ -66,6 +66,9 @@ src_configure() { use anonres && append-cppflags -DANON_CAN_RESUME use resolveids && append-cppflags -DALWAYS_RESOLVE_IDS + # Do not auto-use SSP -- let the user select this. + export ax_cv_check_cflags___fstack_protector_all=no + econf \ --with-altlog \ --with-cookie \ diff --git a/net-ftp/pure-ftpd/pure-ftpd-1.0.36.ebuild b/net-ftp/pure-ftpd/pure-ftpd-1.0.36.ebuild index 407294de127b..d08eb9fd5d04 100644 --- a/net-ftp/pure-ftpd/pure-ftpd-1.0.36.ebuild +++ b/net-ftp/pure-ftpd/pure-ftpd-1.0.36.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/pure-ftpd-1.0.36.ebuild,v 1.2 2012/03/29 11:33:22 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/pure-ftpd-1.0.36.ebuild,v 1.3 2012/04/24 00:14:32 vapier Exp $ EAPI=2 inherit eutils confutils flag-o-matic @@ -66,6 +66,9 @@ src_configure() { use anonres && append-cppflags -DANON_CAN_RESUME use resolveids && append-cppflags -DALWAYS_RESOLVE_IDS + # Do not auto-use SSP -- let the user select this. + export ax_cv_check_cflags___fstack_protector_all=no + econf \ --with-altlog \ --with-cookie \ |