2002-11-06 12:03:29 by matthew green | Files touched by this commit (3) | |
Log message:
update to bozohttpd 20021106. changes:
o add .bz2 support
o properly escape <, > and & in error messages, partly from
Nicolas Jombart <ecu@mariejeanne.net>
o new -H flag to hide .* files in directory index mode
o fix buffer reallocation when parsing a request, to avoid
overflowing the buffer with carriage returns (\r)
o do not decode "%XY"-style cgi-bin data beyond the "?"
|
2002-10-26 22:01:46 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Add a patch that fixes a problem with some quoted chars and cgibins.
Patch provided by mrg -- thanks!
Bump PKGREVISION.
|
2002-09-13 11:30:08 by matthew green | Files touched by this commit (3) | |
Log message:
update to bozohttpd 5.15. changes are:
o add .ogg support -> `application/x-ogg'
o fix CGI requests with "/" in the query part
|
2002-09-12 23:20:33 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Fix a problem with cgi-bin's and the GET method.
Patch from mrg, due to be included in the next release, but who knows
when that will be ;)
Bump to 5.14nb1.
|
2002-09-09 19:18:23 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
Patch the man page at pre-build instead of post-build so the catpage is
generated with the fixes.
|
2002-09-09 19:13:36 by Johnny C. Lam | Files touched by this commit (3) |
Log message:
Directly replace the "/usr/pkg" reference in the man page with \
"${PREFIX}"
in the package Makefile in one step instead of three.
|
2002-08-25 23:53:06 by Johnny C. Lam | Files touched by this commit (424) |
Log message:
Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
|
2002-08-23 10:37:25 by matthew green | Files touched by this commit (4) | |
Log message:
update to bozohttpd 5.14. changes include:
o allow -X mode to work for "/"
o work on systems without MADV_SEQUENTIAL
o make a local cut-down copy of "queue.h" (fixes linux & solaris
support at the very least)
o portability fixes for pre-ipv6 socket api systems (eg, solaris 7)
o portability fixes for missing _PATH_DEFPATH, LOG_FTP and __progname
o better documentation on virtual host support
|
2002-08-21 04:43:46 by grant beattie | Files touched by this commit (6) |
Log message:
check that USE_INET6 is defined.
remove extraneous parenthesis around .if (${FOO} ..) conditions.
|
2002-08-05 18:37:51 by matthew green | Files touched by this commit (3) |
Log message:
pull in a patch from development sources that fixes a bug in directory
index generation of the root of the web tree. bump to bozohttpd 5.13nb1.
|