Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/php: php-5.2.12.ebuild ChangeLog
Date: Thu, 31 Dec 2009 16:42:17
Message-Id: E1NQNZd-00019d-Dl@stork.gentoo.org
1 fauli 09/12/31 16:08:29
2
3 Modified: php-5.2.12.ebuild ChangeLog
4 Log:
5 stable x86, security bug 293888
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.4 dev-lang/php/php-5.2.12.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/php-5.2.12.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/php-5.2.12.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/php-5.2.12.ebuild?r1=1.3&r2=1.4
14
15 Index: php-5.2.12.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.12.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- php-5.2.12.ebuild 31 Dec 2009 15:55:04 -0000 1.3
22 +++ php-5.2.12.ebuild 31 Dec 2009 16:08:29 -0000 1.4
23 @@ -1,12 +1,12 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.12.ebuild,v 1.3 2009/12/31 15:55:04 jer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.12.ebuild,v 1.4 2009/12/31 16:08:29 fauli Exp $
28
29 CGI_SAPI_USE="discard-path force-cgi-redirect"
30 APACHE2_SAPI_USE="concurrentmodphp threads"
31 IUSE="cli cgi ${CGI_SAPI_USE} ${APACHE2_SAPI_USE} fastbuild"
32
33 -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
34 +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
35
36 # NOTE: Portage doesn't support setting PROVIDE based on the USE flags
37 # that have been enabled, so we have to PROVIDE everything for now
38
39
40
41 1.363 dev-lang/php/ChangeLog
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/ChangeLog?rev=1.363&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/ChangeLog?rev=1.363&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/ChangeLog?r1=1.362&r2=1.363
46
47 Index: ChangeLog
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
50 retrieving revision 1.362
51 retrieving revision 1.363
52 diff -u -r1.362 -r1.363
53 --- ChangeLog 31 Dec 2009 15:55:04 -0000 1.362
54 +++ ChangeLog 31 Dec 2009 16:08:29 -0000 1.363
55 @@ -1,6 +1,9 @@
56 # ChangeLog for dev-lang/php
57 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.362 2009/12/31 15:55:04 jer Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.363 2009/12/31 16:08:29 fauli Exp $
60 +
61 + 31 Dec 2009; Christian Faulhammer <fauli@g.o> php-5.2.12.ebuild:
62 + stable x86, security bug 293888
63
64 31 Dec 2009; Jeroen Roovers <jer@g.o> php-5.2.12.ebuild:
65 Stable for HPPA (bug #293888).