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.3.ebuild metadata.xml ChangeLog php-5.3.2.ebuild
Date: Mon, 26 Jul 2010 12:26:49
Message-Id: 20100726122642.17F832CE15@corvid.gentoo.org
1 mabi 10/07/26 12:26:41
2
3 Modified: metadata.xml ChangeLog php-5.3.2.ebuild
4 Added: php-5.3.3.ebuild
5 Log:
6 version bump, fixes bug #326967, #329753
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.12 dev-lang/php/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/metadata.xml?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/metadata.xml?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/metadata.xml?r1=1.11&r2=1.12
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/metadata.xml,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- metadata.xml 12 Jun 2010 22:05:54 -0000 1.11
23 +++ metadata.xml 26 Jul 2010 12:26:41 -0000 1.12
24 @@ -13,6 +13,7 @@
25 <flag name='fileinfo'>Add fileinfo extension support</flag>
26 <flag name='filter'>Add filter extension support</flag>
27 <flag name='force-cgi-redirect'>Switch on common security setting for CGI SAPI</flag>
28 + <flag name='fpm'>Enable fpm SAPI</flag>
29 <flag name='hash'>Enable the hash extension</flag>
30 <flag name='intl'>Enables the intl extension for extended internalization support</flag>
31 <flag name='java-external'>Use the external java extension rather than the bundled one</flag>
32
33
34
35 1.394 dev-lang/php/ChangeLog
36
37 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.394&view=markup
38 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.394&content-type=text/plain
39 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.393&r2=1.394
40
41 Index: ChangeLog
42 ===================================================================
43 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
44 retrieving revision 1.393
45 retrieving revision 1.394
46 diff -u -r1.393 -r1.394
47 --- ChangeLog 25 Jul 2010 13:32:23 -0000 1.393
48 +++ ChangeLog 26 Jul 2010 12:26:41 -0000 1.394
49 @@ -1,1761 +1,11 @@
50 # ChangeLog for dev-lang/php
51 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
52 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.393 2010/07/25 13:32:23 klausman Exp $
53 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.394 2010/07/26 12:26:41 mabi Exp $
54
55 - 25 Jul 2010; Tobias Klausmann <klausman@g.o> php-5.3.2.ebuild:
56 - Keyworded on alpha, bug #321743
57 +*php-5.3.3 (26 Jul 2010)
58
59 - 19 Jul 2010; Jeroen Roovers <jer@g.o> php-5.3.2.ebuild:
60 - Marked ~hppa (bug #321743).
61 -
62 - 08 Jul 2010; Matti Bickel <mabi@g.o>
63 - files/eblits/pkg_setup-v1.eblit, php-5.3.2.ebuild:
64 - can not have use-deps on old style virtuals
65 -
66 - 05 Jul 2010; Matti Bickel <mabi@g.o>
67 - files/eblits/src_configure-v1.eblit:
68 - fix compilation on x64 systems (bug #327025)
69 -
70 - 05 Jul 2010; Matti Bickel <mabi@g.o> php-5.2.13.ebuild:
71 - introduced new style virtual httpd-php (bug #319623)
72 -
73 - 05 Jul 2010; Matti Bickel <mabi@g.o> -php-5.2.9-r2.ebuild,
74 - -php-5.2.10.ebuild, -php-5.2.10-r1.ebuild, -php-5.2.10-r2.ebuild,
75 - -php-5.2.11.ebuild, -php-5.2.11-r1.ebuild, -php-5.2.12.ebuild:
76 - remove old
77 -
78 - 05 Jul 2010; Matti Bickel <mabi@g.o> php-5.3.2.ebuild:
79 - introduced new style virtual httpd-php (bug #319623)
80 -
81 - 04 Jul 2010; Matti Bickel <mabi@g.o> php-5.3.2.ebuild:
82 - include patch to compile with gmp-5* (bug #322303)
83 -
84 - 14 Jun 2010; <mabi@g.o> files/eblits/src_install-v1.eblit,
85 - php-5.3.2.ebuild:
86 - sync with overlay: repair apache2 USE dep, cli SAPI on by default (bug
87 - #310383), show all SAPIs in php-config (bug #278439)
88 -
89 - 12 Jun 2010; <mabi@g.o> php-5.3.2.ebuild, metadata.xml:
90 - USE="mbstring" already covered by USE="unicode"; set USE-defaults to match
91 - upstream defaults (bug #285816)
92 -
93 - 11 Jun 2010; <mabi@g.o> files/eblits/src_compile-v1.eblit,
94 - php-5.3.2.ebuild, files/eblits/src_configure-v1.eblit:
95 - make USE="iodbc" independant from USE="odbc", fix embed SAPI compile
96 - failure
97 -
98 - 01 Jun 2010; <mabi@g.o> -files/eblits/common-v2.eblit,
99 - -files/eblits/src_compile-v2.eblit, -files/eblits/src_install-v2.eblit,
100 - files/eblits/src_prepare-v1.eblit, php-5.3.2.ebuild, metadata.xml:
101 - align more closely with original php-5.3 work from hoffie@g.o, fix
102 - missing mbstring use description, remove unneeded -v2 eblits, remove
103 - dangling mcve references
104 -
105 - 30 May 2010; <mabi@g.o> -files/20php4-envd, php-5.3.2.ebuild,
106 - -files/php4-ldvs:
107 - fix iodbc USE dep (bug #285419), remove unneeded php4 files
108 -
109 - 28 May 2010; <mabi@g.o> php-5.3.2.ebuild:
110 - add flex dependency (bug #221357)
111 -
112 - 28 May 2010; <mabi@g.o> files/eblits/src_prepare-v1.eblit:
113 - use portable find command (bug #321781)
114 -
115 -*php-5.3.2 (27 May 2010)
116 -
117 - 27 May 2010; <mabi@g.o> files/70_mod_php5_concurr.conf-apache2,
118 - files/70_mod_php5.conf-apache2, +files/eblits/common-v1.eblit,
119 - +files/eblits/common-v2.eblit, +files/eblits/pkg_postinst-v1.eblit,
120 - +files/eblits/pkg_setup-v1.eblit, +files/eblits/src_compile-v1.eblit,
121 - +files/eblits/src_compile-v2.eblit, +files/eblits/src_configure-v1.eblit,
122 - +files/eblits/src_install-v1.eblit, +files/eblits/src_install-v2.eblit,
123 - +files/eblits/src_prepare-v1.eblit, +files/eblits/src_test-v1.eblit,
124 - +php-5.3.2.ebuild:
125 - version bump (bug #274512, #312775); see
126 - http://www.php.net/ChangeLog-5.php#5.3.2 for a list of changes and the
127 - migration guide for an update from 5.2:
128 - http://www.php.net/manual/en/migration53.php; expect more bumps as we fix
129 - open bugs
130 - thanks to GiDis and olemarkus for providing patches and a lot of testing
131 -
132 - 29 Mar 2010; Markus Meier <maekke@g.o> php-5.2.13.ebuild:
133 - amd64 stable, bug #306939
134 -
135 - 26 Mar 2010; Raúl Porcel <armin76@g.o> php-5.2.13.ebuild:
136 - alpha/arm/ia64/s390/sh/sparc stable wrt #306939
137 -
138 - 24 Mar 2010; Jeroen Roovers <jer@g.o> php-5.2.13.ebuild:
139 - Stable for HPPA (bug #306939).
140 -
141 - 23 Mar 2010; Brent Baude <ranger@g.o> php-5.2.13.ebuild:
142 - Marking php-5.2.13 ppc for bug 306939
143 -
144 - 22 Mar 2010; Christian Faulhammer <fauli@g.o> php-5.2.13.ebuild:
145 - stable x86, security bug 306939
146 -
147 - 21 Mar 2010; Brent Baude <ranger@g.o> php-5.2.13.ebuild:
148 - Marking php-5.2.13 ppc64 for bug 306939
149 -
150 -*php-5.2.13 (20 Mar 2010)
151 -
152 - 20 Mar 2010; Tobias Heinlein <keytoaster@g.o> +php-5.2.13.ebuild:
153 - Non-maintainer commit; Version bump, security bug #306939, patch by Bernd
154 - Lommerzheim
155 -
156 - 13 Mar 2010; Samuli Suominen <ssuominen@g.o> php-5.2.12.ebuild,
157 - +files/php-5.2.12-libpng14.patch:
158 - Fix building with libpng14.
159 -
160 - 31 Jan 2010; Torsten Veller <tove@g.o> php-5.2.9-r2.ebuild,
161 - php-5.2.10.ebuild, php-5.2.10-r1.ebuild, php-5.2.10-r2.ebuild,
162 - php-5.2.11.ebuild, php-5.2.11-r1.ebuild, php-5.2.12.ebuild:
163 - Change vecho to echo
164 -
165 - 05 Jan 2010; Raúl Porcel <armin76@g.o> php-5.2.12.ebuild:
166 - ia64/s390/sh/sparc stable wrt #293888
167 -
168 - 05 Jan 2010; Joseph Jezak <josejx@g.o> php-5.2.12.ebuild:
169 - Marked ppc stable for bug #293888.
170 -
171 - 01 Jan 2010; Tobias Klausmann <klausman@g.o> php-5.2.12.ebuild:
172 - Stable on alpha, bug #293888
173 -
174 - 31 Dec 2009; Markus Meier <maekke@g.o> php-5.2.12.ebuild:
175 - amd64/arm stable, bug #293888
176 -
177 - 31 Dec 2009; Christian Faulhammer <fauli@g.o> php-5.2.12.ebuild:
178 - stable x86, security bug 293888
179 -
180 - 31 Dec 2009; Jeroen Roovers <jer@g.o> php-5.2.12.ebuild:
181 - Stable for HPPA (bug #293888).
182 -
183 - 31 Dec 2009; Brent Baude <ranger@g.o> php-5.2.12.ebuild:
184 - Marking php-5.2.12 ppc64 for bug 293888
185 -
186 -*php-5.2.12 (30 Dec 2009)
187 -
188 - 30 Dec 2009; Christian Hoffmann <hoffie@g.o> +php-5.2.12.ebuild:
189 - version bump to 5.2.12 wrt security bug 297399, please note that
190 - USE=concurrentmodphp is broken (but should not be needed at the moment
191 - anyway), bug 298969
192 -
193 - 16 Dec 2009; Christian Hoffmann <hoffie@g.o> php-5.2.11.ebuild,
194 - php-5.2.11-r1.ebuild:
195 - trying to fix the circular dependency we are seeing with suhosin since
196 - 5.2.11 (where I added a version dependency without much thinking), bug
197 - 295871, thanks to Oleg Gawriloff <barzog@×××××××.by>
198 -
199 - 21 Nov 2009; nixnut <nixnut@g.o> php-5.2.11-r1.ebuild:
200 - ppc stable #292132
201 -
202 - 17 Nov 2009; Raúl Porcel <armin76@g.o> php-5.2.11-r1.ebuild:
203 - alpha/ia64/s390/sh/sparc stable wrt #292132
204 -
205 - 17 Nov 2009; Brent Baude <ranger@g.o> php-5.2.11-r1.ebuild:
206 - Marking php-5.2.11-r1 ppc64 for bug 292132
207 -
208 - 15 Nov 2009; Jeroen Roovers <jer@g.o> php-5.2.11-r1.ebuild:
209 - Stable for HPPA (bug #292132).
210 -
211 - 14 Nov 2009; Markus Meier <maekke@g.o> php-5.2.11-r1.ebuild:
212 - arm stable, bug #292132
213 -
214 - 14 Nov 2009; Markus Meier <maekke@g.o> php-5.2.11-r1.ebuild:
215 - amd64/x86 stable, bug #292132
216 -
217 -*php-5.2.11-r1 (13 Nov 2009)
218 -
219 - 13 Nov 2009; Dawid Węgliński <cla@g.o> +php-5.2.11-r1.ebuild:
220 - Revision bump with fix for gdMaxColors (security bug #292132)
221 -
222 - 19 Oct 2009; Mounir Lamouri <volkmar@g.o> php-5.2.11.ebuild:
223 - Stabilizing for ppc, bug 285434 (also fixing bug 278064)
224 -
225 - 18 Oct 2009; Brent Baude <ranger@g.o> php-5.2.11.ebuild:
226 - Marking php-5.2.11 ppc64 for bug 285434
227 -
228 - 09 Oct 2009; Christian Hoffmann <hoffie@g.o> php-5.2.11.ebuild:
229 - adding dependency on recent enough suhosin per bug 276583
230 -
231 - 07 Oct 2009; <chainsaw@g.o> php-5.2.11.ebuild:
232 - Marked stable on AMD64 as requested by Bernd Marienfeldt in security bug
233 - #285434. Tested with USE="apache2 berkdb bzip2 calendar cgi cli crypt
234 - ctype curl gd iconv imap ipv6 mhash mysql ncurses nls pcre pic posix
235 - readline session snmp spl ssl threads tokenizer truetype unicode xml
236 - xmlrpc zlib" serving www.linx.net on hardened AMD64 non-multilib system.
237 -
238 - 07 Oct 2009; Raúl Porcel <armin76@g.o> php-5.2.11.ebuild:
239 - alpha/arm/ia64/s390/sh/sparc stable wrt #285434
240 -
241 - 07 Oct 2009; Jeroen Roovers <jer@g.o> php-5.2.11.ebuild:
242 - Stable for HPPA (bug #285434).
243 -
244 - 06 Oct 2009; Christian Faulhammer <fauli@g.o> php-5.2.11.ebuild:
245 - stable x86, security bug 285434
246 -
247 -*php-5.2.11 (29 Sep 2009)
248 -
249 - 29 Sep 2009; Christian Hoffmann <hoffie@g.o> +php-5.2.11.ebuild:
250 - version bump per bug 285434 (security)
251 -
252 -*php-5.2.10-r2 (24 Sep 2009)
253 -
254 - 24 Sep 2009; Dawid Węgliński <cla@g.o> +php-5.2.10-r2.ebuild,
255 - +files/php-5.2.10-pdo_dblib.patch:
256 - Add quick fix for bug #279576 and remove tests/lang/bug45392.phpt which is
257 - not included in 5.2.10
258 -
259 -*php-5.2.10-r1 (05 Jul 2009)
260 -
261 - 05 Jul 2009; Christian Hoffmann <hoffie@g.o> +php-5.2.10-r1.ebuild:
262 - revbump with the latest suhosin patch (might fix suhosin-related
263 - segfaults, reported in bug 276583), also fixing a curl regression, both
264 - might be the reason for bug 276135
265 -
266 - 30 Jun 2009; Raúl Porcel <armin76@g.o> php-5.2.10.ebuild:
267 - arm/ia64/s390/sh/sparc stable wrt #274670
268 -
269 - 27 Jun 2009; Brent Baude <ranger@g.o> php-5.2.10.ebuild:
270 - Marking php-5.2.10 ppc64 and ppc for bug 274670
271 -
272 - 26 Jun 2009; Tobias Klausmann <klausman@g.o> php-5.2.10.ebuild:
273 - Stable on alpha, bug #274670
274 -
275 - 26 Jun 2009; Tobias Heinlein <keytoaster@g.o> php-5.2.10.ebuild:
276 - amd64 stable, security bug #274670
277 -
278 - 25 Jun 2009; Christian Faulhammer <fauli@g.o> php-5.2.10.ebuild:
279 - stable x86, security bug 274670
280 -
281 - 24 Jun 2009; Christian Hoffmann <hoffie@g.o> metadata.xml:
282 - restoring metadata.xml with zip-external description, somehow repoman
283 - complains otherwise
284 -
285 - 23 Jun 2009; Jeroen Roovers <jer@g.o> php-5.2.10.ebuild,
286 - metadata.xml:
287 - Stable for HPPA (bug #274670).
288 -
289 - 21 Jun 2009; Christian Hoffmann <hoffie@g.o> metadata.xml:
290 - removing traces of USE=zip-external
291 -
292 -*php-5.2.10 (19 Jun 2009)
293 -
294 - 19 Jun 2009; Christian Hoffmann <hoffie@g.o> +php-5.2.10.ebuild:
295 - version bump per security bug 274670, fixes at least one security problem
296 - (DoS) and introduces getopt long support for Gentoo users as requested
297 -
298 - 19 Jun 2009; Christian Hoffmann <hoffie@g.o> -php-5.2.8-r2.ebuild,
299 - -php-5.2.9.ebuild, -php-5.2.9-r1.ebuild:
300 - clean up old and vulnerable
301 -
302 - 26 May 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
303 - ChangeLog:
304 - Call depend.apache_pkg_setup() in pkg_setup() (bug #268371).
305 -
306 - 26 May 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
307 - php-5.2.8-r2.ebuild, php-5.2.9.ebuild, php-5.2.9-r1.ebuild,
308 - php-5.2.9-r2.ebuild:
309 - Call depend.apache_pkg_setup() in pkg_setup() (bug #268371).
310 -
311 - 20 Apr 2009; Raúl Porcel <armin76@g.o> php-5.2.9-r2.ebuild:
312 - arm/ia64/s390/sh/sparc stable wrt #260576
313 -
314 - 18 Apr 2009; Tobias Klausmann <klausman@g.o> php-5.2.9-r2.ebuild:
315 - Stable on alpha, bug #260576
316 -
317 - 18 Apr 2009; Brent Baude <ranger@g.o> php-5.2.9-r2.ebuild:
318 - Marking php-5.2.9-r2 ppc64 for bug 260576
319 -
320 - 18 Apr 2009; Markus Meier <maekke@g.o> php-5.2.9-r2.ebuild:
321 - x86 stable, bug #260576
322 -
323 - 18 Apr 2009; nixnut <nixnut@g.o> php-5.2.9-r2.ebuild:
324 - ppc stable #260576
325 -
326 - 17 Apr 2009; Jeroen Roovers <jer@g.o> php-5.2.9-r2.ebuild:
327 - Stable for HPPA (bug #260576).
328 -
329 - 17 Apr 2009; Tobias Heinlein <keytoaster@g.o> php-5.2.9-r2.ebuild:
330 - amd64 stable wrt security bug #260576
331 -
332 -*php-5.2.9-r2 (16 Apr 2009)
333 -
334 - 16 Apr 2009; Christian Hoffmann <hoffie@g.o> -php-5.2.6-r7.ebuild,
335 - -php-5.2.8-r1.ebuild, +php-5.2.9-r2.ebuild:
336 - cleaning old; revision bump to fix yet three possible security issues, see
337 - bug 260576 for details
338 -
339 -*php-5.2.9-r1 (10 Apr 2009)
340 -*php-5.2.9 (10 Apr 2009)
341 -
342 - 10 Apr 2009; Christian Hoffmann <hoffie@g.o> +php-5.2.9.ebuild,
343 - +php-5.2.9-r1.ebuild:
344 - version bump to fix several possible security issues, details to follow,
345 - bug 260576 (5.2.9 is more or less vanilla php, 5.2.9-r1 has lots of
346 - additional backported patches)
347 -
348 - 07 Apr 2009; Christian Faulhammer <fauli@g.o> php-5.2.8-r1.ebuild,
349 - php-5.2.8-r2.ebuild:
350 - revert from EAPI 2 to 0 again, see bug 265245
351 -
352 - 18 Mar 2009; Raúl Porcel <armin76@g.o> php-5.2.8-r1.ebuild,
353 - php-5.2.8-r2.ebuild:
354 - arm/ia64/s390/sh stable
355 -
356 - 07 Mar 2009; Christian Faulhammer <fauli@g.o> php-5.2.8-r1.ebuild,
357 - php-5.2.8-r2.ebuild:
358 - use EAPI 2 for USE flag check
359 -
360 - 02 Feb 2009; Mike Frysinger <vapier@g.o> metadata.xml:
361 - Document local USE=pic flag.
362 -
363 - 01 Feb 2009; Tobias Klausmann <klausman@g.o> php-5.2.8-r2.ebuild:
364 - Stable on alpha, bug #249703
365 -
366 - 31 Jan 2009; Tiago Cunha <tcunha@g.o> php-5.2.8-r2.ebuild:
367 - stable sparc, bug 249703
368 -
369 - 25 Jan 2009; Markus Meier <maekke@g.o> php-5.2.8-r2.ebuild:
370 - x86 stable, bug #249703
371 -
372 - 24 Jan 2009; Tobias Scherbaum <dertobi123@g.o> php-5.2.8-r2.ebuild:
373 - ppc stable, bug #249703
374 -
375 - 23 Jan 2009; Brent Baude <ranger@g.o> php-5.2.8-r2.ebuild:
376 - Marking php-5.2.8-r2 ppc64 for bug 249703
377 -
378 - 20 Jan 2009; Tobias Heinlein <keytoaster@g.o> php-5.2.8-r2.ebuild:
379 - amd64 stable wrt security bug 249703
380 -
381 - 20 Jan 2009; Jeroen Roovers <jer@g.o> php-5.2.8-r2.ebuild:
382 - Stable for HPPA (bug #249703).
383 -
384 -*php-5.2.8-r2 (11 Jan 2009)
385 -
386 - 11 Jan 2009; Christian Hoffmann <hoffie@g.o>
387 - -files/70_mod_php.conf-apache2,
388 - +files/70_mod_php5_concurr.conf-apache2-r1,
389 - +files/70_mod_php5.conf-apache2-r1,
390 - -files/70_mod_php_concurr.conf-apache2, -php-5.2.8.ebuild,
391 - +php-5.2.8-r2.ebuild:
392 - revision bump to fix bug 162478 (dropping usage of AddType apache config
393 - directive) and bug 249703 (libxml2-2.7 breakage) and an upstream fix for
394 - bug 217392; removing old and unused files
395 -
396 - 24 Dec 2008; Raúl Porcel <armin76@g.o> php-5.2.8-r1.ebuild:
397 - alpha/ia64 stable wrt #249875
398 -
399 - 23 Dec 2008; Friedrich Oslage <bluebird@g.o> php-5.2.8-r1.ebuild:
400 - Stable on sparc, security bug #249875
401 -
402 - 22 Dec 2008; Jeroen Roovers <jer@g.o> php-5.2.8-r1.ebuild:
403 - Stable for HPPA (bug #249875).
404 -
405 - 21 Dec 2008; Tobias Scherbaum <dertobi123@g.o> php-5.2.8-r1.ebuild:
406 - ppc stable, bug #249875
407 -
408 - 20 Dec 2008; Markus Meier <maekke@g.o> php-5.2.8-r1.ebuild:
409 - amd64/x86 stable, bug #249875
410 -
411 - 19 Dec 2008; Brent Baude <ranger@g.o> php-5.2.8-r1.ebuild:
412 - Marking php-5.2.8-r1 ppc64 for bug 249875
413 -
414 - 19 Dec 2008; Tobias Scherbaum <dertobi123@g.o> php-5.2.8-r1.ebuild:
415 - Fix die message when libpcre is not built with unicode support.
416 -
417 -*php-5.2.8-r1 (18 Dec 2008)
418 -
419 - 18 Dec 2008; Christian Hoffmann <hoffie@g.o> +php-5.2.8-r1.ebuild:
420 - revbump for security bug 249875, shipping several new security fixes;
421 - incorporate suggestion from Bernd Lommerzheim <bernd@×××××××××××.com> in
422 - bug 238127 to check libpcre for USE=unicode; adding patch for interbase
423 - precision improvements as suggested by Viesturs <viesturs@×××.lv> in bug
424 - 250640
425 -
426 -*php-5.2.8 (08 Dec 2008)
427 -
428 - 08 Dec 2008; Christian Hoffmann <hoffie@g.o> +php-5.2.8.ebuild:
429 - version bump wrt security bug 249875; also attempting to make the build
430 - failure fix for bug 217392 more portable; using system pcre now to avoid
431 - problems with apache/mod_php (bug 238127)
432 -
433 - 10 Nov 2008; Christian Hoffmann <hoffie@g.o> -php-5.2.5-r1.ebuild,
434 - -php-5.2.6-r6.ebuild:
435 - dropping old and vulnerable
436 -
437 - 22 Sep 2008; Jeroen Roovers <jer@g.o> php-5.2.6-r7.ebuild:
438 - Stable for HPPA (bug #231528).
439 -
440 - 21 Sep 2008; Raúl Porcel <armin76@g.o> php-5.2.6-r7.ebuild:
441 - alpha/ia64/sparc stable wrt #231528
442 -
443 - 20 Sep 2008; Markus Meier <maekke@g.o> php-5.2.6-r7.ebuild:
444 - x86 stable, bug #231528
445 -
446 - 16 Sep 2008; Brent Baude <ranger@g.o> php-5.2.6-r7.ebuild:
447 - Marking php-5.2.6-r7 ppc64 and ppc for bug 231528
448 -
449 - 16 Sep 2008; Christian Hoffmann <hoffie@g.o> php-5.2.6-r7.ebuild:
450 - stable on amd64 wrt bug 231528
451 -
452 -*php-5.2.6-r7 (06 Sep 2008)
453 -
454 - 06 Sep 2008; Christian Hoffmann <hoffie@g.o> -php-5.2.6.ebuild,
455 - -php-5.2.6-r2.ebuild, +php-5.2.6-r7.ebuild:
456 - importing -r7 (patchset: r8) from php-testing overlay, including the snmp
457 - memory leak fix from bug 231528; no need to upgrade for users with
458 - USE=-snmp
459 -
460 - 23 Aug 2008; Jeroen Roovers <jer@g.o> metadata.xml:
461 - Add GLEP 56 USE flag descriptions.
462 -
463 - 15 Aug 2008; Christian Hoffmann <hoffie@g.o> -php-5.2.6.ebuild,
464 - -php-5.2.6-r2.ebuild:
465 - removing old and vulnerable
466 -
467 - 09 Aug 2008; Christian Hoffmann <hoffie@g.o> -php-4.4.8.ebuild:
468 - Removing php-4 (bug 189172); use the php-4 (layman) overlay instead, if
469 - you really insist on keeping it installed
470 -
471 - 08 Aug 2008; Tobias Scherbaum <dertobi123@g.o> php-5.2.6-r6.ebuild:
472 - ppc stable, bug #234102
473 -
474 - 08 Aug 2008; Raúl Porcel <armin76@g.o> php-5.2.6-r6.ebuild:
475 - alpha/ia64/sparc stable wrt #234102
476 -
477 - 07 Aug 2008; Jeroen Roovers <jer@g.o> php-5.2.6-r6.ebuild:
478 - Stable for HPPA (bug #234102).
479 -
480 - 07 Aug 2008; Markus Meier <maekke@g.o> php-5.2.6-r6.ebuild:
481 - x86 stable, bug #234102
482 -
483 - 07 Aug 2008; Markus Rothe <corsair@g.o> php-5.2.6-r6.ebuild:
484 - Stable on ppc64; bug #234102
485 -
486 - 07 Aug 2008; Christian Hoffmann <hoffie@g.o> php-5.2.6-r6.ebuild:
487 - stable on amd64 wrt security bug 234102
488 -
489 - 07 Aug 2008; Christian Hoffmann <hoffie@g.o> php-5.2.6-r6.ebuild:
490 - patchset bump (without rev bump) which changes the new-memory-corruption
491 - patch to fix a build issue (it used to contain the bison-generated .c
492 - version of zend_language_parser.y, we now rely on configure to invoke
493 - bison, which seems to work better)
494 -
495 -*php-5.2.6-r6 (07 Aug 2008)
496 -
497 - 07 Aug 2008; Christian Hoffmann <hoffie@g.o> -php-5.2.6_rc4.ebuild,
498 - -php-5.2.6-r1.ebuild, -php-5.2.6-r5.ebuild, +php-5.2.6-r6.ebuild:
499 - lots of new security/crash fixes, bug 234102 (CVE-2008-2665, CVE-2008-2666
500 - and other issues); dropping old
501 -
502 - 24 Jul 2008; Christian Hoffmann <hoffie@g.o> php-5.2.6-r2.ebuild,
503 - php-5.2.6-r5.ebuild:
504 - changing explicit depend on c-client back to the virtual, now that a
505 - recent enough uw-imap version is in the tree; stable dependencies are
506 - still broken in case of uw-imap, as the needed version is not stable
507 -
508 - 20 Jul 2008; Christian Hoffmann <hoffie@g.o> php-5.2.6-r5.ebuild:
509 - previous commit replaced CXXFLAGS by CFLAGS by accident, thanks to Rafał
510 - Mużyło <galtgendo@××.pl> in bug 230809
511 -
512 - 20 Jul 2008; Christian Hoffmann <hoffie@g.o> php-5.2.6-r5.ebuild:
513 - yet another attempt at fixing _GNU_SOURCE-related build problems
514 - (configure screws up FFLAGS which isn't used at all, so we stop
515 - manipulating it now), bug 230809
516 -
517 - 19 Jul 2008; Christian Hoffmann <hoffie@g.o> php-5.2.6-r5.ebuild:
518 - build-time-specific (no revbump): fixing warnings (which sometimes seem to
519 - be fatal) regarding to missing function prototypes because of _GNU_SOURCE
520 - being defined too late (bug 230809)
521 -
522 -*php-5.2.6-r5 (17 Jul 2008)
523 -
524 - 17 Jul 2008; Christian Hoffmann <hoffie@g.o> +php-5.2.6-r5.ebuild:
525 - Fixing USE=suhosin on sparc and maybe other 'exotic' archs (gave SIGBUS,
526 - bug 209501), adding >=freetds-0.82 compatibility patch for ext/mssql and
527 - ext/pdo_dblib (thanks to matthias@×××.at in bug 223891); other users don't
528 - need to update [imported from php-testing overlay]
529 -
530 - 11 Jul 2008; Jeroen Roovers <jer@g.o> php-5.2.6-r2.ebuild:
531 - Stable for HPPA (bug #230575).
532 -
533 - 10 Jul 2008; Christian Hoffmann <hoffie@g.o> php-5.2.6-r2.ebuild:
534 - d'oh, the DEPEND on c-client was supposed to only show up for USE=imap,
535 - thanks to Cardoe for noticing that
536 -
537 - 10 Jul 2008; Christian Hoffmann <hoffie@g.o> php-5.2.6-r2.ebuild:
538 - the ext/imap security patch introduced in php-5.2.6-r2 raises the
539 - dependency on c-client to version 2006k, fixing DEPEND accordingly, bug
540 - 231258
541 -
542 - 08 Jul 2008; Raúl Porcel <armin76@g.o> php-5.2.6-r2.ebuild:
543 - alpha/ia64/sparc stable wrt security #230575
544 -
545 - 07 Jul 2008; Markus Meier <maekke@g.o> php-5.2.6-r2.ebuild:
546 - x86 stable, bug #230575
547 -
548 - 07 Jul 2008; Thomas Anderson <gentoofan23@g.o> php-5.2.6-r2.ebuild:
549 - stable amd64, security bug 230575
550 -
551 - 07 Jul 2008; Brent Baude <ranger@g.o> php-5.2.6-r2.ebuild:
552 - Marking php-5.2.6-r2 ppc64 and ppc for bug 230575
553 -
554 -*php-5.2.6-r2 (02 Jul 2008)
555 -
556 - 02 Jul 2008; Christian Hoffmann <hoffie@g.o> +php-5.2.6-r2.ebuild:
557 - revbump to include newer patchset, employing lots of security/crash fixes,
558 - bug 230575
559 -
560 -*php-5.2.6-r1 (05 May 2008)
561 -
562 - 05 May 2008; Christian Hoffmann <hoffie@g.o> +php-5.2.6-r1.ebuild:
563 - using official suhosin for version 5.2.6 now, adding patch to fix bug
564 - 212679 (ext/ldap build failure with --as-needed, thanks to Peter Volkov)
565 -
566 - 01 May 2008; Christian Hoffmann <hoffie@g.o>
567 - -php-4.4.8_pre20070816.ebuild:
568 - removing php-4.4.8_pre, 4.4.8 still left; yes, it was latest stable for
569 - all arches, but php-4* and everything depending on it are hardmasked
570 - anyway and one shouldn't continue using it either...
571 -
572 - 01 May 2008; Christian Hoffmann <hoffie@g.o> php-5.2.6.ebuild:
573 - only try to fix the open_basedir test cases when suhosin is enabled,
574 - otherwise it breaks for non-suhosin
575 -
576 -*php-5.2.6 (01 May 2008)
577 -
578 - 01 May 2008; Christian Hoffmann <hoffie@g.o>
579 - -php-5.2.6_rc1-r1.ebuild, -php-5.2.6_rc3.ebuild, -php-5.2.6_rc3-r1.ebuild,
580 - +php-5.2.6.ebuild:
581 - version bump to 5.2.6, including kolab support (bug 210977, thanks to
582 - wrobel and jakub), fixing bug 215623 in the same go; removing
583 - old/vulnerable
584 -
585 - 16 Apr 2008; Tobias Scherbaum <dertobi123@g.o>
586 - php-5.2.6_rc4.ebuild:
587 - ppc stable, bug #215266
588 -
589 - 16 Apr 2008; Christian Hoffmann <hoffie@g.o> php-5.2.6_rc4.ebuild:
590 - workaround autoconf-2.62 behavior change which made build fail w/
591 - USE=posix (bug 217392), no revbump
592 -
593 - 15 Apr 2008; Jeroen Roovers <jer@g.o> php-5.2.6_rc4.ebuild:
594 - Stable for HPPA (bug #215266).
595 -
596 - 15 Apr 2008; Raúl Porcel <armin76@g.o> php-5.2.6_rc4.ebuild:
597 - alpha/ia64/sparc stable wrt security #215266
598 -
599 - 14 Apr 2008; Markus Meier <maekke@g.o> php-5.2.6_rc4.ebuild:
600 - amd64/x86 stable, security bug #215266
601 -
602 - 14 Apr 2008; Markus Rothe <corsair@g.o> php-5.2.6_rc4.ebuild:
603 - Stable on ppc64; bug #215266
604 -
605 -*php-5.2.6_rc4 (05 Apr 2008)
606 -
607 - 05 Apr 2008; Christian Hoffmann <hoffie@g.o> +php-5.2.6_rc4.ebuild:
608 - bump to rc4 to address even more possible security issues (stack overflow
609 - in fastcgi handling, several imap-related crashes)
610 -
611 -*php-5.2.6_rc3-r1 (30 Mar 2008)
612 -
613 - 30 Mar 2008; Christian Hoffmann <hoffie@g.o>
614 - +php-5.2.6_rc3-r1.ebuild:
615 - revbump with a patch to fix a regression in escapeshell{arg,cmd}()
616 - functions in regards to multi-byte handling, phpbug 44564
617 -
618 - 29 Mar 2008; Markus Meier <maekke@g.o> php-5.2.6_rc3.ebuild:
619 - x86 stable, security bug #215266
620 -
621 - 29 Mar 2008; Raúl Porcel <armin76@g.o> php-5.2.6_rc3.ebuild:
622 - alpha/ia64/sparc stable wrt security #215266
623 -
624 - 29 Mar 2008; Christian Hoffmann <hoffie@g.o> php-5.2.6_rc3.ebuild:
625 - stable on amd64, bug 215266
626 -
627 - 29 Mar 2008; Jeroen Roovers <jer@g.o> php-5.2.6_rc3.ebuild:
628 - Stable for HPPA (bug #215266).
629 -
630 - 29 Mar 2008; Brent Baude <ranger@g.o> php-5.2.6_rc3.ebuild:
631 - Marking php-5.2.6_rc3 ppc64 and ppc for bug 215266
632 -
633 -*php-5.2.6_rc3 (28 Mar 2008)
634 -
635 - 28 Mar 2008; Christian Hoffmann <hoffie@g.o> +php-5.2.6_rc3.ebuild:
636 - bump, mainly to address the issues listed in security bug 215266
637 -
638 - 23 Mar 2008; Benedikt Böhm <hollow@g.o>
639 - php-4.4.8_pre20070816.ebuild, php-4.4.8.ebuild, php-5.2.5-r1.ebuild,
640 - php-5.2.6_rc1-r1.ebuild:
641 - fix depend.apache usage wrt #208033
642 -
643 - 19 Mar 2008; Christian Hoffmann <hoffie@g.o>
644 - -php-5.2.4_pre200708051230-r2.ebuild, -php-5.2.5_p20080206-r3.ebuild,
645 - -php-5.2.6_rc1.ebuild:
646 - removing old and/or vulnerable versions
647 -
648 - 09 Mar 2008; Tobias Scherbaum <dertobi123@g.o>
649 - php-5.2.6_rc1-r1.ebuild:
650 - ppc stable, bug #212211
651 -
652 - 08 Mar 2008; <pva@g.o> php-5.2.6_rc1-r1.ebuild:
653 - amd64 stable, security bug #212211.
654 -
655 - 07 Mar 2008; Dawid Węgliński <cla@g.o> php-5.2.6_rc1-r1.ebuild:
656 - Stable on x86 (bug #212211)
657 -
658 - 06 Mar 2008; Raúl Porcel <armin76@g.o> php-5.2.6_rc1-r1.ebuild:
659 - alpha/ia64/sparc stable wrt #212211
660 -
661 - 06 Mar 2008; Jeroen Roovers <jer@g.o> php-5.2.6_rc1-r1.ebuild:
662 - Stable for HPPA (bug #212211).
663 -
664 - 06 Mar 2008; Brent Baude <ranger@g.o> php-5.2.6_rc1-r1.ebuild:
665 - Marking php-5.2.6_rc1-r1 ppc64 for bug 212211
666 -
667 -*php-5.2.6_rc1-r1 (05 Mar 2008)
668 -
669 - 05 Mar 2008; Christian Hoffmann <hoffie@g.o>
670 - +php-5.2.6_rc1-r1.ebuild:
671 - revbump to -r1 to include new patchset which fixes a mysql_(p)connect crash
672 - (introduced in >5.2.5-r1), several memory corruption issues, a crash in the
673 - soap extension and several test failures
674 -
675 - 04 Mar 2008; Markus Rothe <corsair@g.o> php-5.2.6_rc1.ebuild:
676 - Stable on ppc64; bug #212211
677 -
678 - 04 Mar 2008; Raúl Porcel <armin76@g.o> php-5.2.6_rc1.ebuild:
679 - alpha/ia64/sparc stable wrt security #212211
680 -
681 - 03 Mar 2008; Jeroen Roovers <jer@g.o> php-5.2.6_rc1.ebuild:
682 - Stable for HPPA (bug #212211).
683 -
684 - 03 Mar 2008; Markus Meier <maekke@g.o> php-5.2.6_rc1.ebuild:
685 - x86 stable, security bug #212211
686 -
687 -*php-5.2.6_rc1 (03 Mar 2008)
688 -
689 - 03 Mar 2008; Christian Hoffmann <hoffie@g.o> +php-5.2.6_rc1.ebuild:
690 - bump to 5.2.6_rc1
691 -
692 - 03 Mar 2008; Christian Hoffmann <hoffie@g.o>
693 - -php-5.2.5_p20080206.ebuild, -php-5.2.5_p20080206-r2.ebuild:
694 - removing old
695 -
696 - 28 Feb 2008; Steve Dibb <beandog@g.o>
697 - php-5.2.5_p20080206-r3.ebuild:
698 - amd64 stable, bug 209148
699 -
700 - 24 Feb 2008; Brent Baude <ranger@g.o>
701 - php-5.2.5_p20080206-r3.ebuild:
702 - Marking php-5.2.5_p20080206-r3 ppc64 for bug 209148
703 -
704 - 24 Feb 2008; Raúl Porcel <armin76@g.o>
705 - php-5.2.5_p20080206-r3.ebuild:
706 - alpha/ia64/sparc stable wrt security #209148
707 -
708 - 22 Feb 2008; Tobias Scherbaum <dertobi123@g.o>
709 - php-5.2.5_p20080206-r3.ebuild:
710 - ppc stable, bug #209148
711 -
712 - 21 Feb 2008; Markus Meier <maekke@g.o>
713 - php-5.2.5_p20080206-r3.ebuild:
714 - x86 stable, security bug #209148
715 -
716 - 21 Feb 2008; Jeroen Roovers <jer@g.o>
717 - php-5.2.5_p20080206-r3.ebuild:
718 - Stable for HPPA (bug #209148).
719 -
720 - 13 Feb 2008; Christian Hoffmann <hoffie@g.o>
721 - php-5.2.5_p20080206-r3.ebuild:
722 - yet another attempt at fixing src_test (no revbump)
723 -
724 -*php-5.2.5_p20080206-r3 (12 Feb 2008)
725 -
726 - 12 Feb 2008; Christian Hoffmann <hoffie@g.o>
727 - +php-5.2.5_p20080206-r3.ebuild:
728 - hopefully improved upstream patch for bug #209606
729 -
730 -*php-5.2.5_p20080206-r2 (12 Feb 2008)
731 -
732 - 12 Feb 2008; Christian Hoffmann <hoffie@g.o>
733 - +php-5.2.5_p20080206-r2.ebuild:
734 - revbump to fix a pretty severe crash problem: fixes bug #209606 and maybe
735 - bug #209501; also reworking src_test so that it works more reliable
736 - (hopefully)
737 -
738 - 08 Feb 2008; Raúl Porcel <armin76@g.o> php-5.2.5_p20080206.ebuild:
739 - alpha/ia64/sparc stable wrt security #209148
740 -
741 - 08 Feb 2008; Jeroen Roovers <jer@g.o> php-5.2.5_p20080206.ebuild:
742 - Stable for HPPA (bug #209148).
743 -
744 - 08 Feb 2008; Tobias Scherbaum <dertobi123@g.o>
745 - php-5.2.5_p20080206.ebuild:
746 - ppc stable, bug #209148
747 -
748 - 08 Feb 2008; Brent Baude <ranger@g.o> php-5.2.5_p20080206.ebuild:
749 - Marking php-5.2.5_p20080206 ppc64 for bug 209148
750 -
751 - 07 Feb 2008; Dawid Węgliński <cla@g.o>
752 - php-5.2.5_p20080206.ebuild:
753 - Stable on x86 (bug #209148)
754 -
755 -*php-5.2.5_p20080206 (06 Feb 2008)
756 -
757 - 06 Feb 2008; Christian Hoffmann <hoffie@g.o>
758 - +php-5.2.5_p20080206.ebuild:
759 - adding new snapshot 5.2.5_p20080206 for security bug 209148
760 -
761 - 31 Jan 2008; Christian Hoffmann <hoffie@g.o>
762 - files/70_mod_php.conf-apache2, files/70_mod_php5_concurr.conf-apache2,
763 - files/70_mod_php5.conf-apache2, files/70_mod_php_concurr.conf-apache2:
764 - changing AddDirectoryIndex to DirectoryIndex in apache configs per bug 139451
765 -
766 -*php-4.4.8 (08 Jan 2008)
767 -
768 - 08 Jan 2008; Christian Hoffmann <hoffie@g.o> +php-4.4.8.ebuild:
769 - bumping to 4.4.8 by user request; completely untested except quick compile
770 - test (it's hardmasked anyway, you should really switch to php-5*)
771 -
772 - 08 Jan 2008; Christian Hoffmann <hoffie@g.o> -php-5.2.5.ebuild:
773 - removing php-5.2.5, -r1 is more secure and has same KEYWORDS
774 -
775 - 15 Dec 2007; <welp@g.o> php-5.2.5-r1.ebuild:
776 - Stable on amd64; bug 201885
777 -
778 - 12 Dec 2007; Brent Baude <ranger@g.o> php-5.2.5-r1.ebuild:
779 - Marked php-5.2.5-r1 ppc & ppc64 stable for bug 201885
780 -
781 - 11 Dec 2007; Jeroen Roovers <jer@g.o> php-5.2.5-r1.ebuild:
782 - Stable for HPPA (bug #201885).
783 -
784 - 11 Dec 2007; Raúl Porcel <armin76@g.o> php-5.2.5-r1.ebuild:
785 - alpha/ia64/sparc stable wrt security #201885
786 -
787 - 11 Dec 2007; Dawid Węgliński <cla@g.o> php-5.2.5-r1.ebuild:
788 - Stable on x86 (bug #201885)
789 -
790 -*php-5.2.5-r1 (08 Dec 2007)
791 -
792 - 08 Dec 2007; Christian Hoffmann <hoffie@g.o> +php-5.2.5-r1.ebuild:
793 - revision bump w/ updated patchset to fix most of the security issues listed
794 - in bug 199156
795 -
796 - 15 Nov 2007; Christian Hoffmann <hoffie@g.o> -php-4.4.7.ebuild,
797 - -php-5.2.4.ebuild, -php-5.2.4_p20070914-r2.ebuild:
798 - removing old/vulnerable versions 4.4.7, 5.2.4 and 5.2.4_p20070914-r2
799 -
800 - 14 Nov 2007; Alex Howells <astinus@g.o> php-5.2.5.ebuild:
801 - changing ~amd64 -> amd64 with regard to #198650
802 -
803 - 13 Nov 2007; Tobias Scherbaum <dertobi123@g.o> php-5.2.5.ebuild:
804 - ppc stable, bug #198650
805 -
806 - 12 Nov 2007; Markus Rothe <corsair@g.o> php-5.2.5.ebuild:
807 - Stable on ppc64; bug #198650
808 -
809 - 12 Nov 2007; Jeroen Roovers <jer@g.o> php-5.2.5.ebuild:
810 - Stable for HPPA (bug #198650 ).
811 -
812 - 12 Nov 2007; Raúl Porcel <armin76@g.o> php-5.2.5.ebuild:
813 - alpha/ia64/sparc stable wrt #198650
814 -
815 - 11 Nov 2007; Dawid Węgliński <cla@g.o> php-5.2.5.ebuild:
816 - Stable on x86 (bug #198650)
817 -
818 -*php-5.2.5 (09 Nov 2007)
819 -
820 - 09 Nov 2007; Christian Hoffmann <hoffie@g.o> +php-5.2.5.ebuild:
821 - bump to php-5.2.5, http://www.php.net/ChangeLog-5.php#5.2.5
822 - Gentoo-wise improvements: zero or very little expected test failures, depending
823 - on the USE flags
824 -
825 - 03 Nov 2007; Christian Hoffmann <hoffie@g.o> -php-5.1.6-r11.ebuild:
826 - removing php-5.1*
827 -
828 - 21 Oct 2007; Christian Hoffmann <hoffie@g.o> -php-5.2.2-r1.ebuild,
829 - -php-5.2.4_p20070914.ebuild:
830 - cleanup old
831 -
832 - 25 Sep 2007; Raúl Porcel <armin76@g.o>
833 - php-5.2.4_p20070914-r2.ebuild:
834 - sparc stable wrt security #191034
835 -
836 - 22 Sep 2007; Raúl Porcel <armin76@g.o>
837 - php-5.2.4_p20070914-r2.ebuild:
838 - alpha/ia64 stable wrt security #191034
839 -
840 - 20 Sep 2007; Brent Baude <ranger@g.o>
841 - php-5.2.4_p20070914-r2.ebuild:
842 - MArking php-5.2.4_p20070914-r2 ppc64 stable for 191034
843 -
844 - 20 Sep 2007; Chris Gianelloni <wolf31o2@g.o>
845 - php-5.2.4_p20070914-r2.ebuild:
846 - Stable on amd64/x86 wrt bug #191034.
847 -
848 - 20 Sep 2007; Tobias Scherbaum <dertobi123@g.o>
849 - php-5.2.4_p20070914-r2.ebuild:
850 - ppc stable, bug #191034
851 -
852 - 20 Sep 2007; Jeroen Roovers <jer@g.o>
853 - php-5.2.4_p20070914-r2.ebuild:
854 - Stable for HPPA (bug #191034).
855 -
856 -*php-5.2.4_p20070914-r2 (19 Sep 2007)
857 -
858 - 19 Sep 2007; Christian Hoffmann <hoffie@g.o>
859 - +php-5.2.4_p20070914-r2.ebuild:
860 - adding php-5.2.4_p20070914-r2 as per bug 191034
861 - * fix CVE-2007-4887 (dl() segfault with very long filenames)
862 - * fix CVE-2007-4783, CVE-2007-4840 (segfault in iconv functions with very
863 - long charset parameters);
864 - * use almost-official suhosin again (based on the patch for 5.2.4)
865 - * fix crashes in xmlrpc
866 -
867 -*php-5.2.4_p20070914 (14 Sep 2007)
868 -
869 - 14 Sep 2007; Christian Hoffmann <hoffie@g.o>
870 - +php-5.2.4_p20070914.ebuild:
871 - adding php-5.2.4_p20070914, bug 191034
872 -
873 -*php-5.2.4 (08 Sep 2007)
874 -
875 - 08 Sep 2007; Christian Hoffmann <hoffie@g.o> -php-5.2.3-r3.ebuild,
876 - +php-5.2.4.ebuild:
877 - adding php-5.2.4, bug 191034; removing broken php-5.2.3*
878 -
879 - 29 Aug 2007; Markus Rothe <corsair@g.o>
880 - php-4.4.8_pre20070816.ebuild:
881 - Stable on ppc64; bug #189172
882 -
883 - 24 Aug 2007; Raúl Porcel <armin76@g.o>
884 - php-4.4.8_pre20070816.ebuild:
885 - alpha/ia64 stable wrt security #189172
886 -
887 - 23 Aug 2007; Christoph Mende <angelos@g.o>
888 - php-4.4.8_pre20070816.ebuild:
889 - Stable on amd64 wrt security bug #189172
890 -
891 - 22 Aug 2007; Tobias Scherbaum <dertobi123@g.o>
892 - php-4.4.8_pre20070816.ebuild:
893 - ppc stable, bug #189172
894 -
895 - 21 Aug 2007; Gustavo Zacarias <gustavoz@g.o>
896 - php-4.4.8_pre20070816.ebuild:
897 - Stable on sparc wrt security #189172
898 -
899 - 20 Aug 2007; Markus Ullmann <jokey@g.o>
900 - php-4.4.8_pre20070816.ebuild:
901 - Stable on x86 wrt security bug #189172
902 -
903 - 19 Aug 2007; Jeroen Roovers <jer@g.o> php-4.4.8_pre20070816.ebuild:
904 - Stable for HPPA (bug #189172).
905 -
906 -*php-4.4.8_pre20070816 (18 Aug 2007)
907 -
908 - 18 Aug 2007; Christian Hoffmann <hoffie@g.o>
909 - +php-4.4.8_pre20070816.ebuild:
910 - version bump to fix several security issues, see bug 189172
911 -
912 - 15 Aug 2007; Jeroen Roovers <jer@g.o>
913 - php-5.2.4_pre200708051230-r2.ebuild:
914 - Stable for HPPA (bug #180556).
915 -
916 - 14 Aug 2007; Tobias Scherbaum <dertobi123@g.o>
917 - php-5.2.4_pre200708051230-r2.ebuild:
918 - ppc stable, bug #180556
919 -
920 - 14 Aug 2007; Markus Rothe <corsair@g.o>
921 - php-5.2.4_pre200708051230-r2.ebuild:
922 - Stable on ppc64; bug #180556
923 -
924 - 13 Aug 2007; Gustavo Zacarias <gustavoz@g.o>
925 - php-5.2.4_pre200708051230-r2.ebuild:
926 - Stable on sparc wrt #180556
927 -
928 - 12 Aug 2007; Steve Dibb <beandog@g.o>
929 - php-5.2.4_pre200708051230-r2.ebuild:
930 - amd64 stable, bug 180556
931 -
932 - 11 Aug 2007; Raúl Porcel <armin76@g.o>
933 - php-5.2.4_pre200708051230-r2.ebuild:
934 - alpha/ia64/x86 stable wrt #180556
935 -
936 -*php-5.2.4_pre200708051230-r2 (09 Aug 2007)
937 -
938 - 09 Aug 2007; Tobias Scherbaum <dertobi123@g.o>
939 - +php-5.2.4_pre200708051230-r2.ebuild:
940 - Import from the php-testing overlay wrt security bug #180556, thanks to
941 - Christian Hoffmann!
942 -
943 - 30 Jul 2007; Gustavo Zacarias <gustavoz@g.o> php-5.2.3-r3.ebuild:
944 - Stable on sparc wrt security #180556
945 -
946 - 30 Jul 2007; Markus Rothe <corsair@g.o> php-5.2.3-r3.ebuild:
947 - Stable on ppc64; bug #180556
948 -
949 - 28 Jul 2007; Jeroen Roovers <jer@g.o> php-5.2.3-r3.ebuild:
950 - Stable for HPPA (bug #180556).
951 -
952 - 28 Jul 2007; Steve Dibb <beandog@g.o> php-5.2.3-r3.ebuild:
953 - amd64 stable, security bug 180556
954 -
955 - 28 Jul 2007; Raúl Porcel <armin76@g.o> php-5.2.3-r3.ebuild:
956 - alpha/ia64/x86 stable wrt #180556
957 -
958 - 28 Jul 2007; Tobias Scherbaum <dertobi123@g.o> php-5.2.3-r3.ebuild:
959 - ppc stable, bug #180556
960 -
961 -*php-5.2.3-r3 (22 Jul 2007)
962 -
963 - 22 Jul 2007; Tobias Scherbaum <dertobi123@g.o>
964 - +php-5.2.3-r3.ebuild:
965 - Import php-5.2.3-r3 from the php-experimental overlay wrt security bug
966 - #180556, thanks to Christian Hoffmann!
967 -
968 - 30 Jun 2007; Luca Longinotti <chtekk@g.o> -php-4.4.6.ebuild,
969 - -php-5.2.1-r3.ebuild:
970 - Remove old versions.
971 -
972 - 12 May 2007; Markus Rothe <corsair@g.o> php-4.4.7.ebuild,
973 - php-5.2.2-r1.ebuild:
974 - Stable on ppc64; bug #169372
975 -
976 - 12 May 2007; Luca Longinotti <chtekk@g.o>
977 - files/70_mod_php.conf-apache2, files/70_mod_php5_concurr.conf-apache2,
978 - -files/70_mod_php5.conf-apache1, files/70_mod_php5.conf-apache2,
979 - files/20php4-envd, files/20php5-envd, -files/70_mod_php.conf-apache1,
980 - files/70_mod_php_concurr.conf-apache2, php-4.4.6.ebuild, php-4.4.7.ebuild,
981 - php-5.1.6-r11.ebuild, php-5.2.1-r3.ebuild, php-5.2.2-r1.ebuild:
982 - Apache 1.X masking (fix ebuilds to not require apache-1*).
983 -
984 - 10 May 2007; Jeroen Roovers <jer@g.o> php-4.4.7.ebuild,
985 - php-5.2.2-r1.ebuild:
986 - Stable for HPPA (bug #169372).
987 -
988 - 10 May 2007; Jose Luis Rivero <yoswink@g.o> php-5.2.2-r1.ebuild:
989 - Stable on alpha wrt security bug #169372
990 -
991 - 09 May 2007; Luca Longinotti <chtekk@g.o> php-4.4.7.ebuild,
992 - php-5.2.2-r1.ebuild:
993 - AMD64 stable for security bug #169372.
994 -
995 - 09 May 2007; Jose Luis Rivero <yoswink@g.o> php-4.4.7.ebuild:
996 - Stable on alpha wrt security bug #169372
997 -
998 - 08 May 2007; Raúl Porcel <armin76@g.o> php-4.4.7.ebuild,
999 - php-5.2.2-r1.ebuild:
1000 - ia64 + x86 stable wrt security bug 169372
1001 -
1002 - 08 May 2007; Gustavo Zacarias <gustavoz@g.o> php-4.4.7.ebuild,
1003 - php-5.2.2-r1.ebuild:
1004 - Stable on sparc wrt security #169372
1005 -
1006 - 08 May 2007; Tobias Scherbaum <dertobi123@g.o> php-4.4.7.ebuild,
1007 - php-5.2.2-r1.ebuild:
1008 - ppc stable, bug #169372
1009 -
1010 -*php-5.2.2-r1 (07 May 2007)
1011 -*php-4.4.7 (07 May 2007)
1012 -
1013 - 07 May 2007; Luca Longinotti <chtekk@g.o> +php-4.4.7.ebuild,
1014 - +php-5.2.2-r1.ebuild:
1015 - PHP 4.4.7 and 5.2.2, fixes various security issues, see bug #169372.
1016 -
1017 - 04 May 2007; Luca Longinotti <chtekk@g.o> -php-4.3.11-r5.ebuild,
1018 - -php-4.4.4-r6.ebuild, php-4.4.6.ebuild, -php-5.0.5-r5.ebuild,
1019 - -php-5.1.6-r6.ebuild, php-5.1.6-r11.ebuild:
1020 - Remove 4.3 and 5.0 and old versions.
1021 -
1022 - 31 Mar 2007; Raúl Porcel <armin76@g.o> php-4.4.6.ebuild,
1023 - php-5.1.6-r11.ebuild, php-5.2.1-r3.ebuild:
1024 - ia64 stable wrt bug 153911
1025 -
1026 - 31 Mar 2007; Raúl Porcel <armin76@g.o> php-4.4.6.ebuild,
1027 - php-5.1.6-r11.ebuild, php-5.2.1-r3.ebuild:
1028 - ia64 stable wrt security bug 153911
1029 -
1030 - 10 Mar 2007; Jose Luis Rivero <yoswink@g.o> php-4.4.6.ebuild,
1031 - php-5.1.6-r11.ebuild, php-5.2.1-r3.ebuild:
1032 - Stable on alpha wrt security #153911
1033 -
1034 - 08 Mar 2007; Gustavo Zacarias <gustavoz@g.o> php-4.4.6.ebuild,
1035 - php-5.1.6-r11.ebuild, php-5.2.1-r3.ebuild:
1036 - Stable on sparc wrt security #153911
1037 -
1038 - 06 Mar 2007; René Nussbaumer <killerfox@g.o> php-5.1.6-r11.ebuild:
1039 - Stable on hppa. See bug #153911.
1040 -
1041 - 06 Mar 2007; Tobias Scherbaum <dertobi123@g.o> php-4.4.6.ebuild,
1042 - php-5.1.6-r11.ebuild, php-5.2.1-r3.ebuild:
1043 - Stable on ppc wrt bug #153911.
1044 -
1045 - 06 Mar 2007; Christian Faulhammer <opfer@g.o> php-4.4.6.ebuild,
1046 - php-5.1.6-r11.ebuild, php-5.2.1-r3.ebuild:
1047 - stable x86; security bug 153911
1048 -
1049 - 06 Mar 2007; Jeroen Roovers <jer@g.o> php-5.2.1-r3.ebuild:
1050 - Stable for HPPA (bug #153911).
1051 -
1052 - 06 Mar 2007; Markus Rothe <corsair@g.o> php-4.4.6.ebuild,
1053 - php-5.1.6-r11.ebuild, php-5.2.1-r3.ebuild:
1054 - Stable on ppc64; bug #153911
1055 -
1056 - 06 Mar 2007; Jeroen Roovers <jer@g.o> php-4.4.6.ebuild:
1057 - Stable for HPPA (bug #153911).
1058 -
1059 - 05 Mar 2007; Luca Longinotti <chtekk@g.o> php-4.4.6.ebuild,
1060 - php-5.1.6-r11.ebuild, php-5.2.1-r3.ebuild:
1061 - Keyword on amd64 wrt bug #153911.
1062 -
1063 -*php-5.2.1-r3 (05 Mar 2007)
1064 -*php-5.1.6-r11 (05 Mar 2007)
1065 -*php-4.4.6 (05 Mar 2007)
1066 -
1067 - 05 Mar 2007; Luca Longinotti <chtekk@g.o> +files/20php4-envd,
1068 - +files/20php5-envd, -php-4.4.4-r8.ebuild, +php-4.4.6.ebuild,
1069 - -php-5.1.6-r8.ebuild, +php-5.1.6-r11.ebuild, +php-5.2.1-r3.ebuild:
1070 - New PHP versions, fix lots of bugs, add Suhosin support.
1071 -
1072 - 26 Nov 2006; Luca Longinotti <chtekk@g.o> -php-4.4.3-r1.ebuild,
1073 - -php-4.4.4-r4.ebuild, -php-5.1.4-r6.ebuild, -php-5.1.6-r4.ebuild:
1074 - Cleanup old versions, thanks arch-teams!
1075 -
1076 - 29 Oct 2006; Bryan Østergaard <kloeri@g.o> php-4.4.4-r6.ebuild:
1077 - Stable on ia64, bug 150261.
1078 -
1079 -*php-5.1.6-r8 (27 Oct 2006)
1080 -*php-4.4.4-r8 (27 Oct 2006)
1081 -
1082 - 27 Oct 2006; Luca Longinotti <chtekk@g.o> +php-4.4.4-r8.ebuild,
1083 - +php-5.1.6-r8.ebuild:
1084 - Add new PHP revisions, fix a few issues, improve a open_basedir check.
1085 -
1086 - 24 Oct 2006; Joshua Jackson <tsunam@g.o> php-4.4.4-r6.ebuild,
1087 - php-5.1.6-r6.ebuild:
1088 - Stable x86; bug #150261
1089 -
1090 - 15 Oct 2006; Tobias Scherbaum <dertobi123@g.o> php-4.4.4-r6.ebuild,
1091 - php-5.1.6-r6.ebuild:
1092 - hppa stable, bug #150261
1093 -
1094 - 14 Oct 2006; Aron Griffis <agriffis@g.o> php-5.1.6-r6.ebuild:
1095 - Mark 5.1.6-r6 stable on ia64. #150261
1096 -
1097 - 11 Oct 2006; Fernando J. Pereda <ferdy@g.o> php-4.4.4-r6.ebuild,
1098 - php-5.1.6-r6.ebuild:
1099 - Stable on alpha as per security bug #150261
1100 -
1101 - 11 Oct 2006; Markus Rothe <corsair@g.o> php-4.4.4-r6.ebuild,
1102 - php-5.1.6-r6.ebuild:
1103 - Stable on ppc64; bug #150261
1104 -
1105 - 11 Oct 2006; Gustavo Zacarias <gustavoz@g.o> php-4.4.4-r6.ebuild,
1106 - php-5.1.6-r6.ebuild:
1107 - Stable on sparc wrt security #150261
1108 -
1109 - 11 Oct 2006; Tobias Scherbaum <dertobi123@g.o> php-4.4.4-r6.ebuild,
1110 - php-5.1.6-r6.ebuild:
1111 - ppc stable, bug #150261
1112 -
1113 -*php-5.1.6-r6 (07 Oct 2006)
1114 -*php-4.4.4-r6 (07 Oct 2006)
1115 -
1116 - 07 Oct 2006; Luca Longinotti <chtekk@g.o> +php-4.4.4-r6.ebuild,
1117 - +php-5.1.6-r6.ebuild:
1118 - Fix security bug #150261, amd64 stable.
1119 -
1120 - 16 Sep 2006; Rene Nussbaumer <killerfox@g.o> php-4.4.4-r4.ebuild,
1121 - php-5.1.6-r4.ebuild:
1122 - Stable on hppa. See bug #147061.
1123 -
1124 - 14 Sep 2006; Bryan Østergaard <kloeri@g.o> php-4.4.4-r4.ebuild,
1125 - php-5.1.6-r4.ebuild:
1126 - Stable on ia64, bug 147061.
1127 -
1128 - 11 Sep 2006; Tobias Scherbaum <dertobi123@g.o> php-4.4.4-r4.ebuild,
1129 - php-5.1.6-r4.ebuild:
1130 - ppc stable, bug #147061
1131 -
1132 - 11 Sep 2006; Thomas Cort <tcort@g.o> php-4.4.4-r4.ebuild,
1133 - php-5.1.6-r4.ebuild:
1134 - Stable on alpha and amd64 wrt security Bug #147061.
1135 -
1136 - 11 Sep 2006; Markus Rothe <corsair@g.o> php-4.4.4-r4.ebuild,
1137 - php-5.1.6-r4.ebuild:
1138 - Stable on ppc64; bug #147061
1139 -
1140 - 11 Sep 2006; Jason Wever <weeve@g.o> php-4.4.4-r4.ebuild,
1141 - php-5.1.6-r4.ebuild:
1142 - Stable on SPARC wrt security bug #147061.
1143 -
1144 - 10 Sep 2006; <ticho@g.o> php-4.4.4-r4.ebuild, php-5.1.6-r4.ebuild:
1145 - Stable on x86, security bug #147061.
1146 -
1147 -*php-5.1.6-r4 (10 Sep 2006)
1148 -*php-4.4.4-r4 (10 Sep 2006)
1149 -
1150 - 10 Sep 2006; Luca Longinotti <chtekk@g.o> -php-4.4.4-r2.ebuild,
1151 - +php-4.4.4-r4.ebuild, -php-5.1.6-r2.ebuild, +php-5.1.6-r4.ebuild:
1152 - Revision bump to fix INI restore issue and other bugs, updates Hardened-PHP
1153 - to 0.4.15. Cleanup old versions.
1154 -
1155 - 10 Sep 2006; Luca Longinotti <chtekk@g.o> -php-4.4.2.ebuild,
1156 - -php-4.4.2-r2.ebuild, -php-4.4.2-r6.ebuild:
1157 - Remove old versions.
1158 -
1159 - 08 Sep 2006; Bryan Østergaard <kloeri@g.o> php-4.4.3-r1.ebuild:
1160 - Stable on ia64.
1161 -
1162 - 05 Sep 2006; Luca Longinotti <chtekk@g.o> -php-5.1.4.ebuild,
1163 - -php-5.1.4-r4.ebuild:
1164 - Remove old versions.
1165 -
1166 - 03 Sep 2006; Bryan Østergaard <kloeri@g.o> php-5.1.4-r6.ebuild:
1167 - Stable on ia64.
1168 -
1169 -*php-5.1.6-r2 (30 Aug 2006)
1170 -*php-4.4.4-r2 (30 Aug 2006)
1171 -
1172 - 30 Aug 2006; Luca Longinotti <chtekk@g.o> -php-4.4.4-r1.ebuild,
1173 - +php-4.4.4-r2.ebuild, -php-5.1.6-r1.ebuild, +php-5.1.6-r2.ebuild:
1174 - Revbump to force upgrading because of missing mbstring headers which can
1175 - break extension compiles.
1176 -
1177 -*php-5.1.6-r1 (29 Aug 2006)
1178 -*php-4.4.4-r1 (29 Aug 2006)
1179 -
1180 - 29 Aug 2006; Luca Longinotti <chtekk@g.o> -php-4.4.4.ebuild,
1181 - +php-4.4.4-r1.ebuild, -php-5.1.6.ebuild, +php-5.1.6-r1.ebuild:
1182 - Revbump to force reverting back to bundled libpcre, the external one can
1183 - result is strange brokenness in PHP, see bug #145220 for more info.
1184 -
1185 -*php-5.1.6 (29 Aug 2006)
1186 -*php-4.4.4 (29 Aug 2006)
1187 -
1188 - 29 Aug 2006; Luca Longinotti <chtekk@g.o> +php-4.4.4.ebuild,
1189 - +php-5.1.6.ebuild:
1190 - Version bump, add PHP 4.4.4 and PHP 5.1.6 with Hardened-PHP 0.4.14, fixes
1191 - bug #144297. Also switch the eclasses to use external libraries for PCRE and
1192 - SQLite support, fixes bug #145220.
1193 -
1194 - 15 Aug 2006; Joshua Jackson <tsunam@g.o> php-4.4.3-r1.ebuild,
1195 - php-5.1.4-r6.ebuild:
1196 - See below for the security bug that makes this x86 stable
1197 -
1198 - 14 Aug 2006; Jose Luis Rivero <yoswink@g.o> php-4.4.3-r1.ebuild,
1199 - php-5.1.4-r6.ebuild:
1200 - Stable on alpha wrt security bug #143126
1201 -
1202 - 12 Aug 2006; Jason Wever <weeve@g.o> php-4.4.3-r1.ebuild:
1203 - Updated the patchset for php-4.4.3-r1 to fix bug #143508 (with permission
1204 - from jakub).
1205 -
1206 - 12 Aug 2006; Rene Nussbaumer <killerfox@g.o> php-4.4.3-r1.ebuild,
1207 - php-5.1.4-r6.ebuild:
1208 - Stable on hppa. See bug #143126.
1209 -
1210 - 12 Aug 2006; Markus Rothe <corsair@g.o> php-4.4.3-r1.ebuild,
1211 - php-5.1.4-r6.ebuild:
1212 - Stable on ppc64; bug #143126
1213 -
1214 - 10 Aug 2006; Luca Longinotti <chtekk@g.o> php-4.4.3-r1.ebuild:
1215 - Retry with manually diffed patch, works here now, hopefully out there too. ;)
1216 -
1217 - 10 Aug 2006; Luca Longinotti <chtekk@g.o> php-4.4.3-r1.ebuild:
1218 - Revert, now it got even worse, fails on some of my systems too. :S
1219 -
1220 - 10 Aug 2006; Luca Longinotti <chtekk@g.o> php-4.4.3-r1.ebuild:
1221 - Update patchset for PHP 4.4.3, it seems one of the patches randomly failed
1222 - to apply on some systems, probably due to bad line-endings.
1223 -
1224 - 10 Aug 2006; Gustavo Zacarias <gustavoz@g.o> php-4.4.3-r1.ebuild,
1225 - php-5.1.4-r6.ebuild:
1226 - Stable on sparc wrt security #143126
1227 -
1228 - 10 Aug 2006; Tobias Scherbaum <dertobi123@g.o> php-4.4.3-r1.ebuild,
1229 - php-5.1.4-r6.ebuild:
1230 - ppc stable, bug #143126
1231 -
1232 -*php-5.1.4-r6 (10 Aug 2006)
1233 -*php-4.4.3-r1 (10 Aug 2006)
1234 -
1235 - 10 Aug 2006; Luca Longinotti <chtekk@g.o> +php-4.4.3-r1.ebuild,
1236 - +php-5.1.4-r6.ebuild:
1237 - Version/revision bump, fixes security bug #143126. Add support for the PHP
1238 - test suite, activated by FEATURES="test".
1239 -
1240 - 20 Jul 2006; Luca Longinotti <chtekk@g.o> php-4.3.11-r5.ebuild,
1241 - php-4.4.2.ebuild, php-4.4.2-r2.ebuild, php-4.4.2-r6.ebuild,
1242 - php-5.0.5-r5.ebuild, php-5.1.4.ebuild, php-5.1.4-r4.ebuild:
1243 - Fix bug #141098.
1244 -
1245 - 18 Jul 2006; Luca Longinotti <chtekk@g.o> php-4.4.2-r6.ebuild,
1246 - php-5.1.4-r4.ebuild:
1247 - Stable on amd64 wrt bug #133524.
1248 -
1249 - 18 Jul 2006; Joshua Jackson <tsunam@g.o> php-4.4.2-r6.ebuild,
1250 - php-5.1.4-r4.ebuild:
1251 - Stable x86; security bug #133524
1252 -
1253 - 18 Jul 2006; Thomas Cort <tcort@g.o> php-4.4.2-r6.ebuild,
1254 - php-5.1.4-r4.ebuild:
1255 - Stable on alpha wrt security Bug #133524.
1256 -
1257 - 17 Jul 2006; Markus Rothe <corsair@g.o> php-4.4.2-r6.ebuild,
1258 - php-5.1.4-r4.ebuild:
1259 - Stable on ppc64; bug #133524
1260 -
1261 - 17 Jul 2006; Tobias Scherbaum <dertobi123@g.o> php-4.4.2-r6.ebuild,
1262 - php-5.1.4-r4.ebuild:
1263 - ppc stable, bug #133524
1264 -
1265 - 16 Jul 2006; Jason Wever <weeve@g.o> php-4.4.2-r6.ebuild,
1266 - php-5.1.4-r4.ebuild:
1267 - Stable on SPARC wrt security bug #133524.
1268 -
1269 -*php-5.1.4-r4 (14 Jul 2006)
1270 -*php-4.4.2-r6 (14 Jul 2006)
1271 -
1272 - 14 Jul 2006; Luca Longinotti <chtekk@g.o>
1273 - +files/70_mod_php5_concurr.conf-apache2,
1274 - +files/70_mod_php_concurr.conf-apache2, +files/php4-ldvs,
1275 - +files/php5-ldvs, php-4.3.11-r5.ebuild, php-4.4.2.ebuild,
1276 - php-4.4.2-r2.ebuild, -php-4.4.2-r5.ebuild, +php-4.4.2-r6.ebuild,
1277 - php-5.0.5-r5.ebuild, php-5.1.4.ebuild, -php-5.1.4-r3.ebuild,
1278 - +php-5.1.4-r4.ebuild:
1279 - Restructure PHP ebuilds and eclasses to accomodate for future expansion and
1280 - new features, cleaner separation between eclasses and ebuilds. Fixes
1281 - security related bugs #133524, #136566, #138180, #135860 and bugs #137568,
1282 - #134171, #138665.
1283 -
1284 - 13 Jul 2006; Luca Longinotti <chtekk@g.o> -php-5.1.2.ebuild:
1285 - Remove PHP 5.1.2.
1286 -
1287 -*php-5.1.4-r3 (20 Jun 2006)
1288 -*php-4.4.2-r5 (20 Jun 2006)
1289 -
1290 - 20 Jun 2006; Luca Longinotti <chtekk@g.o> -php-4.4.2-r3.ebuild,
1291 - +php-4.4.2-r5.ebuild, -php-5.1.4-r1.ebuild, +php-5.1.4-r3.ebuild:
1292 - Revision bumps. Fix bug #105489 and add a couple of other fixes for various
1293 - bugs.
1294 -
1295 - 18 Jun 2006; Bryan Østergaard <kloeri@g.o> php-4.4.2-r2.ebuild,
1296 - php-5.1.4.ebuild:
1297 - Stable on ia64, bug 131135.
1298 -
1299 -*php-5.1.4-r1 (29 May 2006)
1300 -*php-4.4.2-r3 (29 May 2006)
1301 -
1302 - 29 May 2006; Luca Longinotti <chtekk@g.o> +php-4.4.2-r3.ebuild,
1303 - +php-5.1.4-r1.ebuild:
1304 - New revisions, fix a couple of bugs, and update Hardened-PHP patch to 0.4.11.
1305 -
1306 - 18 May 2006; Diego Pettenò <flameeyes@g.o> php-4.4.2-r2.ebuild:
1307 - Add ~x86-fbsd keyword to 4.4 version.
1308 -
1309 - 06 May 2006; Jason Wever <weeve@g.o> php-4.4.2-r2.ebuild:
1310 - Stable on SPARC wrt security bug #131135.
1311 -
1312 - 06 May 2006; Markus Rothe <corsair@g.o> php-4.4.2-r2.ebuild,
1313 - php-5.1.4.ebuild:
1314 - Stable on ppc64; bug #131135
1315 -
1316 - 06 May 2006; Mark Loeser <halcy0n@g.o> php-4.4.2-r2.ebuild,
1317 - php-5.1.4.ebuild:
1318 - Stable on x86; bug #131135
1319 -
1320 - 05 May 2006; <tcort@g.o> php-4.4.2-r2.ebuild, php-5.1.4.ebuild:
1321 - Stable on alpha wrt security Bug #131135.
1322 -
1323 - 05 May 2006; Rene Nussbaumer <killerfox@g.o> php-4.4.2-r2.ebuild,
1324 - php-5.1.4.ebuild:
1325 - Stable on hppa. See bug #131135.
1326 -
1327 - 05 May 2006; Tobias Scherbaum <dertobi123@g.o> php-4.4.2-r2.ebuild,
1328 - php-5.1.4.ebuild:
1329 - ppc stable, bug #131135
1330 -
1331 - 05 May 2006; Gustavo Zacarias <gustavoz@g.o> php-5.1.4.ebuild:
1332 - Stable on sparc wrt security #131135
1333 -
1334 - 05 May 2006; Luca Longinotti <chtekk@g.o> php-5.1.4.ebuild:
1335 - Readd ~x86-fbsd keyword to PHP 5.1.4 which I dropped accidentally, sorry!
1336 - Update digests to reflect the fixed patchset, please make sure you have the
1337 - php-patchset-4.4.2-r3.tar.bz2 with the md5sum of
1338 - eac1d9e4aa78195953e33e566a1f39ce, thanks, and sorry again. ;)
1339 -
1340 - 05 May 2006; Jon Hood <squinky86@g.o> php-5.1.4.ebuild,
1341 - php-4.4.2-r2.ebuild:
1342 - Stable on amd64, #131135.
1343 -
1344 -*php-5.1.4 (05 May 2006)
1345 -*php-4.4.2-r2 (05 May 2006)
1346 -
1347 - 05 May 2006; Luca Longinotti <chtekk@g.o> -php-4.4.2-r1.ebuild,
1348 - +php-4.4.2-r2.ebuild, -php-5.1.2-r1.ebuild, +php-5.1.4.ebuild:
1349 - Sync with PHP overlay, fixes various bugs and security bugs, see bug #131135
1350 - for more details.
1351 -
1352 - 23 Apr 2006; Diego Pettenò <flameeyes@g.o> php-5.1.2-r1.ebuild:
1353 - Add ~x86-fbsd keyword.
1354 -
1355 - 20 Apr 2006; Luca Longinotti <chtekk@g.o> php-4.3.11-r5.ebuild,
1356 - php-4.4.2.ebuild, php-4.4.2-r1.ebuild, php-5.0.5-r5.ebuild,
1357 - php-5.1.2.ebuild, php-5.1.2-r1.ebuild:
1358 - Don't die on USE=-*, ebuild part.
1359 -
1360 -*php-5.1.2-r1 (13 Apr 2006)
1361 -*php-4.4.2-r1 (13 Apr 2006)
1362 -
1363 - 13 Apr 2006; Luca Longinotti <chtekk@g.o> +php-4.4.2-r1.ebuild,
1364 - +php-5.1.2-r1.ebuild:
1365 - Add new revisions to fix an issue with the MySQL charsets.
1366 - See bug #129761 about it.
1367 -
1368 - 28 Mar 2006; Luca Longinotti <chtekk@g.o>
1369 - files/70_mod_php.conf-apache1, files/70_mod_php.conf-apache2,
1370 - files/70_mod_php5.conf-apache1, files/70_mod_php5.conf-apache2:
1371 - Revert config changes for bug #127645.
1372 -
1373 - 28 Mar 2006; Luca Longinotti <chtekk@g.o>
1374 - files/70_mod_php.conf-apache1, files/70_mod_php.conf-apache2,
1375 - files/70_mod_php5.conf-apache1, files/70_mod_php5.conf-apache2:
1376 - Change config files to fix bug #127645.
1377 -
1378 - 24 Mar 2006; Luca Longinotti <chtekk@g.o>
1379 - files/70_mod_php.conf-apache1, files/70_mod_php5.conf-apache1,
1380 - files/70_mod_php5.conf-apache2, php-4.3.11-r5.ebuild,
1381 - -php-4.4.1-r3.ebuild, php-4.4.2.ebuild, php-5.0.5-r5.ebuild,
1382 - php-5.1.2.ebuild:
1383 - Introduce usage of phpconfutils eclass to handle USE flag dependencies
1384 - automatically, allowing to build dev-lang/php without intervention on
1385 - default USE flags, solves bug #120088. Fix bug #122379.
1386 -
1387 - 14 Mar 2006; Joshua Jackson <tsunam@g.o> php-4.4.2.ebuild,
1388 - php-5.1.2.ebuild:
1389 - Stable php-4.4.2 and 5.1.2 for x86; bug #125878
1390 -
1391 - 13 Mar 2006; Rene Nussbaumer <killerfox@g.o> php-4.4.2.ebuild,
1392 - php-5.1.2.ebuild:
1393 - Stable on hppa. See bug #125878.
1394 -
1395 - 12 Mar 2006; Markus Rothe <corsair@g.o> php-4.4.2.ebuild,
1396 - php-5.1.2.ebuild:
1397 - Stable on ppc64; bug #125878
1398 -
1399 - 12 Mar 2006; Tobias Scherbaum <dertobi123@g.o> php-4.4.2.ebuild,
1400 - php-5.1.2.ebuild:
1401 - ppc stable, bug #125878
1402 -
1403 - 12 Mar 2006; Jason Wever <weeve@g.o> php-4.4.2.ebuild,
1404 - php-5.1.2.ebuild:
1405 - Stable on SPARC wrt security bug #125878.
1406 -
1407 - 12 Mar 2006; Fernando J. Pereda <ferdy@g.o> php-5.1.2.ebuild:
1408 - Stable on alpha wrt security bug #125878
1409 -
1410 - 12 Mar 2006; Simon Stelling <blubb@g.o> php-4.4.2.ebuild,
1411 - php-5.1.2.ebuild:
1412 - stable on amd64 wrt bug 125878
1413 -
1414 - 12 Mar 2006; Fernando J. Pereda <ferdy@g.o> php-4.4.2.ebuild:
1415 - Stable on alpha wrt security bug #125878
1416 -
1417 -*php-5.1.2 (12 Mar 2006)
1418 -*php-4.4.2 (12 Mar 2006)
1419 -
1420 - 12 Mar 2006; Luca Longinotti <chtekk@g.o>
1421 - -files/4-any/php4-fastbuild.patch, -files/4-any/php4-imap-symlink.diff,
1422 - -files/4-any/php4-iodbc-config.diff, +files/70_mod_php.conf-apache1,
1423 - +files/70_mod_php.conf-apache2, -files/4-any/php4-libtool-1.5.patch,
1424 - -files/4-any/php4-uClibc-have_dn_skipname.patch,
1425 - -files/4-any/php4-with-iodbc.diff, +files/70_mod_php5.conf-apache1,
1426 - +files/70_mod_php5.conf-apache2, -files/4-any/apache-1.3/70_mod_php.conf,
1427 - -files/4-any/apache-2.0/70_mod_php.conf,
1428 - -files/5.0-any/php5-imap-symlink.diff,
1429 - -files/5.0-any/php5-iodbc-config.diff,
1430 - -files/5.0-any/php5-libtool-1.5.patch, -files/5.0-any/php5-prefork.patch,
1431 - -files/5.0-any/php5-soap_persistence_session.diff,
1432 - -files/5.0-any/php5-with-iodbc.diff,
1433 - -files/5.0-any/apache-1.3/70_mod_php5.conf,
1434 - -files/5.0-any/apache-2.0/70_mod_php5.conf,
1435 - -files/5.1-any/php5-fastbuild.patch,
1436 - -files/5.1-any/php5-imap-symlink.diff,
1437 - -files/5.1-any/php5-iodbc-config.diff, -files/5.1-any/php5-prefork.patch,
1438 - -files/5.1-any/php5-soap_persistence_session.diff,
1439 - -files/5.1-any/php5-with-iodbc.diff,
1440 - -files/5.1-any/apache-1.3/70_mod_php5.conf,
1441 - -files/5.1-any/apache-2.0/70_mod_php5.conf, php-4.3.11-r5.ebuild,
1442 - php-4.4.1-r3.ebuild, +php-4.4.2.ebuild, php-5.0.5-r5.ebuild,
1443 - -php-5.1.1.ebuild, +php-5.1.2.ebuild:
1444 - Sync with PHP Overlay: reworked ebuilds, eclasses and patchsets to be easier
1445 - to maintain. Add PHP 4.4.2 and PHP 5.1.2 to the tree, fixing bugs #125878
1446 - and #118846. Fix too bugs #120908, #123376, #122724 and #121190.
1447 -
1448 - 24 Feb 2006; Jeroen Roovers <jer@g.o> php-5.0.5-r5.ebuild:
1449 - Stable on hppa (preparation for bug #119461).
1450 -
1451 - 21 Feb 2006; Jeroen Roovers <jer@g.o> php-5.0.5-r5.ebuild:
1452 - Marked ~hppa.
1453 -
1454 - 26 Jan 2006; Jeroen Roovers <jer@g.o> php-4.4.1-r3.ebuild:
1455 - Marked stable on hppa (bug #102649).
1456 -
1457 - 26 Jan 2006; Jeroen Roovers <jer@g.o> php-5.1.1.ebuild:
1458 - Marked ~hppa (bug #119461).
1459 -
1460 - 25 Jan 2006; Bryan Østergaard <kloeri@g.o php-4.4.1-r3.ebuild,
1461 - php-5.0.5-r5.ebuild:
1462 - Stable on alpha.
1463 -
1464 - 22 Jan 2006; Simon Stelling <blubb@g.o> php-4.3.11-r5.ebuild,
1465 - php-4.4.1-r3.ebuild:
1466 - stable on amd64
1467 -
1468 - 22 Jan 2006; Simon Stelling <blubb@g.o> php-5.0.5-r5.ebuild:
1469 - stable on amd64
1470 -
1471 - 22 Jan 2006; <nixnut@g.o> php-4.3.11-r5.ebuild:
1472 - Added ~ppc keyword to php-4.3.11-r5
1473 -
1474 - 21 Jan 2006; Jason Wever <weeve@g.o> php-4.3.11-r5.ebuild,
1475 - php-4.4.1-r3.ebuild, php-5.0.5-r5.ebuild:
1476 - Stable on SPARC wrt bug #119461.
1477 -
1478 - 21 Jan 2006; <nixnut@g.o> php-5.0.5-r5.ebuild:
1479 - Added ppc keyword to php-4.4.1-r3, php-5.0.5-r5. bug 119461
1480 -
1481 - 19 Jan 2006; Krzysiek Pawlik <nelchael@g.o> php-4.3.11-r5.ebuild,
1482 - php-4.4.1-r3.ebuild, php-5.0.5-r5.ebuild:
1483 - Stable on x86.
1484 -
1485 - 18 Jan 2006; Markus Rothe <corsair@g.o> php-4.4.1-r3.ebuild,
1486 - php-5.0.5-r5.ebuild:
1487 - Stable on ppc64; bug #119461
1488 -
1489 - 10 Jan 2006; Luca Longinotti <chtekk@g.o>
1490 - -files/4.3.11/php4.3.11-apache2sapi.patch,
1491 - -files/4.3.11/php4.3.11-apachesapi.patch,
1492 - -files/4.3.11/php4.3.11-curl-open_basedir.patch,
1493 - -files/4.3.11/php4.3.11-fopen_wrappers.patch,
1494 - -files/4.3.11/php4.3.11-gd-safe_mode.patch,
1495 - -files/4.3.11/php4.3.11-globals_overwrite.patch,
1496 - -files/4.3.11/php4.3.11-mbstring-header_inj.patch,
1497 - -files/4.3.11/php4.3.11-multilib-search-path.patch,
1498 - -files/4.3.11/php4.3.11-pcre-security.patch,
1499 - -files/4.3.11/php4.3.11-phpinfo_xss.patch,
1500 - -files/4.3.11/php4.3.11-pspell-ext-segf.patch,
1501 - -files/4.4.1/php4.4.1-apache2sapi.patch,
1502 - -files/4.4.1/php4.4.1-curl-open_basedir.patch,
1503 - -files/4.4.1/php4.4.1-current_key_by_reference.patch,
1504 - -files/4.4.1/php4.4.1-gd-safe_mode.patch,
1505 - -files/4.4.1/php4.4.1-mbstring-header_inj.patch,
1506 - -files/4.4.1/php4.4.1-multilib-search-path.patch,
1507 - -files/5.0.5/php5.0.5-apache2sapi.patch,
1508 - -files/5.0.5/php5.0.5-curl-open_basedir.patch,
1509 - -files/5.0.5/php5.0.5-fopen_wrappers.patch,
1510 - -files/5.0.5/php5.0.5-gd-safe_mode.patch,
1511 - -files/5.0.5/php5.0.5-globals_overwrite.patch,
1512 - -files/5.0.5/php5.0.5-mbstring-header_inj.patch,
1513 - -files/5.0.5/php5.0.5-multilib-search-path.patch,
1514 - -files/5.0.5/php5.0.5-obj-serialize.patch,
1515 - -files/5.0.5/php5.0.5-pspell-ext-segf.patch,
1516 - -files/5.0.5/php5.0.5-tsrm-gcc4.patch,
1517 - -files/5.1.1/php5.1.1-curl-gcry_threads.patch,
1518 - -files/5.1.1/php5.1.1-ming-config.patch,
1519 - -files/5.1.1/php5.1.1-multilib-search-path.patch, php-4.3.11-r5.ebuild,
1520 - php-4.4.1-r3.ebuild, php-5.0.5-r5.ebuild, php-5.1.1.ebuild:
1521 - Move version-specific patches into external tarballs.
1522 -
1523 - 05 Jan 2006; Luca Longinotti <chtekk@g.o>
1524 - +files/5.1.1/php5.1.1-curl-gcry_threads.patch, php-5.1.1.ebuild:
1525 - Fix bug #117767.
1526 -
1527 -*php-5.1.1 (28 Dec 2005)
1528 -*php-5.0.5-r5 (28 Dec 2005)
1529 -*php-4.4.1-r3 (28 Dec 2005)
1530 -*php-4.3.11-r5 (28 Dec 2005)
1531 -
1532 - 28 Dec 2005; Luca Longinotti <chtekk@g.o>
1533 - files/4-any/php4-imap-symlink.diff, files/4-any/php4-iodbc-config.diff,
1534 - +files/4.3.11/php4.3.11-apache2sapi.patch,
1535 - +files/4.3.11/php4.3.11-apachesapi.patch,
1536 - +files/4.3.11/php4.3.11-curl-open_basedir.patch,
1537 - -files/4.3.11/php4.3.11-curl_safemode.patch,
1538 - +files/4.3.11/php4.3.11-gd-safe_mode.patch,
1539 - -files/4.3.11/php4.3.11-gd_safe_mode.patch,
1540 - +files/4.3.11/php4.3.11-mbstring-header_inj.patch,
1541 - +files/4.3.11/php4.3.11-multilib-search-path.patch,
1542 - -files/4.3.11/php4.3.11-session_save_path-segf.patch,
1543 - -files/4.4.0/php4.4.0-curl_safemode.patch,
1544 - -files/4.4.0/php4.4.0-fopen_wrappers.patch,
1545 - -files/4.4.0/php4.4.0-gd_safe_mode.patch,
1546 - -files/4.4.0/php4.4.0-globals_overwrite.patch,
1547 - -files/4.4.0/php4.4.0-pcre-security.patch,
1548 - -files/4.4.0/php4.4.0-phpinfo_xss.patch,
1549 - -files/4.4.0/php4.4.0-pspell-ext-segf.patch,
1550 - -files/4.4.0/php4.4.0-session_save_path-segf.patch,
1551 - +files/4.4.1/php4.4.1-apache2sapi.patch,
1552 - +files/4.4.1/php4.4.1-curl-open_basedir.patch,
1553 - +files/4.4.1/php4.4.1-gd-safe_mode.patch,
1554 - +files/4.4.1/php4.4.1-mbstring-header_inj.patch,
1555 - -files/4.4.1/php4.4.1-mod_rewrite-crash.patch,
1556 - +files/4.4.1/php4.4.1-multilib-search-path.patch,
1557 - files/5.0-any/php5-iodbc-config.diff,
1558 - -files/5.0.4/php5.0.4-curl_safemode.patch,
1559 - -files/5.0.4/php5.0.4-fopen_wrappers.patch,
1560 - -files/5.0.4/php5.0.4-gd_safe_mode.patch,
1561 - -files/5.0.4/php5.0.4-globals_overwrite.patch,
1562 - -files/5.0.4/php5.0.4-pcre-security.patch,
1563 - -files/5.0.4/php5.0.4-phpinfo_xss.patch,
1564 - -files/5.0.4/php5.0.4-pspell-ext-segf.patch,
1565 - -files/5.0.4/php5.0.4-session_save_path-segf.patch,
1566 - -files/5.0.4/php5.0.4-xmlrcp-ccode.diff,
1567 - +files/5.0.5/php5.0.5-apache2sapi.patch,
1568 - +files/5.0.5/php5.0.5-curl-open_basedir.patch,
1569 - -files/5.0.5/php5.0.5-curl_safemode.patch,
1570 - +files/5.0.5/php5.0.5-gd-safe_mode.patch,
1571 - -files/5.0.5/php5.0.5-gd_safe_mode.patch,
1572 - +files/5.0.5/php5.0.5-mbstring-header_inj.patch,
1573 - +files/5.0.5/php5.0.5-multilib-search-path.patch,
1574 - -files/5.0.5/php5.0.5-session_save_path-segf.patch,
1575 - +files/5.0.5/php5.0.5-tsrm-gcc4.patch,
1576 - files/5.1-any/php5-iodbc-config.diff,
1577 - +files/5.1.1/php5.1.1-ming-config.patch,
1578 - +files/5.1.1/php5.1.1-multilib-search-path.patch, -php-4.3.11-r4.ebuild,
1579 - +php-4.3.11-r5.ebuild, -php-4.4.0-r4.ebuild, -php-4.4.1-r2.ebuild,
1580 - +php-4.4.1-r3.ebuild, -php-5.0.4-r4.ebuild, -php-5.0.5-r4.ebuild,
1581 - +php-5.0.5-r5.ebuild, +php-5.1.1.ebuild:
1582 - Sync with PHP Overlay. Delete PHP 4.4.0 and PHP 5.0.4, add PHP 5.1.1. Update
1583 - a lot of patches, update Hardened-PHP patches, add lib64 patch for multilib
1584 - systems. Fixes many bugs.
1585 -
1586 - 19 Nov 2005; Markus Rothe <corsair@g.o> php-4.4.1-r2.ebuild,
1587 - php-5.0.5-r4.ebuild:
1588 - Added ~ppc64 keywords; bug #102649
1589 -
1590 - 10 Nov 2005; Jason Wever <weeve@g.o> php-4.4.1-r2.ebuild:
1591 - Added ~sparc keyword as all arches but ~x86 were dropped from the 4.4.1
1592 - ebuilds.
1593 -
1594 -*php-5.0.5-r4 (04 Nov 2005)
1595 -*php-5.0.4-r4 (04 Nov 2005)
1596 -*php-4.4.1-r2 (04 Nov 2005)
1597 -*php-4.4.0-r4 (04 Nov 2005)
1598 -*php-4.3.11-r4 (04 Nov 2005)
1599 -
1600 - 04 Nov 2005; Luca Longinotti <chtekk@g.o>
1601 - files/4.3.11/php4.3.11-session_save_path-segf.patch,
1602 - files/5.0.4/php5.0.4-session_save_path-segf.patch,
1603 - files/4.4.0/php4.4.0-session_save_path-segf.patch,
1604 - files/5.0.5/php5.0.5-session_save_path-segf.patch, -php-4.3.11-r3.ebuild,
1605 - +php-4.3.11-r4.ebuild, -php-4.4.0-r3.ebuild, +php-4.4.0-r4.ebuild,
1606 - -php-4.4.1-r1.ebuild, +php-4.4.1-r2.ebuild, -php-5.0.4-r3.ebuild,
1607 - +php-5.0.4-r4.ebuild, -php-5.0.5-r3.ebuild, +php-5.0.5-r4.ebuild:
1608 - Revbump to fix a bug in the Apache2 SAPI and a bug with key() and current().
1609 -
1610 - 04 Nov 2005; Luca Longinotti <chtekk@g.o>
1611 - files/4.3.11/php4.3.11-globals_overwrite.patch,
1612 - files/4.4.0/php4.4.0-globals_overwrite.patch,
1613 - +files/4.4.1/php4.4.1-current_key_by_reference.patch,
1614 - files/5.0.4/php5.0.4-globals_overwrite.patch,
1615 - files/5.0.5/php5.0.5-globals_overwrite.patch, php-4.4.1-r1.ebuild:
1616 - Fix for http://bugs.php.net/bug.php?id=35067.
1617 -
1618 -*php-4.4.1-r1 (03 Nov 2005)
1619 -
1620 - 03 Nov 2005; Luca Longinotti <chtekk@g.o>
1621 - +files/4.4.1/php4.4.1-mod_rewrite-crash.patch, -php-4.4.1.ebuild,
1622 - +php-4.4.1-r1.ebuild:
1623 - Update Hardened-PHP to latest version for PHP 4.4.1 and 5.0.5, fix bug in
1624 - the Apache2 SAPI of PHP 4.4.1 (mentioned in bug #111032).
1625 -
1626 -*php-5.0.5-r3 (02 Nov 2005)
1627 -*php-5.0.4-r3 (02 Nov 2005)
1628 -*php-4.4.1 (02 Nov 2005)
1629 -*php-4.4.0-r3 (02 Nov 2005)
1630 -*php-4.3.11-r3 (02 Nov 2005)
1631 -
1632 - 02 Nov 2005; Luca Longinotti <chtekk@g.o>
1633 - +files/4.3.11/php4.3.11-curl_safemode.patch,
1634 - +files/4.3.11/php4.3.11-globals_overwrite.patch,
1635 - +files/4.3.11/php4.3.11-phpinfo_xss.patch,
1636 - +files/4.4.0/php4.4.0-curl_safemode.patch,
1637 - +files/4.4.0/php4.4.0-globals_overwrite.patch,
1638 - +files/4.4.0/php4.4.0-phpinfo_xss.patch,
1639 - +files/5.0.4/php5.0.4-curl_safemode.patch,
1640 - +files/5.0.4/php5.0.4-globals_overwrite.patch,
1641 - +files/5.0.4/php5.0.4-phpinfo_xss.patch,
1642 - +files/5.0.5/php5.0.5-curl_safemode.patch,
1643 - +files/5.0.5/php5.0.5-globals_overwrite.patch, -php-4.3.11-r2.ebuild,
1644 - +php-4.3.11-r3.ebuild, -php-4.4.0-r2.ebuild, +php-4.4.0-r3.ebuild,
1645 - +php-4.4.1.ebuild, -php-5.0.4-r2.ebuild, +php-5.0.4-r3.ebuild,
1646 - -php-5.0.5-r2.ebuild, +php-5.0.5-r3.ebuild:
1647 - Security-update: fix bugs #111032, #111015, #111011 and bug #111014. Also
1648 - add PHP 4.4.1 to the tree, wich fixes those vulnerabilities.
1649 -
1650 -*php-5.0.5-r2 (31 Oct 2005)
1651 -*php-5.0.4-r2 (31 Oct 2005)
1652 -*php-4.4.0-r2 (31 Oct 2005)
1653 -*php-4.3.11-r2 (31 Oct 2005)
1654 -
1655 - 31 Oct 2005; Luca Longinotti <chtekk@g.o>
1656 - -files/4.4.0/php4.3.11-pcre-security.patch,
1657 - +files/4.4.0/php4.4.0-fopen_wrappers.patch,
1658 - +files/4.4.0/php4.4.0-gd_safe_mode.patch,
1659 - files/4.4.0/php4.4.0-pcre-security.patch,
1660 - +files/4.4.0/php4.4.0-pspell-ext-segf.patch,
1661 - +files/4.4.0/php4.4.0-session_save_path-segf.patch,
1662 - -files/4.4.0/apache-1.3/70_mod_php.conf,
1663 - -files/4.4.0/apache-2.0/70_mod_php.conf,
1664 - +files/4-any/php4-fastbuild.patch, +files/4-any/php4-imap-symlink.diff,
1665 - +files/4-any/php4-iodbc-config.diff,
1666 - +files/5.0-any/php5-imap-symlink.diff,
1667 - +files/4-any/php4-libtool-1.5.patch,
1668 - +files/4-any/php4-uClibc-have_dn_skipname.patch,
1669 - +files/4-any/php4-with-iodbc.diff, +files/5.0-any/php5-iodbc-config.diff,
1670 - +files/4-any/apache-1.3/70_mod_php.conf,
1671 - +files/5.0-any/php5-libtool-1.5.patch,
1672 - +files/4-any/apache-2.0/70_mod_php.conf,
1673 - +files/4.3.11/php4.3.11-fopen_wrappers.patch,
1674 - +files/4.3.11/php4.3.11-gd_safe_mode.patch,
1675 - +files/4.3.11/php4.3.11-pcre-security.patch,
1676 - +files/4.3.11/php4.3.11-pspell-ext-segf.patch,
1677 - +files/4.3.11/php4.3.11-session_save_path-segf.patch,
1678 - -files/4.4.0/fastbuild.patch, -files/4.4.0/php4-imap-symlink.diff,
1679 - -files/4.4.0/php4-iodbc-config.diff, -files/4.4.0/php4-libtool-1.5.patch,
1680 - -files/4.4.0/php4-with-iodbc.diff, +files/5.0-any/php5-prefork.patch,
1681 - +files/5.0-any/php5-soap_persistence_session.diff,
1682 - +files/5.0-any/php5-with-iodbc.diff,
1683 - +files/5.0-any/apache-1.3/70_mod_php5.conf,
1684 - +files/5.0-any/apache-2.0/70_mod_php5.conf,
1685 - -files/5.0.0/php5-imap-symlink.diff, -files/5.0.0/php5-iodbc-config.diff,
1686 - -files/5.0.0/php5-libtool-1.5.patch,
1687 - -files/5.0.0/php5.0.4-pcre-security.patch,
1688 - -files/5.0.0/php5.0.4-xmlrcp-ccode.diff,
1689 - -files/5.0.0/php5.0.5-obj-serialize.patch,
1690 - +files/5.0.4/php5.0.4-fopen_wrappers.patch,
1691 - +files/5.0.4/php5.0.4-gd_safe_mode.patch,
1692 - +files/5.0.4/php5.0.4-pcre-security.patch,
1693 - +files/5.0.4/php5.0.4-pspell-ext-segf.patch,
1694 - +files/5.0.4/php5.0.4-session_save_path-segf.patch,
1695 - +files/5.0.4/php5.0.4-xmlrcp-ccode.diff,
1696 - +files/5.0.5/php5.0.5-fopen_wrappers.patch,
1697 - +files/5.0.5/php5.0.5-gd_safe_mode.patch,
1698 - +files/5.0.5/php5.0.5-obj-serialize.patch,
1699 - +files/5.0.5/php5.0.5-pspell-ext-segf.patch,
1700 - +files/5.0.5/php5.0.5-session_save_path-segf.patch,
1701 - +files/5.1-any/php5-fastbuild.patch,
1702 - +files/5.1-any/php5-imap-symlink.diff,
1703 - +files/5.1-any/php5-iodbc-config.diff, +files/5.1-any/php5-prefork.patch,
1704 - +files/5.1-any/php5-soap_persistence_session.diff,
1705 - +files/5.1-any/php5-with-iodbc.diff,
1706 - +files/5.1-any/apache-1.3/70_mod_php5.conf,
1707 - +files/5.1-any/apache-2.0/70_mod_php5.conf,
1708 - -files/5.1.0/php5-imap-symlink.diff, -files/5.1.0/php5-iodbc-config.diff,
1709 - -files/5.1.0/php5-prefork.patch, -files/5.1.0/php5-with-iodbc.diff,
1710 - -files/5.1.0/php5_soap_persistence_session.diff,
1711 - -files/5.1.0/apache-1.3/70_mod_php5.conf,
1712 - -files/5.1.0/apache-2.0/70_mod_php5.conf, -php-4.3.11-r1.ebuild,
1713 - +php-4.3.11-r2.ebuild, -php-4.4.0-r1.ebuild, +php-4.4.0-r2.ebuild,
1714 - -php-5.0.4-r1.ebuild, +php-5.0.4-r2.ebuild, -php-5.0.5-r1.ebuild,
1715 - +php-5.0.5-r2.ebuild:
1716 - New-style PHP update: fix quotation of some vars, change URI of a mirror,
1717 - change ordering of patches in the files/ directory, add 'mnogosearch' USE
1718 - flag, add 'oci8-instant-client' USE flag, add 'pic' USE flag, add 'cjk' USE
1719 - flag, delete 'png' and 'jpeg' USE flags now directly controlled by 'gd' USE
1720 - flag, change PHP extensions enabling/disabling system, fix a bug with
1721 - Apache1 + fastbuild, fix elibtoolize call (bug #106176) and fix bugs #99312,
1722 - #109669, #102943, #107602, #99225, #108834.
1723 -
1724 - 24 Sep 2005; Jason Wever <weeve@g.o> php-5.0.5-r1.ebuild:
1725 - Added ~sparc keyword.
1726 -
1727 -*php-5.0.5-r1 (18 Sep 2005)
1728 -*php-5.0.4-r1 (18 Sep 2005)
1729 -*php-4.4.0-r1 (18 Sep 2005)
1730 -*php-4.3.11-r1 (18 Sep 2005)
1731 -
1732 - 18 Sep 2005; Benedikt Boehm <hollow@g.o>
1733 - +files/4.4.0/php4-libtool-1.5.patch, +files/5.0.0/php5-libtool-1.5.patch,
1734 - +files/4.4.0/php4.3.11-pcre-security.patch,
1735 - +files/4.4.0/php4.4.0-pcre-security.patch,
1736 - +files/5.0.0/php5.0.4-pcre-security.patch,
1737 - +files/5.0.0/php5.0.4-xmlrcp-ccode.diff,
1738 - +files/5.0.0/php5.0.5-obj-serialize.patch, files/4.4.0/fastbuild.patch,
1739 - -files/5.0.0/php5-hphp-acinclude.patch,
1740 - -files/4.4.0/php4-hphp-acinclude.patch, -php-4.3.11.ebuild,
1741 - +php-4.3.11-r1.ebuild, -php-4.4.0.ebuild, +php-4.4.0-r1.ebuild,
1742 - -php-5.0.4.ebuild, +php-5.0.4-r1.ebuild, -php-5.0.5.ebuild,
1743 - +php-5.0.5-r1.ebuild:
1744 - Fix security issue in bundled PCRE lib for PHP 4.3.11, 4.4.0 and 5.0.4, bug #102373.
1745 - Fix object serialization bug in PHP 5.0.5, bug #105374.
1746 - Fix Hardened-PHP support for all PHP releases.
1747 - Various compilation fixes for all PHP releases.
1748 - Various dependency fixes for all PHP releases.
1749 - Deleted 'dbm' USE flag from all PHP ebuilds, it's not supported upstream.
1750 - Changed 'java' USE flag to 'java-internal' USE flag for PHP4.
1751 -
1752 - 17 Sep 2005; Marcus D. Hanwell <cryos@g.o> php-5.0.4.ebuild:
1753 - Fixed up the remaining deps, tested here and looks good. Marking ~amd64, bug
1754 - 102649.
1755 -
1756 - 17 Sep 2005; Marcus D. Hanwell <cryos@g.o> php-4.4.0.ebuild:
1757 - Fixed up the remaining deps, tested here and looks good. Marking ~amd64, bug
1758 - 102649.
1759 -
1760 - 17 Sep 2005; Brian Harring <ferringb@g.o> php-4.4.0.ebuild,
1761 - php-5.0.4.ebuild:
1762 - Backed out ~amd64 keywording. bad deps.
1763 -
1764 - 16 Sep 2005; Christian Parpart <trapni@g.o> php-4.4.0.ebuild,
1765 - php-5.0.4.ebuild:
1766 - added to ~amd64
1767 -
1768 - 14 Sep 2005; Joseph Jezak <josejx@g.o> php-5.0.4.ebuild:
1769 - Marked ~ppc for bug #105673.
1770 -
1771 - 14 Sep 2005; Joseph Jezak <josejx@g.o> php-4.4.0.ebuild,
1772 - php-5.0.5.ebuild:
1773 - Marked ~ppc for bug #105673.
1774 -
1775 -*php-4.3.11 (11 Sep 2005)
1776 -
1777 - 11 Sep 2005; Benedikt Boehm <hollow@g.o> +php-4.3.11.ebuild:
1778 - add 4.3.11, b/c 4.4.0 breaks compatibility
1779 - remove some archs, get your deps tested!
1780 -
1781 - 09 Sep 2005; Jason Wever <weeve@g.o> php-4.4.0.ebuild,
1782 - php-5.0.4.ebuild:
1783 - Added ~sparc keyword to help fix the broken dependencies of
1784 - dev-php/PEAR-Date-1.4.3-r1.
1785 -
1786 -*php-4.4.0 (08 Sep 2005)
1787 -
1788 - 08 Sep 2005; Stuart Herbert <stuart@g.o>
1789 - +files/4.4.0/php4-hphp-acinclude.patch,
1790 - +files/5.0.0/php5-hphp-acinclude.patch, php-4.4.0.ebuild, php-5.0.4.ebuild,
1791 - php-5.0.5.ebuild:
1792 - Hardened-PHP fix from the overlay
1793 - Slight change to symlink creation behaviour
1794 -
1795 - 07 Sep 2005; Konstantin Arkhipov <voxus@g.o> php-5.0.4.ebuild,
1796 - php-5.0.5.ebuild:
1797 - Added to ~amd64.
1798 -
1799 -*php-5.0.5 (06 Sep 2005)
1800 -
1801 - 06 Sep 2005; Sebastian Bergmann <sebastian@g.o> +php-5.0.5.ebuild:
1802 - Version bump.
1803 -
1804 - 04 Sep 2005; Stuart Herbert <stuart@g.o>
1805 - +files/5.1.0/php5-imap-symlink.diff, +files/5.1.0/php5-iodbc-config.diff,
1806 - +files/5.1.0/php5-prefork.patch, +files/5.1.0/php5-with-iodbc.diff,
1807 - +files/5.1.0/php5_soap_persistence_session.diff:
1808 - Added missing patch files for PHP 5.0 from the overlay
1809 -
1810 - 05 Sep 2005; <stuart@g.o> ChangeLog:
1811 - Initial version; replaces older dev-php/* packages
1812 + 26 Jul 2010; Matti Bickel <mabi@g.o> php-5.3.2.ebuild,
1813 + +php-5.3.3.ebuild, metadata.xml:
1814 + version bump, simplify postgres deps (bug #326967), fixes strict aliasing
1815 + issues (#329753), version bump is a security update
1816
1817
1818
1819
1820 1.15 dev-lang/php/php-5.3.2.ebuild
1821
1822 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.3.2.ebuild?rev=1.15&view=markup
1823 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.3.2.ebuild?rev=1.15&content-type=text/plain
1824 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.3.2.ebuild?r1=1.14&r2=1.15
1825
1826 Index: php-5.3.2.ebuild
1827 ===================================================================
1828 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.2.ebuild,v
1829 retrieving revision 1.14
1830 retrieving revision 1.15
1831 diff -u -r1.14 -r1.15
1832 --- php-5.3.2.ebuild 25 Jul 2010 13:32:24 -0000 1.14
1833 +++ php-5.3.2.ebuild 26 Jul 2010 12:26:41 -0000 1.15
1834 @@ -1,6 +1,6 @@
1835 # Copyright 1999-2010 Gentoo Foundation
1836 # Distributed under the terms of the GNU General Public License v2
1837 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.2.ebuild,v 1.14 2010/07/25 13:32:24 klausman Exp $
1838 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.2.ebuild,v 1.15 2010/07/26 12:26:41 mabi Exp $
1839
1840 EAPI=2
1841
1842 @@ -139,17 +139,7 @@
1843 nls? ( sys-devel/gettext )
1844 oci8-instant-client? ( dev-db/oracle-instantclient-basic )
1845 odbc? ( >=dev-db/unixODBC-1.8.13 )
1846 - postgres? (
1847 - || (
1848 - >=dev-db/postgresql-base-7.1[threads=]
1849 - (
1850 - || (
1851 - <dev-db/libpq-8
1852 - >=dev-db/libpq-8[threads=]
1853 - )
1854 - )
1855 - )
1856 - )
1857 + postgres? ( dev-db/postgresql-base )
1858 qdbm? ( dev-db/qdbm )
1859 readline? ( sys-libs/readline )
1860 recode? ( app-text/recode )
1861
1862
1863
1864 1.1 dev-lang/php/php-5.3.3.ebuild
1865
1866 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.3.3.ebuild?rev=1.1&view=markup
1867 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.3.3.ebuild?rev=1.1&content-type=text/plain
1868
1869 Index: php-5.3.3.ebuild
1870 ===================================================================
1871 # Copyright 1999-2010 Gentoo Foundation
1872 # Distributed under the terms of the GNU General Public License v2
1873 # $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.3.ebuild,v 1.1 2010/07/26 12:26:41 mabi Exp $
1874
1875 EAPI=2
1876
1877 PHPCONFUTILS_MISSING_DEPS="adabas birdstep db2 dbmaker empress empress-bcs esoob interbase oci8 sapdb solid"
1878
1879 inherit eutils autotools flag-o-matic versionator depend.apache apache-module db-use phpconfutils php-common-r1 libtool
1880
1881 PHP_PATCHSET="1"
1882 SUHOSIN_VERSION="${PV}-0.9.10"
1883 FPM_VERSION="builtin"
1884 EXPECTED_TEST_FAILURES=""
1885
1886 KEYWORDS="~alpha ~amd64 ~hppa ~x86"
1887
1888 function php_get_uri ()
1889 {
1890 case "${1}" in
1891 "php-pre")
1892 echo "http://downloads.php.net/johannes/${2}"
1893 ;;
1894 "php")
1895 echo "http://www.php.net/distributions/${2}"
1896 ;;
1897 "suhosin")
1898 echo "http://download.suhosin.org/${2}"
1899 ;;
1900 "gentoo")
1901 echo "mirror://gentoo/${2}"
1902 ;;
1903 *)
1904 die "unhandled case in php_get_uri"
1905 ;;
1906 esac
1907 }
1908
1909 PHP_MV="$(get_major_version)"
1910
1911 # alias, so we can handle different types of releases (finals, rcs, alphas,
1912 # betas, ...) w/o changing the whole ebuild
1913 PHP_PV="${PV}"
1914 PHP_RELEASE="php"
1915 PHP_P="${PN}-${PHP_PV}"
1916
1917 PHP_PATCHSET_LOC="gentoo"
1918
1919 PHP_SRC_URI="$(php_get_uri "${PHP_RELEASE}" "${PHP_P}.tar.bz2")"
1920
1921 PHP_PATCHSET="${PHP_PATCHSET:-${PR/r/}}"
1922 PHP_PATCHSET_URI="
1923 $(php_get_uri "${PHP_PATCHSET_LOC}" "php-patchset-${PV}-r${PHP_PATCHSET}.tar.bz2")"
1924
1925 if [[ ${SUHOSIN_VERSION} == *-gentoo ]]; then
1926 # in some cases we use our own suhosin patch (very recent version,
1927 # patch conflicts, etc.)
1928 SUHOSIN_TYPE="gentoo"
1929 else
1930 SUHOSIN_TYPE="suhosin"
1931 fi
1932
1933 if [[ -n ${SUHOSIN_VERSION} ]]; then
1934 SUHOSIN_PATCH="suhosin-patch-${SUHOSIN_VERSION}.patch";
1935 SUHOSIN_URI="$(php_get_uri ${SUHOSIN_TYPE} ${SUHOSIN_PATCH}.gz )"
1936 fi
1937
1938 SRC_URI="
1939 ${PHP_SRC_URI}
1940 ${PHP_PATCHSET_URI}"
1941
1942 if [[ -n ${SUHOSIN_VERSION} ]]; then
1943 SRC_URI="${SRC_URI}
1944 suhosin? ( ${SUHOSIN_URI} )"
1945 fi
1946
1947 DESCRIPTION="The PHP language runtime engine: CLI, CGI, FPM/FastCGI, Apache2 and embed SAPIs."
1948 HOMEPAGE="http://php.net/"
1949 LICENSE="PHP-3"
1950
1951 # We can build the following SAPIs in the given order
1952 SAPIS="cli cgi fpm embed apache2"
1953
1954 # Gentoo-specific, common features
1955 IUSE="kolab"
1956
1957 # SAPIs and SAPI-specific USE flags (cli SAPI is default on):
1958 IUSE="${IUSE}
1959 ${SAPIS/cli/+cli}
1960 concurrentmodphp threads"
1961
1962 IUSE="${IUSE} adabas bcmath berkdb birdstep bzip2 calendar cdb cjk
1963 crypt +ctype curl curlwrappers db2 dbmaker debug doc empress
1964 empress-bcs enchant esoob exif frontbase +fileinfo +filter firebird
1965 flatfile ftp gd gd-external gdbm gmp +hash +iconv imap inifile
1966 interbase intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit
1967 mssql mysql mysqlnd mysqli nls oci8
1968 oci8-instant-client odbc pcntl pdo +phar pic +posix postgres qdbm
1969 readline recode sapdb +session sharedext sharedmem
1970 +simplexml snmp soap sockets solid spell sqlite sqlite3 ssl suhosin
1971 sybase-ct sysvipc tidy +tokenizer truetype unicode wddx
1972 xml xmlreader xmlwriter xmlrpc xpm xsl zip zlib"
1973
1974 DEPEND="app-admin/php-toolkit
1975 >=dev-libs/libpcre-7.9[unicode]
1976 adabas? ( >=dev-db/unixODBC-1.8.13 )
1977 apache2? ( www-servers/apache[threads=] )
1978 berkdb? ( =sys-libs/db-4* )
1979 birdstep? ( >=dev-db/unixODBC-1.8.13 )
1980 bzip2? ( app-arch/bzip2 )
1981 cdb? ( || ( dev-db/cdb dev-db/tinycdb ) )
1982 cjk? ( !gd? ( !gd-external? (
1983 >=media-libs/jpeg-6b
1984 media-libs/libpng
1985 sys-libs/zlib
1986 ) ) )
1987 crypt? ( >=dev-libs/libmcrypt-2.4 )
1988 curl? ( >=net-misc/curl-7.10.5 )
1989 db2? ( >=dev-db/unixODBC-1.8.13 )
1990 dbmaker? ( >=dev-db/unixODBC-1.8.13 )
1991 empress? ( >=dev-db/unixODBC-1.8.13 )
1992 empress-bcs? ( >=dev-db/unixODBC-1.8.13 )
1993 enchant? ( app-text/enchant )
1994 esoob? ( >=dev-db/unixODBC-1.8.13 )
1995 exif? ( !gd? ( !gd-external? (
1996 >=media-libs/jpeg-6b
1997 media-libs/libpng
1998 sys-libs/zlib
1999 ) ) )
2000 firebird? ( dev-db/firebird )
2001 fpm? ( >=dev-libs/libevent-1.4.12 )
2002 gd? ( >=media-libs/jpeg-6b media-libs/libpng sys-libs/zlib )
2003 gd-external? ( media-libs/gd )
2004 gdbm? ( >=sys-libs/gdbm-1.8.0 )
2005 gmp? ( >=dev-libs/gmp-4.1.2 )
2006 iconv? ( virtual/libiconv )
2007 imap? ( virtual/imap-c-client )
2008 intl? ( dev-libs/icu )
2009 iodbc? ( dev-db/libiodbc )
2010 kerberos? ( virtual/krb5 )
2011 kolab? ( >=net-libs/c-client-2004g-r1 )
2012 ldap? ( !oci8? ( >=net-nds/openldap-1.2.11 ) )
2013 ldap-sasl? ( !oci8? ( dev-libs/cyrus-sasl >=net-nds/openldap-1.2.11 ) )
2014 libedit? ( || ( sys-freebsd/freebsd-lib dev-libs/libedit ) )
2015 mssql? ( dev-db/freetds[mssql] )
2016 !mysqlnd? (
2017 mysql? ( virtual/mysql )
2018 mysqli? ( >=virtual/mysql-4.1 )
2019 )
2020 nls? ( sys-devel/gettext )
2021 oci8-instant-client? ( dev-db/oracle-instantclient-basic )
2022 odbc? ( >=dev-db/unixODBC-1.8.13 )
2023 postgres? ( dev-db/postgresql-base )
2024 qdbm? ( dev-db/qdbm )
2025 readline? ( sys-libs/readline )
2026 recode? ( app-text/recode )
2027 sapdb? ( >=dev-db/unixODBC-1.8.13 )
2028 sharedmem? ( dev-libs/mm )
2029 simplexml? ( >=dev-libs/libxml2-2.6.8 )
2030 snmp? ( >=net-analyzer/net-snmp-5.2 )
2031 soap? ( >=dev-libs/libxml2-2.6.8 )
2032 solid? ( >=dev-db/unixODBC-1.8.13 )
2033 spell? ( >=app-text/aspell-0.50 )
2034 sqlite? ( =dev-db/sqlite-2* pdo? ( =dev-db/sqlite-3* ) )
2035 sqlite3? ( =dev-db/sqlite-3* )
2036 ssl? ( >=dev-libs/openssl-0.9.7 )
2037 sybase-ct? ( dev-db/freetds )
2038 tidy? ( app-text/htmltidy )
2039 truetype? (
2040 =media-libs/freetype-2*
2041 >=media-libs/t1lib-5.0.0
2042 !gd? ( !gd-external? (
2043 >=media-libs/jpeg-6b media-libs/libpng sys-libs/zlib ) )
2044 )
2045 unicode? ( dev-libs/oniguruma )
2046 wddx? ( >=dev-libs/libxml2-2.6.8 )
2047 xml? ( >=dev-libs/libxml2-2.6.8 )
2048 xmlrpc? ( >=dev-libs/libxml2-2.6.8 virtual/libiconv )
2049 xmlreader? ( >=dev-libs/libxml2-2.6.8 )
2050 xmlwriter? ( >=dev-libs/libxml2-2.6.8 )
2051 xpm? (
2052 x11-libs/libXpm
2053 >=media-libs/jpeg-6b
2054 media-libs/libpng sys-libs/zlib
2055 )
2056 xsl? ( dev-libs/libxslt >=dev-libs/libxml2-2.6.8 )
2057 zip? ( sys-libs/zlib )
2058 zlib? ( sys-libs/zlib )
2059 virtual/mta
2060 "
2061
2062 php="=${CATEGORY}/${PF}"
2063 RDEPEND="${DEPEND}
2064 truetype? ( || ( $php[gd] $php[gd-external] ) )
2065 cjk? ( || ( $php[gd] $php[gd-external] ) )
2066 exif? ( || ( $php[gd] $php[gd-external] ) )
2067
2068 xpm? ( $php[gd] )
2069 gd? ( $php[zlib,-gd-external] )
2070 gd-external? ( $php[-gd] )
2071 simplexml? ( $php[xml] )
2072 soap? ( $php[xml] )
2073 wddx? ( $php[xml] )
2074 xmlrpc? ( || ( $php[xml] $php[iconv] ) )
2075 xmlreader? ( $php[xml] )
2076 xsl? ( $php[xml] )
2077 ldap-sasl? ( $php[ldap,-oci8] )
2078 suhosin? ( $php[unicode] )
2079 adabas? ( $php[odbc] )
2080 birdstep? ( $php[odbc] )
2081 dbmaker? ( $php[odbc] )
2082 empress-bcs? ( $php[empress] )
2083 empress? ( $php[odbc] )
2084 esoob? ( $php[odbc] )
2085 db2? ( $php[odbc] )
2086 sapdb? ( $php[odbc] )
2087 solid? ( $php[odbc] )
2088 kolab? ( $php[imap] )
2089 phar? ( $php[hash] )
2090 mysqlnd? ( || (
2091 $php[mysql]
2092 $php[mysqli]
2093 $php[pdo]
2094 ) )
2095
2096 oci8? ( $php[-oci8-instant-client,-ldap-sasl] )
2097 oci8-instant-client? ( $php[-oci8] )
2098
2099 qdbm? ( $php[-gdbm] )
2100 readline? ( $php[-libedit] )
2101 recode? ( $php[-imap,-mysql,-mysqli] )
2102 firebird? ( $php[-interbase] )
2103 sharedmem? ( $php[-threads] )
2104
2105 !cli? ( !cgi? ( !apache2? ( !embed? ( $php[cli] ) ) ) )
2106
2107 enchant? ( !dev-php${PHP_MV}/pecl-enchant )
2108 fileinfo? ( !dev-php${PHP_MV}/pecl-fileinfo )
2109 filter? ( !dev-php${PHP_MV}/pecl-filter )
2110 json? ( !dev-php${PHP_MV}/pecl-json )
2111 phar? ( !dev-php${PHP_MV}/pecl-phar )
2112 zip? ( !dev-php${PHP_MV}/pecl-zip )"
2113
2114 DEPEND="${DEPEND}
2115 sys-devel/flex
2116 >=sys-devel/m4-1.4.3
2117 >=sys-devel/libtool-1.5.18"
2118
2119 # They are in PDEPEND because we need PHP installed first!
2120 PDEPEND="doc? ( app-doc/php-docs )
2121 suhosin? ( dev-php${PHP_MV}/suhosin )"
2122
2123 # Portage doesn't support setting PROVIDE based on the USE flags that
2124 # have been enabled, so we have to PROVIDE everything for now and hope
2125 # for the best
2126 # see bug #319623 and new style virtual/httpd-php
2127 PROVIDE="virtual/php"
2128
2129 SLOT="${PHP_MV}"
2130 S="${WORKDIR}/${PHP_P}"
2131
2132 PHP_INI_FILE="php.ini"
2133 PHP_INI_UPSTREAM="php.ini-production"
2134
2135 want_apache
2136
2137 # eblit-core
2138 # Usage: <function> [version] [eval]
2139 # Main eblit engine
2140 eblit-core() {
2141 [[ -z $FILESDIR ]] && FILESDIR="$(dirname $EBUILD)/files"
2142 local e v func=$1 ver=$2 eval_=$3
2143 for v in ${ver:+-}${ver} -${PVR} -${PV} "" ; do
2144 e="${FILESDIR}/eblits/${func}${v}.eblit"
2145 if [[ -e ${e} ]] ; then
2146 . "${e}"
2147 [[ ${eval_} == 1 ]] && eval "${func}() { eblit-run ${func} ${ver} ; }"
2148 return 0
2149 fi
2150 done
2151 return 1
2152 }
2153
2154 # eblit-include
2155 # Usage: [--skip] <function> [version]
2156 # Includes an "eblit" -- a chunk of common code among ebuilds in a given
2157 # package so that its functions can be sourced and utilized within the
2158 # ebuild.
2159 eblit-include() {
2160 local skipable=false r=0
2161 [[ $1 == "--skip" ]] && skipable=true && shift
2162 [[ $1 == pkg_* ]] && skipable=true
2163
2164 [[ -z $1 ]] && die "Usage: eblit-include <function> [version]"
2165 eblit-core $1 $2
2166 r="$?"
2167 ${skipable} && return 0
2168 [[ "$r" -gt "0" ]] && die "Could not locate requested eblit '$1' in ${FILESDIR}/eblits/"
2169 }
2170
2171 # eblit-run-maybe
2172 # Usage: <function>
2173 # Runs a function if it is defined in an eblit
2174 eblit-run-maybe() {
2175 [[ $(type -t "$@") == "function" ]] && "$@"
2176 }
2177
2178 # eblit-run
2179 # Usage: <function> [version]
2180 # Runs a function defined in an eblit
2181 eblit-run() {
2182 eblit-include --skip common "${*:2}"
2183 eblit-include "$@"
2184 eblit-run-maybe eblit-$1-pre
2185 eblit-${PN}-$1
2186 eblit-run-maybe eblit-$1-post
2187 }
2188
2189 # eblit-pkg
2190 # Usage: <phase> [version]
2191 # Includes the given functions AND evals them so they're included in the binpkgs
2192 eblit-pkg() {
2193 [[ -z $1 ]] && die "Usage: eblit-pkg <phase> [version]"
2194 eblit-core $1 $2 1
2195 }
2196
2197 eblit-pkg pkg_setup v1
2198
2199 src_prepare() { eblit-run src_prepare v1 ; }
2200 src_configure() { eblit-run src_configure v1 ; }
2201 src_compile() { eblit-run src_compile v1 ; }
2202 src_install() { eblit-run src_install v1 ; }
2203 src_test() { eblit-run src_test v1 ; }
2204
2205 eblit-pkg pkg_postinst v1