diff options
author | Chris PeBenito <pebenito@gentoo.org> | 2009-08-05 13:35:18 +0000 |
---|---|---|
committer | Chris PeBenito <pebenito@gentoo.org> | 2009-08-05 13:35:18 +0000 |
commit | a704c90eb57eb424c9ef7abe17f9683deb787ba1 (patch) | |
tree | 1020a0984e525170498706281ee185d277ea7487 /sec-policy/selinux-bind | |
parent | removed old versions (diff) | |
download | gentoo-2-a704c90eb57eb424c9ef7abe17f9683deb787ba1.tar.gz gentoo-2-a704c90eb57eb424c9ef7abe17f9683deb787ba1.tar.bz2 gentoo-2-a704c90eb57eb424c9ef7abe17f9683deb787ba1.zip |
new upstream selinux policy release.
(Portage version: 2.2_rc35/cvs/Linux x86_64)
Diffstat (limited to 'sec-policy/selinux-bind')
-rw-r--r-- | sec-policy/selinux-bind/ChangeLog | 8 | ||||
-rw-r--r-- | sec-policy/selinux-bind/selinux-bind-2.20090730.ebuild | 12 |
2 files changed, 19 insertions, 1 deletions
diff --git a/sec-policy/selinux-bind/ChangeLog b/sec-policy/selinux-bind/ChangeLog index c6127dd259b0..c75ca1ba25f8 100644 --- a/sec-policy/selinux-bind/ChangeLog +++ b/sec-policy/selinux-bind/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sec-policy/selinux-bind # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-bind/ChangeLog,v 1.25 2009/07/22 13:12:28 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-bind/ChangeLog,v 1.26 2009/08/05 13:35:07 pebenito Exp $ + +*selinux-bind-2.20090730 (03 Aug 2009) + + 03 Aug 2009; Chris PeBenito <pebenito@gentoo.org> + +selinux-bind-2.20090730.ebuild: + New upstream release. 18 Jul 2009; Chris PeBenito <pebenito@gentoo.org> selinux-bind-20070329.ebuild, selinux-bind-20070928.ebuild, diff --git a/sec-policy/selinux-bind/selinux-bind-2.20090730.ebuild b/sec-policy/selinux-bind/selinux-bind-2.20090730.ebuild new file mode 100644 index 000000000000..9b65663196ab --- /dev/null +++ b/sec-policy/selinux-bind/selinux-bind-2.20090730.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-bind/selinux-bind-2.20090730.ebuild,v 1.1 2009/08/05 13:35:07 pebenito Exp $ + +MODS="bind" +IUSE="" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for BIND" + +KEYWORDS="~amd64 ~x86" |