summaryrefslogtreecommitdiff
blob: a1d97ea3a6060a15dd4f219f34ed484f3872439a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
# ChangeLog for dev-lang/php
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.115 2006/08/10 23:43:32 chtekk Exp $

  10 Aug 2006; Luca Longinotti <chtekk@gentoo.org> php-4.4.3-r1.ebuild:
  Revert, now it got even worse, fails on some of my systems too. :S

  10 Aug 2006; Luca Longinotti <chtekk@gentoo.org> php-4.4.3-r1.ebuild:
  Update patchset for PHP 4.4.3, it seems one of the patches randomly failed
  to apply on some systems, probably due to bad line-endings.

  10 Aug 2006; Gustavo Zacarias <gustavoz@gentoo.org> php-4.4.3-r1.ebuild,
  php-5.1.4-r6.ebuild:
  Stable on sparc wrt security #143126

  10 Aug 2006; Tobias Scherbaum <dertobi123@gentoo.org> php-4.4.3-r1.ebuild,
  php-5.1.4-r6.ebuild:
  ppc stable, bug #143126

*php-5.1.4-r6 (10 Aug 2006)
*php-4.4.3-r1 (10 Aug 2006)

  10 Aug 2006; Luca Longinotti <chtekk@gentoo.org> +php-4.4.3-r1.ebuild,
  +php-5.1.4-r6.ebuild:
  Version/revision bump, fixes security bug #143126. Add support for the PHP
  test suite, activated by FEATURES="test".

  20 Jul 2006; Luca Longinotti <chtekk@gentoo.org> php-4.3.11-r5.ebuild,
  php-4.4.2.ebuild, php-4.4.2-r2.ebuild, php-4.4.2-r6.ebuild,
  php-5.0.5-r5.ebuild, php-5.1.4.ebuild, php-5.1.4-r4.ebuild:
  Fix bug #141098.

  18 Jul 2006; Luca Longinotti <chtekk@gentoo.org> php-4.4.2-r6.ebuild,
  php-5.1.4-r4.ebuild:
  Stable on amd64 wrt bug #133524.

  18 Jul 2006; Joshua Jackson <tsunam@gentoo.org> php-4.4.2-r6.ebuild,
  php-5.1.4-r4.ebuild:
  Stable x86; security bug #133524

  18 Jul 2006; Thomas Cort <tcort@gentoo.org> php-4.4.2-r6.ebuild,
  php-5.1.4-r4.ebuild:
  Stable on alpha wrt security Bug #133524.

  17 Jul 2006; Markus Rothe <corsair@gentoo.org> php-4.4.2-r6.ebuild,
  php-5.1.4-r4.ebuild:
  Stable on ppc64; bug #133524

  17 Jul 2006; Tobias Scherbaum <dertobi123@gentoo.org> php-4.4.2-r6.ebuild,
  php-5.1.4-r4.ebuild:
  ppc stable, bug #133524

  16 Jul 2006; Jason Wever <weeve@gentoo.org> php-4.4.2-r6.ebuild,
  php-5.1.4-r4.ebuild:
  Stable on SPARC wrt security bug #133524.

*php-5.1.4-r4 (14 Jul 2006)
*php-4.4.2-r6 (14 Jul 2006)

  14 Jul 2006; Luca Longinotti <chtekk@gentoo.org>
  +files/70_mod_php5_concurr.conf-apache2,
  +files/70_mod_php_concurr.conf-apache2, +files/php4-ldvs,
  +files/php5-ldvs, php-4.3.11-r5.ebuild, php-4.4.2.ebuild,
  php-4.4.2-r2.ebuild, -php-4.4.2-r5.ebuild, +php-4.4.2-r6.ebuild,
  php-5.0.5-r5.ebuild, php-5.1.4.ebuild, -php-5.1.4-r3.ebuild,
  +php-5.1.4-r4.ebuild:
  Restructure PHP ebuilds and eclasses to accomodate for future expansion and
  new features, cleaner separation between eclasses and ebuilds. Fixes
  security related bugs #133524, #136566, #138180, #135860 and bugs #137568,
  #134171, #138665.

  13 Jul 2006; Luca Longinotti <chtekk@gentoo.org> -php-5.1.2.ebuild:
  Remove PHP 5.1.2.

*php-5.1.4-r3 (20 Jun 2006)
*php-4.4.2-r5 (20 Jun 2006)

  20 Jun 2006; Luca Longinotti <chtekk@gentoo.org> -php-4.4.2-r3.ebuild,
  +php-4.4.2-r5.ebuild, -php-5.1.4-r1.ebuild, +php-5.1.4-r3.ebuild:
  Revision bumps. Fix bug #105489 and add a couple of other fixes for various
  bugs.

  18 Jun 2006; Bryan Østergaard <kloeri@gentoo.org> php-4.4.2-r2.ebuild,
  php-5.1.4.ebuild:
  Stable on ia64, bug 131135.

*php-5.1.4-r1 (29 May 2006)
*php-4.4.2-r3 (29 May 2006)

  29 May 2006; Luca Longinotti <chtekk@gentoo.org> +php-4.4.2-r3.ebuild,
  +php-5.1.4-r1.ebuild:
  New revisions, fix a couple of bugs, and update Hardened-PHP patch to 0.4.11.

  18 May 2006; Diego Pettenò <flameeyes@gentoo.org> php-4.4.2-r2.ebuild:
  Add ~x86-fbsd keyword to 4.4 version.

  06 May 2006; Jason Wever <weeve@gentoo.org> php-4.4.2-r2.ebuild:
  Stable on SPARC wrt security bug  #131135.

  06 May 2006; Markus Rothe <corsair@gentoo.org> php-4.4.2-r2.ebuild,
  php-5.1.4.ebuild:
  Stable on ppc64; bug #131135

  06 May 2006; Mark Loeser <halcy0n@gentoo.org> php-4.4.2-r2.ebuild,
  php-5.1.4.ebuild:
  Stable on x86; bug #131135

  05 May 2006; <tcort@gentoo.org> php-4.4.2-r2.ebuild, php-5.1.4.ebuild:
  Stable on alpha wrt security Bug #131135.

  05 May 2006; Rene Nussbaumer <killerfox@gentoo.org> php-4.4.2-r2.ebuild,
  php-5.1.4.ebuild:
  Stable on hppa. See bug #131135.

  05 May 2006; Tobias Scherbaum <dertobi123@gentoo.org> php-4.4.2-r2.ebuild,
  php-5.1.4.ebuild:
  ppc stable, bug #131135

  05 May 2006; Gustavo Zacarias <gustavoz@gentoo.org> php-5.1.4.ebuild:
  Stable on sparc wrt security #131135

  05 May 2006; Luca Longinotti <chtekk@gentoo.org> php-5.1.4.ebuild:
  Readd ~x86-fbsd keyword to PHP 5.1.4 which I dropped accidentally, sorry!
  Update digests to reflect the fixed patchset, please make sure you have the
  php-patchset-4.4.2-r3.tar.bz2 with the md5sum of
  eac1d9e4aa78195953e33e566a1f39ce, thanks, and sorry again. ;)

  05 May 2006; Jon Hood <squinky86@gentoo.org> php-5.1.4.ebuild,
  php-4.4.2-r2.ebuild:
  Stable on amd64, #131135.

*php-5.1.4 (05 May 2006)
*php-4.4.2-r2 (05 May 2006)

  05 May 2006; Luca Longinotti <chtekk@gentoo.org> -php-4.4.2-r1.ebuild,
  +php-4.4.2-r2.ebuild, -php-5.1.2-r1.ebuild, +php-5.1.4.ebuild:
  Sync with PHP overlay, fixes various bugs and security bugs, see bug #131135
  for more details.

  23 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> php-5.1.2-r1.ebuild:
  Add ~x86-fbsd keyword.

  20 Apr 2006; Luca Longinotti <chtekk@gentoo.org> php-4.3.11-r5.ebuild,
  php-4.4.2.ebuild, php-4.4.2-r1.ebuild, php-5.0.5-r5.ebuild,
  php-5.1.2.ebuild, php-5.1.2-r1.ebuild:
  Don't die on USE=-*, ebuild part.

*php-5.1.2-r1 (13 Apr 2006)
*php-4.4.2-r1 (13 Apr 2006)

  13 Apr 2006; Luca Longinotti <chtekk@gentoo.org> +php-4.4.2-r1.ebuild,
  +php-5.1.2-r1.ebuild:
  Add new revisions to fix an issue with the MySQL charsets.
  See bug #129761 about it.

  28 Mar 2006; Luca Longinotti <chtekk@gentoo.org>
  files/70_mod_php.conf-apache1, files/70_mod_php.conf-apache2,
  files/70_mod_php5.conf-apache1, files/70_mod_php5.conf-apache2:
  Revert config changes for bug #127645.

  28 Mar 2006; Luca Longinotti <chtekk@gentoo.org>
  files/70_mod_php.conf-apache1, files/70_mod_php.conf-apache2,
  files/70_mod_php5.conf-apache1, files/70_mod_php5.conf-apache2:
  Change config files to fix bug #127645.

  24 Mar 2006; Luca Longinotti <chtekk@gentoo.org>
  files/70_mod_php.conf-apache1, files/70_mod_php5.conf-apache1,
  files/70_mod_php5.conf-apache2, php-4.3.11-r5.ebuild,
  -php-4.4.1-r3.ebuild, php-4.4.2.ebuild, php-5.0.5-r5.ebuild,
  php-5.1.2.ebuild:
  Introduce usage of phpconfutils eclass to handle USE flag dependencies
  automatically, allowing to build dev-lang/php without intervention on
  default USE flags, solves bug #120088. Fix bug #122379.

  14 Mar 2006; Joshua Jackson <tsunam@gentoo.org> php-4.4.2.ebuild,
  php-5.1.2.ebuild:
  Stable php-4.4.2 and 5.1.2 for x86; bug #125878

  13 Mar 2006; Rene Nussbaumer <killerfox@gentoo.org> php-4.4.2.ebuild,
  php-5.1.2.ebuild:
  Stable on hppa. See bug #125878.

  12 Mar 2006; Markus Rothe <corsair@gentoo.org> php-4.4.2.ebuild,
  php-5.1.2.ebuild:
  Stable on ppc64; bug #125878

  12 Mar 2006; Tobias Scherbaum <dertobi123@gentoo.org> php-4.4.2.ebuild,
  php-5.1.2.ebuild:
  ppc stable, bug #125878

  12 Mar 2006; Jason Wever <weeve@gentoo.org> php-4.4.2.ebuild,
  php-5.1.2.ebuild:
  Stable on SPARC wrt security bug #125878.

  12 Mar 2006; Fernando J. Pereda <ferdy@gentoo.org> php-5.1.2.ebuild:
  Stable on alpha wrt security bug #125878

  12 Mar 2006; Simon Stelling <blubb@gentoo.org> php-4.4.2.ebuild,
  php-5.1.2.ebuild:
  stable on amd64 wrt bug 125878

  12 Mar 2006; Fernando J. Pereda <ferdy@gentoo.org> php-4.4.2.ebuild:
  Stable on alpha wrt security bug #125878

*php-5.1.2 (12 Mar 2006)
*php-4.4.2 (12 Mar 2006)

  12 Mar 2006; Luca Longinotti <chtekk@gentoo.org>
  -files/4-any/php4-fastbuild.patch, -files/4-any/php4-imap-symlink.diff,
  -files/4-any/php4-iodbc-config.diff, +files/70_mod_php.conf-apache1,
  +files/70_mod_php.conf-apache2, -files/4-any/php4-libtool-1.5.patch,
  -files/4-any/php4-uClibc-have_dn_skipname.patch,
  -files/4-any/php4-with-iodbc.diff, +files/70_mod_php5.conf-apache1,
  +files/70_mod_php5.conf-apache2, -files/4-any/apache-1.3/70_mod_php.conf,
  -files/4-any/apache-2.0/70_mod_php.conf,
  -files/5.0-any/php5-imap-symlink.diff,
  -files/5.0-any/php5-iodbc-config.diff,
  -files/5.0-any/php5-libtool-1.5.patch, -files/5.0-any/php5-prefork.patch,
  -files/5.0-any/php5-soap_persistence_session.diff,
  -files/5.0-any/php5-with-iodbc.diff,
  -files/5.0-any/apache-1.3/70_mod_php5.conf,
  -files/5.0-any/apache-2.0/70_mod_php5.conf,
  -files/5.1-any/php5-fastbuild.patch,
  -files/5.1-any/php5-imap-symlink.diff,
  -files/5.1-any/php5-iodbc-config.diff, -files/5.1-any/php5-prefork.patch,
  -files/5.1-any/php5-soap_persistence_session.diff,
  -files/5.1-any/php5-with-iodbc.diff,
  -files/5.1-any/apache-1.3/70_mod_php5.conf,
  -files/5.1-any/apache-2.0/70_mod_php5.conf, php-4.3.11-r5.ebuild,
  php-4.4.1-r3.ebuild, +php-4.4.2.ebuild, php-5.0.5-r5.ebuild,
  -php-5.1.1.ebuild, +php-5.1.2.ebuild:
  Sync with PHP Overlay: reworked ebuilds, eclasses and patchsets to be easier
  to maintain. Add PHP 4.4.2 and PHP 5.1.2 to the tree, fixing bugs #125878
  and #118846. Fix too bugs #120908, #123376, #122724 and #121190.

  24 Feb 2006; Jeroen Roovers <jer@gentoo.org> php-5.0.5-r5.ebuild:
  Stable on hppa (preparation for bug #119461).

  21 Feb 2006; Jeroen Roovers <jer@gentoo.org> php-5.0.5-r5.ebuild:
  Marked ~hppa.

  26 Jan 2006; Jeroen Roovers <jer@gentoo.org> php-4.4.1-r3.ebuild:
  Marked stable on hppa (bug #102649).

  26 Jan 2006; Jeroen Roovers <jer@gentoo.org> php-5.1.1.ebuild:
  Marked ~hppa (bug #119461).

  25 Jan 2006; Bryan Østergaard <kloeri@gentoo.org php-4.4.1-r3.ebuild,
  php-5.0.5-r5.ebuild:
  Stable on alpha.

  22 Jan 2006; Simon Stelling <blubb@gentoo.org> php-4.3.11-r5.ebuild,
  php-4.4.1-r3.ebuild:
  stable on amd64

  22 Jan 2006; Simon Stelling <blubb@gentoo.org> php-5.0.5-r5.ebuild:
  stable on amd64

  22 Jan 2006; <nixnut@gentoo.org> php-4.3.11-r5.ebuild:
  Added ~ppc keyword to php-4.3.11-r5

  21 Jan 2006; Jason Wever <weeve@gentoo.org> php-4.3.11-r5.ebuild,
  php-4.4.1-r3.ebuild, php-5.0.5-r5.ebuild:
  Stable on SPARC wrt bug #119461.

  21 Jan 2006; <nixnut@gentoo.org> php-5.0.5-r5.ebuild:
  Added ppc keyword to  php-4.4.1-r3, php-5.0.5-r5. bug 119461

  19 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> php-4.3.11-r5.ebuild,
  php-4.4.1-r3.ebuild, php-5.0.5-r5.ebuild:
  Stable on x86.

  18 Jan 2006; Markus Rothe <corsair@gentoo.org> php-4.4.1-r3.ebuild,
  php-5.0.5-r5.ebuild:
  Stable on ppc64; bug #119461

  10 Jan 2006; Luca Longinotti <chtekk@gentoo.org>
  -files/4.3.11/php4.3.11-apache2sapi.patch,
  -files/4.3.11/php4.3.11-apachesapi.patch,
  -files/4.3.11/php4.3.11-curl-open_basedir.patch,
  -files/4.3.11/php4.3.11-fopen_wrappers.patch,
  -files/4.3.11/php4.3.11-gd-safe_mode.patch,
  -files/4.3.11/php4.3.11-globals_overwrite.patch,
  -files/4.3.11/php4.3.11-mbstring-header_inj.patch,
  -files/4.3.11/php4.3.11-multilib-search-path.patch,
  -files/4.3.11/php4.3.11-pcre-security.patch,
  -files/4.3.11/php4.3.11-phpinfo_xss.patch,
  -files/4.3.11/php4.3.11-pspell-ext-segf.patch,
  -files/4.4.1/php4.4.1-apache2sapi.patch,
  -files/4.4.1/php4.4.1-curl-open_basedir.patch,
  -files/4.4.1/php4.4.1-current_key_by_reference.patch,
  -files/4.4.1/php4.4.1-gd-safe_mode.patch,
  -files/4.4.1/php4.4.1-mbstring-header_inj.patch,
  -files/4.4.1/php4.4.1-multilib-search-path.patch,
  -files/5.0.5/php5.0.5-apache2sapi.patch,
  -files/5.0.5/php5.0.5-curl-open_basedir.patch,
  -files/5.0.5/php5.0.5-fopen_wrappers.patch,
  -files/5.0.5/php5.0.5-gd-safe_mode.patch,
  -files/5.0.5/php5.0.5-globals_overwrite.patch,
  -files/5.0.5/php5.0.5-mbstring-header_inj.patch,
  -files/5.0.5/php5.0.5-multilib-search-path.patch,
  -files/5.0.5/php5.0.5-obj-serialize.patch,
  -files/5.0.5/php5.0.5-pspell-ext-segf.patch,
  -files/5.0.5/php5.0.5-tsrm-gcc4.patch,
  -files/5.1.1/php5.1.1-curl-gcry_threads.patch,
  -files/5.1.1/php5.1.1-ming-config.patch,
  -files/5.1.1/php5.1.1-multilib-search-path.patch, php-4.3.11-r5.ebuild,
  php-4.4.1-r3.ebuild, php-5.0.5-r5.ebuild, php-5.1.1.ebuild:
  Move version-specific patches into external tarballs.

  05 Jan 2006; Luca Longinotti <chtekk@gentoo.org>
  +files/5.1.1/php5.1.1-curl-gcry_threads.patch, php-5.1.1.ebuild:
  Fix bug #117767.

*php-5.1.1 (28 Dec 2005)
*php-5.0.5-r5 (28 Dec 2005)
*php-4.4.1-r3 (28 Dec 2005)
*php-4.3.11-r5 (28 Dec 2005)

  28 Dec 2005; Luca Longinotti <chtekk@gentoo.org>
  files/4-any/php4-imap-symlink.diff, files/4-any/php4-iodbc-config.diff,
  +files/4.3.11/php4.3.11-apache2sapi.patch,
  +files/4.3.11/php4.3.11-apachesapi.patch,
  +files/4.3.11/php4.3.11-curl-open_basedir.patch,
  -files/4.3.11/php4.3.11-curl_safemode.patch,
  +files/4.3.11/php4.3.11-gd-safe_mode.patch,
  -files/4.3.11/php4.3.11-gd_safe_mode.patch,
  +files/4.3.11/php4.3.11-mbstring-header_inj.patch,
  +files/4.3.11/php4.3.11-multilib-search-path.patch,
  -files/4.3.11/php4.3.11-session_save_path-segf.patch,
  -files/4.4.0/php4.4.0-curl_safemode.patch,
  -files/4.4.0/php4.4.0-fopen_wrappers.patch,
  -files/4.4.0/php4.4.0-gd_safe_mode.patch,
  -files/4.4.0/php4.4.0-globals_overwrite.patch,
  -files/4.4.0/php4.4.0-pcre-security.patch,
  -files/4.4.0/php4.4.0-phpinfo_xss.patch,
  -files/4.4.0/php4.4.0-pspell-ext-segf.patch,
  -files/4.4.0/php4.4.0-session_save_path-segf.patch,
  +files/4.4.1/php4.4.1-apache2sapi.patch,
  +files/4.4.1/php4.4.1-curl-open_basedir.patch,
  +files/4.4.1/php4.4.1-gd-safe_mode.patch,
  +files/4.4.1/php4.4.1-mbstring-header_inj.patch,
  -files/4.4.1/php4.4.1-mod_rewrite-crash.patch,
  +files/4.4.1/php4.4.1-multilib-search-path.patch,
  files/5.0-any/php5-iodbc-config.diff,
  -files/5.0.4/php5.0.4-curl_safemode.patch,
  -files/5.0.4/php5.0.4-fopen_wrappers.patch,
  -files/5.0.4/php5.0.4-gd_safe_mode.patch,
  -files/5.0.4/php5.0.4-globals_overwrite.patch,
  -files/5.0.4/php5.0.4-pcre-security.patch,
  -files/5.0.4/php5.0.4-phpinfo_xss.patch,
  -files/5.0.4/php5.0.4-pspell-ext-segf.patch,
  -files/5.0.4/php5.0.4-session_save_path-segf.patch,
  -files/5.0.4/php5.0.4-xmlrcp-ccode.diff,
  +files/5.0.5/php5.0.5-apache2sapi.patch,
  +files/5.0.5/php5.0.5-curl-open_basedir.patch,
  -files/5.0.5/php5.0.5-curl_safemode.patch,
  +files/5.0.5/php5.0.5-gd-safe_mode.patch,
  -files/5.0.5/php5.0.5-gd_safe_mode.patch,
  +files/5.0.5/php5.0.5-mbstring-header_inj.patch,
  +files/5.0.5/php5.0.5-multilib-search-path.patch,
  -files/5.0.5/php5.0.5-session_save_path-segf.patch,
  +files/5.0.5/php5.0.5-tsrm-gcc4.patch,
  files/5.1-any/php5-iodbc-config.diff,
  +files/5.1.1/php5.1.1-ming-config.patch,
  +files/5.1.1/php5.1.1-multilib-search-path.patch, -php-4.3.11-r4.ebuild,
  +php-4.3.11-r5.ebuild, -php-4.4.0-r4.ebuild, -php-4.4.1-r2.ebuild,
  +php-4.4.1-r3.ebuild, -php-5.0.4-r4.ebuild, -php-5.0.5-r4.ebuild,
  +php-5.0.5-r5.ebuild, +php-5.1.1.ebuild:
  Sync with PHP Overlay. Delete PHP 4.4.0 and PHP 5.0.4, add PHP 5.1.1. Update
  a lot of patches, update Hardened-PHP patches, add lib64 patch for multilib
  systems. Fixes many bugs.

  19 Nov 2005; Markus Rothe <corsair@gentoo.org> php-4.4.1-r2.ebuild,
  php-5.0.5-r4.ebuild:
  Added ~ppc64 keywords; bug #102649

  10 Nov 2005; Jason Wever <weeve@gentoo.org> php-4.4.1-r2.ebuild:
  Added ~sparc keyword as all arches but ~x86 were dropped from the 4.4.1
  ebuilds.

*php-5.0.5-r4 (04 Nov 2005)
*php-5.0.4-r4 (04 Nov 2005)
*php-4.4.1-r2 (04 Nov 2005)
*php-4.4.0-r4 (04 Nov 2005)
*php-4.3.11-r4 (04 Nov 2005)

  04 Nov 2005; Luca Longinotti <chtekk@gentoo.org>
  files/4.3.11/php4.3.11-session_save_path-segf.patch,
  files/5.0.4/php5.0.4-session_save_path-segf.patch,
  files/4.4.0/php4.4.0-session_save_path-segf.patch,
  files/5.0.5/php5.0.5-session_save_path-segf.patch, -php-4.3.11-r3.ebuild,
  +php-4.3.11-r4.ebuild, -php-4.4.0-r3.ebuild, +php-4.4.0-r4.ebuild,
  -php-4.4.1-r1.ebuild, +php-4.4.1-r2.ebuild, -php-5.0.4-r3.ebuild,
  +php-5.0.4-r4.ebuild, -php-5.0.5-r3.ebuild, +php-5.0.5-r4.ebuild:
  Revbump to fix a bug in the Apache2 SAPI and a bug with key() and current().

  04 Nov 2005; Luca Longinotti <chtekk@gentoo.org>
  files/4.3.11/php4.3.11-globals_overwrite.patch,
  files/4.4.0/php4.4.0-globals_overwrite.patch,
  +files/4.4.1/php4.4.1-current_key_by_reference.patch,
  files/5.0.4/php5.0.4-globals_overwrite.patch,
  files/5.0.5/php5.0.5-globals_overwrite.patch, php-4.4.1-r1.ebuild:
  Fix for http://bugs.php.net/bug.php?id=35067.

*php-4.4.1-r1 (03 Nov 2005)

  03 Nov 2005; Luca Longinotti <chtekk@gentoo.org>
  +files/4.4.1/php4.4.1-mod_rewrite-crash.patch, -php-4.4.1.ebuild,
  +php-4.4.1-r1.ebuild:
  Update Hardened-PHP to latest version for PHP 4.4.1 and 5.0.5, fix bug in
  the Apache2 SAPI of PHP 4.4.1 (mentioned in bug #111032).

*php-5.0.5-r3 (02 Nov 2005)
*php-5.0.4-r3 (02 Nov 2005)
*php-4.4.1 (02 Nov 2005)
*php-4.4.0-r3 (02 Nov 2005)
*php-4.3.11-r3 (02 Nov 2005)

  02 Nov 2005; Luca Longinotti <chtekk@gentoo.org>
  +files/4.3.11/php4.3.11-curl_safemode.patch,
  +files/4.3.11/php4.3.11-globals_overwrite.patch,
  +files/4.3.11/php4.3.11-phpinfo_xss.patch,
  +files/4.4.0/php4.4.0-curl_safemode.patch,
  +files/4.4.0/php4.4.0-globals_overwrite.patch,
  +files/4.4.0/php4.4.0-phpinfo_xss.patch,
  +files/5.0.4/php5.0.4-curl_safemode.patch,
  +files/5.0.4/php5.0.4-globals_overwrite.patch,
  +files/5.0.4/php5.0.4-phpinfo_xss.patch,
  +files/5.0.5/php5.0.5-curl_safemode.patch,
  +files/5.0.5/php5.0.5-globals_overwrite.patch, -php-4.3.11-r2.ebuild,
  +php-4.3.11-r3.ebuild, -php-4.4.0-r2.ebuild, +php-4.4.0-r3.ebuild,
  +php-4.4.1.ebuild, -php-5.0.4-r2.ebuild, +php-5.0.4-r3.ebuild,
  -php-5.0.5-r2.ebuild, +php-5.0.5-r3.ebuild:
  Security-update: fix bugs #111032, #111015, #111011 and bug #111014. Also
  add PHP 4.4.1 to the tree, wich fixes those vulnerabilities.

*php-5.0.5-r2 (31 Oct 2005)
*php-5.0.4-r2 (31 Oct 2005)
*php-4.4.0-r2 (31 Oct 2005)
*php-4.3.11-r2 (31 Oct 2005)

  31 Oct 2005; Luca Longinotti <chtekk@gentoo.org>
  -files/4.4.0/php4.3.11-pcre-security.patch,
  +files/4.4.0/php4.4.0-fopen_wrappers.patch,
  +files/4.4.0/php4.4.0-gd_safe_mode.patch,
  files/4.4.0/php4.4.0-pcre-security.patch,
  +files/4.4.0/php4.4.0-pspell-ext-segf.patch,
  +files/4.4.0/php4.4.0-session_save_path-segf.patch,
  -files/4.4.0/apache-1.3/70_mod_php.conf,
  -files/4.4.0/apache-2.0/70_mod_php.conf,
  +files/4-any/php4-fastbuild.patch, +files/4-any/php4-imap-symlink.diff,
  +files/4-any/php4-iodbc-config.diff,
  +files/5.0-any/php5-imap-symlink.diff,
  +files/4-any/php4-libtool-1.5.patch,
  +files/4-any/php4-uClibc-have_dn_skipname.patch,
  +files/4-any/php4-with-iodbc.diff, +files/5.0-any/php5-iodbc-config.diff,
  +files/4-any/apache-1.3/70_mod_php.conf,
  +files/5.0-any/php5-libtool-1.5.patch,
  +files/4-any/apache-2.0/70_mod_php.conf,
  +files/4.3.11/php4.3.11-fopen_wrappers.patch,
  +files/4.3.11/php4.3.11-gd_safe_mode.patch,
  +files/4.3.11/php4.3.11-pcre-security.patch,
  +files/4.3.11/php4.3.11-pspell-ext-segf.patch,
  +files/4.3.11/php4.3.11-session_save_path-segf.patch,
  -files/4.4.0/fastbuild.patch, -files/4.4.0/php4-imap-symlink.diff,
  -files/4.4.0/php4-iodbc-config.diff, -files/4.4.0/php4-libtool-1.5.patch,
  -files/4.4.0/php4-with-iodbc.diff, +files/5.0-any/php5-prefork.patch,
  +files/5.0-any/php5-soap_persistence_session.diff,
  +files/5.0-any/php5-with-iodbc.diff,
  +files/5.0-any/apache-1.3/70_mod_php5.conf,
  +files/5.0-any/apache-2.0/70_mod_php5.conf,
  -files/5.0.0/php5-imap-symlink.diff, -files/5.0.0/php5-iodbc-config.diff,
  -files/5.0.0/php5-libtool-1.5.patch,
  -files/5.0.0/php5.0.4-pcre-security.patch,
  -files/5.0.0/php5.0.4-xmlrcp-ccode.diff,
  -files/5.0.0/php5.0.5-obj-serialize.patch,
  +files/5.0.4/php5.0.4-fopen_wrappers.patch,
  +files/5.0.4/php5.0.4-gd_safe_mode.patch,
  +files/5.0.4/php5.0.4-pcre-security.patch,
  +files/5.0.4/php5.0.4-pspell-ext-segf.patch,
  +files/5.0.4/php5.0.4-session_save_path-segf.patch,
  +files/5.0.4/php5.0.4-xmlrcp-ccode.diff,
  +files/5.0.5/php5.0.5-fopen_wrappers.patch,
  +files/5.0.5/php5.0.5-gd_safe_mode.patch,
  +files/5.0.5/php5.0.5-obj-serialize.patch,
  +files/5.0.5/php5.0.5-pspell-ext-segf.patch,
  +files/5.0.5/php5.0.5-session_save_path-segf.patch,
  +files/5.1-any/php5-fastbuild.patch,
  +files/5.1-any/php5-imap-symlink.diff,
  +files/5.1-any/php5-iodbc-config.diff, +files/5.1-any/php5-prefork.patch,
  +files/5.1-any/php5-soap_persistence_session.diff,
  +files/5.1-any/php5-with-iodbc.diff,
  +files/5.1-any/apache-1.3/70_mod_php5.conf,
  +files/5.1-any/apache-2.0/70_mod_php5.conf,
  -files/5.1.0/php5-imap-symlink.diff, -files/5.1.0/php5-iodbc-config.diff,
  -files/5.1.0/php5-prefork.patch, -files/5.1.0/php5-with-iodbc.diff,
  -files/5.1.0/php5_soap_persistence_session.diff,
  -files/5.1.0/apache-1.3/70_mod_php5.conf,
  -files/5.1.0/apache-2.0/70_mod_php5.conf, -php-4.3.11-r1.ebuild,
  +php-4.3.11-r2.ebuild, -php-4.4.0-r1.ebuild, +php-4.4.0-r2.ebuild,
  -php-5.0.4-r1.ebuild, +php-5.0.4-r2.ebuild, -php-5.0.5-r1.ebuild,
  +php-5.0.5-r2.ebuild:
  New-style PHP update: fix quotation of some vars, change URI of a mirror,
  change ordering of patches in the files/ directory, add 'mnogosearch' USE
  flag, add 'oci8-instant-client' USE flag, add 'pic' USE flag, add 'cjk' USE
  flag, delete 'png' and 'jpeg' USE flags now directly controlled by 'gd' USE
  flag, change PHP extensions enabling/disabling system, fix a bug with
  Apache1 + fastbuild, fix elibtoolize call (bug #106176) and fix bugs #99312,
  #109669, #102943, #107602, #99225, #108834.

  24 Sep 2005; Jason Wever <weeve@gentoo.org> php-5.0.5-r1.ebuild:
  Added ~sparc keyword.

*php-5.0.5-r1 (18 Sep 2005)
*php-5.0.4-r1 (18 Sep 2005)
*php-4.4.0-r1 (18 Sep 2005)
*php-4.3.11-r1 (18 Sep 2005)

  18 Sep 2005; Benedikt Boehm <hollow@gentoo.org>
  +files/4.4.0/php4-libtool-1.5.patch, +files/5.0.0/php5-libtool-1.5.patch,
  +files/4.4.0/php4.3.11-pcre-security.patch,
  +files/4.4.0/php4.4.0-pcre-security.patch,
  +files/5.0.0/php5.0.4-pcre-security.patch,
  +files/5.0.0/php5.0.4-xmlrcp-ccode.diff,
  +files/5.0.0/php5.0.5-obj-serialize.patch, files/4.4.0/fastbuild.patch,
  -files/5.0.0/php5-hphp-acinclude.patch,
  -files/4.4.0/php4-hphp-acinclude.patch, -php-4.3.11.ebuild,
  +php-4.3.11-r1.ebuild, -php-4.4.0.ebuild, +php-4.4.0-r1.ebuild,
  -php-5.0.4.ebuild, +php-5.0.4-r1.ebuild, -php-5.0.5.ebuild,
  +php-5.0.5-r1.ebuild:
  Fix security issue in bundled PCRE lib for PHP 4.3.11, 4.4.0 and 5.0.4, bug #102373.
  Fix object serialization bug in PHP 5.0.5, bug #105374.
  Fix Hardened-PHP support for all PHP releases.
  Various compilation fixes for all PHP releases.
  Various dependency fixes for all PHP releases.
  Deleted 'dbm' USE flag from all PHP ebuilds, it's not supported upstream.
  Changed 'java' USE flag to 'java-internal' USE flag for PHP4.

  17 Sep 2005; Marcus D. Hanwell <cryos@gentoo.org> php-5.0.4.ebuild:
  Fixed up the remaining deps, tested here and looks good. Marking ~amd64, bug
  102649.

  17 Sep 2005; Marcus D. Hanwell <cryos@gentoo.org> php-4.4.0.ebuild:
  Fixed up the remaining deps, tested here and looks good. Marking ~amd64, bug
  102649.

  17 Sep 2005; Brian Harring <ferringb@gentoo.org> php-4.4.0.ebuild, 
  php-5.0.4.ebuild:
  Backed out ~amd64 keywording.  bad deps.

  16 Sep 2005; Christian Parpart <trapni@gentoo.org> php-4.4.0.ebuild,
  php-5.0.4.ebuild:
  added to ~amd64

  14 Sep 2005; Joseph Jezak <josejx@gentoo.org> php-5.0.4.ebuild:
  Marked ~ppc for bug #105673.

  14 Sep 2005; Joseph Jezak <josejx@gentoo.org> php-4.4.0.ebuild,
  php-5.0.5.ebuild:
  Marked ~ppc for bug #105673.

*php-4.3.11 (11 Sep 2005)

  11 Sep 2005; Benedikt Boehm <hollow@gentoo.org> +php-4.3.11.ebuild:
  add 4.3.11, b/c 4.4.0 breaks compatibility
  remove some archs, get your deps tested!

  09 Sep 2005; Jason Wever <weeve@gentoo.org> php-4.4.0.ebuild,
  php-5.0.4.ebuild:
  Added ~sparc keyword to help fix the broken dependencies of
  dev-php/PEAR-Date-1.4.3-r1.

*php-4.4.0 (08 Sep 2005)

  08 Sep 2005; Stuart Herbert <stuart@gentoo.org>
  +files/4.4.0/php4-hphp-acinclude.patch,
  +files/5.0.0/php5-hphp-acinclude.patch, php-4.4.0.ebuild, php-5.0.4.ebuild,
  php-5.0.5.ebuild:
  Hardened-PHP fix from the overlay
  Slight change to symlink creation behaviour

  07 Sep 2005; Konstantin Arkhipov <voxus@gentoo.org> php-5.0.4.ebuild,
  php-5.0.5.ebuild:
  Added to ~amd64.

*php-5.0.5 (06 Sep 2005)

  06 Sep 2005; Sebastian Bergmann <sebastian@gentoo.org> +php-5.0.5.ebuild:
  Version bump.

  04 Sep 2005; Stuart Herbert <stuart@gentoo.org>
  +files/5.1.0/php5-imap-symlink.diff, +files/5.1.0/php5-iodbc-config.diff,
  +files/5.1.0/php5-prefork.patch, +files/5.1.0/php5-with-iodbc.diff,
  +files/5.1.0/php5_soap_persistence_session.diff:
  Added missing patch files for PHP 5.0 from the overlay

  05 Sep 2005; <stuart@gentoo.org> ChangeLog:
  Initial version; replaces older dev-php/* packages