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
|
# ChangeLog for dev-php/mod_php
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/ChangeLog,v 1.45 2003/01/24 22:32:01 rphillips Exp $
*mod_php-4.3.0-r2 (10 Jan 2003)
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)
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
|