Commit graph

11 commits

Author SHA1 Message Date
Anders Nordby
bb8f925dd8 Update to 2.25b.
Use DOCSDIR.
2004-05-28 12:48:38 +00:00
Mike Silbersack
833ddce828 Enable sendfile support by default for 5.2+ systems, as we now have alc's
improved sendfile and the ability to watch usage via netstat -m.
2004-02-01 04:51:54 +00:00
Mike Silbersack
5116c8f075 Fix up mmc_unmap so that it does not try to search on the (unused)
addr field with USE_SENDFILE is defined.
2003-11-14 18:32:49 +00:00
Anders Nordby
042a25b326 Update to 2.24.
Older versions of thttpd has a remote overflow.
Security advisory: http://www.texonet.com/advisories/TEXONET-20030908.txt

PR:		58648
2003-10-28 21:58:59 +00:00
Anders Nordby
1e6eb53ae0 Add Alfred Perlstein's sendfile patches, as an optional knob. 2002-10-21 00:29:02 +00:00
Anders Nordby
1d3d4ec459 Fix startup-script for -current /bin/sh issues, and set PREFIX during
install.

Requested by:	obrien
2002-08-13 21:39:47 +00:00
Anders Nordby
d43c11d312 Update thttpd to 2.22beta4. This fixes the recently announced off-by-one
security issue, and eliminates the need for the kqueue -current fix.
2001-11-22 00:10:56 +00:00
Pete Fritchman
c24eedb261 Fix kqueue support for -current
PR:		30009
Submitted by:	maintainer
Reviewed by:	ade
2001-08-24 00:19:33 +00:00
Michael Haro
e72e10c116 Updates the port to the latest verion: 2.21b. Brings in interesting stuff like
kqueue and accept filtering support.

PR:		26822
Submitted by:	    maintainer
2001-05-01 00:34:46 +00:00
Steve Price
143b2d53ee - On startup, /etc/rc procedure stops when thttpd is installed.
* ${PREFIX}/etc/rc.d/thttpd.sh does not return.
  * FIX: invoke thttpd_wrapper as a background process.
- On shutdown, Message "No processes matching ``thttpd_wrapper''" is shown.
  * thttpd_wrapper is actually a shell script, not an executable.
  * FIX: Record the pid of thttpd_wrapper to /var/run.
  * FIX: Use pid-file when killing the wrapper.

Submitted by:	Makoto MATSUSHITA <matusita@jp.freebsd.org>
Reviewed by:	Anders Nordby <anders@fix.no> (maintainer)
2000-07-13 23:47:54 +00:00
Thomas Gellekum
546041ba31 As threatened on freebsd-ports: all startup scripts know about the two
options `start' and `stop' now (unless I have forgotten any). This allows
us to call the scripts from /etc/rc.shutdown with the correct option.

The (42 or so) ports that already DTRT before are unchanged.
2000-07-05 12:37:06 +00:00