Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-proxy/squid: ChangeLog squid-3.1.12.ebuild
Date: Sat, 30 Apr 2011 12:47:04
Message-Id: 20110430124652.7B00320054@flycatcher.gentoo.org
1 flameeyes 11/04/30 12:46:52
2
3 Modified: ChangeLog squid-3.1.12.ebuild
4 Log:
5 Fix install with USE=-pam.
6
7 (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.320 net-proxy/squid/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/ChangeLog?rev=1.320&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/ChangeLog?rev=1.320&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/ChangeLog?r1=1.319&r2=1.320
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v
19 retrieving revision 1.319
20 retrieving revision 1.320
21 diff -u -r1.319 -r1.320
22 --- ChangeLog 29 Apr 2011 13:24:18 -0000 1.319
23 +++ ChangeLog 30 Apr 2011 12:46:52 -0000 1.320
24 @@ -1,6 +1,9 @@
25 # ChangeLog for net-proxy/squid
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v 1.319 2011/04/29 13:24:18 eras Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v 1.320 2011/04/30 12:46:52 flameeyes Exp $
29 +
30 + 30 Apr 2011; Diego E. Pettenò <flameeyes@g.o> squid-3.1.12.ebuild:
31 + Fix install with USE=-pam.
32
33 *squid-3.1.12 (29 Apr 2011)
34
35
36
37
38 1.2 net-proxy/squid/squid-3.1.12.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/squid-3.1.12.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/squid-3.1.12.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/squid-3.1.12.ebuild?r1=1.1&r2=1.2
43
44 Index: squid-3.1.12.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.1.12.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- squid-3.1.12.ebuild 29 Apr 2011 13:24:18 -0000 1.1
51 +++ squid-3.1.12.ebuild 30 Apr 2011 12:46:52 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.1.12.ebuild,v 1.1 2011/04/29 13:24:18 eras Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.1.12.ebuild,v 1.2 2011/04/30 12:46:52 flameeyes Exp $
57
58 EAPI="4"
59
60 @@ -163,9 +163,11 @@
61
62 # need suid root for looking into /etc/shadow
63 fowners root:squid /usr/libexec/squid/ncsa_auth
64 - fowners root:squid /usr/libexec/squid/pam_auth
65 fperms 4750 /usr/libexec/squid/ncsa_auth
66 - fperms 4750 /usr/libexec/squid/pam_auth
67 + if use pam; then
68 + fowners root:squid /usr/libexec/squid/pam_auth
69 + fperms 4750 /usr/libexec/squid/pam_auth
70 + fi
71
72 # some cleanups
73 rm -f "${D}"/usr/bin/Run*