Commit Graph

81 Commits

Author SHA1 Message Date
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
sthen
d622c6aaee Bugfix update to 1.4.23; from Brad. 2009-06-19 23:12:03 +00:00
sthen
0f5dadbf43 remove internal spawn-fcgi in favour of a RUN_DEPENDS on www/spawn-fcgi 2009-03-16 17:15:34 +00:00
sthen
7d8c2ce209 update to 1.4.22, from Brad (maintainer). Fixes regressions with 1.4.21
(notably: default vhost in mod_simple_vhost, segfault in mod_scgi).
2009-03-08 11:13:43 +00:00
sthen
f0fef5a77a update to 1.4.21 and tidy Makefile from Brad; lots of bug fixes. 2009-02-17 12:44:17 +00:00
brad
1aaf868654 Upgrade to lighttpd 1.4.20. Large bug fix update.
Tested by a number of users.
2008-10-23 20:29:17 +00:00
jasper
bfe8448a3a - Handle EINTR in mod_cgi during write()
- Fix mod_magnet to set con->mode = p->id if it generates content,
  so returning 4xx/5xx doesn't append an error page

from brad@
2008-04-25 10:23:07 +00:00
jasper
5631075d51 - tweak sample config file to chroot(), use kqueue and bind to ipv4 and ipv6
- install documentation

from brad@ (with the docs part from me)
2008-04-16 20:42:35 +00:00
jasper
e6db108b7c - fix typos in the previous ssl fix;
from lighttpd svn (changeset 2144); via brad@
2008-04-08 19:11:40 +00:00
jasper
2d090ef045 SECURITY FIX for http://secunia.com/advisories/29544/
lighttpd OpenSSL Error Queue Denial of Service Vulnerability

patches from upstream svn, via brad@
2008-04-03 10:18:15 +00:00
brad
34929ca49e upgrade to lighttpd 1.4.19. security and bug fix update. CVE-2008-1270
looks good jasper@
2008-03-16 18:43:31 +00:00
jasper
d7498b80d4 - SECURITY FIX for CVE-2008-0983
( http://secunia.com/cve_reference/CVE-2008-0983/ )
- add a patch to fix issues with group permissions,
  provided by Antti Harri ( already accepted upstream )

ok naddy@ brad@ (MAINTAINER)
2008-03-02 10:04:22 +00:00
rui
77a9e6848f SECURITY: update lighttpd to 1.4.18, from brad.
Reference: http://secunia.com/advisories/26732/

ok jasper@
2007-09-10 20:41:59 +00:00
kili
eb4770dc84 Change Brads email address for now, so people can reach him instead of
getting bounces or 550s. Bump pkgnames. While here, remove quotes from
comments.

prompted by espie@
2007-09-01 20:11:21 +00:00
rui
26a21ce500 update lighttpd to 1.4.17, from brad.
ok jasper@
2007-08-31 10:10:17 +00:00
todd
c062d94790 target:: -> target: typo cleanup; no functional change, no pkg bump
from brad
2007-07-26 03:54:06 +00:00
rui
9057741b45 update lighttpd to 1.4.16
ok brad (maintainer), simon@
2007-07-25 21:31:46 +00:00
rui
41ffa063ff roll in some distribution patches which fix multiple vulnerabilities.
Reference: http://secunia.com/advisories/26130/

ok kili@, simon@
2007-07-22 19:44:17 +00:00
jasper
e6d26d8d85 - remove description of non-existent flavor (from MAINTAINER)
- bump PKGNAME
2007-06-17 18:14:09 +00:00
rui
4bbfe1ddd3 update lighttpd to 1.4.15, from brad
ok bernd@
2007-04-28 10:08:01 +00:00
ckuethe
cb609921c5 add a daemon user for lighttpd, from brad.
ok kili@
2007-04-24 05:09:41 +00:00
espie
d4ebcd974d more base64 checksums 2007-04-05 17:26:05 +00:00
bernd
414169c95e Fix a possible 99% cpu bug when a client connection is dropped.
See http://trac.lighttpd.net/trac/wiki/Release-1.4.13-patches.

Submitted by Frank Denis. Thanks!

ok brad@
2007-02-02 09:25:18 +00:00
espie
0f5dc96ea1 say goodbye to GNU land. 2006-12-16 12:22:32 +00:00
mbalmer
620e1f357b Fix WANTLIB after openldap changes. 2006-11-11 14:26:03 +00:00
fgsch
237dbabb6d enable lua by default so mod_magnet and mod_cml can use it. bump package.
discussed and ok by jolan@ and brad@.
2006-11-05 16:13:31 +00:00
brad
db1c53ead6 upgrade to lighttpd 1.4.13 2006-10-10 00:04:23 +00:00
brad
5925d2f6f6 upgrade to lighttpd 1.4.12 2006-09-23 15:44:04 +00:00
espie
629547efe8 new style libs 2006-09-18 09:04:03 +00:00
brad
e02ac727f4 upgrade to lighttpd 1.4.11 2006-03-09 19:00:59 +00:00
sturm
83b8b291e5 don't set umask to 0 when daemonizing (changed upstream as well)
from Matthias Kilian <kili at outback.escape.de>
ok brad
2006-03-06 06:21:02 +00:00
brad
ec484439d6 mod_cgi is resetting physical.path
From lighttpd Trac
2006-02-09 02:30:40 +00:00