diff options
author | fhajny <fhajny> | 2012-08-01 11:25:22 +0000 |
---|---|---|
committer | fhajny <fhajny> | 2012-08-01 11:25:22 +0000 |
commit | c35bb3d456656d550fbdf5d55de219c7dbdc9062 (patch) | |
tree | 5f3a218ca711cbfce26c3ba9a4a72ff96047c747 /www/lighttpd/distinfo | |
parent | 5331f811e69ef0876eb17f64be8c04e261640d7e (diff) | |
download | pkgsrc-c35bb3d456656d550fbdf5d55de219c7dbdc9062.tar.gz |
Update www/lighttpd to 1.4.31.
Changes from 1.4.30
- [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
Changes from 1.4.29
- 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)
Diffstat (limited to 'www/lighttpd/distinfo')
-rw-r--r-- | www/lighttpd/distinfo | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/lighttpd/distinfo b/www/lighttpd/distinfo index 43f7c6be2ad..a5a9a0742d5 100644 --- a/www/lighttpd/distinfo +++ b/www/lighttpd/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.21 2011/11/30 11:13:59 drochner Exp $ +$NetBSD: distinfo,v 1.22 2012/08/01 11:25:22 fhajny Exp $ -SHA1 (lighttpd-1.4.29.tar.bz2) = fe8ee6dc5f5302bffef905fcdf0b35f255e59b32 -RMD160 (lighttpd-1.4.29.tar.bz2) = d4369e8970001d2ebe4e49767053c341c4bd2f27 -Size (lighttpd-1.4.29.tar.bz2) = 659974 bytes -SHA1 (patch-aa) = 12969ff0e488494e83188ba8130466c8d7e0275e +SHA1 (lighttpd-1.4.31.tar.bz2) = fadfd4bd25d794536ea646fa376caee6a105368e +RMD160 (lighttpd-1.4.31.tar.bz2) = 4d1669269c787928388daf3dd4e99f2760db1d43 +Size (lighttpd-1.4.31.tar.bz2) = 675275 bytes +SHA1 (patch-doc_config_lighttpd.conf) = 1f5d884ec3cc9ee1ec18b51f0d25ca2a7aae0b8c |