summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <swift@gentoo.org>2012-07-26 13:07:44 +0000
committerSven Vermeulen <swift@gentoo.org>2012-07-26 13:07:44 +0000
commit9bb9509203d29cdab2f1e2f65ff33b7548d43bcc (patch)
tree3d533f46434784c06ac42b924b5d3a8c301ad444 /sec-policy/selinux-nginx
parentStable ppc64, bug #426668 (diff)
downloadhistorical-9bb9509203d29cdab2f1e2f65ff33b7548d43bcc.tar.gz
historical-9bb9509203d29cdab2f1e2f65ff33b7548d43bcc.tar.bz2
historical-9bb9509203d29cdab2f1e2f65ff33b7548d43bcc.zip
Bump to rev15
Package-Manager: portage-2.1.10.65/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-r15.ebuild18
2 files changed, 24 insertions, 1 deletions
diff --git a/sec-policy/selinux-nginx/ChangeLog b/sec-policy/selinux-nginx/ChangeLog
index f105b65e1b55..1b1a5733f3e0 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.10 2012/07/17 14:27:17 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-nginx/ChangeLog,v 1.11 2012/07/26 13:07:07 swift Exp $
+
+*selinux-nginx-2.20120215-r15 (26 Jul 2012)
+
+ 26 Jul 2012; Sven Vermeulen +selinux-nginx-2.20120215-r15.ebuild:
+ Bump to rev15
*selinux-nginx-2.20120215-r14 (17 Jul 2012)
diff --git a/sec-policy/selinux-nginx/selinux-nginx-2.20120215-r15.ebuild b/sec-policy/selinux-nginx/selinux-nginx-2.20120215-r15.ebuild
new file mode 100644
index 000000000000..c51e6ee5e239
--- /dev/null
+++ b/sec-policy/selinux-nginx/selinux-nginx-2.20120215-r15.ebuild
@@ -0,0 +1,18 @@
+# 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-r15.ebuild,v 1.1 2012/07/26 13:07:07 swift Exp $
+EAPI="4"
+
+IUSE=""
+MODS="nginx"
+BASEPOL="2.20120215-r15"
+
+inherit selinux-policy-2
+
+DESCRIPTION="SELinux policy for nginx"
+
+KEYWORDS="~amd64 ~x86"
+DEPEND="${DEPEND}
+ sec-policy/selinux-apache
+"
+RDEPEND="${DEPEND}"