Revisions of lighttpd

Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 228040 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 26)
Automatic submission by obs-autosubmit
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 213936 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 25)
I am about to drop fam package in factory (more then 10 years unmaintained in upstream), so please forward this to avoid breakage (forwarded request 213182 from adrianSuSE)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 205891 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 24)
Automatic submission by obs-autosubmit
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) accepted request 202345 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 23)
Automatic submission by obs-autosubmit
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 22)
Split 13.1 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 181137 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 21)
- with gcc 4.8 parallel tests seems to be broken
  * lighttpd-serial-tests.patch (forwarded request 181120 from pgajdos)
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 20)
Split 12.3 from Factory
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 19)
branched from openSUSE:Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 124845 from Marcus Rueckert's avatar Marcus Rueckert (darix) (revision 18)
- dropped the perl line that mangled configure.ac
- moved automake patch into the geoip conditional
- move lua conditional out of the _repository block
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 124458 from Marcus Rueckert's avatar Marcus Rueckert (darix) (revision 17)
- Fix the previous change:
  We only need that patch on 12.2
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 124105 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 16)
- fixed build (automake)
  * automake.patch

- update to 1.4.31
  - [ssl] fix segfault in counting renegotiations for openssl
    versions without TLSEXT/SNI (thx carpii for reporting)
  - Move fdevent subsystem includes to implementation files to
    reduce conflicts (fixes #2373)
  - [mod_compress] fix handling if etags are disabled but cache-dir
    is set - may lead to double response
  - disable mmap by default (fixes #2391)
  - buffer_caseless_compare: always convert letters to lowercase to
    get transitive results, fixing array lookups (fixes #2405)
  - Fix handling of empty header list entries in
    http_request_split_value, fixing invalid read in valgrind
    (fixes #2413)
  - Fix access log escaping of " and \\ (fixes #1551)
  - [mod_auth] Fix digest "md5-sess" implementation (Errata ID
    1649, RFC 2617) (fixes #2410)
  - [auth] Add "AUTH_TYPE" environment (for *cgi), remove fastcgi
    specific workaround, add fastcgi test case (fixes #889)
  - [mod_*cgi,mod_accesslog] Fix splitting :port with ipv6 (fixes
    #2333, thx simoncpu)
  - Detect multiple -f options: show error message instead of
    assert (fixes #2416)
  - [mod_extforward] Support ipv6 addresses (fixes #1889)
  - [mod_redirect] Support url.redirect-code option (fixes #2247)
  - Fix --enable-mmap handling in configure.ac
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 111821 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 15)
Automatic submission by obs-autosubmit
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 97795 from Marcus Rueckert's avatar Marcus Rueckert (darix) (revision 14)
- added the debian.tar.gz to the file list of the spec file to pass
  the check in factory

- update to 1.4.30
  - Always use our ‘own’ md5 implementation, fixes linking issues
    on MacOS (fixes #2331)
  - Limit amount of bytes we send in one go; fixes stalling in one
    connection and timeouts on slow systems.
  - [ssl] fix build errors when Elliptic-Curve Diffie-Hellman is
    disabled
  - Add static-file.disable-pathinfo option to prevent handling of
    urls like …/secret.php/image.jpg as static file
  - Don’t overwrite 401 (auth required) with 501 (unknown method)
    (fixes #2341)
  - Fix mod_status bug: always showed “0/0” in the “Read” column
    for uploads (fixes #2351)
  - [mod_auth] Fix signedness error in http_auth
    (fixes #2370, CVE-2011-4362)
  - [ssl] count renegotiations to prevent client renegotiations
  - [ssl] add option to honor server cipher order
    (fixes #2364, BEAST attack)
  - [core] accept dots in ipv6 addresses in host header
    (fixes #2359)
  - [ssl] fix ssl connection aborts if files are larger than the
    MAX_WRITE_LIMIT (256kb)
  - [libev/cgi] fix waitpid ECHILD errors in cgi with libev
    (fixes #2324)

- add automake as buildrequire to avoid implicit dependency
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 13)
Lars Vogdt's avatar Lars Vogdt (lrupp) accepted request 86033 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 12)
- avoid endless loop in tests by using the right php path for 12.1

- 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)
Sascha Peilicke's avatar Sascha Peilicke (saschpe) committed (revision 11)
Autobuild autoformatter for 72071
Sascha Peilicke's avatar Sascha Peilicke (saschpe) accepted request 72071 from Marcus Rueckert's avatar Marcus Rueckert (darix) (revision 10)
- update 1.4.28
autobuild's avatar autobuild committed (revision 9)
11.4 source split
autobuild's avatar autobuild committed (revision 8)
release number sync
autobuild's avatar autobuild committed (revision 7)
release number sync
Displaying revisions 41 - 60 of 66
openSUSE Build Service is sponsored by