diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2011-07-21 17:16:12 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2011-07-21 17:16:12 +0000 |
commit | a38632551a6cde11e20397f7f59479f81c7ca03a (patch) | |
tree | c136037d03ecdc5303aa4db886f26c21d557e8b2 /net-ftp | |
parent | New debian patch set. Switch to EAPI4 (diff) | |
download | gentoo-2-a38632551a6cde11e20397f7f59479f81c7ca03a.tar.gz gentoo-2-a38632551a6cde11e20397f7f59479f81c7ca03a.tar.bz2 gentoo-2-a38632551a6cde11e20397f7f59479f81c7ca03a.zip |
Removed unused 'hardened' flag, bug #375877
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/proftpd/ChangeLog | 6 | ||||
-rw-r--r-- | net-ftp/proftpd/proftpd-1.3.3d-r1.ebuild | 4 | ||||
-rw-r--r-- | net-ftp/proftpd/proftpd-1.3.3e.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-ftp/proftpd/ChangeLog b/net-ftp/proftpd/ChangeLog index 8d79b804b600..8da6c6296d96 100644 --- a/net-ftp/proftpd/ChangeLog +++ b/net-ftp/proftpd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-ftp/proftpd # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/ChangeLog,v 1.273 2011/04/14 19:02:59 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/ChangeLog,v 1.274 2011/07/21 17:16:12 blueness Exp $ + + 21 Jul 2011; Anthony G. Basile <blueness@gentoo.org> + proftpd-1.3.3d-r1.ebuild, proftpd-1.3.3e.ebuild: + Removed unused 'hardened' flag, bug #375877 *proftpd-1.3.4_rc2-r1 (14 Apr 2011) diff --git a/net-ftp/proftpd/proftpd-1.3.3d-r1.ebuild b/net-ftp/proftpd/proftpd-1.3.3d-r1.ebuild index 2912a16e322c..08ed27b9ea22 100644 --- a/net-ftp/proftpd/proftpd-1.3.3d-r1.ebuild +++ b/net-ftp/proftpd/proftpd-1.3.3d-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.3.3d-r1.ebuild,v 1.7 2011/02/26 17:49:20 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.3.3d-r1.ebuild,v 1.8 2011/07/21 17:16:12 blueness Exp $ EAPI="2" inherit eutils autotools @@ -26,7 +26,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 sparc x86" -IUSE="acl authfile ban +caps case clamav +ctrls deflate doc exec hardened ifsession ident ipv6 kerberos ldap mysql ncurses nls pam postgres radius ratio readme rewrite selinux sftp shaper sitemisc softquota ssl tcpd trace vroot xinetd" +IUSE="acl authfile ban +caps case clamav +ctrls deflate doc exec ifsession ident ipv6 kerberos ldap mysql ncurses nls pam postgres radius ratio readme rewrite selinux sftp shaper sitemisc softquota ssl tcpd trace vroot xinetd" DEPEND="acl? ( sys-apps/acl sys-apps/attr ) caps? ( sys-libs/libcap ) diff --git a/net-ftp/proftpd/proftpd-1.3.3e.ebuild b/net-ftp/proftpd/proftpd-1.3.3e.ebuild index ec94c69fc4bf..b36d45d2a6c3 100644 --- a/net-ftp/proftpd/proftpd-1.3.3e.ebuild +++ b/net-ftp/proftpd/proftpd-1.3.3e.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.3.3e.ebuild,v 1.6 2011/04/11 17:40:42 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.3.3e.ebuild,v 1.7 2011/07/21 17:16:12 blueness Exp $ EAPI="2" inherit eutils autotools @@ -26,7 +26,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 sparc x86" -IUSE="acl authfile ban +caps case clamav +ctrls deflate doc exec hardened ifsession ident ipv6 kerberos ldap mysql ncurses nls pam postgres radius ratio readme rewrite selinux sftp shaper sitemisc softquota ssl tcpd trace vroot xinetd" +IUSE="acl authfile ban +caps case clamav +ctrls deflate doc exec ifsession ident ipv6 kerberos ldap mysql ncurses nls pam postgres radius ratio readme rewrite selinux sftp shaper sitemisc softquota ssl tcpd trace vroot xinetd" DEPEND="acl? ( sys-apps/acl sys-apps/attr ) caps? ( sys-libs/libcap ) |