Gentoo Archives: gentoo-commits

From: "Matti Bickel (mabi)" <mabi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/php: php-5.3.11_rc2.ebuild ChangeLog
Date: Tue, 24 Apr 2012 14:16:49
Message-Id: 20120424141626.9CEB12004B@flycatcher.gentoo.org
1 mabi 12/04/24 14:16:26
2
3 Modified: php-5.3.11_rc2.ebuild ChangeLog
4 Log:
5 current suhosin patch misapplies in 5.3.11; use a custom patch with changed offsets to fix this (based on and fixes #411935)
6
7 (Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-lang/php/php-5.3.11_rc2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.3.11_rc2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.3.11_rc2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.3.11_rc2.ebuild?r1=1.1&r2=1.2
15
16 Index: php-5.3.11_rc2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.11_rc2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- php-5.3.11_rc2.ebuild 13 Apr 2012 06:43:50 -0000 1.1
23 +++ php-5.3.11_rc2.ebuild 24 Apr 2012 14:16:26 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.11_rc2.ebuild,v 1.1 2012/04/13 06:43:50 olemarkus Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.11_rc2.ebuild,v 1.2 2012/04/24 14:16:26 mabi Exp $
29
30 EAPI=4
31
32 @@ -10,7 +10,7 @@
33
34 inherit eutils autotools flag-o-matic versionator depend.apache apache-module db-use libtool
35
36 -SUHOSIN_VERSION="5.3.9-0.9.10"
37 +SUHOSIN_VERSION="5.3.9-0.9.10-gentoo"
38 FPM_VERSION="builtin"
39 EXPECTED_TEST_FAILURES=""
40
41
42
43
44 1.574 dev-lang/php/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.574&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.574&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.573&r2=1.574
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
53 retrieving revision 1.573
54 retrieving revision 1.574
55 diff -u -r1.573 -r1.574
56 --- ChangeLog 13 Apr 2012 06:43:50 -0000 1.573
57 +++ ChangeLog 24 Apr 2012 14:16:26 -0000 1.574
58 @@ -1,6 +1,10 @@
59 # ChangeLog for dev-lang/php
60 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.573 2012/04/13 06:43:50 olemarkus Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.574 2012/04/24 14:16:26 mabi Exp $
63 +
64 + 24 Apr 2012; Matti Bickel <mabi@g.o> php-5.3.11_rc2.ebuild:
65 + current suhosin patch misapplies in 5.3.11; use a custom patch with changed
66 + offsets to fix this (based on and fixes #411935)
67
68 *php-5.4.1_rc2 (13 Apr 2012)
69 *php-5.3.11_rc2 (13 Apr 2012)