sthen
f5a323c546
Don't use ${FLAVOR:L}, we only support lower-case flavours now.
...
OK ajacoutot@ espie@
2013-02-09 14:49:50 +00:00
brad
9e012eef08
Upstream bug fix:
...
Fix handling of If-Modified-Since if If-None-Match is present (don't
return 412 for date parsing errors); follow current draft for HTTP/1.1,
which tells us to ignore If-Modified-Since if we have matching etags.
ok sthen@
2013-01-25 08:00:23 +00:00
brad
c1c6b2c024
mod_fastcgi: Fix mix up of "mode" => "authorizer" in other FastCGI configs.
...
ok sthen@
2013-01-14 09:17:03 +00:00
sthen
c23e199ecb
security update to lighttpd 1.4.32, fixing a trivial DoS introduced in 1.4.31
...
http://download.lighttpd.net/lighttpd/security/lighttpd_sa_2012_01.txt
OK brad@ (maintainer), same update from gsoares@
2012-11-21 21:58:18 +00:00
brad
c636810ad8
Another fix from upstream..
...
Log address of untrusted proxy with debug.log-request-handling.
ok ajacoutot@
2012-11-21 11:41:56 +00:00
brad
fbd221f05c
More fixes from upstream..
...
- Fix :port handling in $HTTP["host"] checks.
- Ignore EPIPE/ECONNRESET after SSL_shutdown.
- Add PATCH method.
- Handle ENAMETOOLONG, return 404 Not Found.
ok sthen@
2012-11-15 10:45:23 +00:00
jasper
144e2930d7
handle multiple lua versions, for now everything builds with the "old" 5.1 in the new location.
...
use FLAVOR=lua52 to use lua 5.2 with these ports.
2012-07-10 15:22:44 +00:00
sthen
5816d1b1b6
update to lighttpd 1.4.31, rolling in the backported patches. ok brad
2012-06-01 08:20:50 +00:00
sthen
ed727655fa
Add lighttpd patch: add support for IPv6 to mod_extforward. From Brad.
2012-05-25 08:24:40 +00:00
jasper
3583d15ad2
switch to lua.port.mk
2012-05-15 19:38:01 +00:00
sthen
e0eea98a9f
lighttpd fixes, from upstream via Brad.
...
- Fix handling of empty header list entries in http_request_split_value.
- Fix access log escaping of " and \\.
- Fix digest "md5-sess" implementation (Errata ID 1649, RFC 2617).
- Add "AUTH_TYPE" environment (for *cgi), remove fastcgi specific workaround.
- Fix splitting :port with IPv6.
2012-04-28 09:25:25 +00:00
ajacoutot
0d3c177f99
Remove unnecessary patch. No change to the build.
...
from Brad (maintainer)
2012-04-22 10:19:09 +00:00
ajacoutot
01a6c0fdc8
Upsteam: always convert letters to lowercase to get transitive results.
...
from Brad (maintainer)
2012-04-09 07:02:11 +00:00
sthen
18e7b066bb
Add a lighttpd fix from upstream. From Brad.
...
- Disable mmap by default with mod_compress, if a user truncates a file we
are mmapping, reading the truncated area leads to SIGBUS.
2012-03-06 08:23:43 +00:00
sthen
003a3d9f83
updates to lighttpd from upstream svn, from Brad
...
- remove "let HEAD for 0-byte files return the Content-Length" patch,
there are some cases where this is undesirable
- fix handling if etags are disabled but cache-dir is set - may
lead to double response
2012-01-13 23:02:15 +00:00
sthen
cbe6df0aac
update to lighttpd 1.4.30, from Brad (maintainer).
2011-12-20 22:27:28 +00:00
sthen
2d32c24ac0
ssl-related fixes from lighttpd upstream via Brad
...
- [ssl] count renegotiations to prevent client renegotiations
- [ssl] add option to honor server cipher order, true by default
2011-12-03 22:26:08 +00:00
gsoares
7898a82eb0
SECURITY FIX for lighttpd:
...
(CVE-2011-4362: out of bounds read due to a signedness error)
OK jasper, brad(maintainer), sthen
2011-12-01 12:17:11 +00:00
sthen
2132e022a6
lighttpd patches;
...
- let HEAD for 0-byte files return the Content-Length, from upstream via Brad
- implement reloads (graceful restart) in rc, from Ben Lovett via Brad
2011-10-09 20:42:33 +00:00
sthen
817de92022
Fix mod_status bug: always showed "0/0" in the "Read" column for uploads.
...
From Brad.
2011-10-07 20:04:39 +00:00
espie
58fffade54
normalize pkgpath
2011-09-16 12:00:05 +00:00
sthen
5b9d7d9e95
fixes from lighttpd upstream via Brad (maintainer)
...
- 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).
2011-09-06 08:49:51 +00:00
sthen
3c594e3ee9
lighttpd bugfix: Limit amount of bytes we send in one go; fixes stalling in one
...
connection and timeouts on slow systems. From upstream via Brad (maintainer)
2011-08-24 21:28:09 +00:00
sthen
076483e0f2
update lighttpd to 1.4.29, from Brad
...
- while there, remove patch-src_server_c too, all the various /dev/*random
are equivalent now, ok Brad
2011-07-07 14:34:36 +00:00
sthen
5262fc0208
- backport a patch from upstream to avoid a conflict between OpenSSL and
...
internal implementations of MD5. Fixes SSL problems with some clients.
From Brad
2011-04-25 09:39:36 +00:00
sthen
12db8b934a
switch to autoconf 2.67, from Brad. config.h's checked.
2011-04-15 21:43:13 +00:00
sthen
00582ef96a
Bump ports which should be using newer autoconf to 2.65;
...
config.h files checked. From Brad.
2011-03-26 10:05:24 +00:00
sthen
9371498af4
add an rc script for lighttpd; ok brad and ajacoutot@
2011-03-23 12:47:24 +00:00
sthen
bd91594371
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)
While there, update autoconf version comment, should be 2.67.
2011-03-20 13:42:53 +00:00
jasper
90847ee882
- remove USE_GROFF=Yes, manpages checked by brad.
...
from brad (MAINTAINER)
2011-01-15 10:56:51 +00:00
espie
9ff53f35ab
remaining WANTLIB go .>= to >=
2010-11-22 10:16:08 +00:00
espie
e50b98837f
new depends
2010-11-22 08:36:47 +00:00
espie
5c69e94e9f
every WANTLIB that's linked to the build should be okay
2010-11-11 19:56:19 +00:00
sthen
89d5cdea52
new-style LIB_DEPENDS/REVISION/WANTLIB
2010-11-11 12:35:09 +00:00
jasper
6e9d6bc608
- unbreak https
...
from brad (MAINTAINER)
2010-11-07 19:13:40 +00:00
espie
c82c4422b0
USE_GROFF=Yes
2010-10-19 08:02:53 +00:00
sthen
d425867587
Fix lighttpd mod_proxy waiting for response even if content-length is 0.
...
From upstream via Brad.
2010-09-17 21:59:43 +00:00
sthen
92545e9199
update lighttpd to 1.4.28 (a couple of small changes only); from Brad.
2010-08-23 22:44:10 +00:00
sthen
19895d4c56
lighttpd 1.4.27; various fixes/cleanup. From Brad, small conf tweak from me.
2010-08-18 11:16:55 +00:00
sthen
2fe5ee4af4
fix gcc2 build; from Brad, tested by Sevan who submitted a different
...
diff to fix the same problem.
2010-07-06 17:17:50 +00:00
sthen
0ca01b0f74
Fix from upstream via Brad:
...
Check uri instead of physical path for directory redirect.
Should fix alias handling for "/foo" => "/var/www/";
http://example.com/foo should result in a redirect to
http://example.com/foo/
2010-04-18 08:24:31 +00:00
sthen
d9712547e1
mod_proxy fixes, from upstream via Brad
2010-04-09 11:06:22 +00:00
sthen
a6aa965fae
update to 1.4.26, from Brad
2010-03-21 09:56:55 +00:00
sthen
639fea5f60
SECURITY fix for CVE-2010-0295 DoS issue.
...
http://download.lighttpd.net/lighttpd/security/lighttpd_sa_2010_01.txt
From Brad, ok ajacoutot@ jasper@
2010-02-02 08:10:29 +00:00
sthen
19df8d0e1f
Add a patch from upstream via Brad; fix request parser to handle packets
...
with splitted \r\n\r\n. (http://redmine.lighttpd.net/issues/2105 )
2009-12-13 22:06:24 +00:00
sthen
a95ebdea4d
update to 1.4.25, from Brad
2009-11-25 23:06:53 +00:00
sthen
ef98216b12
add patches from upstream via Brad:
...
- disable warning "CLOSE-read"
- reset tlsext_server_name in connection_reset - fixes random
hostnames in the $HTTP["host"] conditional
- mod_fastcgi: fix mod_fastcgi packet parsing
- mod_fastcgi: Don't reconnect after connect() succeeded
2009-11-08 13:16:40 +00:00
sthen
b518dd066d
update to 1.4.24, from Brad (maintainer).
2009-10-27 23:02:11 +00:00
sthen
bef8b743d2
Fix If-Modified-Since bug with daylight saving time; from upstream
...
repo via Brad.
2009-08-11 21:55:27 +00:00
sthen
bcb6ce4f58
Add information about keep-alive connections to mod_status.
...
From upstream repo, via Brad.
2009-06-22 09:28:07 +00:00