diff options
author | 2012-01-14 19:59:59 +0000 | |
---|---|---|
committer | 2012-01-14 19:59:59 +0000 | |
commit | be2f8e09533fd8e19ec5472e7d38ea40449dcea6 (patch) | |
tree | 4d348b4caba2edff1984cf8f4d48344a1d3be437 /sec-policy/selinux-fail2ban | |
parent | Fix bug #393401, #375475 (diff) | |
download | historical-be2f8e09533fd8e19ec5472e7d38ea40449dcea6.tar.gz historical-be2f8e09533fd8e19ec5472e7d38ea40449dcea6.tar.bz2 historical-be2f8e09533fd8e19ec5472e7d38ea40449dcea6.zip |
Bump to rev 11, add in dependencies and new selinux policy packages
Package-Manager: portage-2.1.10.41/cvs/Linux x86_64
Diffstat (limited to 'sec-policy/selinux-fail2ban')
-rw-r--r-- | sec-policy/selinux-fail2ban/ChangeLog | 9 | ||||
-rw-r--r-- | sec-policy/selinux-fail2ban/selinux-fail2ban-2.20110726-r2.ebuild | 14 |
2 files changed, 21 insertions, 2 deletions
diff --git a/sec-policy/selinux-fail2ban/ChangeLog b/sec-policy/selinux-fail2ban/ChangeLog index dcc241879188..3875fa7ce4e8 100644 --- a/sec-policy/selinux-fail2ban/ChangeLog +++ b/sec-policy/selinux-fail2ban/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sec-policy/selinux-fail2ban -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-fail2ban/ChangeLog,v 1.6 2011/12/17 10:39:15 swift Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-fail2ban/ChangeLog,v 1.7 2012/01/14 19:59:58 swift Exp $ + +*selinux-fail2ban-2.20110726-r2 (14 Jan 2012) + + 14 Jan 2012; <swift@gentoo.org> +selinux-fail2ban-2.20110726-r2.ebuild: + Numerous fixes in policy *selinux-fail2ban-2.20110726-r1 (17 Dec 2011) diff --git a/sec-policy/selinux-fail2ban/selinux-fail2ban-2.20110726-r2.ebuild b/sec-policy/selinux-fail2ban/selinux-fail2ban-2.20110726-r2.ebuild new file mode 100644 index 000000000000..44170fd3c640 --- /dev/null +++ b/sec-policy/selinux-fail2ban/selinux-fail2ban-2.20110726-r2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-fail2ban/selinux-fail2ban-2.20110726-r2.ebuild,v 1.1 2012/01/14 19:59:58 swift Exp $ +EAPI="4" + +IUSE="" +MODS="fail2ban" +BASEPOL="2.20110726-r10" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for fail2ban" + +KEYWORDS="~amd64 ~x86" |