<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <link>http://nxr.netbsd.org/rss/src/libexec/httpd/small/Makefile</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>bozohttpd-small: fix typo in SRCS, fix targets dependall and lint<br/><br/>The additional ':' after 'main.c' had no effect on the compilation since<br/>the suffix is removed when computing the list of object files.  The ':'<br/>excluded main.c from the dependency computation and from lint.<br/><br/>By defining CPPFLAGS instead of CFLAGS, the default "-O2" steps in<br/>again, and the proper flags are passed to lint, which did not work<br/>before at all because it could not find an included file.</title>
    <description>/src/libexec/httpd/small/Makefile - 1.6</description>
    <pubDate>Thu Apr 08 06:52:42 UTC 2021</pubDate>
    <dc:creator>rillig</dc:creator>
</item>

<item>
    <title>bozohttpd-small: fix error handling for unifdef<br/><br/>The second of the '$$?' was spelled only '$?'.  At the time where this<br/>shell expression was evaluated, it had already been overwritten by the<br/>preceding command '['.</title>
    <description>/src/libexec/httpd/small/Makefile - 1.5</description>
    <pubDate>Thu Apr 08 06:44:55 UTC 2021</pubDate>
    <dc:creator>rillig</dc:creator>
</item>

<item>
    <title>Add -DNO_BLOCKLIST_SUPPORT also to small/Makefile.</title>
    <description>/src/libexec/httpd/small/Makefile - 1.4</description>
    <pubDate>Mon Jul 13 10:35:17 UTC 2020</pubDate>
    <dc:creator>jruoho</dc:creator>
</item>

<item>
    <title>branches:  1.3.16;  1.3.26;<br/>link against main.c and ssl-bozo.c (which provides the IO backend.)</title>
    <description>/src/libexec/httpd/small/Makefile - 1.3</description>
    <pubDate>Thu Jul 17 06:24:57 UTC 2014</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>branches:  1.2.2;  1.2.4;  1.2.6;  1.2.8;<br/>- update CHANGES with recent changes<br/>- update version to 20140102<br/>- update copyrights<br/>- use getcwd() over getwd()<br/>- fix lean build (don't include lua)</title>
    <description>/src/libexec/httpd/small/Makefile - 1.2</description>
    <pubDate>Thu Jan 02 08:21:39 UTC 2014</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>branches:  1.1.1;<br/>Initial revision</title>
    <description>/src/libexec/httpd/small/Makefile - 1.1</description>
    <pubDate>Sat May 23 02:21:19 UTC 2009</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>branches:  1.1.1.1.6;  1.1.1.1.8;  1.1.1.1.12;  1.1.1.1.14;  1.1.1.1.20;<br/>import bozohttpd 20090522, which has these changes:<br/>	o  close more leaking file descriptors for CGI and daemon mode<br/>	o  add subdirs for build "debug" and "small" versions<br/>	o  clean up a bad merge / duplicate code<br/>	o  make mmap() usage portable, fixes linux &amp; ranges: support<br/>	o  document the -f option<br/>	o  daemon mode now serves 6 files per child</title>
    <description>/src/libexec/httpd/small/Makefile - 1.1.1.1</description>
    <pubDate>Sat May 23 02:21:19 UTC 2009</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>Pull up following revision(s) (requested by mrg in ticket #1437:<br/>	libexec/httpd/CHANGES: up to 1.25<br/>	libexec/httpd/bozohttpd.8: up to 1.65<br/>	libexec/httpd/bozohttpd.c: up to 1.86<br/>	libexec/httpd/bozohttpd.h: up to 1.47<br/>	libexec/httpd/cgi-bozo.c: up to 1.37<br/>	libexec/httpd/content-bozo.c: up to 1.14<br/>	libexec/httpd/libbozohttpd/libbozohttpd.3: up to 1.4<br/>	libexec/httpd/main.c: up to 1.16<br/>	libexec/httpd/small/Makefile: up to 1.3<br/>	libexec/httpd/testsuite/Makefile: up to 1.7<br/>	libexec/httpd/testsuite/cgi-bin/empty: up to 1.1<br/>	libexec/httpd/testsuite/html_cmp: up to 1.5<br/>	libexec/httpd/testsuite/t11.in: up to 1.1<br/>	libexec/httpd/testsuite/t11.out: up to 1.1<br/>	libexec/httpd/testsuite/test-bigfile: up to 1.4<br/>	libexec/httpd/testsuite/test-simple: up to 1.4<br/>Update bozohttpd to 20170201.  Changes:<br/>- fix an infinite loop in cgi processing<br/>- fixes and clean up for the testsuite<br/>- no longer sends encoding header for compressed formats<br/>- add a bozo_get_version() function which returns the version number</title>
    <description>/src/libexec/httpd/small/Makefile - 1.1.1.1.20.2</description>
    <pubDate>Tue Mar 07 07:21:54 UTC 2017</pubDate>
    <dc:creator>snj</dc:creator>
</item>

<item>
    <title>Pull up following revision(s) (requested by mrg in ticket #1095):<br/>libexec/httpd/CHANGES				1.12-1.18<br/>libexec/httpd/Makefile				1.13-1.22<br/>libexec/httpd/Makefile.boot			1.6<br/>libexec/httpd/auth-bozo.c			1.11-1.13<br/>libexec/httpd/bozohttpd.8			1.33-1.46<br/>libexec/httpd/bozohttpd.c			1.31-1.54<br/>libexec/httpd/bozohttpd.h			1.21-1.32<br/>libexec/httpd/cgi-bozo.c			1.21-1.25<br/>libexec/httpd/content-bozo.c			1.8-1.10<br/>libexec/httpd/daemon-bozo.c			1.16-1.16<br/>libexec/httpd/dir-index-bozo.c			1.15-1.19<br/>libexec/httpd/lua-bozo.c			1.1-1.9<br/>libexec/httpd/main.c				1.6-1.7<br/>libexec/httpd/netbsd_queue.h			1.1<br/>libexec/httpd/printenv.lua			1.1-1.2<br/>libexec/httpd/ssl-bozo.c			1.14-1.16<br/>libexec/httpd/tilde-luzah-bozo.c		1.10<br/>libexec/httpd/libbozohttpd/Makefile		1.2<br/>libexec/httpd/libbozohttpd/libbozohttpd.3	1.2-1.3<br/>libexec/httpd/small/Makefile			1.2<br/><br/>	Update bozohttpd from 20111118 to 20140708.<br/><br/>	changes in bozohttpd 20140708:<br/>	o  fixes for virtual host support, from rajeev_v_pillai@yahoo.com<br/>	o  avoid printing double errors, from shm@netbsd.org<br/>	o  fix a security issue in basic HTTP authentication which would allow<br/>	   authentication to be bypassed, from shm@netbsd.org<br/><br/>	changes in bozohttpd 20140201:<br/>	o  support .svg files<br/>	o  fix a core dump when requests timeout<br/><br/>	changes in bozohttpd 20140102:<br/>	o  update a few content types<br/>	o  add support for directly calling lua scripts to handle<br/>	   processes, from mbalmer@netbsd.org<br/>	o  properly escape generated HTML<br/>	o  add authentication for redirections, from martin@netbsd.org<br/>	o  handle chained ssl certifications, from elric@netbsd.org<br/>	o  add basic support for gzipped files, from elric@netbsd.org<br/>	o  properly escape generated URIs</title>
    <description>/src/libexec/httpd/small/Makefile - 1.1.1.1.20.1</description>
    <pubDate>Wed Jul 09 09:44:56 UTC 2014</pubDate>
    <dc:creator>msaitoh</dc:creator>
</item>

<item>
    <title>Pull up following revision(s) (requested by mrg in ticket #1437):<br/>	libexec/httpd/CHANGES: up to 1.25<br/>	libexec/httpd/bozohttpd.8: up to 1.65<br/>	libexec/httpd/bozohttpd.c: up to 1.86<br/>	libexec/httpd/bozohttpd.h: up to 1.47<br/>	libexec/httpd/cgi-bozo.c: up to 1.37<br/>	libexec/httpd/content-bozo.c: up to 1.14<br/>	libexec/httpd/libbozohttpd/libbozohttpd.3: up to 1.4<br/>	libexec/httpd/main.c: up to 1.16<br/>	libexec/httpd/small/Makefile: up to 1.3<br/>	libexec/httpd/testsuite/Makefile: up to 1.7<br/>	libexec/httpd/testsuite/cgi-bin/empty: up to 1.1<br/>	libexec/httpd/testsuite/html_cmp: up to 1.5<br/>	libexec/httpd/testsuite/t11.in: up to 1.1<br/>	libexec/httpd/testsuite/t11.out: up to 1.1<br/>	libexec/httpd/testsuite/test-bigfile: up to 1.4<br/>	libexec/httpd/testsuite/test-simple: up to 1.4<br/>Update bozohttpd to 20170201.  Changes:<br/>- fix an infinite loop in cgi processing<br/>- fixes and clean up for the testsuite<br/>- no longer sends encoding header for compressed formats<br/>- add a bozo_get_version() function which returns the version number</title>
    <description>/src/libexec/httpd/small/Makefile - 1.1.1.1.14.2</description>
    <pubDate>Tue Mar 07 07:16:08 UTC 2017</pubDate>
    <dc:creator>snj</dc:creator>
</item>

<item>
    <title>Pull up following revision(s) (requested by mrg in ticket #1095):<br/>libexec/httpd/CHANGES				1.12-1.18<br/>libexec/httpd/Makefile				1.13-1.22<br/>libexec/httpd/Makefile.boot			1.6<br/>libexec/httpd/auth-bozo.c			1.11-1.13<br/>libexec/httpd/bozohttpd.8			1.33-1.46<br/>libexec/httpd/bozohttpd.c			1.31-1.54<br/>libexec/httpd/bozohttpd.h			1.21-1.32<br/>libexec/httpd/cgi-bozo.c			1.21-1.25<br/>libexec/httpd/content-bozo.c			1.8-1.10<br/>libexec/httpd/daemon-bozo.c			1.16-1.16<br/>libexec/httpd/dir-index-bozo.c			1.15-1.19<br/>libexec/httpd/lua-bozo.c			1.1-1.9<br/>libexec/httpd/main.c				1.6-1.7<br/>libexec/httpd/netbsd_queue.h			1.1<br/>libexec/httpd/printenv.lua			1.1-1.2<br/>libexec/httpd/ssl-bozo.c			1.14-1.16<br/>libexec/httpd/tilde-luzah-bozo.c		1.10<br/>libexec/httpd/libbozohttpd/Makefile		1.2<br/>libexec/httpd/libbozohttpd/libbozohttpd.3	1.2-1.3<br/>libexec/httpd/small/Makefile			1.2<br/><br/>	Update bozohttpd from 20111118 to 20140708.<br/><br/>	changes in bozohttpd 20140708:<br/>	o  fixes for virtual host support, from rajeev_v_pillai@yahoo.com<br/>	o  avoid printing double errors, from shm@netbsd.org<br/>	o  fix a security issue in basic HTTP authentication which would allow<br/>	   authentication to be bypassed, from shm@netbsd.org<br/><br/>	changes in bozohttpd 20140201:<br/>	o  support .svg files<br/>	o  fix a core dump when requests timeout<br/><br/>	changes in bozohttpd 20140102:<br/>	o  update a few content types<br/>	o  add support for directly calling lua scripts to handle<br/>	   processes, from mbalmer@netbsd.org<br/>	o  properly escape generated HTML<br/>	o  add authentication for redirections, from martin@netbsd.org<br/>	o  handle chained ssl certifications, from elric@netbsd.org<br/>	o  add basic support for gzipped files, from elric@netbsd.org<br/>	o  properly escape generated URIs</title>
    <description>/src/libexec/httpd/small/Makefile - 1.1.1.1.14.1</description>
    <pubDate>Wed Jul 09 09:47:11 UTC 2014</pubDate>
    <dc:creator>msaitoh</dc:creator>
</item>

<item>
    <title>Rebase to HEAD as of a few days ago.</title>
    <description>/src/libexec/httpd/small/Makefile - 1.1.1.1.12.1</description>
    <pubDate>Wed Aug 20 00:02:22 UTC 2014</pubDate>
    <dc:creator>tls</dc:creator>
</item>

<item>
    <title>Pull up following revision(s) (requested by mrg in ticket #1437):<br/>	libexec/httpd/CHANGES: up to 1.25<br/>	libexec/httpd/bozohttpd.8: up to 1.65<br/>	libexec/httpd/bozohttpd.c: up to 1.86<br/>	libexec/httpd/bozohttpd.h: up to 1.47<br/>	libexec/httpd/cgi-bozo.c: up to 1.37<br/>	libexec/httpd/content-bozo.c: up to 1.14<br/>	libexec/httpd/libbozohttpd/libbozohttpd.3: up to 1.4<br/>	libexec/httpd/main.c: up to 1.16<br/>	libexec/httpd/small/Makefile: up to 1.3<br/>	libexec/httpd/testsuite/Makefile: up to 1.7<br/>	libexec/httpd/testsuite/cgi-bin/empty: up to 1.1<br/>	libexec/httpd/testsuite/html_cmp: up to 1.5<br/>	libexec/httpd/testsuite/t11.in: up to 1.1<br/>	libexec/httpd/testsuite/t11.out: up to 1.1<br/>	libexec/httpd/testsuite/test-bigfile: up to 1.4<br/>	libexec/httpd/testsuite/test-simple: up to 1.4<br/>Update bozohttpd to 20170201.  Changes:<br/>- fix an infinite loop in cgi processing<br/>- fixes and clean up for the testsuite<br/>- no longer sends encoding header for compressed formats<br/>- add a bozo_get_version() function which returns the version number</title>
    <description>/src/libexec/httpd/small/Makefile - 1.1.1.1.8.2</description>
    <pubDate>Tue Mar 07 07:25:18 UTC 2017</pubDate>
    <dc:creator>snj</dc:creator>
</item>

<item>
    <title>Pull up following revision(s) (requested by mrg in ticket #1095):<br/>libexec/httpd/CHANGES				1.12-1.18<br/>libexec/httpd/Makefile				1.13-1.22<br/>libexec/httpd/Makefile.boot			1.6<br/>libexec/httpd/auth-bozo.c			1.11-1.13<br/>libexec/httpd/bozohttpd.8			1.33-1.46<br/>libexec/httpd/bozohttpd.c			1.31-1.54<br/>libexec/httpd/bozohttpd.h			1.21-1.32<br/>libexec/httpd/cgi-bozo.c			1.21-1.25<br/>libexec/httpd/content-bozo.c			1.8-1.10<br/>libexec/httpd/daemon-bozo.c			1.16-1.16<br/>libexec/httpd/dir-index-bozo.c			1.15-1.19<br/>libexec/httpd/lua-bozo.c			1.1-1.9<br/>libexec/httpd/main.c				1.6-1.7<br/>libexec/httpd/netbsd_queue.h			1.1<br/>libexec/httpd/printenv.lua			1.1-1.2<br/>libexec/httpd/ssl-bozo.c			1.14-1.16<br/>libexec/httpd/tilde-luzah-bozo.c		1.10<br/>libexec/httpd/libbozohttpd/Makefile		1.2<br/>libexec/httpd/libbozohttpd/libbozohttpd.3	1.2-1.3<br/>libexec/httpd/small/Makefile			1.2<br/><br/>	Update bozohttpd from 20111118 to 20140708.<br/><br/>	changes in bozohttpd 20140708:<br/>	o  fixes for virtual host support, from rajeev_v_pillai@yahoo.com<br/>	o  avoid printing double errors, from shm@netbsd.org<br/>	o  fix a security issue in basic HTTP authentication which would allow<br/>	   authentication to be bypassed, from shm@netbsd.org<br/><br/>	changes in bozohttpd 20140201:<br/>	o  support .svg files<br/>	o  fix a core dump when requests timeout<br/><br/>	changes in bozohttpd 20140102:<br/>	o  update a few content types<br/>	o  add support for directly calling lua scripts to handle<br/>	   processes, from mbalmer@netbsd.org<br/>	o  properly escape generated HTML<br/>	o  add authentication for redirections, from martin@netbsd.org<br/>	o  handle chained ssl certifications, from elric@netbsd.org<br/>	o  add basic support for gzipped files, from elric@netbsd.org<br/>	o  properly escape generated URIs</title>
    <description>/src/libexec/httpd/small/Makefile - 1.1.1.1.8.1</description>
    <pubDate>Wed Jul 09 09:42:39 UTC 2014</pubDate>
    <dc:creator>msaitoh</dc:creator>
</item>

<item>
    <title>sync with head.<br/><br/>for a reference, the tree before this commit was tagged<br/>as yamt-pagecache-tag8.<br/><br/>this commit was splitted into small chunks to avoid<br/>a limitation of cvs.  ("Protocol error: too many arguments")</title>
    <description>/src/libexec/httpd/small/Makefile - 1.1.1.1.6.1</description>
    <pubDate>Thu May 22 11:37:13 UTC 2014</pubDate>
    <dc:creator>yamt</dc:creator>
</item>

<item>
    <title>Pull up following revision(s) (requested by mrg in ticket #1913):<br/>libexec/httpd/CHANGES				1.3-1.18<br/>libexec/httpd/Makefile				1.8-1.22 via patch<br/>libexec/httpd/Makefile.boot			1.3-1.6<br/>libexec/httpd/auth-bozo.c			1.5-1.13<br/>libexec/httpd/bozohttpd.8			1.6-1.46<br/>libexec/httpd/bozohttpd.c			1.8,1.12-1.54<br/>libexec/httpd/bozohttpd.h			1.8-1.32<br/>libexec/httpd/cgi-bozo.c			1.11-1.25<br/>libexec/httpd/content-bozo.c			1.4-1.10<br/>libexec/httpd/daemon-bozo.c			1.5-1.16<br/>libexec/httpd/dir-index-bozo.c			1.6-1.19<br/>libexec/httpd/ssl-bozo.c			1.5-1.16<br/>libexec/httpd/tilde-luzah-bozo.c		1.5-1.10<br/>libexec/httpd/lua-bozo.c			1.1-1.9<br/>libexec/httpd/main.c				1.1-1.7<br/>libexec/httpd/netbsd_queue.h			1.1<br/>libexec/httpd/printenv.lua			1.1-1.2<br/>libexec/httpd/debug/Makefile			1.1<br/>libexec/httpd/libbozohttpd/Makefile		1.2<br/>libexec/httpd/libbozohttpd/libbozohttpd.3	1.3<br/>libexec/httpd/libbozohttpd/shlib_version	1.1<br/>libexec/httpd/lua/Makefile			1.1<br/>libexec/httpd/lua/bozo.lua			1.1<br/>libexec/httpd/lua/glue.c			1.1<br/>libexec/httpd/lua/optparse.lua			1.1<br/>libexec/httpd/lua/shlib_version			1.1<br/>libexec/httpd/small/Makefile			1.1-1.2<br/>libexec/httpd/testsuite/Makefile		1.4<br/>libexec/httpd/testsuite/html_cmp		1.4<br/>libexec/httpd/testsuite/t1.in			1.3<br/>libexec/httpd/testsuite/t1.out			1.3<br/>libexec/httpd/testsuite/t10.in			1.1<br/>libexec/httpd/testsuite/t10.out			1.1<br/>libexec/httpd/testsuite/t2.in			1.3<br/>libexec/httpd/testsuite/t2.out			1.3<br/>libexec/httpd/testsuite/t3.in			1.3<br/>libexec/httpd/testsuite/t3.out			1.3<br/>libexec/httpd/testsuite/t4.in			1.3<br/>libexec/httpd/testsuite/t4.out			1.3<br/>libexec/httpd/testsuite/t5.in			1.3<br/>libexec/httpd/testsuite/t5.out			1.3<br/>libexec/httpd/testsuite/t6.in			1.3<br/>libexec/httpd/testsuite/t6.out			1.3<br/>libexec/httpd/testsuite/t7.in			1.3<br/>libexec/httpd/testsuite/t7.out			1.3<br/>libexec/httpd/testsuite/t8.in			1.3<br/>libexec/httpd/testsuite/t8.out			1.3<br/>libexec/httpd/testsuite/t9.in			1.3<br/>libexec/httpd/testsuite/t9.out			1.3<br/>libexec/httpd/testsuite/test-bigfile		1.1<br/>libexec/httpd/testsuite/data/bigfile		1.1<br/>libexec/httpd/testsuite/data/bigfile.partial4000 1.1<br/>libexec/httpd/testsuite/data/bigfile.partial8000 1.1<br/>libexec/httpd/testsuite/data/file		1.3<br/>libexec/httpd/testsuite/data/index.html		1.3<br/><br/>	Update bozohttpd from 20080303+patches to 20140708.<br/><br/>changes in bozohttpd 20140708:<br/>	o  fixes for virtual host support, from rajeev_v_pillai@yahoo.com<br/>	o  avoid printing double errors, from shm@netbsd.org<br/>	o  fix a security issue in basic HTTP authentication which would allow<br/>	   authentication to be bypassed, from shm@netbsd.org<br/><br/>changes in bozohttpd 20140201:<br/>	o  support .svg files<br/>	o  fix a core dump when requests timeout<br/><br/>changes in bozohttpd 20140102:<br/>	o  update a few content types<br/>	o  add support for directly calling lua scripts to handle<br/>	   processes, from mbalmer@netbsd.org<br/>	o  properly escape generated HTML<br/>	o  add authentication for redirections, from martin@netbsd.org<br/>	o  handle chained ssl certifications, from elric@netbsd.org<br/>	o  add basic support for gzipped files, from elric@netbsd.org<br/>	o  properly escape generated URIs<br/><br/>changes in bozohttpd 20111118:<br/>	o  add -P &lt;pidfile&gt; option, from jmmv@netbsd.org<br/>	o  avoid crashes with http basic auth, from pooka@netbsd.org<br/>	o  add support for REDIRECT_STATUS variable, from tls@netbsd.org<br/>	o  support .mp4 files in the default map<br/>	o  directory indexes with files with : are now displayed properly, from<br/>	   reed@netbsd.org<br/>	o  allow -I option to be useful in non-inetd mode as well<br/><br/>changes in bozohttpd 20100920:<br/>	o  properly fully disable multi-file mode for now<br/>	o  fix the -t and -U options when used without the -e option, broken since<br/>	   the library-ifcation<br/>	o  be explicit that logs go to the FTP facility in syslog<br/>	o  use scandir() with alphasort() for sorted directory lists, from moof<br/>	o  fix a serious error in vhost handling; "Host:.." would allow access to<br/>	   the next level directory from the virtual root directory, from seanb<br/>	o  fix some various non standard compile time errors, from rudolf<br/>	o  fix dynamic CGI content maps, from rudolf<br/><br/>changes in bozohttpd 20100617:<br/>	o  fix some compile issues<br/>	o  fix SSL mode.  from rtr<br/>	o  fix some cgi-bin issues, as seen with cvsweb<br/>	o  disable multi-file daemon mode for now, it breaks<br/>	o  return 404's instead of 403's when chdir of ~user dirs fail<br/>	o  remove "noreturn" attribute from bozo_http_error() that was<br/>	   causing incorrect runtime behaviour<br/><br/>changes in bozohttpd 20100509:<br/>	o  major rework and clean up of internal interfaces.  move the main<br/>	   program into main.c, the remaining parts are useable as library.<br/>	   add bindings for lua.  by Alistair G. Crooks &lt;agc@netbsd.org&gt;<br/>	o  fix http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=566325<br/><br/>changes in bozohttpd 20090522:<br/>	o  avoid dying in daemon mode for some uncommon, but recoverable, errors<br/>	o  close leaking file descriptors for CGI and daemon mode<br/>	o  handle poll errors properly<br/>	o  don't try to handle more than one request per process yet<br/>	o  add subdirs for build "debug" and "small" versions<br/>	o  clean up a bad merge / duplicate code<br/>	o  make mmap() usage portable, fixes linux &amp; ranges: support<br/>	o  document the -f option<br/>	o  daemon mode now serves 6 files per child<br/><br/>changes in bozohttpd 20090417:<br/>	o  make bozohttpd internally more modular, preparing the way<br/>	   to handle more than one request per process<br/>	o  fix http-auth, set $REMOTE_USER not $REMOTEUSER.  also fix<br/>	   cgi-bin with cvsweb, from Holger Weiss &lt;holger@CIS.FU-Berlin.DE&gt;<br/>	o  fix an uninitialised variable use in daemon mode<br/>	o  fix ssl mode with newer OpenSSL<br/>	o  mmap large files in manageable sizes so we can serve any size file<br/>	o  refactor url processing to handle query strings correctly for CGI<br/>	   from Sergey Katsev at Coyote Point<br/>	o  add If-Modified-Since support, from Joerg Sonnenberger<br/>	   &lt;joerg@netbsd.org&gt;<br/>	o  many more manual fixes, from NetBSD</title>
    <description>/src/libexec/httpd/small/Makefile - 1.2.8.2</description>
    <pubDate>Wed Jul 09 16:09:39 UTC 2014</pubDate>
    <dc:creator>msaitoh</dc:creator>
</item>

<item>
    <title>file Makefile was added on branch netbsd-5-1 on 2014-07-09 16:09:39 +0000</title>
    <description>/src/libexec/httpd/small/Makefile - 1.2.8.1</description>
    <pubDate>Thu Jan 02 08:21:39 UTC 2014</pubDate>
    <dc:creator>msaitoh</dc:creator>
</item>

<item>
    <title>Pull up following revision(s) (requested by mrg in ticket #1913):<br/>libexec/httpd/CHANGES				1.3-1.18<br/>libexec/httpd/Makefile				1.8-1.22 via patch<br/>libexec/httpd/Makefile.boot			1.3-1.6<br/>libexec/httpd/auth-bozo.c			1.5-1.13<br/>libexec/httpd/bozohttpd.8			1.6-1.46<br/>libexec/httpd/bozohttpd.c			1.8,1.12-1.54<br/>libexec/httpd/bozohttpd.h			1.8-1.32<br/>libexec/httpd/cgi-bozo.c			1.11-1.25<br/>libexec/httpd/content-bozo.c			1.4-1.10<br/>libexec/httpd/daemon-bozo.c			1.5-1.16<br/>libexec/httpd/dir-index-bozo.c			1.6-1.19<br/>libexec/httpd/ssl-bozo.c			1.5-1.16<br/>libexec/httpd/tilde-luzah-bozo.c		1.5-1.10<br/>libexec/httpd/lua-bozo.c			1.1-1.9<br/>libexec/httpd/main.c				1.1-1.7<br/>libexec/httpd/netbsd_queue.h			1.1<br/>libexec/httpd/printenv.lua			1.1-1.2<br/>libexec/httpd/debug/Makefile			1.1<br/>libexec/httpd/libbozohttpd/Makefile		1.2<br/>libexec/httpd/libbozohttpd/libbozohttpd.3	1.3<br/>libexec/httpd/libbozohttpd/shlib_version	1.1<br/>libexec/httpd/lua/Makefile			1.1<br/>libexec/httpd/lua/bozo.lua			1.1<br/>libexec/httpd/lua/glue.c			1.1<br/>libexec/httpd/lua/optparse.lua			1.1<br/>libexec/httpd/lua/shlib_version			1.1<br/>libexec/httpd/small/Makefile			1.1-1.2<br/>libexec/httpd/testsuite/Makefile		1.4<br/>libexec/httpd/testsuite/html_cmp		1.4<br/>libexec/httpd/testsuite/t1.in			1.3<br/>libexec/httpd/testsuite/t1.out			1.3<br/>libexec/httpd/testsuite/t10.in			1.1<br/>libexec/httpd/testsuite/t10.out			1.1<br/>libexec/httpd/testsuite/t2.in			1.3<br/>libexec/httpd/testsuite/t2.out			1.3<br/>libexec/httpd/testsuite/t3.in			1.3<br/>libexec/httpd/testsuite/t3.out			1.3<br/>libexec/httpd/testsuite/t4.in			1.3<br/>libexec/httpd/testsuite/t4.out			1.3<br/>libexec/httpd/testsuite/t5.in			1.3<br/>libexec/httpd/testsuite/t5.out			1.3<br/>libexec/httpd/testsuite/t6.in			1.3<br/>libexec/httpd/testsuite/t6.out			1.3<br/>libexec/httpd/testsuite/t7.in			1.3<br/>libexec/httpd/testsuite/t7.out			1.3<br/>libexec/httpd/testsuite/t8.in			1.3<br/>libexec/httpd/testsuite/t8.out			1.3<br/>libexec/httpd/testsuite/t9.in			1.3<br/>libexec/httpd/testsuite/t9.out			1.3<br/>libexec/httpd/testsuite/test-bigfile		1.1<br/>libexec/httpd/testsuite/data/bigfile		1.1<br/>libexec/httpd/testsuite/data/bigfile.partial4000 1.1<br/>libexec/httpd/testsuite/data/bigfile.partial8000 1.1<br/>libexec/httpd/testsuite/data/file		1.3<br/>libexec/httpd/testsuite/data/index.html		1.3<br/><br/>	Update bozohttpd from 20080303+patches to 20140708.<br/><br/>changes in bozohttpd 20140708:<br/>	o  fixes for virtual host support, from rajeev_v_pillai@yahoo.com<br/>	o  avoid printing double errors, from shm@netbsd.org<br/>	o  fix a security issue in basic HTTP authentication which would allow<br/>	   authentication to be bypassed, from shm@netbsd.org<br/><br/>changes in bozohttpd 20140201:<br/>	o  support .svg files<br/>	o  fix a core dump when requests timeout<br/><br/>changes in bozohttpd 20140102:<br/>	o  update a few content types<br/>	o  add support for directly calling lua scripts to handle<br/>	   processes, from mbalmer@netbsd.org<br/>	o  properly escape generated HTML<br/>	o  add authentication for redirections, from martin@netbsd.org<br/>	o  handle chained ssl certifications, from elric@netbsd.org<br/>	o  add basic support for gzipped files, from elric@netbsd.org<br/>	o  properly escape generated URIs<br/><br/>changes in bozohttpd 20111118:<br/>	o  add -P &lt;pidfile&gt; option, from jmmv@netbsd.org<br/>	o  avoid crashes with http basic auth, from pooka@netbsd.org<br/>	o  add support for REDIRECT_STATUS variable, from tls@netbsd.org<br/>	o  support .mp4 files in the default map<br/>	o  directory indexes with files with : are now displayed properly, from<br/>	   reed@netbsd.org<br/>	o  allow -I option to be useful in non-inetd mode as well<br/><br/>changes in bozohttpd 20100920:<br/>	o  properly fully disable multi-file mode for now<br/>	o  fix the -t and -U options when used without the -e option, broken since<br/>	   the library-ifcation<br/>	o  be explicit that logs go to the FTP facility in syslog<br/>	o  use scandir() with alphasort() for sorted directory lists, from moof<br/>	o  fix a serious error in vhost handling; "Host:.." would allow access to<br/>	   the next level directory from the virtual root directory, from seanb<br/>	o  fix some various non standard compile time errors, from rudolf<br/>	o  fix dynamic CGI content maps, from rudolf<br/><br/>changes in bozohttpd 20100617:<br/>	o  fix some compile issues<br/>	o  fix SSL mode.  from rtr<br/>	o  fix some cgi-bin issues, as seen with cvsweb<br/>	o  disable multi-file daemon mode for now, it breaks<br/>	o  return 404's instead of 403's when chdir of ~user dirs fail<br/>	o  remove "noreturn" attribute from bozo_http_error() that was<br/>	   causing incorrect runtime behaviour<br/><br/>changes in bozohttpd 20100509:<br/>	o  major rework and clean up of internal interfaces.  move the main<br/>	   program into main.c, the remaining parts are useable as library.<br/>	   add bindings for lua.  by Alistair G. Crooks &lt;agc@netbsd.org&gt;<br/>	o  fix http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=566325<br/><br/>changes in bozohttpd 20090522:<br/>	o  avoid dying in daemon mode for some uncommon, but recoverable, errors<br/>	o  close leaking file descriptors for CGI and daemon mode<br/>	o  handle poll errors properly<br/>	o  don't try to handle more than one request per process yet<br/>	o  add subdirs for build "debug" and "small" versions<br/>	o  clean up a bad merge / duplicate code<br/>	o  make mmap() usage portable, fixes linux &amp; ranges: support<br/>	o  document the -f option<br/>	o  daemon mode now serves 6 files per child<br/><br/>changes in bozohttpd 20090417:<br/>	o  make bozohttpd internally more modular, preparing the way<br/>	   to handle more than one request per process<br/>	o  fix http-auth, set $REMOTE_USER not $REMOTEUSER.  also fix<br/>	   cgi-bin with cvsweb, from Holger Weiss &lt;holger@CIS.FU-Berlin.DE&gt;<br/>	o  fix an uninitialised variable use in daemon mode<br/>	o  fix ssl mode with newer OpenSSL<br/>	o  mmap large files in manageable sizes so we can serve any size file<br/>	o  refactor url processing to handle query strings correctly for CGI<br/>	   from Sergey Katsev at Coyote Point<br/>	o  add If-Modified-Since support, from Joerg Sonnenberger<br/>	   &lt;joerg@netbsd.org&gt;<br/>	o  many more manual fixes, from NetBSD</title>
    <description>/src/libexec/httpd/small/Makefile - 1.2.6.2</description>
    <pubDate>Wed Jul 09 16:04:13 UTC 2014</pubDate>
    <dc:creator>msaitoh</dc:creator>
</item>

<item>
    <title>file Makefile was added on branch netbsd-5-2 on 2014-07-09 16:04:13 +0000</title>
    <description>/src/libexec/httpd/small/Makefile - 1.2.6.1</description>
    <pubDate>Thu Jan 02 08:21:39 UTC 2014</pubDate>
    <dc:creator>msaitoh</dc:creator>
</item>

<item>
    <title>Pull up following revision(s) (requested by mrg in ticket #1913):<br/>libexec/httpd/CHANGES				1.3-1.18<br/>libexec/httpd/Makefile				1.8-1.22 via patch<br/>libexec/httpd/Makefile.boot			1.3-1.6<br/>libexec/httpd/auth-bozo.c			1.5-1.13<br/>libexec/httpd/bozohttpd.8			1.6-1.46<br/>libexec/httpd/bozohttpd.c			1.8,1.12-1.54<br/>libexec/httpd/bozohttpd.h			1.8-1.32<br/>libexec/httpd/cgi-bozo.c			1.11-1.25<br/>libexec/httpd/content-bozo.c			1.4-1.10<br/>libexec/httpd/daemon-bozo.c			1.5-1.16<br/>libexec/httpd/dir-index-bozo.c			1.6-1.19<br/>libexec/httpd/ssl-bozo.c			1.5-1.16<br/>libexec/httpd/tilde-luzah-bozo.c		1.5-1.10<br/>libexec/httpd/lua-bozo.c			1.1-1.9<br/>libexec/httpd/main.c				1.1-1.7<br/>libexec/httpd/netbsd_queue.h			1.1<br/>libexec/httpd/printenv.lua			1.1-1.2<br/>libexec/httpd/debug/Makefile			1.1<br/>libexec/httpd/libbozohttpd/Makefile		1.2<br/>libexec/httpd/libbozohttpd/libbozohttpd.3	1.3<br/>libexec/httpd/libbozohttpd/shlib_version	1.1<br/>libexec/httpd/lua/Makefile			1.1<br/>libexec/httpd/lua/bozo.lua			1.1<br/>libexec/httpd/lua/glue.c			1.1<br/>libexec/httpd/lua/optparse.lua			1.1<br/>libexec/httpd/lua/shlib_version			1.1<br/>libexec/httpd/small/Makefile			1.1-1.2<br/>libexec/httpd/testsuite/Makefile		1.4<br/>libexec/httpd/testsuite/html_cmp		1.4<br/>libexec/httpd/testsuite/t1.in			1.3<br/>libexec/httpd/testsuite/t1.out			1.3<br/>libexec/httpd/testsuite/t10.in			1.1<br/>libexec/httpd/testsuite/t10.out			1.1<br/>libexec/httpd/testsuite/t2.in			1.3<br/>libexec/httpd/testsuite/t2.out			1.3<br/>libexec/httpd/testsuite/t3.in			1.3<br/>libexec/httpd/testsuite/t3.out			1.3<br/>libexec/httpd/testsuite/t4.in			1.3<br/>libexec/httpd/testsuite/t4.out			1.3<br/>libexec/httpd/testsuite/t5.in			1.3<br/>libexec/httpd/testsuite/t5.out			1.3<br/>libexec/httpd/testsuite/t6.in			1.3<br/>libexec/httpd/testsuite/t6.out			1.3<br/>libexec/httpd/testsuite/t7.in			1.3<br/>libexec/httpd/testsuite/t7.out			1.3<br/>libexec/httpd/testsuite/t8.in			1.3<br/>libexec/httpd/testsuite/t8.out			1.3<br/>libexec/httpd/testsuite/t9.in			1.3<br/>libexec/httpd/testsuite/t9.out			1.3<br/>libexec/httpd/testsuite/test-bigfile		1.1<br/>libexec/httpd/testsuite/data/bigfile		1.1<br/>libexec/httpd/testsuite/data/bigfile.partial4000 1.1<br/>libexec/httpd/testsuite/data/bigfile.partial8000 1.1<br/>libexec/httpd/testsuite/data/file		1.3<br/>libexec/httpd/testsuite/data/index.html		1.3<br/><br/>	Update bozohttpd from 20080303+patches to 20140708.<br/><br/>changes in bozohttpd 20140708:<br/>	o  fixes for virtual host support, from rajeev_v_pillai@yahoo.com<br/>	o  avoid printing double errors, from shm@netbsd.org<br/>	o  fix a security issue in basic HTTP authentication which would allow<br/>	   authentication to be bypassed, from shm@netbsd.org<br/><br/>changes in bozohttpd 20140201:<br/>	o  support .svg files<br/>	o  fix a core dump when requests timeout<br/><br/>changes in bozohttpd 20140102:<br/>	o  update a few content types<br/>	o  add support for directly calling lua scripts to handle<br/>	   processes, from mbalmer@netbsd.org<br/>	o  properly escape generated HTML<br/>	o  add authentication for redirections, from martin@netbsd.org<br/>	o  handle chained ssl certifications, from elric@netbsd.org<br/>	o  add basic support for gzipped files, from elric@netbsd.org<br/>	o  properly escape generated URIs<br/><br/>changes in bozohttpd 20111118:<br/>	o  add -P &lt;pidfile&gt; option, from jmmv@netbsd.org<br/>	o  avoid crashes with http basic auth, from pooka@netbsd.org<br/>	o  add support for REDIRECT_STATUS variable, from tls@netbsd.org<br/>	o  support .mp4 files in the default map<br/>	o  directory indexes with files with : are now displayed properly, from<br/>	   reed@netbsd.org<br/>	o  allow -I option to be useful in non-inetd mode as well<br/><br/>changes in bozohttpd 20100920:<br/>	o  properly fully disable multi-file mode for now<br/>	o  fix the -t and -U options when used without the -e option, broken since<br/>	   the library-ifcation<br/>	o  be explicit that logs go to the FTP facility in syslog<br/>	o  use scandir() with alphasort() for sorted directory lists, from moof<br/>	o  fix a serious error in vhost handling; "Host:.." would allow access to<br/>	   the next level directory from the virtual root directory, from seanb<br/>	o  fix some various non standard compile time errors, from rudolf<br/>	o  fix dynamic CGI content maps, from rudolf<br/><br/>changes in bozohttpd 20100617:<br/>	o  fix some compile issues<br/>	o  fix SSL mode.  from rtr<br/>	o  fix some cgi-bin issues, as seen with cvsweb<br/>	o  disable multi-file daemon mode for now, it breaks<br/>	o  return 404's instead of 403's when chdir of ~user dirs fail<br/>	o  remove "noreturn" attribute from bozo_http_error() that was<br/>	   causing incorrect runtime behaviour<br/><br/>changes in bozohttpd 20100509:<br/>	o  major rework and clean up of internal interfaces.  move the main<br/>	   program into main.c, the remaining parts are useable as library.<br/>	   add bindings for lua.  by Alistair G. Crooks &lt;agc@netbsd.org&gt;<br/>	o  fix http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=566325<br/><br/>changes in bozohttpd 20090522:<br/>	o  avoid dying in daemon mode for some uncommon, but recoverable, errors<br/>	o  close leaking file descriptors for CGI and daemon mode<br/>	o  handle poll errors properly<br/>	o  don't try to handle more than one request per process yet<br/>	o  add subdirs for build "debug" and "small" versions<br/>	o  clean up a bad merge / duplicate code<br/>	o  make mmap() usage portable, fixes linux &amp; ranges: support<br/>	o  document the -f option<br/>	o  daemon mode now serves 6 files per child<br/><br/>changes in bozohttpd 20090417:<br/>	o  make bozohttpd internally more modular, preparing the way<br/>	   to handle more than one request per process<br/>	o  fix http-auth, set $REMOTE_USER not $REMOTEUSER.  also fix<br/>	   cgi-bin with cvsweb, from Holger Weiss &lt;holger@CIS.FU-Berlin.DE&gt;<br/>	o  fix an uninitialised variable use in daemon mode<br/>	o  fix ssl mode with newer OpenSSL<br/>	o  mmap large files in manageable sizes so we can serve any size file<br/>	o  refactor url processing to handle query strings correctly for CGI<br/>	   from Sergey Katsev at Coyote Point<br/>	o  add If-Modified-Since support, from Joerg Sonnenberger<br/>	   &lt;joerg@netbsd.org&gt;<br/>	o  many more manual fixes, from NetBSD</title>
    <description>/src/libexec/httpd/small/Makefile - 1.2.4.2</description>
    <pubDate>Wed Jul 09 15:21:21 UTC 2014</pubDate>
    <dc:creator>msaitoh</dc:creator>
</item>
</channel></rss>

