diff options
Diffstat (limited to 'sec-policy/selinux-portmap')
-rw-r--r-- | sec-policy/selinux-portmap/ChangeLog | 7 | ||||
-rw-r--r-- | sec-policy/selinux-portmap/selinux-portmap-2.20110726.ebuild | 13 |
2 files changed, 19 insertions, 1 deletions
diff --git a/sec-policy/selinux-portmap/ChangeLog b/sec-policy/selinux-portmap/ChangeLog index 65811cd4896d..2be0d9698537 100644 --- a/sec-policy/selinux-portmap/ChangeLog +++ b/sec-policy/selinux-portmap/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sec-policy/selinux-portmap # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-portmap/ChangeLog,v 1.24 2011/06/04 17:54:43 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-portmap/ChangeLog,v 1.25 2011/08/28 21:13:03 swift Exp $ + +*selinux-portmap-2.20110726 (28 Aug 2011) + + 28 Aug 2011; <swift@gentoo.org> +selinux-portmap-2.20110726.ebuild: + Updating policy builds to refpolicy 20110726 04 Jun 2011; Anthony G. Basile <blueness@gentoo.org> -selinux-portmap-2.20090730.ebuild, -selinux-portmap-2.20091215.ebuild, diff --git a/sec-policy/selinux-portmap/selinux-portmap-2.20110726.ebuild b/sec-policy/selinux-portmap/selinux-portmap-2.20110726.ebuild new file mode 100644 index 000000000000..7be7ebd87c6e --- /dev/null +++ b/sec-policy/selinux-portmap/selinux-portmap-2.20110726.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-portmap/selinux-portmap-2.20110726.ebuild,v 1.1 2011/08/28 21:13:03 swift Exp $ +EAPI="4" + +IUSE="" +MODS="portmap" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for portmap" + +KEYWORDS="~amd64 ~x86" |