diff options
author | Sven Vermeulen <swift@gentoo.org> | 2012-07-26 13:07:44 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2012-07-26 13:07:44 +0000 |
commit | 044823d5dba9c1aa6e4f066c88418e83b0f42d35 (patch) | |
tree | 4df47fc1df91d2b5ac7c72c2b718ad0117bd50c6 /sec-policy/selinux-bind | |
parent | Stable ppc64, bug #426668 (diff) | |
download | gentoo-2-044823d5dba9c1aa6e4f066c88418e83b0f42d35.tar.gz gentoo-2-044823d5dba9c1aa6e4f066c88418e83b0f42d35.tar.bz2 gentoo-2-044823d5dba9c1aa6e4f066c88418e83b0f42d35.zip |
Bump to rev15
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'sec-policy/selinux-bind')
-rw-r--r-- | sec-policy/selinux-bind/ChangeLog | 7 | ||||
-rw-r--r-- | sec-policy/selinux-bind/selinux-bind-2.20120215-r15.ebuild | 14 |
2 files changed, 20 insertions, 1 deletions
diff --git a/sec-policy/selinux-bind/ChangeLog b/sec-policy/selinux-bind/ChangeLog index 5d2ec7849307..c5c46c380dc0 100644 --- a/sec-policy/selinux-bind/ChangeLog +++ b/sec-policy/selinux-bind/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sec-policy/selinux-bind # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-bind/ChangeLog,v 1.38 2012/07/17 14:26:57 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-bind/ChangeLog,v 1.39 2012/07/26 13:07:04 swift Exp $ + +*selinux-bind-2.20120215-r15 (26 Jul 2012) + + 26 Jul 2012; Sven Vermeulen +selinux-bind-2.20120215-r15.ebuild: + Bump to rev15 *selinux-bind-2.20120215-r14 (16 Jul 2012) diff --git a/sec-policy/selinux-bind/selinux-bind-2.20120215-r15.ebuild b/sec-policy/selinux-bind/selinux-bind-2.20120215-r15.ebuild new file mode 100644 index 000000000000..cd1a7462dee8 --- /dev/null +++ b/sec-policy/selinux-bind/selinux-bind-2.20120215-r15.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-bind/selinux-bind-2.20120215-r15.ebuild,v 1.1 2012/07/26 13:07:04 swift Exp $ +EAPI="4" + +IUSE="" +MODS="bind" +BASEPOL="2.20120215-r15" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for bind" + +KEYWORDS="~amd64 ~x86" |