Commit Graph

12 Commits

Author SHA1 Message Date
sthen
b11b8e9f9f - fix RUN_DEPENDS-main to pull in ${RUN_DEPENDS}, so python gets
installed, needed for the admin interface. ok ajacoutot@

- install blank sample logfiles, rather than make them a copy of
the sample index.html

- unbreak sample rc.local lines in MESSAGE-main (foo-bar isn't
a valid shell variable, foo_bar is)

all found by Rod Whitworth, thanks!
2010-03-22 01:18:26 +00:00
ajacoutot
d16d96252f SECURITY: CVE-2009-4489
http://www.vupen.com/english/advisories/2010/0090
(thanks fgsch@ for the link/notice)

Update to cherokee-0.99.39.
Remove debug FLAVOR and use ifdef DEBUG.
Add rrdtool to run_depends.
Byte-compile python modules so that they are registered in the PLIST.

Be careful as cherokee is not started using ${PREFIX}/sbin/cherokee, not
cherokee-guardian anymore.

Fernando Quintero (maintainer) ok
MESSAGE tweak and ok sthen@, ok jasper@
2010-01-13 08:47:57 +00:00
sthen
833e2f8858 - update to 0.99.20
- unbreak group setting; Cherokee assumed a fixed size 1k buffer for
getgrnam_r which is insufficient on some OS, including OpenBSD. symptom
was that group setting resulted in ERANGE. This just bumps the buffer
to 8k which isn't a perfect fix, but serves our purposes for now;
see ports@ archives at http://marc.info/?t=124832494600002&r=1&w=2
for more discussion.

maintainer ok.
2009-07-27 17:06:16 +00:00
sthen
c9a32364b1 bugfix update to 0.99.15 from Brad, maintainer ok. 2009-05-15 06:57:18 +00:00
sthen
298bf500c1 make -streaming depend on -main. from Brad. 2009-05-14 08:53:36 +00:00
sthen
26eaf50f01 remove unnecessary RUN_DEPENDS from -streaming, bump.
pointed out by Brad.
2009-04-22 00:59:16 +00:00
sthen
c2beb5e66f - add -streaming module for video streaming
- add "debug" flavour enabling the CHEROKEE_TRACE feature
- bump affected -main subpackage

based on a diff from Valery Masiutsin
2009-04-22 00:28:54 +00:00
sthen
6cd25685eb - update to 0.99.10 from Brad; maintainer timeout.
- fix typo in alternative MASTER_SITES line.
2009-04-17 23:17:07 +00:00
sthen
6e5ad03a3d update to 0.99.0, remove conflict with spawn-fcgi/old lighttpd.
maintainer unresponsive, ok ajacoutot
2009-04-08 21:30:54 +00:00
sthen
abcbd455c2 conflict with spawn-fcgi and lighttpd. bump. 2009-03-16 17:11:42 +00:00
ajacoutot
bf555a7a36 - fix a typo in MESSAGE-main
from Daniele Pilenga
2008-11-26 09:05:31 +00:00
ajacoutot
8caf12c9e2 Import cherokee-0.8.1
Cherokee is a very fast, flexible and easy to configure Web Server. It
supports the widespread technologies nowadays: FastCGI, SCGI, PHP, CGI,
TLS and SSL encrypted connections, Virtual hosts, Authentication, on the
fly encoding, Load balancing, Apache compatible log files, and much
more.

based on a submission from Fernando Quintero (MAINTAINER)
testing, feedback and ok sthen@
2008-09-05 11:19:48 +00:00