Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-6-1] src/libexec/httpd



Module Name:    src
Committed By:   snj
Date:           Tue Mar  7 07:21:54 UTC 2017

Modified Files:
        src/libexec/httpd [netbsd-6-1]: CHANGES bozohttpd.8 bozohttpd.c
            bozohttpd.h cgi-bozo.c content-bozo.c main.c
        src/libexec/httpd/libbozohttpd [netbsd-6-1]: libbozohttpd.3
        src/libexec/httpd/small [netbsd-6-1]: Makefile
        src/libexec/httpd/testsuite [netbsd-6-1]: Makefile html_cmp
            test-bigfile
Added Files:
        src/libexec/httpd/testsuite [netbsd-6-1]: t11.in t11.out test-simple
        src/libexec/httpd/testsuite/cgi-bin [netbsd-6-1]: 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.8.2 -r1.11.8.3 src/libexec/httpd/CHANGES
cvs rdiff -u -r1.32.8.2 -r1.32.8.3 src/libexec/httpd/bozohttpd.8
cvs rdiff -u -r1.30.8.2 -r1.30.8.3 src/libexec/httpd/bozohttpd.c
cvs rdiff -u -r1.20.8.2 -r1.20.8.3 src/libexec/httpd/bozohttpd.h
cvs rdiff -u -r1.20.14.3 -r1.20.14.4 src/libexec/httpd/cgi-bozo.c
cvs rdiff -u -r1.7.14.2 -r1.7.14.3 src/libexec/httpd/content-bozo.c
cvs rdiff -u -r1.5.14.2 -r1.5.14.3 src/libexec/httpd/main.c
cvs rdiff -u -r1.1.1.1.20.1 -r1.1.1.1.20.2 \
    src/libexec/httpd/libbozohttpd/libbozohttpd.3
cvs rdiff -u -r1.1.1.1.20.1 -r1.1.1.1.20.2 src/libexec/httpd/small/Makefile
cvs rdiff -u -r1.4.20.1 -r1.4.20.2 src/libexec/httpd/testsuite/Makefile
cvs rdiff -u -r1.4 -r1.4.14.1 src/libexec/httpd/testsuite/html_cmp
cvs rdiff -u -r0 -r1.1.8.2 src/libexec/httpd/testsuite/t11.in \
    src/libexec/httpd/testsuite/t11.out
cvs rdiff -u -r1.1.1.1.20.1 -r1.1.1.1.20.2 \
    src/libexec/httpd/testsuite/test-bigfile
cvs rdiff -u -r0 -r1.4.4.2 src/libexec/httpd/testsuite/test-simple
cvs rdiff -u -r0 -r1.1.8.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.




Home | Main Index | Thread Index | Old Index