CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2011/05/02 06:05:38
Modified files:
www/lighttpd : Tag: OPENBSD_4_9 Makefile
www/lighttpd/patches: Tag: OPENBSD_4_9 patch-src_mod_proxy_c
patch-src_network_c patch-src_server_c
Added files:
www/lighttpd/patches: Tag: OPENBSD_4_9 patch-src_base_h
patch-src_configfile_c patch-src_md5_c
patch-src_md5_h patch-src_mod_cgi_c
Log message:
- Fixes from upstream via Brad (maintainer)
* mod_proxy: fix delayed connect
* mod_cgi: make read buffer as big as incoming data block
* ssl: Support for Diffie-Hellman and Elliptic-Curve Diffie-Hellman
key exchange (add ssl.use-sslv3)
- backport a patch from upstream to avoid a conflict between OpenSSL and
internal implementations of MD5. Fixes SSL problems with some clients.