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
|
# ChangeLog for dev-php/mod_php
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/ChangeLog,v 1.89 2003/07/06 10:03:21 robbat2 Exp $
*mod_php-4.3.2-r3 (30 Jun 2003)
1 July 2003; 30 June 2003; Robin H. Johnson <robbat2@gentoo.org> mod_php-4.3.2-r3.ebuild:
Fix a typo in the ebuild sed script that updates the apache[2] config file.
1 July 2003; 30 June 2003; Robin H. Johnson <robbat2@gentoo.org>
files/70_mod_php.conf:
Fix typo in Apache2 conf file.
30 June 2003; Robin H. Johnson <robbat2@gentoo.org> mod_php-4.3.2-r3.ebuild,
files/digest-mod_php-4.3.2-r3:
Commited new version to ~x86 with hopefully all of the fixes required for
Apache1 and Apache2 required longterm. Uses new PHPSAPI and configuration
style. Apache2 enbling variable has CHANGED to PHP4, this is a breakage
compared to previously.
30 June 2003; Robin H. Johnson <robbat2@gentoo.org> mod_php-4.3.2-r1.ebuild,
mod_php-4.3.2-r2.ebuild, mod_php-4.3.2.ebuild, files/70_mod_php.conf:
Updated for new PHPSAPI variable. Moved configuration files to new style
cleanly (/etc/php/${PHPSAPI}-php${PHPMAJORVERSION}/php.ini).
24 June 2003; Robin H. Johnson <robbat2@gentoo.org> mod_php-4.2.3-r2.ebuild,
mod_php-4.3.0-r2.ebuild, mod_php-4.3.1-r1.ebuild, mod_php-4.3.1-r2.ebuild,
mod_php-4.3.1-r3.ebuild, mod_php-4.3.1.ebuild,
files/digest-mod_php-4.2.3-r2, files/digest-mod_php-4.3.0-r2,
files/digest-mod_php-4.3.1, files/digest-mod_php-4.3.1-r1,
files/digest-mod_php-4.3.1-r2, files/digest-mod_php-4.3.1-r3:
Removed old ebuilds as per GLSA 200306-02.
*mod_php-4.3.2-r2 (10 Jun 2003)
24 June 2003; Robin H. Johnson <robbat2@gentoo.org> mod_php-4.3.2-r2.ebuild:
Fix bug #23200
21 June 2003; Robin H. Johnson <robbat2@gentoo.org> mod_php-4.3.2-r2.ebuild:
Cleanup some of the magic, hopefully make it work better.
12 June 2003; Robin H. Johnson <robbat2@gentoo.org> mod_php-4.3.2-r2.ebuild:
syntax errors are bad.
10 June 2003; Robin H. Johnson <robbat2@gentoo.org> mod_php-4.3.2-r2.ebuild:
This is an extension of the fixes in 4.3.2-r1, but I'm uncertain if some of
this magic is valid, so it is in a sepearate ebulid for now.
A special note on the change of behavior depending on the Apache(s) you have installed:
Apache1 ONLY: uses apache1 version
Apache2 ONLY: uses apache2 version (no USE="apache2" needed)
Apache1 AND Apache2: Use apache1 version unless the USE flag is in place.
*mod_php-4.3.2-r1 (10 Jun 2003)
10 June 2003; Robin H. Johnson <robbat2@gentoo.org> mod_php-4.3.2-r1.ebuild:
Try to fix bug #22352. mod_php is now SLOTed by the major version of Apache
that you are building it for. This SHOULD enable you to have mod_php
installed on both at the same time, but is is experimental at this time.
*mod_php-4.3.2 (31 May 2003)
05 June 2003; Robin H. Johnson <robbat2@gentoo.org> mod_php-4.3.2.ebuild:
Fix DEPEND for apache2. This is the ONLY method that works properly with
repoman afaik.
31 May 2003; Robin H. Johnson <robbat2@gentoo.org> mod_php-4.3.2.ebuild,
files/digest-mod_php-4.3.2:
Version bump.
BerkDB is disabled due to DB4 issues and changes in PHP 4.3.2 presently.
If you need BerkDB support, please do NOT upgrade at this time.
*mod_php-4.3.1-r3 (23 Apr 2003)
27 May 2003; Paul de Vrieze <pauldv@gentoo.org> mod_php-4.3.1-r3.ebuild:
Fix apache dependency when the apache2 useflag is not set.
26 May 2003; Robin H. Johnson <robbat2@gentoo.org> mod_php-4.3.1-r3.ebuild:
Added DB4 fix in eclass. Cleaned up the config section. Fix digest.
Correctly postinst slightly with regards to conf.d/apache* directives.
17 May 2003; Robin H. Johnson <robbat2@gentoo.org> files/70_mod_php.conf:
Fixed bug #18445 properly. Apache2 doesn't like shell wildcarding in it's
config files.
15 May 2003; Robin H. Johnson <robbat2@gentoo.org> mod_php-4.3.1-r3.ebuild:
Released to all archs on unstable.
14 May 2003; Robin H. Johnson <robbat2@gentoo.org> mod_php-4.3.1-r3.ebuild:
Fix symlink for /etc/php4/lib under Apache2. Thanks to Bluesman
<bluesman@byteme.no> on IRC. Fixed ACCEPT_KEYWORDS and RDEPEND.
Ensure ZTS is used for some Apache2 MPMs.
./files/70_mod_php.conf updated to fix bug #18445
13 May 2003; Robin H. Johnson <robbat2@gentoo.org> mod_php-4.3.1-r3.ebuild:
More cleanups, nearly ready for ~x86.
24 Apr 2003; Tal Peer <coredumb@gentoo.org> mod_php-4.3.1-r2.ebuild,
mod_php-4.3.1-r3.ebuild:
Fixed bug #18551
23 Apr 2003; Robin H. Johnson <robbat2@gentoo.org> mod_php-4.3.1-r3.ebuild:
New version utilizing PHP eclass
Masked still, very untested
*mod_php-4.3.1-r2 (21 Apr 2003)
08 May 2003; Todd Heim <heim@gentoo.org> mod_php-4.3.1-r2.ebuild:
Fixed bug #20603, #15622
22 Apr 2003; Todd Heim <heim@gentoo.org> mod_php-4.3.1-r2.ebuild:
Re-added -r2 (Mar 02 copy had been deleted). Fixed world readable files bug by patching pear/PEAR/Config.php (bug# 16325)
*mod_php-4.3.1-r2 (04 Mar 2003)
04 Mar 2003; Troy Dack <tad@gentoo.org. mod_php-4.3.1-r2.ebuild:
Fix to incorrect DEPENDS= entry
*mod_php-4.3.1-r1 (24 Feb 2003)
12 May 2003; Todd Heim <heim@gentoo.org> mod_php-4.3.1-r1.ebuild:
fixed world writable files bug (#20706)
08 May 2003; Todd Heim <heim@gentoo.org> mod_php-4.3.1-r1.ebuild:
Fixed bug #20603
17 Mar 2003; Masatomo Nakano <nakano@gentoo.org> mod_php-4.3.1-r1.ebuild,
mod_php-4.3.1.ebuild:
Fixed bug #16910
03 Mar 2003; Seemant Kulleen <seemant@gentoo.org> mod_php-4.3.1-r1.ebuild,
mod_php-4.3.1.ebuild:
qt fixes and spell support added
25 Feb 2003; Guy Martin <gmsoft@gentoo.org> mod_php-4.3.1-r1.ebuild :
Added ~hppa to keywords.
24 feb 2003; ryan phillips <rphillips@gentoo.org> mod_php-4.3.1-r1.ebuild :
Added logic to install rest of needed files for phpize
Added permission change to /usr/bin/pear to 755
*mod_php-4.3.1 (18 Feb 2003)
02 June 2003; Robin H. Johnson <robbat2@gentoo.org> mod_php-4.3.1.ebuild:
Improve my java-config again.
31 May 2003; Robin H. Johnson <robbat2@gentoo.org> mod_php-4.3.1.ebuild:
Improve the slight java fix with java-config.
22 May 2003; Robin H. Johnson <robbat2@gentoo.org> mod_php-4.3.1.ebuild:
Slight fix to the java stuff to forestall problems for the moment.
Bump version requirements on Sabltron for bug #21229.
12 May 2003; Todd Heim <heim@gentoo.org> mod_php-4.3.1.ebuild :
fixed world writable files bug (#20706)
08 May 2003; Todd Heim <heim@gentoo.org> mod_php-4.3.1.ebuild:
Fixed bug #20603
25 Feb 2003; Guy Martin <gmsoft@gentoo.org> mod_php-4.3.1.ebuild :
Added hppa to keywords.
24 Feb 2003; Ryan Phillips <rphillips@gentoo.org> mod_php-4.3.1.ebuild :
removed subshell from ebuild. Fixes #16211
18 Feb 2003; Ryan Phillips <rphillips@gentoo.org> mod_php-4.3.1.ebuild :
Security Fix
*mod_php-4.3.0-r2 (10 Jan 2003)
08 May 2003; Todd Heim <heim@gentoo.org> mod_php-4.3.0-r2.ebuild:
Fixed bug #20603
07 Feb 2003; Ryan Phillips <rphillips@gentoo.org> mod_php-4.3.0-r2.ebuild :
Fix bug #15277, #14067, #14068, #14330, #14364
24 Jan 2003; Ryan Phillips <rphillips@gentoo.org> files/70_mod_php.conf :
added php-source (.phps) support to the available types
13 Jan 2003; Ryan Phillips <rphillips@gentoo.org> mod_php-4.3.0-r2.ebuild :
Added Quequero tweaks. Fixes #13721
13 Jan 2003; Daniel Ahlberg <aliz@genoto.org> mod_php-4.3.0-r2.ebuild :
Added ppc and alpha keyword becuse this is a security update.
10 Jan 2003; Ryan Phillips <rphillips@gentoo.org> mod_php-4.3.0-r2.ebuild :
Added third party helper scripts to the install. (phpize, php-config, and phpextdist)
Fixes #13525
*mod_php-4.3.0-r1 (06 Jan 2003)
08 Jan 2003; Ryan Phillips <rphillips@gentoo.org> mod_php-4.3.0-r1.ebuild :
Changed ebuild to reflect truetype use var instead of freetype
08 Jan 2003; Ryan Phillips <rphillips@gentoo.org> mod_php-4.3.0-r1.ebuild :
Use internal GD support
08 Jan 2003; Ryan Phillips <rphillips@gentoo.org> mod_php-4.3.0-r1.ebuild :
fixed dependencies
06 Jan 2003; Ryan Phillips <rphillips@gentoo.org> mod_php-4.3.0-r1.ebuild :
added Roman Weber's patches:
- reverting PEAR patch in /image [DONE]
- added EXIF Handling [DONE]
- Removed register_globals patch (PHP Scipts should now be safe) Bug #10302 [DONE]
- #11714 IMAP thing...already Fixed? [should be DONE]
*mod_php-4.3.0 (30 Dec 2002)
31 Dec 2002; Ryan Phillips <rphillips@gentoo.org> mod_php-4.3.0.ebuild :
Fixed sandbox violation with snmp
30 Dec 2002; Ryan Phillips <rphillips@gentoo.org> :
Tweaked sed... maybe this will fix the sandbox issues
30 Dec 2002; Ryan Phillips <rphillips@gentoo.org> : Version bump.
Added sed statement to fix the PEAR installer.
*mod_php-4.2.3-r2 (13 Dec 2002)
25 Mar 2003; Seemant Kulleen <seemant@gentoo.org> mod_php-4.2.3-r2.ebuild:
freetype USE to truetype USE, which ACTUALLY EXISTS, Sheesh
27 Dec 2002; Ryan Phillips <rphillips@gentoo.org> : included mbregex in the cjk use var.
22 Dec 2002; Donny Davies <woodchip@gentoo.org> mod_php-4.2.3-r2.ebuild :
#12582 fix apache2 DEPEND.
16 Dec 2002; Ryan Phillips <rphillips@gentoo.org> mod_php-4.2.3-r2.ebuild :
Unmasked -r2 for production. Should fix many bugs in the bug tracker.
*mod_php-4.2.3-r2 (13 Dec 2002)
15 Dec 2002; Bjoern Brauel <bjb@gentoo.org> mod_php-4.2.3-r2.ebuild :
Add alpha to KEYWORDS
13 Dec 2002; Donny Davies <woodchip@gentoo.org> : Added --enable-sockets
and --enable-wddx per received requests; thanks Verwilst and Heiko.
*mod_php-4.2.3-r1 (10 Dec 2002)
10 Dec 2002; Donny Davies <woodchip@gentoo.org> : Added Apache2 support.
Please put 'apache2' in your USE variable, then emerge mod_php. After
it installs, simply edit /etc/conf.d/apache2 and add '-D PHP'. Then
restart apache2. You're done :)
Autoupdate keywords (12-6-02)
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
02 Sep 2002; Daniel Robbins <drobbins@gentoo.org> mod_php-4.2.2-r1.ebuild :
rphillips' gmp fix broke the ebuild, fixing... (no rev bump)
02 Sep 2002; Brandon Low <lostlogic@gentoo.org> mod_php-4.2.2-r1.ebuild :
Test your ebuilds, you can't just comment in the middle like that, then
the next thing becomes a separate funky command.
*mod_php-4.2.3 (10 Sep 2002)
05 Dec 2002; Ryan Phillips <rphillips@gentoo.org> mod_php-4.2.3.ebuild :
Do not include libpng if pdflib is included. Fixes #5444
19 Nov 2002; Ryan Phillips <rphillips@gentoo.org> mod_php-4.2.3.ebuild :
Tweaked deps...
27 Oct 2002; Ryan Phillips <rphillips@gentoo.org> mod_php-4.2.3.ebuild :
Fixed QT dep
12 Sep 2002; Ryan Phillips <rphillips@gentoo.org> mod_php-4.2.3.ebuild :
Added xmlrpc to 'xml' use flag. Fixes #7811
10 Sep 2002; Ryan Phillips <rphillips@gentoo.org> mod_php-4.2.3.ebuild :
New version. Fixes #7716
*mod_php-4.2.2-r1 (18 Aug 2002)
27 Oct 2002; Ryan Phillips <rphillips@gentoo.org> mod_php-4.2.2-r1.ebuild :
Fixed QT dep
19 Oct 2002; Ryan Phillips <rphillips@gentoo.org> mod_php-4.2.2-r1.ebuild :
Is pdflib playing nice now? Moved the image formats out of the pdflib
'if' statement
03 Sep 2002; Ryan Phillips <rphillips@gentoo.org> mod_php-4.2.2-r1.ebuild :
Users have had issues compiling php with java support. It works fine
on my two computers. I'm not sure if it is user error or config file
problems. I've disabled it for now.
01 Sep 2002; Ryan Phillips <rphillips@gentoo.org> mod_php-4.2.2-r1.ebuild :
Users have had trouble compiling with gmp support... Disabled for now
30 Aug 2002; Ryan Phillips <rphillips@gentoo.org> mod_php-4.2.2-r1.ebuild :
Fixed xml dependency bug
26 Aug 2002; Donny Davies <woodchip@gentoo.org> mod_php-4.2.2-r1.ebuild :
Clarified/cleaned pkg_postinst, cosmetic-only fix.
26 Aug 2002; Ryan Phillips <rphillips@gentoo.org> mod_php-4.2.2-r1.ebuild :
Added support for multibyte strings. Fixes #6747 Submitted by Ryan Shaw
18 Aug 2002; Ryan Phillips <rphillips@gentoo.org> mod_php-4.2.2-r1.ebuild :
Should fix pdflib/jpeg/tiff/java bug... #2708
*mod_php-4.2.2 (22 Jul 2002)
22 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> Security update, no other
changes.
*mod_php-4.2.1-r5 (12 Jul 2002)
26 Aug 2002; Ryan Phillips <rphillips@gentoo.org> Added --enable-exif
15 Jul 2002; Owen Stampflee <owen@gentoo.org> Added KEYWORDS="x86 ppc" for
all versions of the mod_php ebuild
27 Apr 2002; Ryan Phillips <rphillips@gentoo.org> : There is a compilation
problem with the --with-gettext variable being passed to configure from
within portage.
25 Apr 2002; Donny Davies <woodchip@gentoo.org> : Clarify the pkg_postinst()
message.
16 Apr 2002; Seemant Kulleen <seemant@gentoo.org> : I caused the gettext bug.
The configure options do not like --with-gettext set. They only like
--without-gettext set. Who knew? Hmm, and I did not edit the ChangeLog for
some reason to say that the mhash and mcrypt flags are encapsulated by the
crypt flag now.
16 Jul 2002; Ryan Phillips <rphillips@gentoo.org> mod_php-4.2.1-r5.ebuild :
Added libwww depedency to xml use var
16 Jul 2002; Ryan Phillips <rphillips@gentoo.org> mod_php-4.2.1-r5.ebuild :
Now provides virtual support
12 Jul 2002; Roman Weber <gentoo@gonzo.ch> mod_php-4.2.1-r5.ebuild : Fixed
compile error with sablotron 0.95 Fixed weird uname bug. (Bug #4913)
*mod_php-4.2.1-r4 (09 Jul 2002)
09 Jul 2002; Roman Weber <gentoo@gonzo.ch> Changed dependency from
>=net-www/apache-1.3.24-r1 to >=net-www/apache-1.3.26-r2 (Apache 1.3.26
>includes a fix for the "chunked encoding" issue). Closes bug #4677. added
>oci8 use variable to support Oracle databases
*mod_php-4.2.1-r3 (02 Jul 2002)
02 Jul 2002; Owen Stampflee <owen@gentoo.org> Fixed syntax errors in use vars
freetype, jpeg, tiff, png, and gd
*mod_php-4.2.1-r2 (26 June 2002)
26 June 2002; Roman Weber <gentoo@gonzo.ch> mod_php-4.2.1-r2.ebuild :
Added 'use' variables: freetype, jpeg, tiff, png and gd (Bug #3900)
*mod_php-4.2.1-r1 (17 June 2002)
17 June 2002; Roman Weber <gentoo@gonzo.ch> mod_php-4.2.1-r1.ebuild : Fixed
'use nls' issue. (Bug #2895)
*php-4.2.1-r1 (21 May 2002)
05 June 2002; Ryan Phillips <rphillips@gentoo.org> php-4.2.1-r1.ebuild :
Added support for firebird
21 May 2002; Roman Weber <gentoo@gonzo.ch> php-4.2.1-r1.ebuild : Added XSLT
sablotron to XML USE variable. Bug #2863 Fixed symlink to extensions
directory. Bug #2886
*php-4.2.1 (17 May 2002)
19 May 2002; Ryan Phillips <rphillips@gentoo.org> php-4.2.1.ebuild: Changed
--with-png-dir=/usr/lib \ to --with-png-dir=/usr \
17 May 2002; Roman Weber <gentoo@gonzo.ch> php-4.2.1.ebuild : New release
Fixed flash ming issue. Bug #2707 Fixed mysql issue. Bug #2711 Set
register_globals = On in php.ini. Lower security but more compatibility. See
http://www.php.net/release_4_1_2.php Readded curl/snmp/bz2/ssl. Tnx Todd
Symlinked php.ini to old place. Tnx Todd. Disabled Java in ebuild. I'm not
glad about it but it's imho the only way to fix a nasty bug. Perhaps it will
work with an extra ebuild for the java extension. Bug #2708
*php-4.2.0 (12 May 2002)
12 May 2002; Ryan Phillips <rphillips@gentoo.org> php-4.2.0.ebuild :
Added a message to warn the user that setting the register_globals
option to off may break compatibility with some scripts.
8 May 2002; Ryan Phillips <rphillips@gentoo.org> php-4.2.0.ebuild :
New release
*php-4.1.2-r9 (5 May 2002)
5 May 2002; Ryan Phillips <rphillips@gentoo.org> php-4.1.2-r9.ebuild :
Added support for SSL, snmp, curl, and bzip2 to package. Fixes #2468
*php-4.1.2-r8 (28 Apr 2002)
27 Apr 2002; Ryan Phillips <rphillips@gentoo.org> php-4.1.2-r7.ebuild :
for some reason --with-gettext doesn't find the libraries it needs.
./configure --with-gettext from the commandline works fine. reopening
bug report.
*php-4.1.2-r8 (27 Apr 2002)
27 Apr 2002; Ryan Phillips <rphillips@gentoo.org> php-4.1.2-r7.ebuild :
Tweaked ebuild to include --with-gettext support. This fixes #2106, but
does it break anything else?
*php-4.1.2-r7 (15 Apr 2002)
15 Apr 2002; Jared H. Hudson <jhhudso@gentoo.org> php-4.1.2-r7.ebuild : Fixed
php to check for imap with ssl support when compiling the imap extension. Bug
#1254 Fixed bug where php couldn't find path to javac. Bug #1401 Modified the
ebuild so it DEPENDs on net-mail/uw-imap instead of the old virtual/imapUW
*php-4.1.2-r6 (12 Apr 2002)
12 Apr 2002; Spider <spider@gentoo.org> update -r to force rebuild with
updated libpng
*php-4.1.2-r5 php-4.1.1-r5 (12 Apr 2002)
12 Apr 2002; Seemant Kulleen <seemant@gentoo.org> php-4.1.2-r5.ebuild,
php-4.1.1-r5.ebuild : Changed the "gettext" USE flag to "nls" since that is
the same thing.
*php-4.1.2-r5 (10 Apr 2002)
10 Apr 2002; Donny Davies <woodchip@gentoo.org> php-4.1.2-r5.ebuild,
files/mod_php.conf : Added a mod_php.conf file, which installs into the
apache addon-modules config directory. This eliminates the need to "sed" the
apache config file in order to "turn on" the php mime types. Removed some
stale ebuilds/digests. Ooops, round two for today: fix the php.ini location
with a symlink. Keeps things tidy.
*php-4.1.2-r4 (9 Apr 2002)
9 Apr 2002; Donny Davies <woodchip@gentoo.org> : Small updates to fit in with
the reworked apache package.
*php-4.1.2-r3 (13 Mar 2002)
13 Mar 2002; Grant Goodyear <g2boojum@gentoo.org> :
Minor update to fix bug # 1042.
*php-4.1.2 (28 Feb 2002)
28 Feb 2002; Bruce A. Locke <blocke@shivan.org> php-4.1.2.ebuild :
Major security fixes in this version. All php users are urged
to upgrade to this version.
*php-4.1.1-r5 ( 25 Feb 2002 )
25 Feb 2002; Karl Trygve Kalleberg <karltk@gentoo.org> php-4.1.1-r5.ebuild
Fixed a bug that made compiling with libpng bug out on some
installations. Old revisions removed.
*php-4.1.1-r4 ( 22 Feb 2002 )
22 Feb 2002; Grant Goodyear <g2boojum@gentoo.org> php-4.1.1-r4.ebuild
Now imap support should work. Building php w/ imap support requires
the uw-imap library and headers (from uw-imap or pine). Annoying
problem that uw-imap or pine needs to be compiled w/ SSL; otherwise
the php build will fail due to header problems.
*php-4.0.6-r5 ( 18 Feb 2002 )
18 Feb 2002; Karl Trygve Kalleberg <karltk@gentoo.org> php-4.0.6-r4.ebuild
As Java support fails to work with Blackdown, and the fix seems non-trivial,
Java support is removed from PHP 4.0.6 altogether.
Old revisions have been removed.
*php-4.0.6-r4 ( 12 Feb 2002 )
12 Feb 2002; Karl Trygve Kalleberg <karltk@gentoo.org> php-4.0.6-r4.ebuild
Java support is back. The ebuild also tries harder to follow the style
guide. Old revisions have been removed.
*php-4.1.1-r3 ( 18 Feb 2002 )
18 Feb 2002; Karl Trygve Kalleberg <karltk@gentoo.org> php-4.1.1-r3.ebuild
Java is still here, but now it actually works with Blackdown as well.
Old revisions have been removed.
*php-4.1.1-r2 ( 12 Feb 2002 )
12 Feb 2002; Karl Trygve Kalleberg <karltk@gentoo.org> php-4.1.1-r2.ebuild
Java support is back. The ebuild also tries harder to follow the style guide.
Old revisions have been removed.
*php-4.1.1 (1 Feb 2002)
6 Feb 2002; Grant Goodyear <g2boojum@gentoo.org>:
Added a new -r1 revision of the php-4.1.1 ebuild that adds
two new USE variables, mcrypt and mhash.
k
|