summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <swift@gentoo.org>2014-08-01 21:11:03 +0000
committerSven Vermeulen <swift@gentoo.org>2014-08-01 21:11:03 +0000
commit681ab127d8be741687c7e3606270a7dec6b708e2 (patch)
treeecadaca0e3446f3f239f0d78494e31f141e0c5f4 /sec-policy
parentStabilization of r3, and make r4 available for testing (diff)
downloadgentoo-2-681ab127d8be741687c7e3606270a7dec6b708e2.tar.gz
gentoo-2-681ab127d8be741687c7e3606270a7dec6b708e2.tar.bz2
gentoo-2-681ab127d8be741687c7e3606270a7dec6b708e2.zip
Fix bug #509728 - Add in support for openresolv
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
Diffstat (limited to 'sec-policy')
-rw-r--r--sec-policy/selinux-resolvconf/ChangeLog9
-rw-r--r--sec-policy/selinux-resolvconf/selinux-resolvconf-2.20140311-r4.ebuild14
2 files changed, 21 insertions, 2 deletions
diff --git a/sec-policy/selinux-resolvconf/ChangeLog b/sec-policy/selinux-resolvconf/ChangeLog
index 28ed4dfaf7a7..73972e0da7fc 100644
--- a/sec-policy/selinux-resolvconf/ChangeLog
+++ b/sec-policy/selinux-resolvconf/ChangeLog
@@ -1,10 +1,15 @@
# ChangeLog for sec-policy/selinux-resolvconf
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-resolvconf/ChangeLog,v 1.1 2014/06/25 20:02:19 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-resolvconf/ChangeLog,v 1.2 2014/08/01 21:11:03 swift Exp $
+
+*selinux-resolvconf-2.20140311-r4 (01 Aug 2014)
+
+ 01 Aug 2014; Sven Vermeulen <swift@gentoo.org>
+ +selinux-resolvconf-2.20140311-r4.ebuild:
+ Fix bug #509728 - Add in support for openresolv
*selinux-resolvconf-9999 (25 Jun 2014)
25 Jun 2014; Sven Vermeulen <swift@gentoo.org>
+selinux-resolvconf-9999.ebuild, +metadata.xml:
Fix bug #509728 - Add support for openresolv (resolvconf implementation)
-
diff --git a/sec-policy/selinux-resolvconf/selinux-resolvconf-2.20140311-r4.ebuild b/sec-policy/selinux-resolvconf/selinux-resolvconf-2.20140311-r4.ebuild
new file mode 100644
index 000000000000..2eadf31829a6
--- /dev/null
+++ b/sec-policy/selinux-resolvconf/selinux-resolvconf-2.20140311-r4.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-resolvconf/selinux-resolvconf-2.20140311-r4.ebuild,v 1.1 2014/08/01 21:11:03 swift Exp $
+EAPI="5"
+
+IUSE=""
+MODS="resolvconf"
+BASEPOL="2.20140311-r4"
+
+inherit selinux-policy-2
+
+DESCRIPTION="SELinux policy for resolvconf"
+
+KEYWORDS="~amd64 ~x86"