Gentoo Archives: gentoo-commits

From: "Christian Hoffmann (hoffie)" <hoffie@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/php: ChangeLog php-5.2.6.ebuild
Date: Thu, 01 May 2008 16:19:44
Message-Id: E1JrbVV-0003rZ-Gs@stork.gentoo.org
1 hoffie 08/05/01 16:19:41
2
3 Modified: ChangeLog php-5.2.6.ebuild
4 Log:
5 src_test improvements (avoid false positives with USE=-suhosin)
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.267 dev-lang/php/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/ChangeLog?rev=1.267&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/ChangeLog?rev=1.267&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/ChangeLog?r1=1.266&r2=1.267
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
18 retrieving revision 1.266
19 retrieving revision 1.267
20 diff -u -r1.266 -r1.267
21 --- ChangeLog 1 May 2008 14:58:11 -0000 1.266
22 +++ ChangeLog 1 May 2008 16:19:40 -0000 1.267
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-lang/php
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.266 2008/05/01 14:58:11 hoffie Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.267 2008/05/01 16:19:40 hoffie Exp $
28 +
29 + 01 May 2008; Christian Hoffmann <hoffie@g.o> php-5.2.6.ebuild:
30 + only try to fix the open_basedir test cases when suhosin is enabled,
31 + otherwise it breaks for non-suhosin
32
33 *php-5.2.6 (01 May 2008)
34
35
36
37
38 1.2 dev-lang/php/php-5.2.6.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/php-5.2.6.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/php-5.2.6.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/php-5.2.6.ebuild?r1=1.1&r2=1.2
43
44 Index: php-5.2.6.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.6.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- php-5.2.6.ebuild 1 May 2008 14:58:11 -0000 1.1
51 +++ php-5.2.6.ebuild 1 May 2008 16:19:40 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.6.ebuild,v 1.1 2008/05/01 14:58:11 hoffie Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.6.ebuild,v 1.2 2008/05/01 16:19:40 hoffie Exp $
57
58 CGI_SAPI_USE="discard-path force-cgi-redirect"
59 APACHE2_SAPI_USE="concurrentmodphp threads"
60 @@ -181,9 +181,8 @@
61 sed -e 's:/blah:./bla:' -i \
62 ext/session/tests/session_save_path_variation{2,3}.phpt
63
64 - # these only fail because of one "sub-test" which might be
65 - # Gentoo-specific (sandbox? it's about path normalization, ../ -> ..)
66 - sed -e 's:File(\.\./):File(..):g' -i \
67 + # these tests behave differently with suhosin enabled, adapting them...
68 + use suhosin && sed -e 's:File(\.\./):File(..):g' -i \
69 ext/standard/tests/file/open_basedir*{.inc,.phpt}
70 }
71
72
73
74
75 --
76 gentoo-commits@l.g.o mailing list