summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <swift@gentoo.org>2014-08-09 19:34:49 +0000
committerSven Vermeulen <swift@gentoo.org>2014-08-09 19:34:49 +0000
commit04fcfad331b96eda31ddf99cb5c9824c6f1efd40 (patch)
treedce7a044c96c1613d8cd567cf7953dab970e416b /sec-policy/selinux-pan
parentDrop insecure versions wrt bug #504088 (diff)
downloadgentoo-2-04fcfad331b96eda31ddf99cb5c9824c6f1efd40.tar.gz
gentoo-2-04fcfad331b96eda31ddf99cb5c9824c6f1efd40.tar.bz2
gentoo-2-04fcfad331b96eda31ddf99cb5c9824c6f1efd40.zip
Bump towards r5 (fixes duplicate context for hiawatha)
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
Diffstat (limited to 'sec-policy/selinux-pan')
-rw-r--r--sec-policy/selinux-pan/ChangeLog6
-rw-r--r--sec-policy/selinux-pan/selinux-pan-2.20140311-r5.ebuild17
2 files changed, 23 insertions, 0 deletions
diff --git a/sec-policy/selinux-pan/ChangeLog b/sec-policy/selinux-pan/ChangeLog
index 24aebbdac90f..ddba059a5b95 100644
--- a/sec-policy/selinux-pan/ChangeLog
+++ b/sec-policy/selinux-pan/ChangeLog
@@ -1,4 +1,10 @@
+*selinux-pan-2.20140311-r5 (09 Aug 2014)
+
+ 09 Aug 2014; Sven Vermeulen <swift@gentoo.org>
+ +selinux-pan-2.20140311-r5.ebuild:
+ Bump towards r5 (fixes duplicate context for hiawatha)
+
08 Aug 2014; Sven Vermeulen <swift@gentoo.org> selinux-pan-9999.ebuild:
Make 9999 ebuilds EAPI=5 and transform to make master for version bumps
diff --git a/sec-policy/selinux-pan/selinux-pan-2.20140311-r5.ebuild b/sec-policy/selinux-pan/selinux-pan-2.20140311-r5.ebuild
new file mode 100644
index 000000000000..48cc36e95f29
--- /dev/null
+++ b/sec-policy/selinux-pan/selinux-pan-2.20140311-r5.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-pan/selinux-pan-2.20140311-r5.ebuild,v 1.1 2014/08/09 19:34:15 swift Exp $
+EAPI="5"
+
+IUSE=""
+MODS="pan"
+
+inherit selinux-policy-2
+
+DESCRIPTION="SELinux policy for pan"
+
+KEYWORDS="~amd64 ~x86"
+DEPEND="${DEPEND}
+ sec-policy/selinux-xserver
+"
+RDEPEND="${DEPEND}"