Gentoo Archives: gentoo-commits

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sec-policy/selinux-nginx: ChangeLog selinux-nginx-2.20110726-r1.ebuild
Date: Tue, 07 Feb 2012 19:38:51
Message-Id: 20120207193833.9EA012004B@flycatcher.gentoo.org
1 swift 12/02/07 19:38:33
2
3 Modified: ChangeLog selinux-nginx-2.20110726-r1.ebuild
4 Log:
5 Adding dependency on apache policies
6
7 (Portage version: 2.1.10.41/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 sec-policy/selinux-nginx/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-nginx/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-nginx/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-nginx/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-nginx/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 12 Nov 2011 20:53:11 -0000 1.4
23 +++ ChangeLog 7 Feb 2012 19:38:33 -0000 1.5
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sec-policy/selinux-nginx
26 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-nginx/ChangeLog,v 1.4 2011/11/12 20:53:11 swift Exp $
28 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-nginx/ChangeLog,v 1.5 2012/02/07 19:38:33 swift Exp $
30 +
31 + 07 Feb 2012; <swift@g.o> selinux-nginx-2.20110726-r1.ebuild:
32 + Adding dependency on apache policy as reported by amade on #gentoo-hardened
33
34 12 Nov 2011; <swift@g.o> -files/fix-services-nginx-r1.patch,
35 -files/fix-services-nginx-r2.patch, -selinux-nginx-2.20101213-r1.ebuild,
36
37
38
39 1.3 sec-policy/selinux-nginx/selinux-nginx-2.20110726-r1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-nginx/selinux-nginx-2.20110726-r1.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-nginx/selinux-nginx-2.20110726-r1.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-nginx/selinux-nginx-2.20110726-r1.ebuild?r1=1.2&r2=1.3
44
45 Index: selinux-nginx-2.20110726-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-nginx/selinux-nginx-2.20110726-r1.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- selinux-nginx-2.20110726-r1.ebuild 23 Oct 2011 12:42:31 -0000 1.2
52 +++ selinux-nginx-2.20110726-r1.ebuild 7 Feb 2012 19:38:33 -0000 1.3
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2011 Gentoo Foundation
55 +# Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-nginx/selinux-nginx-2.20110726-r1.ebuild,v 1.2 2011/10/23 12:42:31 swift Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-nginx/selinux-nginx-2.20110726-r1.ebuild,v 1.3 2012/02/07 19:38:33 swift Exp $
59 EAPI="4"
60
61 IUSE=""
62 @@ -11,3 +11,5 @@
63
64 DESCRIPTION="SELinux policy for nginx"
65 KEYWORDS="amd64 x86"
66 +DEPEND=">=sec-policy/selinux-apache-2.20110726-r1"
67 +RDEPEND="${DEPEND}"