summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <swift@gentoo.org>2012-03-31 12:29:43 +0000
committerSven Vermeulen <swift@gentoo.org>2012-03-31 12:29:43 +0000
commitc8603f841142ee4214e085d7f81f61a0aa4efccd (patch)
treed561b215cbcfe61c30621b9a3f2674263576900c /sec-policy/selinux-nginx
parentFix p11kit dependency to be >=0.11 (diff)
downloadgentoo-2-c8603f841142ee4214e085d7f81f61a0aa4efccd.tar.gz
gentoo-2-c8603f841142ee4214e085d7f81f61a0aa4efccd.tar.bz2
gentoo-2-c8603f841142ee4214e085d7f81f61a0aa4efccd.zip
Pushing out 2.20120215 SELinux policies
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'sec-policy/selinux-nginx')
-rw-r--r--sec-policy/selinux-nginx/ChangeLog7
-rw-r--r--sec-policy/selinux-nginx/selinux-nginx-2.20120215.ebuild15
2 files changed, 21 insertions, 1 deletions
diff --git a/sec-policy/selinux-nginx/ChangeLog b/sec-policy/selinux-nginx/ChangeLog
index f4c552e025d5..43376b5a1680 100644
--- a/sec-policy/selinux-nginx/ChangeLog
+++ b/sec-policy/selinux-nginx/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sec-policy/selinux-nginx
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-nginx/ChangeLog,v 1.5 2012/02/07 19:38:33 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-nginx/ChangeLog,v 1.6 2012/03/31 12:29:24 swift Exp $
+
+*selinux-nginx-2.20120215 (31 Mar 2012)
+
+ 31 Mar 2012; <swift@gentoo.org> +selinux-nginx-2.20120215.ebuild:
+ Bumping to 2.20120215 policies
07 Feb 2012; <swift@gentoo.org> selinux-nginx-2.20110726-r1.ebuild:
Adding dependency on apache policy as reported by amade on #gentoo-hardened
diff --git a/sec-policy/selinux-nginx/selinux-nginx-2.20120215.ebuild b/sec-policy/selinux-nginx/selinux-nginx-2.20120215.ebuild
new file mode 100644
index 000000000000..cd36c3a7c1e9
--- /dev/null
+++ b/sec-policy/selinux-nginx/selinux-nginx-2.20120215.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-nginx/selinux-nginx-2.20120215.ebuild,v 1.1 2012/03/31 12:29:24 swift Exp $
+EAPI="4"
+
+IUSE=""
+MODS="nginx"
+BASEPOL="2.20120215-r1"
+
+inherit selinux-policy-2
+
+DESCRIPTION="SELinux policy for nginx"
+KEYWORDS="~amd64 ~x86"
+DEPEND=">=sec-policy/selinux-apache-2.20120215"
+RDEPEND="${DEPEND}"