summaryrefslogtreecommitdiff
path: root/www/bozohttpd/patches/patch-ab
AgeCommit message (Collapse)AuthorFilesLines
2014-01-02update to bozohttpd 20140102. changes include:mrg1-8/+10
o update a few content types o add support for directly calling lua scripts to handle processes, from mbalmer@netbsd.org o properly escape generated HTML o add authentication for redirections, from martin@netbsd.org o handle chained ssl certifications, from elric@netbsd.org o add basic support for gzipped files, from elric@netbsd.org o properly escape generated URIs XXX: could integrate this with lua, but left undone for now.
2010-05-10update this to bozohttpd 20100510. there's no real change here exceptmrg1-11/+2
some compile fixes that aren't relevant for the pkgsrc (but probably should be...)
2010-05-10import bozohttpd 20100509. it has these changes:mrg1-5/+5
o major rework and clean up of internal interfaces. move the main program into main.c, the remaining parts are useable as library. add bindings for lua. by Alistair G. Crooks <agc@netbsd.org> o fix http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=566325 special thanks to al for the majority of these changes.
2007-09-08* Use Makefile.boot instead of Makefile so that we don't need BSD makejlam1-0/+21
to build bozohttpd. * Use a custom do-install target to install the binary and the manpage. * Replace the pre-build target with a subst framework class. Bump the PKGREVISION to 1 now that we no longer build or install the catman page.
2004-08-20update to bozohttpd 20040808. changes since previous version (manymrg1-27/+0
already in pkgsrc) include: o CGI status is now properly handled (-a flag has been removed) o CGI file upload support works o %xy translations are no longer ever applied after the first '?', ala RFC2396. from lukem o daemon mode (-b) should no longer hang spinning forever if it sees no children. from lukem o new .bzabsredirect file support. from <martin@netbsd.org> o return a 404 error if we see %00 or %2f (/) o don't print 2 "200" headers for CGI o support .torrent files
2004-03-28New sentence, new line + spelling fixes. Belatedly bump pkgrevisionmartin1-9/+17
for absolute redirects. Pointed out by wiz.
2004-03-28Fix http headers for cgi scripts (from tyler).martin1-0/+19
Add absolute redirects via .bzabsredirect symbolic links.
2002-09-09Directly replace the "/usr/pkg" reference in the man page with "${PREFIX}"jlam1-24/+0
in the package Makefile in one step instead of three.
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam1-1/+1
have been converted to USE_BUILDLINK2.
2002-08-23update to bozohttpd 5.14. changes include:mrg1-4/+13
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-07-10update to bozohttpd 5.10. changes include:mrg1-13/+1
- many man pages and updates - freebsd support - cgi-bin fixes - improved logging - builtin chroot support
2002-06-26+ ensure that ${SCRIPT_NAME} contains full path of script (previouslylukem1-3/+15
the leading "cgi-bin/" was stripped) + convert '-' to '_' in ${HTTP_xxx} environment variable names, and ensure that the names are NUL terminated + lookup addr, host (unless -n) and port for every request, not just cgi requests, and log the host & port in "got request ..." message + fix -n to work as documented; set it to *prevent* addr->name lookups + document -n is useful even without -c + don't deref NULL pointers in printf %s + be consistent about stripping leading `/' from command + clean up how "cgi-bin/" prefix is hardcoded in + fix -Wall compile issues + bump package revision
2001-12-14update to bozohttpd 5.09. changes include... um, i forget. it can nowmrg1-53/+11
run in a daemon mode at the very least... (ie, no longer inetd or some other daemon starter dependant)
2001-09-10Man page fixes.wiz1-4/+50
2000-08-31in bozohttpd.8, honor PREFIX. also, use "bozohttpd" instead of "httpd"itojun1-6/+8
to sync with reality.
2000-08-27upgrade to 5.06. 5.06 integrates IPv6 patch to 5.05.itojun1-35/+6
2000-08-23Add itojun's patch for IPv6 supportjlam1-3/+8
2000-08-05Proofread manpage a bit.jlam1-0/+33
2000-04-27update to bozohttpd 5.04. this fixes a couple of bugs, and adds virtualmrg1-15/+0
hosting support. and a few more content-types, too..
1999-06-08.png support.mrg1-0/+15