summaryrefslogtreecommitdiff
path: root/debian/changelog
blob: ed78fb7aa12ad0073372d27378e9f796d93b787e (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
lighttpd (1.4.16-3) unstable; urgency=high

  * Urgency set to high due to RC bug fix.
  * debian/lighttpd.logrotate: fix stupid typo (closes: #437341).
  * debian/control: add Conflict against gamin, to avoid #437307.

 -- Pierre Habouzit <madcoder@debian.org>  Wed, 15 Aug 2007 09:46:48 +0200

lighttpd (1.4.16-2) unstable; urgency=low

  * patches/04_ldap_build_filter_fix.dpatch: add patch from Peter Colberg to
    fix first LDAP search that fails because of the filter being
    uninitialized. (closes: #419661)
  * Enable fam support (closes: #407820):
     + debian/rules: add --enable-fam configure flag.
     + debian/control: add libfam-dev to Build-Depends, and also wrap
       build-dependencies to make diff more understandable.
  * Enable support for kerberos (with openssl):
     + debian/rules; add --enable-kerberos5 configure flag.
     + debian/control: add libkrb5-dev to the Build-Depends.
  * lighttpd.logrotate: redirect stderr to /dev/null as well to prevent
    defunct processes (presumably due to full unread pipes/buffers)
    (closes: #419992).
  * debian/control: replace lighttpd dependency on perl with
    libterm-readline-perl-perl as Readline.pm is needed for lighty-enable-mod
    (closes: #435077).
  * debian/control:
     + Add myself to uploaders (closes: #401575).
     + Drop Recommands on php5-cgi, there is absolutely no reason to have it,
       or we would have to recommend ruby, python, lua, perl, .... and every
       $language on earth to be fair.  (closes: #435587).
  * debian/conf-available/10-webdav.conf: add default configuration for webdav.
    (closes: #406641).
  * debian/conf-enabled: remove directory, it is already installed through
    lighttpd.dirs.
  * lighttpd.postinst, lighttpd.postrm, init.d: be sure there is a
    /var/run/lighttpd owned by www-data:www-data, helpful to store locks and
    things like that.

 -- Pierre Habouzit <madcoder@debian.org>  Fri, 03 Aug 2007 10:06:15 +0200

lighttpd (1.4.16-1) unstable; urgency=low

  * New upstream release (closes: #434546)
  * Acknowledge NMU by Pierre Habouzit for CVE-2007-2841 (closes: #428368)
  * Added static-file.exclude-extensions section to lighttpd.conf (closes: #408374)
  * Fixed description of conf-available/10-fastcgi.conf (closes: #430469)
  * Added mod_extforward to debian/lighttpd.install (closes: #434717)
  * config.guess taken from upstream (closes: #419664)
  * turn on compression (closes: #397514)
  * debian/control: XS-Vcs-Svn header added

 -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Fri, 27 Jul 2007 10:32:51 +0200

lighttpd (1.4.15-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * add patches/04_wrapping_headers_bugfix.dpatch to fix crash with wrapping
    headers (Closes: 428368).

 -- Pierre Habouzit <madcoder@debian.org>  Fri, 20 Jul 2007 11:04:07 +0200

lighttpd (1.4.15-1) unstable; urgency=low

  * New upstream release (closes: #419131)
  * 01_mod_fastcgi_missing_cleanup.dpatch is now in upstream so it's removed from 
    patches
  *  04_pidfile_bugfix.dpatch is now in upstream so it's removed from patches

 -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Fri, 06 Apr 2007 11:24:54 +0200

lighttpd (1.4.13-10) unstable; urgency=medium

  * 03_ldap_leak_bugfix.dpatch added from yann@pleiades.fr.eu.org (Yann Rouillard)
    (closes: #413917)
  * Lowered priority of index.lighttpd.html (closes: #397492)
  * We don't need now check md5 sum of index.html since we provide our own 
    index.lighttpd.html (closes: #407794)
  * 04_pidfile_bugfix.dpatch by Chris Webb <chris@arachsys.com> added - some fixes
    with graceful restart

 -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Thu,  8 Mar 2007 22:18:42 +0100

lighttpd (1.4.13-9) unstable; urgency=low

  * debian/lighttpd.default - removed, it is not ready yet. We'll back after 
    etch release (closes: #406021)
  * debian/index.html.md5 - fixed path to file (full path to index.html)

 -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Tue,  2 Jan 2007 14:24:42 +0100

lighttpd (1.4.13-8) unstable; urgency=medium

  * Typo fixed in debian/lighttpd.postinst (closes: #405123)

 -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Tue,  2 Jan 2007 13:23:25 +0100

lighttpd (1.4.13-7) unstable; urgency=low

  [ Franz Pletz ]
  * debian/conf-available/10-cgi.conf:
    + match /cgi-bin/ only at the beginning of a path
    + convert match for host == localhost to remoteip == 127.0.0.1 like in
      lighttpd.conf; due to bugs in mod_alias, the cgi-bin, doc and images
      aliases didn't work anymore
  * debian/lighttpd.logrotate
    + use reload instead of force-reload for graceful restart
      (closes: #398169, #380080)
  * added debian/patches/01_mod_fastcgi_missing_cleanup.dpatch
    + source: http://trac.lighttpd.net/trac/ticket/910
    + fixes memleak in mod_fastcgi (closes: #400167)
  * added debian/patches/02_fastcgi_detach.dpatch
    + disconnect stderr/stdout from the terminal (closes: #368670)
    + point them either to errorlog or /dev/null
  * debian/control: added myself to Uploaders
  * Don't touch /var/www/index.html, create /var/www/index.lighttpd.html
    instead (closes: #397492)
    + debian/lighttpd.postinst: copy to /var/www/index.lighttpd.html
    + debian/lighttpd.conf: add index.lighttpd.html as first index-filename

  [ Krzysztof Krzyzaniak (eloy) ]
  * Typo fixed in index.html (closes: #403620)

 -- Franz Pletz <fpletz@franz-pletz.org>  Fri,  8 Dec 2006 16:15:27 +0100

lighttpd (1.4.13-6) unstable; urgency=low

  * debian/lighttpd.postinst: change only permission for /var/log/lighttpd/

 -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Mon, 4 Dec 2006 16:34:11 +0100

lighttpd (1.4.13-5) unstable; urgency=low

  * debian/control:
   + perl added to dependencies (closes: #396629)
  * debian/conf-available/10-fastcgi.conf:
   + /usr/bin/php4-cgi changed to /usr/bin/php-cgi (closes: #397142)
  * debian/lighttpd.postinst: fix permission of /var/log/lighttpd 
    (closes: #398834)
  * debian/lighty-enable-mod - fixed bug with undefined values (closes: #397493)

 -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Thu,  9 Nov 2006 12:18:25 +0100

lighttpd (1.4.13-4) unstable; urgency=low

  * fixed config file for logrotote (reload action changed to force-reload)

 -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Thu, 26 Oct 2006 11:36:13 +0200

lighttpd (1.4.13-3) unstable; urgency=low

  * debian/control: libxml2-dev added to Build-Depends (closes: #394882)

 -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Tue, 24 Oct 2006 13:31:27 +0200

lighttpd (1.4.13-2) unstable; urgency=medium

  * Patch from Pierre Habouzit <madcoder@debian.org> to init.d applied
    (closes: #380080)
  * Patch from Adrian Friendli <adi@koalatux.ch> to lighttpd.conf applied
    (closes: #392890)

 -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Mon, 16 Oct 2006 11:14:28 +0200

lighttpd (1.4.13-1) unstable; urgency=low

  * New upstream release
  * mod_webdav as separate lighttpd-mod-webdav package
  * Compiled with --with-webdav-locks, added uuid-dev to Build-Depends

 -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Tue, 10 Oct 2006 10:26:54 +0200

lighttpd (1.4.13~r1385-1) unstable; urgency=low

  * New upstream release

 -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Mon,  9 Oct 2006 10:28:32 +0200

lighttpd (1.4.13~r1370-1) unstable; urgency=low

  * New upstream release (closes: #390877) (closes: #389911)
  * Compiled with --with-attr param (closes: #389712)
  * dropped 01-lua5.1.dpatch, issue fixed by upstream 

 -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Thu,  5 Oct 2006 10:08:19 +0200

lighttpd (1.4.12-1) unstable; urgency=low

  * New upstream release
  * fixes in debian/lighttpd.install (closes: #377802)
  * mod_cml is deprecated from now on and it will be removed in 1.5.0
    mod_magnet provides the same functionality and more with a
    cleaner syntax and in a more generic form 
  * added separate module for mod_magnet (closes: #389578)
  * changed dependency from lua-5.0 to lua-5.1
  * added patch patches/01-lua5.1.dpatch
  * added pkg-config to Build-Depends

 -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Tue, 12 Sep 2006 19:17:41 +0200

lighttpd (1.4.12~20060907-1) unstable; urgency=low

  * New upstream release
  * Removed debian/patches/01_use_bin_sh.dpatch - fixed in upstream

 -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Thu,  7 Sep 2006 14:50:47 +0200

lighttpd (1.4.12~20060901-1) unstable; urgency=low

  * New upstream release
  * Removed debian/patches/02_ssl_fix.dpatch - it's now fixed in upstream

 -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Mon,  4 Sep 2006 11:07:42 +0200

lighttpd (1.4.11-8) UNRELEASED; urgency=low

  * debian/lighttpd.dirs:
   + usr/lib/cgi-bin added
  * debian/conf-available/10-cgi.conf
   + proper configuration for localhost as well (again Bug#345554)
  * debian/lighttpd.conf:
   + server.bind commented out as in default configuration (closes: #380267)
  * debian/patches/02_ssl_fix.dpatch - added fix for ssl connection with POST 
    request (http://trac.lighttpd.net/trac/ticket/607), thanks to 
    RISKO Gergely <risko@debian.org> (closes: #381455)
  * debian/lighttpd.logrotate - some values changes (now rotate weekly 
    and keep 12 logfiles)

 -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Mon, 28 Aug 2006 13:06:25 +0200

lighttpd (1.4.11-7) unstable; urgency=low

  * debian/create-mime.assign.pl - catchup error when /etc/mime.types is not
    readable (closes: #375347)

 -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Tue, 27 Jun 2006 20:19:57 +0200

lighttpd (1.4.11-6) unstable; urgency=low

  * debian/control:
   - Recommends: Changed to alternative: php4-cgi | php5-cgi (closes: #368215)
  * include-conf-enabled.pl script changed according to patch from 
    Tobias Gruetzmacher <tobias@portfolio16.de> (closes: #368352)
  * debian/lighttpd.conf: removed global for local aliases (/images/, /doc/) 
    (closes: #366801)

 -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Tue, 23 May 2006 16:48:36 +0200

lighttpd (1.4.11-5) unstable; urgency=low

  * debian/init.d:
   - --oknodo added to section "stop" to close finally #35979
   - --retry 30 added to section "reload", to prevents problems with 
     logrotating (closes: #366366)
  * debian/control:
   Standards-Version: increased to 3.7.2 without additional changes

 -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Wed, 10 May 2006 14:26:04 +0200

lighttpd (1.4.11-4) unstable; urgency=low

  [ Krzysztof Krzyzaniak (eloy) ]
  * debian/init.d:
   - "exit 1" after failed actions removed (closes: #359792)
  * debian/conf-available/10-fastcgi.conf updated (closes: #362827)
    thanks to Joerg Rieger <a.mailinglists#lumrix.net>

  [ Torsten Marek ]
  * Change my email address to shlomme@debian.org
  * Remove --background from the start action, since it 
    breaks the error checking of start-stop-daemon. 
    The behaviour described in #355865 is not reproducable
    any more.
  * make reload action in initscript more well-behaved

 -- Torsten Marek <shlomme@debian.org>  Sun,  9 Apr 2006 15:51:51 +0200

lighttpd (1.4.11-3) unstable; urgency=low

  * debian/lighttpd.conf - added dir-listing.encoding = "utf-8", suggested
    by Silvestre Zabala <silvestre(at)zabala.name> (closes: #359100)
  * debian/lighttpd.install - fix bug with installing *.conf files

 -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Mon, 27 Mar 2006 09:50:55 +0200

lighttpd (1.4.11-2) unstable; urgency=low

  * Provide debian/conf-available/10-ssl.conf, (closes: #355868)

 -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Fri, 24 Mar 2006 13:53:54 +0100

lighttpd (1.4.11-1) unstable; urgency=low

  * New upstream release (closes: #356496)
  * init.d script - added --background to "start" (thanks goes to 
     Marcello Nuccio <marcenuc@cicaia160.unimo.it>) (closes: #355865)

 -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Fri, 10 Mar 2006 09:51:10 +0100

lighttpd (1.4.10-6) unstable; urgency=low

  * Patch from <tobias@portfolio16.de> on lighty-enable-mod
    (closes: #355773)

 -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Wed,  8 Mar 2006 11:17:07 +0100

lighttpd (1.4.10-5) unstable; urgency=low

  [ Krzysztof Krzyzaniak (eloy) ]
  * debian/control - libmysqlclient14-dev have to be removede because is not
    available in debian/sid

  [ Torsten Marek ]
  * debian/rules - build with support for LUA, libmemcache and GDBM
  * debian/lighttpd.install - install mod_evasive into lighttpd package
  * debian/control - own packages for  mod_trigger_b4_dl and mod_cml
  * debian/control - small fixes
  * debian/conf-available/10-ssi.conf - comment out link to web documentation 

 -- Torsten Marek <shlomme@gmx.net>  Mon,  6 Mar 2006 12:07:29 +0100

lighttpd (1.4.10-4) unstable; urgency=low

  * bugfix release
  * Fixed bug with 10-fastcgi.conf, (closes: #353964)

 -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Thu, 23 Feb 2006 16:14:42 +0100

lighttpd (1.4.10-3) unstable; urgency=low

  * lighttpd.conf - changed configuration for /images/ & /doc/ handling

 -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Tue, 14 Feb 2006 09:57:15 +0100

lighttpd (1.4.10-2) unstable; urgency=low

  * debian/control - libmysqlclient14-dev added as alternative (will be easier for
    backports.org)
  * lighty-enable-mod script fixed - files with dash were skipped, thanks 
    to Silvester Zabala for patch (closes: #352577) 
  * install doc/lighttpd.conf as example (closes: #344961)

 -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Mon, 13 Feb 2006 12:58:54 +0100

lighttpd (1.4.10-1) unstable; urgency=low

  * New upstream release

 -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Wed,  8 Feb 2006 16:02:16 +0100

lighttpd (1.4.9-5) unstable; urgency=low

  * Properly fixed bug with overwritting index.html (closes: #349676)

 -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Mon, 30 Jan 2006 10:17:57 +0100

lighttpd (1.4.9-4) unstable; urgency=low

  [ Krzysztof Krzyzaniak (eloy) ]
  * Fixed bug with 10-userdir.conf, (closes: #349821)
  * index.html is not replaced when md5 string desn't match (closes: #349676)

 -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Wed, 25 Jan 2006 16:33:34 +0100

lighttpd (1.4.9-3) unstable; urgency=low

  [ Torsten Marek ]
  * Added some configuration examples from upstream sample 
    configuration
  * Implement "reload" init.d action with graceful restart, 
    taken from http://trac.lighttpd.net/trac/ticket/267 (Closes: #346038)
  * ssi, auth, fastcgi, proxy and simple-vhost are now in separte 
    config files
  * Put path to plugin documentation into every config snippet
  * Build against libmysqlclient15

 -- Torsten Marek <shlomme@gmx.net>  Sat, 21 Jan 2006 15:16:01 +0100

lighttpd (1.4.9-2) unstable; urgency=low

  [ Krzysztof Krzyzaniak (eloy) ]
  * mod_alias enabled by default - removed conf-avaiable/00-alias.conf
  * Added handling of http://localhost/doc/ & http://localhost/images/ 
    (closes: #348823)

 -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Thu, 19 Jan 2006 12:39:04 +0100

lighttpd (1.4.9-1) unstable; urgency=low

  * New upstream release
  * Closing bug from not uploaded release 1.4.8-5, (closes: #347737)

 -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Mon, 16 Jan 2006 20:06:39 +0100

lighttpd (1.4.8-5) unstable; urgency=low

  * create /var/www directory (closes: #347737), default /var/www/index.html
    added (based on apache2 index.html file).

 -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Thu, 12 Jan 2006 16:54:32 +0100

lighttpd (1.4.8-4) unstable; urgency=low

  * fixed permissions and directories (closes: #347565)

 -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Wed, 11 Jan 2006 17:15:12 +0100

lighttpd (1.4.8-3) unstable; urgency=low

  * New configuration layout (closes: #345554) (closes: #344959),
    read /etc/lighttpd/conf-available/README
    - conf-available directory for all templates 
    - conf-enabled directory for enabled modules

 -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Mon,  9 Jan 2006 13:49:34 +0100

lighttpd (1.4.8-2) unstable; urgency=low

  [ Krzysztof Krzyzaniak (eloy) ]
  * debian/control: lsb-base dependency narrowed to (>= 3.0-3)
  * create-mime.assign.pl set as executable (closes: #344938)

 -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Wed, 28 Dec 2005 12:40:55 +0100

lighttpd (1.4.8-1) unstable; urgency=low

  * New upstream version (closes: #304271)
  * Does not rely on $SHELL to execute external commands

 -- Torsten Marek <shlomme@gmx.net>  Sat, 26 Nov 2005 11:48:51 +0100

lighttpd (1.4.7-1) unstable; urgency=low

  * New upstream version, Initial debian version
  * Better debian/rules file
  * Split mysql vhost module into separate package
  * Create separate package for documentation
  * Create a better init script

 -- Torsten Marek <shlomme@gmx.net>  Sat,  5 Nov 2005 18:56:53 +0100