Revisions of lighttpd

Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 94920 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 90)
add automake to buildrequires
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 89)
- avoid endless loop in tests by using the right php path for 12.1
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 88)
- update to 1.4.29
  - Fix mod_proxy waiting for response even if content-length is 0
    (fixes #2259)
  - Silence annoying "connection closed: poll() -> ERR" error.log
    message (fixes #2257)
  - mod_cgi: make read buffer as big as incoming data block
  - [build] Fix detection of libev (fixes #2300)
  - ssl: Support for Diffie-Hellman and Elliptic-Curve
    Diffie-Hellman key exchange (fixes #2301)
         add ssl.use-sslv3 (fixes #2246)
         load all algorithms (fixes #2239)
  - [ssl/md5] prefix our own md5 implementation with li_ so it
    doesn't conflict with the openssl one (fixes #2269)
  - [ssl/build] some minor fixes; fix compile without ssl, cleanup
    ssl config buffers
  - [proc,include_shell] log error if exec shell fails (fixes
    #2280)
  - [*cgi] Use physical base dir (alias, userdir) as DOCUMENT_ROOT
    in cgi environments (fixes #2216)
  - [doc] Move docs to outdated/ subdir and refer to wiki instead
    (fixes #2248)
  - fdevent: add solaris eventports (fixes #2171)
Arno Töll's avatar Arno Töll (daemonkeeper) committed (revision 87)
Import 1.4.29-1 from Debian repositories
Stefan Bühler's avatar Stefan Bühler (stbuehler) committed (revision 85)
- update 1.4.28
  - Rename fdevent_event_add to _set to reflect what the function
    does. Fix some handlers. (fixes #2249)
  - Fix buffer.h to include stdio.h as it is needed for SEGFAULT
    (fixes #2250)
Stefan Bühler's avatar Stefan Bühler (stbuehler) committed (revision 84)
- update debian package to 1.4.28-0.1~backport1
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 83)
- really remove the patch
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 82)
- fix building on sles9
  - disable ustar
  - use find | xargs instead of -delete
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 81)
- update 1.4.27
- drop config.tar.bz2, our config is now the upstream config!:)
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 80)
- update 1.4.27
  * Fix handling return value of SSL_CTX_set_options
    (fixes #2157, thx mlcreech)
  * Fix mod_proxy HUP handling (send final chunk, fix usage counter)
  * mod_proxy: close connection on write error (fixes #2114)
  * Check uri instead of physical path for directory redirect
  * Fix detecting git repository (fixes #2173, thx ncopa)
  * [mod_compress] Fix segfault when etags are disabled
    (fixes #2169)
  * Reset uri.authority before TLS servername handling, reset all
    "keep-alive" data in connection_del (fixes #2125)
- drop lighttpd-ssl-retval-fix.patch: included in the release
- added lighttpd-ssl-retval-fix.patch:
  Applied patch fixing start failure with enabled SSL because
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 79)
- use the pid file for killing the lighttpd to avoid killing other
  services which are using the lighttpd binary. (bnc#559534)
Marcus Rueckert's avatar Marcus Rueckert (darix) accepted request 37999 from Marius Tomaschewski's avatar Marius Tomaschewski (mtomaschewski) (revision 78)
Copy from home:mtomaschewski:branches:server:http/lighttpd via accept of submit request 37999 revision 2.
Request was accepted with message:
reviewed
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 77)
- remove config_ac patch
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 76)
- update 1.4.26
  - Fix request parser to handle packets with splitted \r\n\r\n
    (fixes #2105)
  - Remove dependency on automake >= 1.11 with m4_ifdef check
  - mod_accesslog: support %e (fixes #2113, thx presbrey)
  - Fix mod_cgi cgi.execute-x-only option in global block
  - mod_fastcgi: x-sendfile2 parse error debugging
  - Fix mod_proxy dead host detection if connect() fails
  - Fix fd leaks in mod_cgi (fds not closed on pipe/fork failures,
    found by Rodrigo, fixes #2158, #2159)
  - Fix segfault with broken rewrite/redirect patterns (fixes
    #2140, found by crypt)
  - Append to previous buffer in con read, fix DoS/OOM
    vulnerability (fixes #2147, found by liming, CVE-2010-0295)
  - Fix HUP detection in close-state if event-backend doesn't
    support FDEVENT_HUP (like select or poll on FreeBSD)
- dropping fix-slow-request-dos-in-1.4.x.patch:
  included in release

- added fix-slow-request-dos-in-1.4.x.patch:
  fix a bug that makes lighttpd allocate too much memory
  for handling a request.  (bnc#573948) CVE-2010-0295
Stefan Bühler's avatar Stefan Bühler (stbuehler) committed (revision 75)
- update 1.4.25
  - mod_magnet: fix pairs() for normal tables and strings (fixes
    #1307)
  - mod_magnet: add traceback for printing lua errors
  - mod_rewrite: fix compile error if compiled without pcre
  - disable warning "CLOSE-read" (fixes #2091)
  - mod_rrdtool: fix creating file if it doesn't exist (#1788)
  - reset tlsext_server_name in connection_reset - fixes random
    hostnames in the $HTTP["host"] conditional
  - export some SSL_CLIENT_* vars for client cert validation
    (fixes #1288, thx presbrey)
  - mod_fastcgi: fix mod_fastcgi packet parsing
  - mod_fastcgi: Don't reconnect after connect() succeeded
    (fixes #2096)
  - Fix configure.ac to allow autoreconf, also enables make V=0
- dropped lighttpd-1.4.24_mod_magnet_regression.patch:
  included in update
- added lighttpd-configure_ac.patch:
  - remove fancy options which are not supported in older
    autoconf versions
- drop '-fi' option from autoreconf, so the libtool script
  isn't overwritten (as the overwritten one was broken).
  autoreconf is still needed for mod_geoip
- drop --with-webdav from ./configure (not an option)
- remove spawn-fcgi handling as it is removed from the source now
- remove ChangeLog from %docs (has been removed upstream)
- man page was moved from section 1 to 8
Stefan Bühler's avatar Stefan Bühler (stbuehler) committed (revision 74)
- update debian package to 1.4.25-0.1
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 73)
- forgot to bump the version
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 72)
- update 1.4.24
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 71)
- update to 1.4.23
Displaying revisions 101 - 120 of 190
openSUSE Build Service is sponsored by