Module Name: src Committed By: snj Date: Tue Mar 7 07:16:09 UTC 2017
Modified Files: src/libexec/httpd [netbsd-6-0]: CHANGES bozohttpd.8 bozohttpd.c bozohttpd.h cgi-bozo.c content-bozo.c main.c src/libexec/httpd/libbozohttpd [netbsd-6-0]: libbozohttpd.3 src/libexec/httpd/small [netbsd-6-0]: Makefile src/libexec/httpd/testsuite [netbsd-6-0]: Makefile html_cmp test-bigfile Added Files: src/libexec/httpd/testsuite [netbsd-6-0]: t11.in t11.out test-simple src/libexec/httpd/testsuite/cgi-bin [netbsd-6-0]: empty Log Message: Pull up following revision(s) (requested by mrg in ticket #1437): libexec/httpd/CHANGES: up to 1.25 libexec/httpd/bozohttpd.8: up to 1.65 libexec/httpd/bozohttpd.c: up to 1.86 libexec/httpd/bozohttpd.h: up to 1.47 libexec/httpd/cgi-bozo.c: up to 1.37 libexec/httpd/content-bozo.c: up to 1.14 libexec/httpd/libbozohttpd/libbozohttpd.3: up to 1.4 libexec/httpd/main.c: up to 1.16 libexec/httpd/small/Makefile: up to 1.3 libexec/httpd/testsuite/Makefile: up to 1.7 libexec/httpd/testsuite/cgi-bin/empty: up to 1.1 libexec/httpd/testsuite/html_cmp: up to 1.5 libexec/httpd/testsuite/t11.in: up to 1.1 libexec/httpd/testsuite/t11.out: up to 1.1 libexec/httpd/testsuite/test-bigfile: up to 1.4 libexec/httpd/testsuite/test-simple: up to 1.4 Update bozohttpd to 20170201. Changes: - fix an infinite loop in cgi processing - fixes and clean up for the testsuite - no longer sends encoding header for compressed formats - add a bozo_get_version() function which returns the version number To generate a diff of this commit: cvs rdiff -u -r1.11.6.2 -r1.11.6.3 src/libexec/httpd/CHANGES cvs rdiff -u -r1.32.6.2 -r1.32.6.3 src/libexec/httpd/bozohttpd.8 cvs rdiff -u -r1.30.6.2 -r1.30.6.3 src/libexec/httpd/bozohttpd.c cvs rdiff -u -r1.20.6.2 -r1.20.6.3 src/libexec/httpd/bozohttpd.h cvs rdiff -u -r1.20.8.3 -r1.20.8.4 src/libexec/httpd/cgi-bozo.c cvs rdiff -u -r1.7.8.2 -r1.7.8.3 src/libexec/httpd/content-bozo.c cvs rdiff -u -r1.5.8.2 -r1.5.8.3 src/libexec/httpd/main.c cvs rdiff -u -r1.1.1.1.14.1 -r1.1.1.1.14.2 \ src/libexec/httpd/libbozohttpd/libbozohttpd.3 cvs rdiff -u -r1.1.1.1.14.1 -r1.1.1.1.14.2 src/libexec/httpd/small/Makefile cvs rdiff -u -r1.4.14.1 -r1.4.14.2 src/libexec/httpd/testsuite/Makefile cvs rdiff -u -r1.4 -r1.4.8.1 src/libexec/httpd/testsuite/html_cmp cvs rdiff -u -r0 -r1.1.6.2 src/libexec/httpd/testsuite/t11.in \ src/libexec/httpd/testsuite/t11.out cvs rdiff -u -r1.1.1.1.14.1 -r1.1.1.1.14.2 \ src/libexec/httpd/testsuite/test-bigfile cvs rdiff -u -r0 -r1.4.2.2 src/libexec/httpd/testsuite/test-simple cvs rdiff -u -r0 -r1.1.6.2 src/libexec/httpd/testsuite/cgi-bin/empty Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.