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
|
# ChangeLog for www-servers/lighttpd
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.74 2006/06/01 21:56:36 bangert Exp $
*lighttpd-1.4.11-r1 (01 Jun 2006)
01 Jun 2006; Thilo Bangert <bangert@gentoo.org>
+files/1.4.11/01_all_r1046.mod_compress.c-fixes.diff,
-files/1.4.11/01_r1046.diff_mod_compress.c-fixes.diff,
+files/1.4.11/02_all_r1057_fix_If-Modified-Since-ETag.diff,
-files/1.4.11/02_r1057_fix_If-Modified-Since-ETag.diff,
+files/1.4.11/03_all_r1095_fix_stalling_SSL_POST_requests.diff,
-files/1.4.11/03_r1095_fix_stalling_SSL_POST_requests.diff,
-files/1.4.11/04_r1116_fix_env_conf_segfault.diff,
+files/1.4.11/21_all_mod_scgi_segfault.diff,
-files/1.4.11/21_mod_scgi_segfault.diff,
+files/1.4.11/22_all_bug606_fix_SSI_echo.diff,
-files/1.4.11/22_bug606_fix_SSI_echo.diff, files/lighttpd.initd,
+lighttpd-1.4.11-r1.ebuild:
fix naming of patches - remove 04_diff
change startup script to 'need famd' in cases where app-admin/fam
provides virtual/fam
01 Jun 2006; Steev Klimaszewski <steev@gentoo.org>
lighttpd-1.4.10-r2.ebuild, lighttpd-1.4.11.ebuild:
Change the fam useflag to strictly depend on app-admin/gamin since that is
the preferred app for fam these days, not to mention that famd needs to die.
This should fix bug 123022 to stablize lighttpd 1.4.10-r2. Changed the
dependency in both 1.4.10-r2 and 1.4.11.
30 May 2006; Markus Rothe <corsair@gentoo.org> lighttpd-1.4.11.ebuild:
Stable on ppc64; bug #123022
30 May 2006; Thilo Bangert <bangert@gentoo.org> files/lighttpd.initd,
files/lighttpd.logrotate:
add reload() to init script - use it in the logrotate script
bug 125241 - thanks david somers
*lighttpd-1.4.11 (30 May 2006)
30 May 2006; Thilo Bangert <bangert@gentoo.org>
+files/1.4.11/01_r1046.diff_mod_compress.c-fixes.diff,
+files/1.4.11/02_r1057_fix_If-Modified-Since-ETag.diff,
+files/1.4.11/03_r1095_fix_stalling_SSL_POST_requests.diff,
+files/1.4.11/04_r1116_fix_env_conf_segfault.diff,
+files/1.4.11/21_mod_scgi_segfault.diff,
+files/1.4.11/22_bug606_fix_SSI_echo.diff, +lighttpd-1.4.11.ebuild:
version bump
24 May 2006; Brent Baude <ranger@gentoo.org> lighttpd-1.4.8.ebuild:
Stabilizing lighttpd-1.4.8 for ppc64 to satisfy cacti dependancy
05 May 2006; Diego Pettenò <flameeyes@gentoo.org>
lighttpd-1.4.10-r2.ebuild:
Readd ~x86-fbsd keyword and move enewuser/enewgroup calls in pkg_setup.
04 May 2006; J. Alberto Suárez López <bass@gentoo.orgrg>
+lighttpd-1.4.10-r2.ebuild:
Fixed permissions problem. #123022
*lighttpd-1.4.10-r2 (04 May 2006)
04 May 2006; J. Alberto Suárez López <bass@gentoo.orgrg>
+lighttpd-1.4.10-r2.ebuild:
Fixed permissions problem. #123022
27 Apr 2006; Alec Warner <antarus@gentoo.org> Manifest:
Fixing SHA256 digest, pass four
27 Apr 2006; Luca Longinotti <chtekk@gentoo.org>
lighttpd-1.3.13-r3.ebuild:
Fix bug #130980, as QA wants this fixed quickly.
15 Apr 2006; Diego Pettenò <flameeyes@gentoo.org>
lighttpd-1.4.10-r1.ebuild:
Add ~x86-fbsd keyword.
30 Mar 2006; Aron Griffis <agriffis@gentoo.org> lighttpd-1.4.10-r1.ebuild:
Mark 1.4.10-r1 ~ia64
20 Mar 2006; Luca Longinotti <chtekk@gentoo.org> lighttpd-1.3.16.ebuild:
Fix bug #121653 on stable releases.
02 Mar 2006; Aaron Walker <ka0ttic@gentoo.org> lighttpd-1.4.10-r1.ebuild:
Add sed to fix typo in mod_cml docs for bug 124590.
27 Feb 2006; Aaron Walker <ka0ttic@gentoo.org>
files/1.4.10/14_all_r1007_mod_alias_lowercase_support.diff,
lighttpd-1.4.10-r1.ebuild:
Add missing eautoreconf call since the latest patchset modifies autotools
stuff; also fix upstream typo in
14_all_r1007_mod_alias_lowercase_support.diff.
*lighttpd-1.4.10-r1 (26 Feb 2006)
26 Feb 2006; Aaron Walker <ka0ttic@gentoo.org>
+files/1.4.10/01_all_r990_mod_cgi_dont_reset_physical_path.diff,
+files/1.4.10/03_all_r992_posix_fadvise_2.4.x.diff,
+files/1.4.10/07_all_r998_sendfile_fixes.diff,
+files/1.4.10/02_all_r991_posix_fadvise.diff,
+files/1.4.10/04_all_r994_remove_xopen_and_bsd_source_defines.diff,
+files/1.4.10/05_all_r996_fallback_to_madvise.diff,
+files/1.4.10/06_all_r997_fastcgi_fixes.diff,
+files/1.4.10/08_all_r999_mod_cgi_terminate.diff,
+files/1.4.10/09_all_r1000_sendfile_compile_fix.diff,
+files/1.4.10/10_all_r1001_mod_auth_errormsg_fix.diff,
+files/1.4.10/11_all_r1002_var_and_env_docs.diff,
+files/1.4.10/12_all_r1003_mod_fastcgi_doc_fix.diff,
+files/1.4.10/13_all_r1006_mod_cgi_close_unused_pipe_fds.diff,
+files/1.4.10/14_all_r1007_mod_alias_lowercase_support.diff,
-lighttpd-1.4.10.ebuild, +lighttpd-1.4.10-r1.ebuild:
Revision bump; added a sleu of upstream patches to fix various issues.
13 Feb 2006; Michael Cummings <mcummings@gentoo.org>
lighttpd-1.4.7.ebuild, lighttpd-1.4.8.ebuild, lighttpd-1.4.10.ebuild:
Virtuals for some perl-core deps
*lighttpd-1.4.10 (10 Feb 2006)
10 Feb 2006; Aaron Walker <ka0ttic@gentoo.org> +lighttpd-1.4.10.ebuild:
Version bump.
17 Dec 2005; Markus Rothe <corsair@gentoo.org> lighttpd-1.4.8.ebuild:
Added ~ppc64
15 Dec 2005; Aaron Walker <ka0ttic@gentoo.org> -lighttpd-1.4.6.ebuild:
Err forgot to actually rm 1.4.6.
*lighttpd-1.4.8 (15 Dec 2005)
15 Dec 2005; Aaron Walker <ka0ttic@gentoo.org> +lighttpd-1.4.8.ebuild:
Version bump; tidy 1.4.6.
24 Nov 2005; Simon Stelling <blubb@gentoo.org> lighttpd-1.3.16.ebuild:
stable on amd64
*lighttpd-1.4.7 (03 Nov 2005)
03 Nov 2005; Aaron Walker <ka0ttic@gentoo.org> +lighttpd-1.4.7.ebuild:
Version bump.
12 Oct 2005; Aaron Walker <ka0ttic@gentoo.org> files/lighttpd.initd:
'use slapd' in init script so that slapd gets started before lighttpd if
it's being used.
*lighttpd-1.4.6 (10 Oct 2005)
10 Oct 2005; Aaron Walker <ka0ttic@gentoo.org> -lighttpd-1.4.3.ebuild,
-lighttpd-1.4.5.ebuild, +lighttpd-1.4.6.ebuild:
Version bump; tidy previous 1.4.x ebuilds.
*lighttpd-1.4.5 (03 Oct 2005)
03 Oct 2005; Aaron Walker <ka0ttic@gentoo.org>
-files/1.4.4/01_all_r716-fix-remoteip-cache-keepalive.diff,
-files/1.4.4/03_all_r722-fix-no-global-mysql-segv.diff,
-files/1.4.4/07_all_r726-sce-set-if-HANDLER_GO_ON.diff,
-files/1.4.4/04_all_r723-fix-mod_ssi-inf-loop.diff,
-files/1.4.4/08_all_r727-fix-another-error-msg-segv.diff,
-files/1.4.4/02_all_r721-add-case-302.diff,
-files/1.4.4/05_all_r724-fix-error-msg-segv.diff,
-files/1.4.4/06_all_r725-fix-NULL-dereference.diff,
-files/1.4.4/09_all_r728-handle-written-correctly.diff,
-files/1.4.4/10_all_r729-display-content_ndx.diff,
-files/1.4.4/11_all_r732-dont-starve-waiting-conns.diff,
-files/1.4.4/13_all_r745-fix-64bit-crc32.diff,
-files/1.4.4/12_all_r736-fix-max-request-size.diff,
-lighttpd-1.4.4-r2.ebuild, +lighttpd-1.4.5.ebuild:
Version bump; removed 1.4.4-r2 and its plethora of patches.
*lighttpd-1.4.4-r2 (29 Sep 2005)
29 Sep 2005; Aaron Walker <ka0ttic@gentoo.org>
+files/1.4.4/07_all_r726-sce-set-if-HANDLER_GO_ON.diff,
+files/1.4.4/09_all_r728-handle-written-correctly.diff,
+files/1.4.4/11_all_r732-dont-starve-waiting-conns.diff,
+files/1.4.4/13_all_r745-fix-64bit-crc32.diff,
+files/1.4.4/08_all_r727-fix-another-error-msg-segv.diff,
+files/1.4.4/10_all_r729-display-content_ndx.diff,
+files/1.4.4/12_all_r736-fix-max-request-size.diff,
-lighttpd-1.4.4-r1.ebuild, +lighttpd-1.4.4-r2.ebuild:
Revision bump; more upstream fixes.
22 Sep 2005; Aaron Walker <ka0ttic@gentoo.org>
-files/1.4.3/01_all_r716-fix-remoteip-cache-keepalive.diff,
-files/1.4.3/03_all_r722-fix-no-global-mysql-segv.diff,
-files/1.4.3/05_all_r724-fix-error-msg-segv.diff,
+files/1.4.4/01_all_r716-fix-remoteip-cache-keepalive.diff,
-files/1.4.3/02_all_r721-add-case-302.diff,
-files/1.4.3/04_all_r723-fix-mod_ssi-inf-loop.diff,
-files/1.4.3/06_all_r725-fix-NULL-dereference.diff,
+files/1.4.4/03_all_r722-fix-no-global-mysql-segv.diff,
+files/1.4.4/05_all_r724-fix-error-msg-segv.diff,
+files/1.4.4/02_all_r721-add-case-302.diff,
+files/1.4.4/04_all_r723-fix-mod_ssi-inf-loop.diff,
+files/1.4.4/06_all_r725-fix-NULL-dereference.diff:
Naming the patch directory correctly would help.
*lighttpd-1.4.4-r1 (21 Sep 2005)
21 Sep 2005; Aaron Walker <ka0ttic@gentoo.org>
+files/1.4.3/01_all_r716-fix-remoteip-cache-keepalive.diff,
+files/1.4.3/03_all_r722-fix-no-global-mysql-segv.diff,
+files/1.4.3/04_all_r723-fix-mod_ssi-inf-loop.diff,
+files/1.4.3/02_all_r721-add-case-302.diff,
+files/1.4.3/05_all_r724-fix-error-msg-segv.diff,
+files/1.4.3/06_all_r725-fix-NULL-dereference.diff,
-lighttpd-1.4.4.ebuild, +lighttpd-1.4.4-r1.ebuild:
Revision bump; add patches from upstream to fix various bugs.
21 Sep 2005; Gustavo Zacarias <gustavoz@gentoo.org> lighttpd-1.4.3.ebuild:
Keyworded ~sparc, makes ciaranm and geoman happy
*lighttpd-1.4.4 (17 Sep 2005)
17 Sep 2005; Aaron Walker <ka0ttic@gentoo.org> +lighttpd-1.4.4.ebuild:
Version bump.
14 Sep 2005; Aaron Walker <ka0ttic@gentoo.org> lighttpd-1.4.3.ebuild:
Update php depend for bug 102863.
01 Sep 2005; Aaron Walker <ka0ttic@gentoo.org> files/lighttpd.initd:
Add '--signal 2' to start-stop-daemon options in init script to take
advantage of 1.4.3's new graceful shutdown on SIGINT.
*lighttpd-1.4.3 (01 Sep 2005)
01 Sep 2005; Aaron Walker <ka0ttic@gentoo.org>
-files/1.4.1/01_all_any-fam.diff,
-files/1.4.1/04_all_mod_cgi-create-env-once.diff,
-files/1.4.1/02_all_optional_pcre.diff,
-files/1.4.1/05_all_fix_array_merging.diff,
-files/1.4.1/03_all_mod_cgi-wait.diff,
-files/1.4.1/06_all_check-for-waiting-write.diff,
-files/1.4.1/07_all_fix-dst_addr_buf-leak.diff,
-files/1.4.1/08_all_doc-updates.diff,
-files/1.4.1/09_all_lfs-range-requests.diff,
-files/1.4.1/10_all_stat_cache_init_after_setuid.diff,
files/conf/lighttpd.conf, files/lighttpd.initd, lighttpd-1.3.16.ebuild,
-lighttpd-1.4.1-r1.ebuild, -lighttpd-1.4.2.ebuild, +lighttpd-1.4.3.ebuild:
Version bump; fixed some init script bugs. 1.3.16 stable on x86,mips. Tidy
old ebuilds/patches.
31 Aug 2005; Luca Barbato <lu_zero@gentoo.org> lighttpd-1.4.2.ebuild:
memcache support on ppc tested
29 Aug 2005; Aaron Walker <ka0ttic@gentoo.org> lighttpd-1.4.2.ebuild:
Add sedfu to fix an errant /tmp path I forgot to patch in tests/lighttpd.conf.
*lighttpd-1.4.2 (29 Aug 2005)
29 Aug 2005; Aaron Walker <ka0ttic@gentoo.org> +lighttpd-1.4.2.ebuild:
Version bump; new USE flags: bzip2, fastcgi, minimal, memcache, and rrdtool.
Upstream accepted my patches to fix the tests (writing to /tmp and using a
hardcoded module dir in /usr) so tests now work and RESTRICT=test has been
removed (bug #97661).
*lighttpd-1.4.1-r1 (27 Aug 2005)
27 Aug 2005; Aaron Walker <ka0ttic@gentoo.org>
+files/1.4.1/01_all_any-fam.diff, +files/1.4.1/03_all_mod_cgi-wait.diff,
+files/1.4.1/07_all_fix-dst_addr_buf-leak.diff,
+files/1.4.1/02_all_optional_pcre.diff,
+files/1.4.1/04_all_mod_cgi-create-env-once.diff,
+files/1.4.1/05_all_fix_array_merging.diff,
+files/1.4.1/06_all_check-for-waiting-write.diff,
+files/1.4.1/08_all_doc-updates.diff,
+files/1.4.1/09_all_lfs-range-requests.diff,
+files/1.4.1/10_all_stat_cache_init_after_setuid.diff,
files/conf/lighttpd.conf, files/conf/mime-types.conf,
+files/conf/mod_cgi.conf, files/conf/mod_fastcgi.conf,
-lighttpd-1.4.1.ebuild, +lighttpd-1.4.1-r1.ebuild:
Revision bump; added a sleu of upstream patches to fix various bugs. Added a
patch to make pcre support optional (although it's highly recommended). FAM
support now falls back to fam if gamin is unavailable, so we're now able to
use virtual/fam (fixes bug #103643). Also fixes several problems with the
custom gentoo configuration.
23 Aug 2005; Aaron Walker <ka0ttic@gentoo.org> lighttpd-1.4.1.ebuild:
Don't use check-kernel.eclass.
*lighttpd-1.4.1 (22 Aug 2005)
22 Aug 2005; Aaron Walker <ka0ttic@gentoo.org>
-files/lighttpd-1.3.10-gentoo.diff, -files/lighttpd-1.3.10-php.diff,
-files/lighttpd-1.3.10-upstream.diff,
-files/lighttpd-1.4.0-stat-cache.diff, +files/conf/lighttpd.conf,
+files/conf/mime-types.conf, +files/conf/mod_fastcgi.conf,
+files/lighttpd.initd, +files/lighttpd.logrotate, metadata.xml,
-lighttpd-1.3.10-r1.ebuild, -lighttpd-1.3.15.ebuild,
-lighttpd-1.4.0.ebuild, +lighttpd-1.4.1.ebuild:
Version bump; many ebuild changes this release. Added support for USE flags:
doc,fam,gdbm,lua,webdav; Added logrotate script/rewrote init.d script. Also,
new custom gentoo configuration now located in /etc/lighttpd. Tidy old
ebuilds/patches.
20 Aug 2005; Aaron Walker <ka0ttic@gentoo.org> lighttpd-1.3.10-r1.ebuild,
lighttpd-1.3.13-r3.ebuild, lighttpd-1.3.15.ebuild, lighttpd-1.3.16.ebuild,
lighttpd-1.4.0.ebuild:
Add missing depend on sys-apps/attr.
20 Aug 2005; Aaron Walker <ka0ttic@gentoo.org>
+files/lighttpd-1.4.0-stat-cache.diff, lighttpd-1.3.13-r3.ebuild,
lighttpd-1.3.15.ebuild, lighttpd-1.3.16.ebuild, lighttpd-1.4.0.ebuild:
Revert previous -i flag removal as it's still necessary on certain systems
bug #103108; added patch for undefined reference in 1.4.0 when USE=xattr,
thanks to J <j-spam@starline.ee> in bug #103074.
*lighttpd-1.4.0 (19 Aug 2005)
19 Aug 2005; Aaron Walker <ka0ttic@gentoo.org> +lighttpd-1.4.0.ebuild,
-lighttpd-1.4.0.20050819.1044.ebuild:
1.4.0 final.
*lighttpd-1.4.0.20050819.1044 (19 Aug 2005)
19 Aug 2005; Aaron Walker <ka0ttic@gentoo.org>
-files/lighttpd-1.4.0.20050817.1210-fix-config-segv.diff,
-files/lighttpd-1.4.0.20050817.1210-fix-mod_userdir.diff,
-lighttpd-1.4.0.20050817.1210-r1.ebuild,
+lighttpd-1.4.0.20050819.1044.ebuild:
Another pre-release.
*lighttpd-1.4.0.20050817.1210-r1 (18 Aug 2005)
18 Aug 2005; Aaron Walker <ka0ttic@gentoo.org>
+files/lighttpd-1.4.0.20050817.1210-fix-mod_userdir.diff,
-lighttpd-1.4.0.20050817.1210.ebuild,
+lighttpd-1.4.0.20050817.1210-r1.ebuild:
Revision bump; added patch from upstream to fix mod_userdir.
18 Aug 2005; Aaron Walker <ka0ttic@gentoo.org> lighttpd-1.3.13-r3.ebuild,
lighttpd-1.3.15.ebuild, lighttpd-1.3.16.ebuild,
lighttpd-1.4.0.20050817.1210.ebuild:
Don't use -i flag to autoreconf, bug 101299.
*lighttpd-1.4.0.20050817.1210 (17 Aug 2005)
17 Aug 2005; Aaron Walker <ka0ttic@gentoo.org>
+files/lighttpd-1.4.0.20050817.1210-fix-config-segv.diff,
+lighttpd-1.4.0.20050817.1210.ebuild:
Added 1.4.0 pre-release for folks to test/play with.
16 Aug 2005; Aaron Walker <ka0ttic@gentoo.org>
-files/lighttpd-1.3.16-zope-deserves-lovins-too.diff,
lighttpd-1.3.10-r1.ebuild, lighttpd-1.3.13-r3.ebuild,
lighttpd-1.3.15.ebuild, lighttpd-1.3.16.ebuild:
Removed zope patch for 1.3.16 since it should be fixed (in a different way)
in that version. Also updated all ebuilds to use -1 instead of /bin/false
when calling enewuser.
12 Aug 2005; Aaron Walker <ka0ttic@gentoo.org> lighttpd-1.3.15.ebuild,
lighttpd-1.3.16.ebuild:
Add ipv6 to IUSE so that USE=-ipv6 works for uclibc, bug #102193.
11 Aug 2005; Aaron Walker <ka0ttic@gentoo.org> lighttpd-1.3.15.ebuild,
lighttpd-1.3.16.ebuild:
Added ~mips.
*lighttpd-1.3.16 (02 Aug 2005)
02 Aug 2005; Aaron Walker <ka0ttic@gentoo.org>
+files/lighttpd-1.3.16-zope-deserves-lovins-too.diff,
-lighttpd-1.3.13-r1.ebuild, lighttpd-1.3.13-r3.ebuild,
-lighttpd-1.3.14-r1.ebuild, +lighttpd-1.3.16.ebuild:
Version bump; 1.3.13-r3 stable on x86; tidy old ebuilds.
*lighttpd-1.3.15 (17 Jul 2005)
17 Jul 2005; Aaron Walker <ka0ttic@gentoo.org> lighttpd-1.3.10-r1.ebuild,
lighttpd-1.3.13-r1.ebuild, lighttpd-1.3.13-r3.ebuild,
lighttpd-1.3.14-r1.ebuild, +lighttpd-1.3.15.ebuild:
Version bump.
*lighttpd-1.3.14-r1 (12 Jul 2005)
12 Jul 2005; Aaron Walker <ka0ttic@gentoo.org>
-files/lighttpd-1.3.11-php.diff, +files/lighttpd-1.3.13-php.diff,
lighttpd-1.3.13-r1.ebuild, lighttpd-1.3.13-r3.ebuild,
-lighttpd-1.3.14.ebuild, +lighttpd-1.3.14-r1.ebuild:
Revision bump. Fix php patch so that the correct bin-path is specified, bug
98665.
02 Jul 2005; Aaron Walker <ka0ttic@gentoo.org> lighttpd-1.3.10-r1.ebuild,
lighttpd-1.3.13-r1.ebuild, lighttpd-1.3.13-r3.ebuild,
lighttpd-1.3.14.ebuild:
Added RESTRICT=test until the tests are fixed.
*lighttpd-1.3.14 (17 Jun 2005)
17 Jun 2005; Aaron Walker <ka0ttic@gentoo.org> +lighttpd-1.3.14.ebuild:
Version bump.
*lighttpd-1.3.13-r3 (06 Jun 2005)
06 Jun 2005; Aaron Walker <ka0ttic@gentoo.org>
+files/lighttpd-1.3.13-ldap-binddn.diff,
+files/lighttpd-1.3.13-valid-user.diff, -lighttpd-1.3.13-r2.ebuild,
+lighttpd-1.3.13-r3.ebuild:
Revision bump; added two more patches from tigger^. See
http://trac.lighttpd.net/trac/ticket/4 and
http://trac.lighttpd.net/trac/ticket/149 respectively.
06 Jun 2005; Aaron Walker <ka0ttic@gentoo.org>
files/lighttpd-1.3.10.initd:
Updated to 'use ldap'.
*lighttpd-1.3.13-r2 (05 Jun 2005)
05 Jun 2005; Aaron Walker <ka0ttic@gentoo.org>
-files/lighttpd-1.3.11-upstream.diff,
+files/lighttpd-1.3.13-pam-name.diff, -lighttpd-1.3.11.ebuild,
-lighttpd-1.3.13.ebuild, +lighttpd-1.3.13-r2.ebuild:
Revision bump; added pam name patch from tigger^.
*lighttpd-1.3.13-r1 (13 May 2005)
13 May 2005; Aaron Walker <ka0ttic@gentoo.org>
+files/lighttpd-1.3.13-no-mysql-means-no-mysql.diff,
+files/lighttpd-1.3.13-zope-deserves-lovins-too.diff,
+lighttpd-1.3.13-r1.ebuild:
Revision bump; added patch by tigger^ to make lighttpd+zope happy. added
patch by me to not install mod_mysql_vhost if USE=-mysql.
22 Mar 2005; <blubb@gentoo.org> lighttpd-1.3.10-r1.ebuild:
added ~amd64
*lighttpd-1.3.13 (07 Mar 2005)
07 Mar 2005; Aaron Walker <ka0ttic@gentoo.org> +lighttpd-1.3.13.ebuild:
Version bump.
*lighttpd-1.3.11 (23 Feb 2005)
23 Feb 2005; Aaron Walker <ka0ttic@gentoo.org>
-files/lighttpd-1.1.8-gentoo.diff, -files/lighttpd-1.2.2-php.diff,
-files/lighttpd-1.2.2.initd, +files/lighttpd-1.3.11-gentoo.diff,
+files/lighttpd-1.3.11-php.diff, +files/lighttpd-1.3.11-upstream.diff,
+lighttpd-1.3.11.ebuild:
Version bump for bug 82792; removed old patches that I forgot to remove last
time.
16 Feb 2005; Aaron Walker <ka0ttic@gentoo.org> lighttpd-1.3.10-r1.ebuild,
-lighttpd-1.3.5.ebuild:
Fix deps and removed all the unnecessary confutils stuff. Removed
mod-cache,mod-chat, and mod-localizer from IUSE since they're no longer
provided. Fixes bug 82010. Also removed vulnerable 1.3.5.
*lighttpd-1.3.10-r1 (14 Feb 2005)
14 Feb 2005; Aaron Walker <ka0ttic@gentoo.org>
files/lighttpd-1.1.8-gentoo.diff, +files/lighttpd-1.3.10-gentoo.diff,
files/lighttpd-1.3.10-php.diff, +files/lighttpd-1.3.10-upstream.diff,
-files/lighttpd.initd, -lighttpd-1.1.8-r1.ebuild, -lighttpd-1.1.8.ebuild,
-lighttpd-1.2.2.ebuild, +lighttpd-1.3.10-r1.ebuild,
-lighttpd-1.3.10.ebuild:
Revision bump; fixed manual page patching which should occur in the -gentoo
patch, not the -php patch. Also added some post-1.3.10 upstream fixes and
fixed LICENSE.
*lighttpd-1.3.10 (14 Feb 2005)
14 Feb 2005; Aaron Walker <ka0ttic@gentoo.org>
+files/lighttpd-1.3.10-php.diff, +files/lighttpd-1.3.10.initd,
+files/spawn-fcgi.confd, +files/spawn-fcgi.initd, +lighttpd-1.3.10.ebuild:
Version bump for bugs 76575 and 81776.
07 Jan 2005; Sven Wegener <swegener@gentoo.org> lighttpd-1.3.5.ebuild:
Added missing -1 to enewuser. Closes bug #76989.
04 Jan 2005; Sven Wegener <swegener@gentoo.org> lighttpd-1.3.5.ebuild:
Several small fixes. Correctly install init script. Use enewuser.
*lighttpd-1.3.5 (02 Nov 2004)
02 Nov 2004; Stuart Herbert <stuart@gentoo.org> +lighttpd-1.3.5.ebuild:
Version bump; stable on x86
28 Sep 2004; Sven Wegener <swegener@gentoo.org>
files/lighttpd-1.2.2.initd, files/lighttpd.initd:
Gentoo Technologies, Inc. -> Gentoo Foundation
08 Sep 2004; Renat Lumpau <rl03@gentoo.org> metadata.xml:
Fixed herd name
05 Sep 2004; Sven Wegener <swegener@gentoo.org> :
Fixed ChangeLog header.
03 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>
lighttpd-1.2.2.ebuild:
Masked lighttpd-1.2.2.ebuild testing for ppc
*lighttpd-1.1.8 (08 Aug 2004)
08 Aug 2004; Stuart Herbert <stuart@gentoo.org> +metadata.xml,
+files/lighttpd-1.1.8-gentoo.diff, +files/lighttpd-1.2.2-php.diff,
+files/lighttpd-1.2.2.initd, +files/lighttpd.initd,
+lighttpd-1.1.8-r1.ebuild, +lighttpd-1.1.8.ebuild, +lighttpd-1.2.2.ebuild:
Moved from net-www/lighttpd to www-servers/lighttpd.
08 Aug 2004; Tom Martin <slarti@gentoo.org> lighttpd-1.1.8-r1.ebuild,
lighttpd-1.1.8.ebuild:
Typo in DESCRIPTION: intented -> intended. Bug 59717.
01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
lighttpd-1.1.8-r1.ebuild, lighttpd-1.1.8.ebuild, lighttpd-1.2.2.ebuild:
virtual/glibc -> virtual/libc
*lighttpd-1.2.2 (27 Jun 2004)
27 Jun 2004; Stuart Herbert <stuart@gentoo.org>
+files/lighttpd-1.2.2-php.diff, +files/lighttpd-1.2.2.initd,
+lighttpd-1.2.2.ebuild:
Version bump; php support now available; thanks to Boris Wachtmeister
<sirro@nurfuerspam.de>; see bug #55049
25 Jun 2004; Aron Griffis <agriffis@gentoo.org> lighttpd-1.1.8-r1.ebuild,
lighttpd-1.1.8.ebuild:
QA - fix use invocation
*lighttpd-1.1.8-r1 (29 Apr 2004)
29 Apr 2004; Stuart Herbert <stuart@gentoo.org> lighttpd-1.1.8-r1.ebuild,
files/lighttpd.initd:
Fix for shutdown problems; see bug #46833
27 Apr 2004; Aron Griffis <agriffis@gentoo.org> lighttpd-1.1.8.ebuild:
Add inherit eutils
25 Apr 2004; David Holm <dholm@gentoo.org> lighttpd-1.1.8.ebuild:
Added to ~ppc.
24 Apr 2004; Stuart Herbert <stuart@gentoo.org> lighttpd-1.1.8.ebuild:
Replaced einstall (which doesn't work properly) with good ol' make install
23 Apr 2004; Stuart Herbert <stuart@gentoo.org> lighttpd-1.1.8.ebuild,
metadata.xml, files/lighttpd-1.1.8-gentoo.diff:
Fixes to get the server running; thanks to Boris Wachtmeister
<sirro@nurfuerspam.de> once again
*lighttpd-1.1.8 (23 Apr 2004)
23 Apr 2004; Stuart Herbert <stuart@gentoo.org> lighttpd-1.1.8.ebuild,
files/lighttpd-1.1.8-gentoo.diff, files/lighttpd.initd:
Initial import; thanks to Boris <sirro@nurfuerspam.de>; see bug #46833
|