Gentoo Archives: gentoo-commits

From: "Tony Vroon (chainsaw)" <chainsaw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/php: ChangeLog php-5.2.11.ebuild
Date: Wed, 07 Oct 2009 16:24:03
Message-Id: E1MvZJ3-0003rW-Sn@stork.gentoo.org
1 chainsaw 09/10/07 16:24:01
2
3 Modified: ChangeLog php-5.2.11.ebuild
4 Log:
5 Marked stable on AMD64 as requested by Bernd Marienfeldt in security bug #285434. Tested with USE="apache2 berkdb bzip2 calendar cgi cli crypt ctype curl gd iconv imap ipv6 mhash mysql ncurses nls pcre pic posix readline session snmp spl ssl threads tokenizer truetype unicode xml xmlrpc zlib" serving www.linx.net on hardened AMD64 non-multilib system.
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.348 dev-lang/php/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/ChangeLog?rev=1.348&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/ChangeLog?rev=1.348&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/ChangeLog?r1=1.347&r2=1.348
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
18 retrieving revision 1.347
19 retrieving revision 1.348
20 diff -u -r1.347 -r1.348
21 --- ChangeLog 7 Oct 2009 15:58:46 -0000 1.347
22 +++ ChangeLog 7 Oct 2009 16:24:01 -0000 1.348
23 @@ -1,6 +1,13 @@
24 # ChangeLog for dev-lang/php
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.347 2009/10/07 15:58:46 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.348 2009/10/07 16:24:01 chainsaw Exp $
28 +
29 + 07 Oct 2009; <chainsaw@g.o> php-5.2.11.ebuild:
30 + Marked stable on AMD64 as requested by Bernd Marienfeldt in security bug
31 + #285434. Tested with USE="apache2 berkdb bzip2 calendar cgi cli crypt
32 + ctype curl gd iconv imap ipv6 mhash mysql ncurses nls pcre pic posix
33 + readline session snmp spl ssl threads tokenizer truetype unicode xml
34 + xmlrpc zlib" serving www.linx.net on hardened AMD64 non-multilib system.
35
36 07 Oct 2009; Raúl Porcel <armin76@g.o> php-5.2.11.ebuild:
37 alpha/arm/ia64/s390/sh/sparc stable wrt #285434
38
39
40
41 1.5 dev-lang/php/php-5.2.11.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/php-5.2.11.ebuild?rev=1.5&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/php-5.2.11.ebuild?rev=1.5&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/php-5.2.11.ebuild?r1=1.4&r2=1.5
46
47 Index: php-5.2.11.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.11.ebuild,v
50 retrieving revision 1.4
51 retrieving revision 1.5
52 diff -u -r1.4 -r1.5
53 --- php-5.2.11.ebuild 7 Oct 2009 15:58:46 -0000 1.4
54 +++ php-5.2.11.ebuild 7 Oct 2009 16:24:01 -0000 1.5
55 @@ -1,12 +1,12 @@
56 # Copyright 1999-2009 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.11.ebuild,v 1.4 2009/10/07 15:58:46 armin76 Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.11.ebuild,v 1.5 2009/10/07 16:24:01 chainsaw Exp $
60
61 CGI_SAPI_USE="discard-path force-cgi-redirect"
62 APACHE2_SAPI_USE="concurrentmodphp threads"
63 IUSE="cli cgi ${CGI_SAPI_USE} ${APACHE2_SAPI_USE} fastbuild"
64
65 -KEYWORDS="alpha ~amd64 arm hppa ia64 ~ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd"
66 +KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd"
67
68 # NOTE: Portage doesn't support setting PROVIDE based on the USE flags
69 # that have been enabled, so we have to PROVIDE everything for now