diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2011-06-04 16:18:23 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2011-06-04 16:18:23 +0000 |
commit | 1ce698257d5b8e18857d9a8a6000296b33675e6a (patch) | |
tree | b56e0335f1c19af1c25512d40c80537215da0fe4 /sec-policy/selinux-apache | |
parent | Fixed signing manifest (diff) | |
download | historical-1ce698257d5b8e18857d9a8a6000296b33675e6a.tar.gz historical-1ce698257d5b8e18857d9a8a6000296b33675e6a.tar.bz2 historical-1ce698257d5b8e18857d9a8a6000296b33675e6a.zip |
Removed deprecated policies
Package-Manager: portage-2.1.9.42/cvs/Linux x86_64
Diffstat (limited to 'sec-policy/selinux-apache')
5 files changed, 6 insertions, 79 deletions
diff --git a/sec-policy/selinux-apache/ChangeLog b/sec-policy/selinux-apache/ChangeLog index 61086ce403ab..24b75ab199f3 100644 --- a/sec-policy/selinux-apache/ChangeLog +++ b/sec-policy/selinux-apache/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sec-policy/selinux-apache # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-apache/ChangeLog,v 1.25 2011/06/02 12:03:36 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-apache/ChangeLog,v 1.26 2011/06/04 15:57:40 blueness Exp $ + + 04 Jun 2011; Anthony G. Basile <blueness@gentoo.org> + -selinux-apache-2.20090730.ebuild, -selinux-apache-2.20091215.ebuild, + -selinux-apache-2.20101213.ebuild, -selinux-apache-20080525.ebuild: + Removed deprecated policies 02 Jun 2011; Anthony G. Basile <blueness@gentoo.org> selinux-apache-2.20101213-r1.ebuild: diff --git a/sec-policy/selinux-apache/selinux-apache-2.20090730.ebuild b/sec-policy/selinux-apache/selinux-apache-2.20090730.ebuild deleted file mode 100644 index e56955300f18..000000000000 --- a/sec-policy/selinux-apache/selinux-apache-2.20090730.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-apache/selinux-apache-2.20090730.ebuild,v 1.1 2009/08/05 13:35:14 pebenito Exp $ - -MODS="apache" -IUSE="" - -inherit selinux-policy-2 - -DESCRIPTION="SELinux policy for Apache HTTPD" - -KEYWORDS="~amd64 ~x86" diff --git a/sec-policy/selinux-apache/selinux-apache-2.20091215.ebuild b/sec-policy/selinux-apache/selinux-apache-2.20091215.ebuild deleted file mode 100644 index 1ac2cf80d5a0..000000000000 --- a/sec-policy/selinux-apache/selinux-apache-2.20091215.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-apache/selinux-apache-2.20091215.ebuild,v 1.1 2009/12/16 02:54:13 pebenito Exp $ - -MODS="apache" -IUSE="" - -inherit selinux-policy-2 - -DESCRIPTION="SELinux policy for Apache HTTPD" - -KEYWORDS="~amd64 ~x86" diff --git a/sec-policy/selinux-apache/selinux-apache-2.20101213.ebuild b/sec-policy/selinux-apache/selinux-apache-2.20101213.ebuild deleted file mode 100644 index de517017cf26..000000000000 --- a/sec-policy/selinux-apache/selinux-apache-2.20101213.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-apache/selinux-apache-2.20101213.ebuild,v 1.1 2011/02/05 12:07:06 blueness Exp $ -IUSE="kerberos" -MODS="apache" - -inherit selinux-policy-2 - -DESCRIPTION="SELinux policy for Apache HTTPD" -DEPEND="${DEPEND} - kerberos? ( sec-policy/selinux-kerberos )" -RDEPEND="${DEPEND}" - -KEYWORDS="~amd64 ~x86" -S="${WORKDIR}/" - -src_unpack() { - selinux-policy-2_src_unpack - if [ ! use kerberos ]; then - [ -z "${POLICY_TYPES}" ] && local POLICY_TYPES="strict targeted" - for i in ${POLICY_TYPES}; do - sed -i -e "/httpd_keytab_t/d" \ - "${S}/${i}/apache.fc" - done - fi -} - -pkg_postinst() { - selinux-policy-2_pkg_postinst - if [ use kerberos ] ; then - einfo "If you decide to uninstall Kerberos, you should clear the" - einfo "kerberos use flag here, and then emerge this module again." - einfo "Failure to do so may result in policy compile errors in the" - einfo "future." - else - einfo "If you install Kerberos later, you should set the kerberos" - einfo "use flag here, and then emerge this module again in order to" - einfo "get all of the relevant policy changes. Failure to do so may" - einfo "result in errors authenticating against kerberos servers by" - einfo "Apache." - fi -} diff --git a/sec-policy/selinux-apache/selinux-apache-20080525.ebuild b/sec-policy/selinux-apache/selinux-apache-20080525.ebuild deleted file mode 100644 index 61526cb7b474..000000000000 --- a/sec-policy/selinux-apache/selinux-apache-20080525.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-apache/selinux-apache-20080525.ebuild,v 1.3 2009/08/14 21:19:26 pebenito Exp $ - -MODS="apache" -IUSE="" - -inherit selinux-policy-2 - -DESCRIPTION="SELinux policy for Apache HTTPD" - -KEYWORDS="amd64 x86" |