Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/shadow: shadow-4.1.1.ebuild ChangeLog
Date: Sun, 20 Apr 2008 07:00:03
Message-Id: E1JnTWp-00011V-Ng@stork.gentoo.org
1 vapier 08/04/20 06:59:59
2
3 Modified: shadow-4.1.1.ebuild ChangeLog
4 Log:
5 Add fix from upstream for build failure with USE=audit #216291.
6 (Portage version: 2.2_pre5)
7
8 Revision Changes Path
9 1.3 sys-apps/shadow/shadow-4.1.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/shadow/shadow-4.1.1.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/shadow/shadow-4.1.1.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/shadow/shadow-4.1.1.ebuild?r1=1.2&r2=1.3
14
15 Index: shadow-4.1.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.1.1.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- shadow-4.1.1.ebuild 6 Apr 2008 22:29:45 -0000 1.2
22 +++ shadow-4.1.1.ebuild 20 Apr 2008 06:59:59 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.1.1.ebuild,v 1.2 2008/04/06 22:29:45 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.1.1.ebuild,v 1.3 2008/04/20 06:59:59 vapier Exp $
28
29 inherit eutils libtool toolchain-funcs autotools pam multilib
30
31 @@ -31,10 +31,7 @@
32 unpack ${A}
33 cd "${S}"
34
35 - # If su should not simulate a login shell, use '/bin/sh' as shell to enable
36 - # running of commands as user with /bin/false as shell, closing bug #15015.
37 - # *** This one could be a security hole; disable for now ***
38 - #epatch "${FILESDIR}"/${P}-nologin-run-sh.patch
39 + epatch "${FILESDIR}"/${P}-audit.patch #216291
40
41 # tweak the default login.defs
42 epatch "${FILESDIR}"/${PN}-4.0.17-login.defs.patch
43
44
45
46 1.200 sys-apps/shadow/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/shadow/ChangeLog?rev=1.200&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/shadow/ChangeLog?rev=1.200&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/shadow/ChangeLog?r1=1.199&r2=1.200
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/sys-apps/shadow/ChangeLog,v
55 retrieving revision 1.199
56 retrieving revision 1.200
57 diff -u -r1.199 -r1.200
58 --- ChangeLog 6 Apr 2008 22:29:45 -0000 1.199
59 +++ ChangeLog 20 Apr 2008 06:59:59 -0000 1.200
60 @@ -1,6 +1,10 @@
61 # ChangeLog for sys-apps/shadow
62 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/ChangeLog,v 1.199 2008/04/06 22:29:45 vapier Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/ChangeLog,v 1.200 2008/04/20 06:59:59 vapier Exp $
65 +
66 + 20 Apr 2008; Mike Frysinger <vapier@g.o>
67 + +files/shadow-4.1.1-audit.patch, shadow-4.1.1.ebuild:
68 + Add fix from upstream for build failure with USE=audit #216291.
69
70 06 Apr 2008; Mike Frysinger <vapier@g.o> shadow-4.1.1.ebuild:
71 Add support for USE=audit.
72
73
74
75 --
76 gentoo-commits@l.g.o mailing list