163 Commits

Author SHA1 Message Date
sthen
0a5b5bddee replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:50:46 +00:00
ajacoutot
c35f1bbbde Update to lighttpd-1.4.54.
from Brad (maintainer)
2019-06-01 09:52:33 +00:00
ajacoutot
e5591ce1c8 Update to lighttpd-1.4.53.
from Brad (maintainer)
ok solene@
2019-02-12 09:14:29 +00:00
ajacoutot
b3db0ddeca Update to lighttpd-1.4.52.
from Brad (maintainer)
2018-11-29 13:27:39 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
ajacoutot
156bee275c Minor update to lighttpd-1.4.51.
from Brad (maintainer)
2018-10-17 08:34:03 +00:00
ajacoutot
9daf531e1d Update to lighttpd-1.4.50.
from Brad (maintainer)
2018-08-21 06:54:30 +00:00
ajacoutot
10feed8bdf Update to lighttpd-1.4.49.
from Brad (maintainer)
2018-05-19 06:25:31 +00:00
rpe
9a8b5ccd06 Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
daemon scripts and bump subpackages that contain the *.rc scripts.

discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +00:00
ajacoutot
aba42d4c2a Update to lighttpd-1.4.48.
from Brad (maintainer)
2017-11-13 07:48:03 +00:00
ajacoutot
a5d64aae19 Update to lighttpd-1.4.47.
from Brad (maintainer)
2017-10-28 17:04:37 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
sthen
073d25a37c use LIBCXX 2017-04-10 11:46:32 +00:00
ajacoutot
727cb9da7d Use level-triggered kqueue(). https://redmine.lighttpd.net/issues/2788
from brad (maintainer)
2017-02-12 11:19:46 +00:00
ajacoutot
84be93a5a6 Update to lighttpd-1.4.45.
from Brad (maintainer)
2017-01-15 10:01:41 +00:00
ajacoutot
c255845f7b tweak DESCR.
from Brad (maintainer)
2016-12-26 09:30:19 +00:00
ajacoutot
f612af7c0d Update to lighttpd-1.4.44.
from Brad (maintainer)
2016-12-25 10:33:27 +00:00
sthen
df0b2e666d Add upstream patch to lighttpd; fixes SCGI segfault regression. From Brad. 2016-11-16 12:50:51 +00:00
sthen
fd91aa170a update to lighttpd-1.4.43, from Brad 2016-11-11 10:23:34 +00:00
ajacoutot
9070d443de Bring in a commit from upstream
- performance: use Linux extended syscalls and flags

from Brad (maintainer)
2016-10-12 08:09:26 +00:00
ajacoutot
f47901e0b3 Update to lighttpd-1.4.41.
from Brad (maintainer)
2016-09-17 20:22:41 +00:00
naddy
fbe8082fe1 remove SHARED_ONLY from simple lua ports 2016-03-18 20:49:27 +00:00
jasper
6a2ec04d79 fix use after free / double free
from Brad
2015-12-30 07:54:42 +00:00
ajacoutot
e893870b71 Fix use after free / double free.
from Brad (maintainer)
2015-12-27 22:51:10 +00:00
ajacoutot
a69c69cbc3 Update to lighttpd-1.4.38.
from Brad (maintainer)
2015-12-08 06:59:44 +00:00
ajacoutot
cd731a2d28 Backport from upstream:
[core] don't buffer request bodies smaller than 64k on disk

from Brad (maintainer)
2015-10-14 05:33:02 +00:00
ajacoutot
1f7e76db11 Back port some bug fixes.
- [core] allocate at least 4k buffer for incoming data
- [core] fix search for header end if split across chunks (fixes #2670)

from Brad (maintainer)
2015-09-25 06:17:15 +00:00
ajacoutot
0a10c7c3db Update to lighttpd-1.4.37.
from Brad (maintainer)
2015-09-01 07:02:31 +00:00
sthen
5b20a18d31 sync WANTLIB 2015-08-19 18:55:04 +00:00
ajacoutot
67651e2f4a SECURITY update to lighttpd-1.4.36.
CVE-2015-3200: escape all strings for logging (fixes #2646 log file injection)

from Brad (maintainer)
2015-07-27 08:44:39 +00:00
ajacoutot
a751efc096 Adapr rc.d script after recent rc.subr change. 2015-07-15 14:59:15 +00:00
brad
3766d28449 Fix from upstream..
disable SSL3.0 by default
2014-10-26 22:42:27 +00:00
brad
b94a402501 Switch from using MySQL to using MariaDB attempt #2. MariaDB is a drop-in replacement.
ok sthen@
2014-09-13 18:09:20 +00:00
brad
448b73ac7e Fix from upstream..
Fix bad shift in conditional netmask ".../0" handling.

ok sthen@
2014-05-12 06:50:25 +00:00
sthen
9acf939b11 sync WANTLIB for ldap 2014-04-21 13:12:09 +00:00
brad
dabbe1246f Upstream bug fix:
Use keep-alive timeout while waiting for HTTP headers; use always the read
timeout while waiting for the HTTP body.

ok sthen@
2014-04-13 07:03:19 +00:00
brad
ef569462f8 Update to lighttpd 1.4.35.
ok sthen@
2014-03-13 10:42:29 +00:00
brad
94f0e71bfc Update to lighttpd 1.4.34.
ok sthen@
2014-01-23 23:24:14 +00:00
brad
4db13a4ade Two fixes from upstream..
- Check success of setuid, setgid, setgroups. CVE-2013-4559
- Fix regression from CVE-2013-4508 (client-cert sessions were broken)

ok sthen@
2013-11-30 20:35:44 +00:00
brad
4a880bca0f Fix SNI handling; only use key+cert from SNI specific config. CVE-2013-4508
ok sthen@
2013-11-08 21:39:43 +00:00
brad
04c735a8e5 Update to lighttpd 1.4.33.
ok sthen@
2013-09-30 19:26:03 +00:00
ajacoutot
64a6588efb No need for pthread. 2013-06-20 08:26:13 +00:00
ajacoutot
25b3041f91 Unbreak after hx509 and ntlm removal from Kerberos. 2013-06-20 06:54:36 +00:00
ajacoutot
8613536758 Some trivial WANTLIB and tweaks to unbreak after the Heimdal update.
Stop hardcoding the Kerberos libs and use krb5-config(1).
2013-06-17 19:28:36 +00:00
brad
17833ea850 Revert back to using MySQL 5.1 for the time being. MariaDB 5.5 introduces
a new libmysqlclient non-blocking API which utilizes co-routines. The X86
specific GCC ASM co-routine support hid the fact that there was an issue.
The only fallback code so far is POSIX user contexts which OpenBSD does not
support.

Input from and Ok sthen@ jasper@
2013-06-12 20:36:33 +00:00
brad
0b77cf86a5 Switch from using MySQL to using MariaDB. MariaDB is a drop-in replacement.
ok sthen aja
2013-05-25 00:33:09 +00:00
sthen
d8c84bb599 Fix crypt(3) support in lighttpd's htpasswd support; permits use with bcrypt
ok brad@
2013-04-26 07:21:40 +00:00
brad
52bb14ab76 More fixes from upstream..
- Support multi line logging.
- Call ERR_clear_error only for SSL connections in CON_STATE_ERROR.
- Reject non ASCII characters in HTTP header names.

ok sthen@
2013-03-28 16:22:32 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00