History log of /netbsd-current/libexec/httpd/Makefile
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.32 09-May-2023 christos

accommodate OpenSSL-3.x


Revision tags: netbsd-10-base bozohttpd-20220517 cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base bozohttpd-20210227
# 1.31 28-Feb-2021 mrg

avoid warnings from the previous when using objdirs.


# 1.30 28-Feb-2021 mrg

give BOZOVER a default so exporting a distfile is easy.


Revision tags: bozohttpd-20201014 bozohttpd-20200820
# 1.29 11-Jul-2020 jruoho

Add blocklistd(8) support.


Revision tags: netbsd-9-1-RELEASE bozohttpd-20190228 phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406 netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base phil-wifi-20190609 pgoyette-compat-20190127 pgoyette-compat-20190118
# 1.28 17-Jan-2019 mrg

branches: 1.28.2;
add 'check' target to toplevel makefile.

fix the t11.out output now that CGI parsing works better.


Revision tags: netbsd-8-1-RELEASE netbsd-8-1-RC1 pgoyette-compat-1226 pgoyette-compat-1126 bozohttpd-20181125 bozohttpd-20181123 bozohttpd-20181121 bozohttpd-20181118 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 pgoyette-compat-0728 netbsd-8-0-RELEASE phil-wifi-base pgoyette-compat-0625 netbsd-8-0-RC2 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 netbsd-8-0-RC1 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base
# 1.27 21-May-2017 riastradh

branches: 1.27.2; 1.27.8; 1.27.10;
Remove MKCRYPTO option.

Originally, MKCRYPTO was introduced because the United States
classified cryptography as a munition and restricted its export. The
export controls were substantially relaxed fifteen years ago, and are
essentially irrelevant for software with published source code.

In the intervening time, nobody bothered to remove the option after
its motivation -- the US export restriction -- was eliminated. I'm
not aware of any other operating system that has a similar option; I
expect it is mainly out of apathy for churn that we still have it.
Today, cryptography is an essential part of modern computing -- you
can't use the internet responsibly without cryptography.

The position of the TNF board of directors is that TNF makes no
representation that MKCRYPTO=no satisfies any country's cryptography
regulations.

My personal position is that the availability of cryptography is a
basic human right; that any local laws restricting it to a privileged
few are fundamentally immoral; and that it is wrong for developers to
spend effort crippling cryptography to work around such laws.

As proposed on tech-crypto, tech-security, and tech-userlevel to no
objections:

https://mail-index.netbsd.org/tech-crypto/2017/05/06/msg000719.html
https://mail-index.netbsd.org/tech-security/2017/05/06/msg000928.html
https://mail-index.netbsd.org/tech-userlevel/2017/05/06/msg010547.html

P.S. Reviewing all the uses of MKCRYPTO in src revealed a lot of
*bad* crypto that was conditional on it, e.g. DES in telnet... That
should probably be removed too, but on the grounds that it is bad,
not on the grounds that it is (nominally) crypto.


Revision tags: prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.26 30-Oct-2015 christos

- don't use alloca and then check if alloca returns null and then try to
free it. Allocating from the stack does not return null, and freeing it
will have unpredictable results. use malloc instead.
- now we are using malloc remove -Wno-stack-protector kludge


# 1.25 30-Oct-2015 tron

Fix build with "USE_SSP" set to "yes".


# 1.24 05-Aug-2015 mrg

on QNX, use nbutil.h.


# 1.23 16-Apr-2015 mrg

install as bozohttpd/bozohttpd.8 as well as httpd.


Revision tags: bozohttpd-20150320 bozohttpd-20141225 netbsd-7-base tls-earlyentropy-base tls-maxphys-base
# 1.22 08-Jul-2014 mrg

branches: 1.22.2;
make export-distfile target slightly more stable.


Revision tags: yamt-pagecache-base9 riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.21 02-Feb-2014 mrg

branches: 1.21.2;
display the tempdir for exported files as well.


# 1.20 02-Feb-2014 mrg

call gzip directly for distfile export target; it's usually run outside
of the normal build.


# 1.19 27-Jan-2014 apb

Pass the -n flag to gzip invocations.

This prevents it from embedding a timestamp in the output. We pass
"-n" unconditionally, not conditional on MKREPRO, because many other
invocations of gzip already passed the -n flag unconditionally.


# 1.18 27-Jan-2014 apb

Use ${TOOL_GZIP} instead of just gzip in all Makefiles
outside */dist/* subdirectories.

When USE_PIGZGZIP=yes, bsd.own.mk sets TOOL_GZIP=${TOOL_PIGZ},
so there's no need to test USE_PIGZGZIP in these Makefiles.


Revision tags: bozohttpd-20140102
# 1.17 16-Oct-2013 he

Also depend on LIBLUA, and add -lm to allow static linking.


# 1.16 12-Oct-2013 mbalmer

add Lua scripting support to bozohttpd, see httpd(8) for details


# 1.15 12-Oct-2013 mbalmer

remove trailing whitespace


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base bozohttpd-20130711
# 1.14 11-Jul-2013 mrg

add a target to export a bozohttpd distfile.


# 1.13 11-Jul-2013 mrg

merge parts of the release Makefile back in; unused by the netbsd build.


Revision tags: yamt-pagecache-tag8 netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 agc-symver-base netbsd-6-1-RC2 netbsd-6-1-RC1 yamt-pagecache-base8 netbsd-6-0-1-RELEASE yamt-pagecache-base7 matt-nb6-plus-nbase yamt-pagecache-base6 netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 yamt-pagecache-base5 yamt-pagecache-base4 netbsd-6-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base cherry-xenmp-base bouyer-quota2-nbase bouyer-quota2-base matt-mips64-premerge-20101231
# 1.12 20-Sep-2010 mrg

branches: 1.12.6; 1.12.8; 1.12.12; 1.12.14; 1.12.20;
merge bozohttpd 20100920


# 1.11 10-May-2010 mrg

merge bozohttpd 20100509.


Revision tags: matt-premerge-20091211
# 1.10 23-May-2009 mrg

fix a merge botch in previous


# 1.9 23-May-2009 mrg

merge bozohttpd 20090522


Revision tags: jym-xensuspend-nbase mrg-merged-to-bozohttpd-20090417-post jym-xensuspend-base
# 1.8 16-Mar-2009 lukem

Default to WARNS=4
Exceptions that need a lower level are:
getty ld.elf_so lfs_cleanerd makewhatis telnetd tftpd
hpropd ipropd-master ipropd-slave kadmind kpasswdd


Revision tags: netbsd-5-2-2-RELEASE netbsd-5-1-4-RELEASE netbsd-5-2-1-RELEASE netbsd-5-1-3-RELEASE netbsd-5-2-RELEASE netbsd-5-2-RC1 netbsd-5-1-2-RELEASE netbsd-5-1-1-RELEASE matt-nb5-mips64-premerge-20101231 matt-nb5-pq3-base netbsd-5-1-RELEASE netbsd-5-1-RC4 matt-nb5-mips64-k15 netbsd-5-1-RC3 netbsd-5-1-RC2 netbsd-5-1-RC1 netbsd-5-0-2-RELEASE matt-nb5-mips64-premerge-20091211 matt-nb5-mips64-u2-k2-k4-k7-k8-k9 matt-nb4-mips64-k7-u2a-k9b matt-nb5-mips64-u1-k1-k5 netbsd-5-0-1-RELEASE netbsd-5-0-RELEASE netbsd-5-0-RC4 netbsd-5-0-RC3 netbsd-5-0-RC2 netbsd-5-0-RC1 netbsd-5-base matt-mips64-base2 wrstuden-revivesa-base-3 wrstuden-revivesa-base-2 wrstuden-revivesa-base-1 yamt-pf42-base4 yamt-pf42-base3 hpcarm-cleanup-nbase yamt-pf42-base2 wrstuden-revivesa-base
# 1.7 25-Apr-2008 christos

branches: 1.7.4; 1.7.6; 1.7.8; 1.7.14;
warns=4


Revision tags: yamt-pf42-baseX yamt-pf42-base mrg-merged-to-bozohttpd-20080303 keiichi-mipv6-base matt-armv6-nbase
# 1.6 03-Mar-2008 mrg

branches: 1.6.2;
use BUILDSYMLINKS to not have to rename bozohttpd.8 while still
having this manual installed as httpd.8. now updates from my
repo to bozohttpd.8 will appear in this file.


Revision tags: hpcarm-cleanup-base
# 1.5 03-Feb-2008 mrg

branches: 1.5.2;
support MKCRYPTO=no:
- don't link -lssl -lcrypto
- -DNO_SSL_SUPPORT


Revision tags: cube-autoconf-base matt-armv6-base
# 1.4 18-Oct-2007 he

branches: 1.4.2;
A build for sun2 reveals that we also need -lcrypt, as auth-bozo.c
otherwise gets an unsatisfied reference to crypt().


# 1.3 17-Oct-2007 reed

Fix typo on Makefile which causes HTTP Authentication support
to not be used.

Now fix auth-bozo.c to not have warnings "may be used uninitialized"
and pointer targets "differ in signedness".


# 1.2 16-Oct-2007 tls

Get httpd ready for inclusion in build.


# 1.1 16-Oct-2007 tls

branches: 1.1.1;
Initial revision


Revision tags: bozohttpd-20210227
# 1.31 28-Feb-2021 mrg

avoid warnings from the previous when using objdirs.


# 1.30 28-Feb-2021 mrg

give BOZOVER a default so exporting a distfile is easy.


Revision tags: bozohttpd-20201014 bozohttpd-20200820
# 1.29 11-Jul-2020 jruoho

Add blocklistd(8) support.


Revision tags: netbsd-9-1-RELEASE bozohttpd-20190228 phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406 netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base phil-wifi-20190609 pgoyette-compat-20190127 pgoyette-compat-20190118
# 1.28 17-Jan-2019 mrg

add 'check' target to toplevel makefile.

fix the t11.out output now that CGI parsing works better.


Revision tags: netbsd-8-1-RELEASE netbsd-8-1-RC1 pgoyette-compat-1226 pgoyette-compat-1126 bozohttpd-20181125 bozohttpd-20181123 bozohttpd-20181121 bozohttpd-20181118 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 pgoyette-compat-0728 netbsd-8-0-RELEASE phil-wifi-base pgoyette-compat-0625 netbsd-8-0-RC2 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 netbsd-8-0-RC1 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base
# 1.27 21-May-2017 riastradh

branches: 1.27.2; 1.27.8; 1.27.10;
Remove MKCRYPTO option.

Originally, MKCRYPTO was introduced because the United States
classified cryptography as a munition and restricted its export. The
export controls were substantially relaxed fifteen years ago, and are
essentially irrelevant for software with published source code.

In the intervening time, nobody bothered to remove the option after
its motivation -- the US export restriction -- was eliminated. I'm
not aware of any other operating system that has a similar option; I
expect it is mainly out of apathy for churn that we still have it.
Today, cryptography is an essential part of modern computing -- you
can't use the internet responsibly without cryptography.

The position of the TNF board of directors is that TNF makes no
representation that MKCRYPTO=no satisfies any country's cryptography
regulations.

My personal position is that the availability of cryptography is a
basic human right; that any local laws restricting it to a privileged
few are fundamentally immoral; and that it is wrong for developers to
spend effort crippling cryptography to work around such laws.

As proposed on tech-crypto, tech-security, and tech-userlevel to no
objections:

https://mail-index.netbsd.org/tech-crypto/2017/05/06/msg000719.html
https://mail-index.netbsd.org/tech-security/2017/05/06/msg000928.html
https://mail-index.netbsd.org/tech-userlevel/2017/05/06/msg010547.html

P.S. Reviewing all the uses of MKCRYPTO in src revealed a lot of
*bad* crypto that was conditional on it, e.g. DES in telnet... That
should probably be removed too, but on the grounds that it is bad,
not on the grounds that it is (nominally) crypto.


Revision tags: prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.26 30-Oct-2015 christos

- don't use alloca and then check if alloca returns null and then try to
free it. Allocating from the stack does not return null, and freeing it
will have unpredictable results. use malloc instead.
- now we are using malloc remove -Wno-stack-protector kludge


# 1.25 30-Oct-2015 tron

Fix build with "USE_SSP" set to "yes".


# 1.24 05-Aug-2015 mrg

on QNX, use nbutil.h.


# 1.23 16-Apr-2015 mrg

install as bozohttpd/bozohttpd.8 as well as httpd.


Revision tags: bozohttpd-20150320 bozohttpd-20141225 netbsd-7-base tls-earlyentropy-base tls-maxphys-base
# 1.22 08-Jul-2014 mrg

branches: 1.22.2;
make export-distfile target slightly more stable.


Revision tags: yamt-pagecache-base9 riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.21 02-Feb-2014 mrg

branches: 1.21.2;
display the tempdir for exported files as well.


# 1.20 02-Feb-2014 mrg

call gzip directly for distfile export target; it's usually run outside
of the normal build.


# 1.19 27-Jan-2014 apb

Pass the -n flag to gzip invocations.

This prevents it from embedding a timestamp in the output. We pass
"-n" unconditionally, not conditional on MKREPRO, because many other
invocations of gzip already passed the -n flag unconditionally.


# 1.18 27-Jan-2014 apb

Use ${TOOL_GZIP} instead of just gzip in all Makefiles
outside */dist/* subdirectories.

When USE_PIGZGZIP=yes, bsd.own.mk sets TOOL_GZIP=${TOOL_PIGZ},
so there's no need to test USE_PIGZGZIP in these Makefiles.


Revision tags: bozohttpd-20140102
# 1.17 16-Oct-2013 he

Also depend on LIBLUA, and add -lm to allow static linking.


# 1.16 12-Oct-2013 mbalmer

add Lua scripting support to bozohttpd, see httpd(8) for details


# 1.15 12-Oct-2013 mbalmer

remove trailing whitespace


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base bozohttpd-20130711
# 1.14 11-Jul-2013 mrg

add a target to export a bozohttpd distfile.


# 1.13 11-Jul-2013 mrg

merge parts of the release Makefile back in; unused by the netbsd build.


Revision tags: yamt-pagecache-tag8 netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 agc-symver-base netbsd-6-1-RC2 netbsd-6-1-RC1 yamt-pagecache-base8 netbsd-6-0-1-RELEASE yamt-pagecache-base7 matt-nb6-plus-nbase yamt-pagecache-base6 netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 yamt-pagecache-base5 yamt-pagecache-base4 netbsd-6-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base cherry-xenmp-base bouyer-quota2-nbase bouyer-quota2-base matt-mips64-premerge-20101231
# 1.12 20-Sep-2010 mrg

branches: 1.12.6; 1.12.8; 1.12.12; 1.12.14; 1.12.20;
merge bozohttpd 20100920


# 1.11 10-May-2010 mrg

merge bozohttpd 20100509.


Revision tags: matt-premerge-20091211
# 1.10 23-May-2009 mrg

fix a merge botch in previous


# 1.9 23-May-2009 mrg

merge bozohttpd 20090522


Revision tags: jym-xensuspend-nbase mrg-merged-to-bozohttpd-20090417-post jym-xensuspend-base
# 1.8 16-Mar-2009 lukem

Default to WARNS=4
Exceptions that need a lower level are:
getty ld.elf_so lfs_cleanerd makewhatis telnetd tftpd
hpropd ipropd-master ipropd-slave kadmind kpasswdd


Revision tags: netbsd-5-2-2-RELEASE netbsd-5-1-4-RELEASE netbsd-5-2-1-RELEASE netbsd-5-1-3-RELEASE netbsd-5-2-RELEASE netbsd-5-2-RC1 netbsd-5-1-2-RELEASE netbsd-5-1-1-RELEASE matt-nb5-mips64-premerge-20101231 matt-nb5-pq3-base netbsd-5-1-RELEASE netbsd-5-1-RC4 matt-nb5-mips64-k15 netbsd-5-1-RC3 netbsd-5-1-RC2 netbsd-5-1-RC1 netbsd-5-0-2-RELEASE matt-nb5-mips64-premerge-20091211 matt-nb5-mips64-u2-k2-k4-k7-k8-k9 matt-nb4-mips64-k7-u2a-k9b matt-nb5-mips64-u1-k1-k5 netbsd-5-0-1-RELEASE netbsd-5-0-RELEASE netbsd-5-0-RC4 netbsd-5-0-RC3 netbsd-5-0-RC2 netbsd-5-0-RC1 netbsd-5-base matt-mips64-base2 wrstuden-revivesa-base-3 wrstuden-revivesa-base-2 wrstuden-revivesa-base-1 yamt-pf42-base4 yamt-pf42-base3 hpcarm-cleanup-nbase yamt-pf42-base2 wrstuden-revivesa-base
# 1.7 25-Apr-2008 christos

branches: 1.7.4; 1.7.6; 1.7.8; 1.7.14;
warns=4


Revision tags: yamt-pf42-baseX yamt-pf42-base mrg-merged-to-bozohttpd-20080303 keiichi-mipv6-base matt-armv6-nbase
# 1.6 03-Mar-2008 mrg

branches: 1.6.2;
use BUILDSYMLINKS to not have to rename bozohttpd.8 while still
having this manual installed as httpd.8. now updates from my
repo to bozohttpd.8 will appear in this file.


Revision tags: hpcarm-cleanup-base
# 1.5 03-Feb-2008 mrg

branches: 1.5.2;
support MKCRYPTO=no:
- don't link -lssl -lcrypto
- -DNO_SSL_SUPPORT


Revision tags: cube-autoconf-base matt-armv6-base
# 1.4 18-Oct-2007 he

branches: 1.4.2;
A build for sun2 reveals that we also need -lcrypt, as auth-bozo.c
otherwise gets an unsatisfied reference to crypt().


# 1.3 17-Oct-2007 reed

Fix typo on Makefile which causes HTTP Authentication support
to not be used.

Now fix auth-bozo.c to not have warnings "may be used uninitialized"
and pointer targets "differ in signedness".


# 1.2 16-Oct-2007 tls

Get httpd ready for inclusion in build.


# 1.1 16-Oct-2007 tls

branches: 1.1.1;
Initial revision


# 1.29 11-Jul-2020 jruoho

Add blocklistd(8) support.


Revision tags: phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406 netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base phil-wifi-20190609 pgoyette-compat-20190127 pgoyette-compat-20190118
# 1.28 17-Jan-2019 mrg

add 'check' target to toplevel makefile.

fix the t11.out output now that CGI parsing works better.


Revision tags: netbsd-8-1-RELEASE netbsd-8-1-RC1 pgoyette-compat-1226 pgoyette-compat-1126 bozohttpd-20181125 bozohttpd-20181123 bozohttpd-20181121 bozohttpd-20181118 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 pgoyette-compat-0728 netbsd-8-0-RELEASE phil-wifi-base pgoyette-compat-0625 netbsd-8-0-RC2 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 netbsd-8-0-RC1 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base
# 1.27 21-May-2017 riastradh

branches: 1.27.2; 1.27.8; 1.27.10;
Remove MKCRYPTO option.

Originally, MKCRYPTO was introduced because the United States
classified cryptography as a munition and restricted its export. The
export controls were substantially relaxed fifteen years ago, and are
essentially irrelevant for software with published source code.

In the intervening time, nobody bothered to remove the option after
its motivation -- the US export restriction -- was eliminated. I'm
not aware of any other operating system that has a similar option; I
expect it is mainly out of apathy for churn that we still have it.
Today, cryptography is an essential part of modern computing -- you
can't use the internet responsibly without cryptography.

The position of the TNF board of directors is that TNF makes no
representation that MKCRYPTO=no satisfies any country's cryptography
regulations.

My personal position is that the availability of cryptography is a
basic human right; that any local laws restricting it to a privileged
few are fundamentally immoral; and that it is wrong for developers to
spend effort crippling cryptography to work around such laws.

As proposed on tech-crypto, tech-security, and tech-userlevel to no
objections:

https://mail-index.netbsd.org/tech-crypto/2017/05/06/msg000719.html
https://mail-index.netbsd.org/tech-security/2017/05/06/msg000928.html
https://mail-index.netbsd.org/tech-userlevel/2017/05/06/msg010547.html

P.S. Reviewing all the uses of MKCRYPTO in src revealed a lot of
*bad* crypto that was conditional on it, e.g. DES in telnet... That
should probably be removed too, but on the grounds that it is bad,
not on the grounds that it is (nominally) crypto.


Revision tags: prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.26 30-Oct-2015 christos

- don't use alloca and then check if alloca returns null and then try to
free it. Allocating from the stack does not return null, and freeing it
will have unpredictable results. use malloc instead.
- now we are using malloc remove -Wno-stack-protector kludge


# 1.25 30-Oct-2015 tron

Fix build with "USE_SSP" set to "yes".


# 1.24 05-Aug-2015 mrg

on QNX, use nbutil.h.


# 1.23 16-Apr-2015 mrg

install as bozohttpd/bozohttpd.8 as well as httpd.


Revision tags: bozohttpd-20150320 bozohttpd-20141225 netbsd-7-base tls-earlyentropy-base tls-maxphys-base
# 1.22 08-Jul-2014 mrg

branches: 1.22.2;
make export-distfile target slightly more stable.


Revision tags: yamt-pagecache-base9 riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.21 02-Feb-2014 mrg

branches: 1.21.2;
display the tempdir for exported files as well.


# 1.20 02-Feb-2014 mrg

call gzip directly for distfile export target; it's usually run outside
of the normal build.


# 1.19 27-Jan-2014 apb

Pass the -n flag to gzip invocations.

This prevents it from embedding a timestamp in the output. We pass
"-n" unconditionally, not conditional on MKREPRO, because many other
invocations of gzip already passed the -n flag unconditionally.


# 1.18 27-Jan-2014 apb

Use ${TOOL_GZIP} instead of just gzip in all Makefiles
outside */dist/* subdirectories.

When USE_PIGZGZIP=yes, bsd.own.mk sets TOOL_GZIP=${TOOL_PIGZ},
so there's no need to test USE_PIGZGZIP in these Makefiles.


Revision tags: bozohttpd-20140102
# 1.17 16-Oct-2013 he

Also depend on LIBLUA, and add -lm to allow static linking.


# 1.16 12-Oct-2013 mbalmer

add Lua scripting support to bozohttpd, see httpd(8) for details


# 1.15 12-Oct-2013 mbalmer

remove trailing whitespace


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base bozohttpd-20130711
# 1.14 11-Jul-2013 mrg

add a target to export a bozohttpd distfile.


# 1.13 11-Jul-2013 mrg

merge parts of the release Makefile back in; unused by the netbsd build.


Revision tags: yamt-pagecache-tag8 netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 agc-symver-base netbsd-6-1-RC2 netbsd-6-1-RC1 yamt-pagecache-base8 netbsd-6-0-1-RELEASE yamt-pagecache-base7 matt-nb6-plus-nbase yamt-pagecache-base6 netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 yamt-pagecache-base5 yamt-pagecache-base4 netbsd-6-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base cherry-xenmp-base bouyer-quota2-nbase bouyer-quota2-base matt-mips64-premerge-20101231
# 1.12 20-Sep-2010 mrg

branches: 1.12.6; 1.12.8; 1.12.12; 1.12.14; 1.12.20;
merge bozohttpd 20100920


# 1.11 10-May-2010 mrg

merge bozohttpd 20100509.


Revision tags: matt-premerge-20091211
# 1.10 23-May-2009 mrg

fix a merge botch in previous


# 1.9 23-May-2009 mrg

merge bozohttpd 20090522


Revision tags: jym-xensuspend-nbase mrg-merged-to-bozohttpd-20090417-post jym-xensuspend-base
# 1.8 16-Mar-2009 lukem

Default to WARNS=4
Exceptions that need a lower level are:
getty ld.elf_so lfs_cleanerd makewhatis telnetd tftpd
hpropd ipropd-master ipropd-slave kadmind kpasswdd


Revision tags: netbsd-5-2-2-RELEASE netbsd-5-1-4-RELEASE netbsd-5-2-1-RELEASE netbsd-5-1-3-RELEASE netbsd-5-2-RELEASE netbsd-5-2-RC1 netbsd-5-1-2-RELEASE netbsd-5-1-1-RELEASE matt-nb5-mips64-premerge-20101231 matt-nb5-pq3-base netbsd-5-1-RELEASE netbsd-5-1-RC4 matt-nb5-mips64-k15 netbsd-5-1-RC3 netbsd-5-1-RC2 netbsd-5-1-RC1 netbsd-5-0-2-RELEASE matt-nb5-mips64-premerge-20091211 matt-nb5-mips64-u2-k2-k4-k7-k8-k9 matt-nb4-mips64-k7-u2a-k9b matt-nb5-mips64-u1-k1-k5 netbsd-5-0-1-RELEASE netbsd-5-0-RELEASE netbsd-5-0-RC4 netbsd-5-0-RC3 netbsd-5-0-RC2 netbsd-5-0-RC1 netbsd-5-base matt-mips64-base2 wrstuden-revivesa-base-3 wrstuden-revivesa-base-2 wrstuden-revivesa-base-1 yamt-pf42-base4 yamt-pf42-base3 hpcarm-cleanup-nbase yamt-pf42-base2 wrstuden-revivesa-base
# 1.7 25-Apr-2008 christos

branches: 1.7.4; 1.7.6; 1.7.8; 1.7.14;
warns=4


Revision tags: yamt-pf42-baseX yamt-pf42-base mrg-merged-to-bozohttpd-20080303 keiichi-mipv6-base matt-armv6-nbase
# 1.6 03-Mar-2008 mrg

branches: 1.6.2;
use BUILDSYMLINKS to not have to rename bozohttpd.8 while still
having this manual installed as httpd.8. now updates from my
repo to bozohttpd.8 will appear in this file.


Revision tags: hpcarm-cleanup-base
# 1.5 03-Feb-2008 mrg

branches: 1.5.2;
support MKCRYPTO=no:
- don't link -lssl -lcrypto
- -DNO_SSL_SUPPORT


Revision tags: cube-autoconf-base matt-armv6-base
# 1.4 18-Oct-2007 he

branches: 1.4.2;
A build for sun2 reveals that we also need -lcrypt, as auth-bozo.c
otherwise gets an unsatisfied reference to crypt().


# 1.3 17-Oct-2007 reed

Fix typo on Makefile which causes HTTP Authentication support
to not be used.

Now fix auth-bozo.c to not have warnings "may be used uninitialized"
and pointer targets "differ in signedness".


# 1.2 16-Oct-2007 tls

Get httpd ready for inclusion in build.


# 1.1 16-Oct-2007 tls

branches: 1.1.1;
Initial revision


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118
# 1.28 17-Jan-2019 mrg

add 'check' target to toplevel makefile.

fix the t11.out output now that CGI parsing works better.


Revision tags: pgoyette-compat-1226 pgoyette-compat-1126 bozohttpd-20181125 bozohttpd-20181123 bozohttpd-20181121 bozohttpd-20181118 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 pgoyette-compat-0728 netbsd-8-0-RELEASE phil-wifi-base pgoyette-compat-0625 netbsd-8-0-RC2 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 netbsd-8-0-RC1 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base
# 1.27 21-May-2017 riastradh

branches: 1.27.8;
Remove MKCRYPTO option.

Originally, MKCRYPTO was introduced because the United States
classified cryptography as a munition and restricted its export. The
export controls were substantially relaxed fifteen years ago, and are
essentially irrelevant for software with published source code.

In the intervening time, nobody bothered to remove the option after
its motivation -- the US export restriction -- was eliminated. I'm
not aware of any other operating system that has a similar option; I
expect it is mainly out of apathy for churn that we still have it.
Today, cryptography is an essential part of modern computing -- you
can't use the internet responsibly without cryptography.

The position of the TNF board of directors is that TNF makes no
representation that MKCRYPTO=no satisfies any country's cryptography
regulations.

My personal position is that the availability of cryptography is a
basic human right; that any local laws restricting it to a privileged
few are fundamentally immoral; and that it is wrong for developers to
spend effort crippling cryptography to work around such laws.

As proposed on tech-crypto, tech-security, and tech-userlevel to no
objections:

https://mail-index.netbsd.org/tech-crypto/2017/05/06/msg000719.html
https://mail-index.netbsd.org/tech-security/2017/05/06/msg000928.html
https://mail-index.netbsd.org/tech-userlevel/2017/05/06/msg010547.html

P.S. Reviewing all the uses of MKCRYPTO in src revealed a lot of
*bad* crypto that was conditional on it, e.g. DES in telnet... That
should probably be removed too, but on the grounds that it is bad,
not on the grounds that it is (nominally) crypto.


Revision tags: prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.26 30-Oct-2015 christos

- don't use alloca and then check if alloca returns null and then try to
free it. Allocating from the stack does not return null, and freeing it
will have unpredictable results. use malloc instead.
- now we are using malloc remove -Wno-stack-protector kludge


# 1.25 30-Oct-2015 tron

Fix build with "USE_SSP" set to "yes".


# 1.24 05-Aug-2015 mrg

on QNX, use nbutil.h.


# 1.23 16-Apr-2015 mrg

install as bozohttpd/bozohttpd.8 as well as httpd.


Revision tags: bozohttpd-20150320 bozohttpd-20141225 netbsd-7-base tls-earlyentropy-base tls-maxphys-base
# 1.22 08-Jul-2014 mrg

branches: 1.22.2;
make export-distfile target slightly more stable.


Revision tags: yamt-pagecache-base9 riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.21 02-Feb-2014 mrg

branches: 1.21.2;
display the tempdir for exported files as well.


# 1.20 02-Feb-2014 mrg

call gzip directly for distfile export target; it's usually run outside
of the normal build.


# 1.19 27-Jan-2014 apb

Pass the -n flag to gzip invocations.

This prevents it from embedding a timestamp in the output. We pass
"-n" unconditionally, not conditional on MKREPRO, because many other
invocations of gzip already passed the -n flag unconditionally.


# 1.18 27-Jan-2014 apb

Use ${TOOL_GZIP} instead of just gzip in all Makefiles
outside */dist/* subdirectories.

When USE_PIGZGZIP=yes, bsd.own.mk sets TOOL_GZIP=${TOOL_PIGZ},
so there's no need to test USE_PIGZGZIP in these Makefiles.


Revision tags: bozohttpd-20140102
# 1.17 16-Oct-2013 he

Also depend on LIBLUA, and add -lm to allow static linking.


# 1.16 12-Oct-2013 mbalmer

add Lua scripting support to bozohttpd, see httpd(8) for details


# 1.15 12-Oct-2013 mbalmer

remove trailing whitespace


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base bozohttpd-20130711
# 1.14 11-Jul-2013 mrg

add a target to export a bozohttpd distfile.


# 1.13 11-Jul-2013 mrg

merge parts of the release Makefile back in; unused by the netbsd build.


Revision tags: yamt-pagecache-tag8 netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 agc-symver-base netbsd-6-1-RC2 netbsd-6-1-RC1 yamt-pagecache-base8 netbsd-6-0-1-RELEASE yamt-pagecache-base7 matt-nb6-plus-nbase yamt-pagecache-base6 netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 yamt-pagecache-base5 yamt-pagecache-base4 netbsd-6-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base cherry-xenmp-base bouyer-quota2-nbase bouyer-quota2-base matt-mips64-premerge-20101231
# 1.12 20-Sep-2010 mrg

branches: 1.12.6; 1.12.8; 1.12.12; 1.12.14; 1.12.20;
merge bozohttpd 20100920


# 1.11 10-May-2010 mrg

merge bozohttpd 20100509.


Revision tags: matt-premerge-20091211
# 1.10 23-May-2009 mrg

fix a merge botch in previous


# 1.9 23-May-2009 mrg

merge bozohttpd 20090522


Revision tags: jym-xensuspend-nbase mrg-merged-to-bozohttpd-20090417-post jym-xensuspend-base
# 1.8 16-Mar-2009 lukem

Default to WARNS=4
Exceptions that need a lower level are:
getty ld.elf_so lfs_cleanerd makewhatis telnetd tftpd
hpropd ipropd-master ipropd-slave kadmind kpasswdd


Revision tags: netbsd-5-2-2-RELEASE netbsd-5-1-4-RELEASE netbsd-5-2-1-RELEASE netbsd-5-1-3-RELEASE netbsd-5-2-RELEASE netbsd-5-2-RC1 netbsd-5-1-2-RELEASE netbsd-5-1-1-RELEASE matt-nb5-mips64-premerge-20101231 matt-nb5-pq3-base netbsd-5-1-RELEASE netbsd-5-1-RC4 matt-nb5-mips64-k15 netbsd-5-1-RC3 netbsd-5-1-RC2 netbsd-5-1-RC1 netbsd-5-0-2-RELEASE matt-nb5-mips64-premerge-20091211 matt-nb5-mips64-u2-k2-k4-k7-k8-k9 matt-nb4-mips64-k7-u2a-k9b matt-nb5-mips64-u1-k1-k5 netbsd-5-0-1-RELEASE netbsd-5-0-RELEASE netbsd-5-0-RC4 netbsd-5-0-RC3 netbsd-5-0-RC2 netbsd-5-0-RC1 netbsd-5-base matt-mips64-base2 wrstuden-revivesa-base-3 wrstuden-revivesa-base-2 wrstuden-revivesa-base-1 yamt-pf42-base4 yamt-pf42-base3 hpcarm-cleanup-nbase yamt-pf42-base2 wrstuden-revivesa-base
# 1.7 25-Apr-2008 christos

branches: 1.7.4; 1.7.6; 1.7.8; 1.7.14;
warns=4


Revision tags: yamt-pf42-baseX yamt-pf42-base mrg-merged-to-bozohttpd-20080303 keiichi-mipv6-base matt-armv6-nbase
# 1.6 03-Mar-2008 mrg

branches: 1.6.2;
use BUILDSYMLINKS to not have to rename bozohttpd.8 while still
having this manual installed as httpd.8. now updates from my
repo to bozohttpd.8 will appear in this file.


Revision tags: hpcarm-cleanup-base
# 1.5 03-Feb-2008 mrg

branches: 1.5.2;
support MKCRYPTO=no:
- don't link -lssl -lcrypto
- -DNO_SSL_SUPPORT


Revision tags: cube-autoconf-base matt-armv6-base
# 1.4 18-Oct-2007 he

branches: 1.4.2;
A build for sun2 reveals that we also need -lcrypt, as auth-bozo.c
otherwise gets an unsatisfied reference to crypt().


# 1.3 17-Oct-2007 reed

Fix typo on Makefile which causes HTTP Authentication support
to not be used.

Now fix auth-bozo.c to not have warnings "may be used uninitialized"
and pointer targets "differ in signedness".


# 1.2 16-Oct-2007 tls

Get httpd ready for inclusion in build.


# 1.1 16-Oct-2007 tls

branches: 1.1.1;
Initial revision


# 1.27 21-May-2017 riastradh

Remove MKCRYPTO option.

Originally, MKCRYPTO was introduced because the United States
classified cryptography as a munition and restricted its export. The
export controls were substantially relaxed fifteen years ago, and are
essentially irrelevant for software with published source code.

In the intervening time, nobody bothered to remove the option after
its motivation -- the US export restriction -- was eliminated. I'm
not aware of any other operating system that has a similar option; I
expect it is mainly out of apathy for churn that we still have it.
Today, cryptography is an essential part of modern computing -- you
can't use the internet responsibly without cryptography.

The position of the TNF board of directors is that TNF makes no
representation that MKCRYPTO=no satisfies any country's cryptography
regulations.

My personal position is that the availability of cryptography is a
basic human right; that any local laws restricting it to a privileged
few are fundamentally immoral; and that it is wrong for developers to
spend effort crippling cryptography to work around such laws.

As proposed on tech-crypto, tech-security, and tech-userlevel to no
objections:

https://mail-index.netbsd.org/tech-crypto/2017/05/06/msg000719.html
https://mail-index.netbsd.org/tech-security/2017/05/06/msg000928.html
https://mail-index.netbsd.org/tech-userlevel/2017/05/06/msg010547.html

P.S. Reviewing all the uses of MKCRYPTO in src revealed a lot of
*bad* crypto that was conditional on it, e.g. DES in telnet... That
should probably be removed too, but on the grounds that it is bad,
not on the grounds that it is (nominally) crypto.


Revision tags: prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.26 30-Oct-2015 christos

- don't use alloca and then check if alloca returns null and then try to
free it. Allocating from the stack does not return null, and freeing it
will have unpredictable results. use malloc instead.
- now we are using malloc remove -Wno-stack-protector kludge


# 1.25 30-Oct-2015 tron

Fix build with "USE_SSP" set to "yes".


# 1.24 05-Aug-2015 mrg

on QNX, use nbutil.h.


# 1.23 16-Apr-2015 mrg

install as bozohttpd/bozohttpd.8 as well as httpd.


Revision tags: bozohttpd-20150320 bozohttpd-20141225 netbsd-7-base tls-earlyentropy-base tls-maxphys-base
# 1.22 08-Jul-2014 mrg

branches: 1.22.2;
make export-distfile target slightly more stable.


Revision tags: yamt-pagecache-base9 riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.21 02-Feb-2014 mrg

branches: 1.21.2;
display the tempdir for exported files as well.


# 1.20 02-Feb-2014 mrg

call gzip directly for distfile export target; it's usually run outside
of the normal build.


# 1.19 27-Jan-2014 apb

Pass the -n flag to gzip invocations.

This prevents it from embedding a timestamp in the output. We pass
"-n" unconditionally, not conditional on MKREPRO, because many other
invocations of gzip already passed the -n flag unconditionally.


# 1.18 27-Jan-2014 apb

Use ${TOOL_GZIP} instead of just gzip in all Makefiles
outside */dist/* subdirectories.

When USE_PIGZGZIP=yes, bsd.own.mk sets TOOL_GZIP=${TOOL_PIGZ},
so there's no need to test USE_PIGZGZIP in these Makefiles.


Revision tags: bozohttpd-20140102
# 1.17 16-Oct-2013 he

Also depend on LIBLUA, and add -lm to allow static linking.


# 1.16 12-Oct-2013 mbalmer

add Lua scripting support to bozohttpd, see httpd(8) for details


# 1.15 12-Oct-2013 mbalmer

remove trailing whitespace


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base bozohttpd-20130711
# 1.14 11-Jul-2013 mrg

add a target to export a bozohttpd distfile.


# 1.13 11-Jul-2013 mrg

merge parts of the release Makefile back in; unused by the netbsd build.


Revision tags: yamt-pagecache-tag8 netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 agc-symver-base netbsd-6-1-RC2 netbsd-6-1-RC1 yamt-pagecache-base8 netbsd-6-0-1-RELEASE yamt-pagecache-base7 matt-nb6-plus-nbase yamt-pagecache-base6 netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 yamt-pagecache-base5 yamt-pagecache-base4 netbsd-6-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base cherry-xenmp-base bouyer-quota2-nbase bouyer-quota2-base matt-mips64-premerge-20101231
# 1.12 20-Sep-2010 mrg

branches: 1.12.6; 1.12.8; 1.12.12; 1.12.14; 1.12.20;
merge bozohttpd 20100920


# 1.11 10-May-2010 mrg

merge bozohttpd 20100509.


Revision tags: matt-premerge-20091211
# 1.10 23-May-2009 mrg

fix a merge botch in previous


# 1.9 23-May-2009 mrg

merge bozohttpd 20090522


Revision tags: jym-xensuspend-nbase mrg-merged-to-bozohttpd-20090417-post jym-xensuspend-base
# 1.8 16-Mar-2009 lukem

Default to WARNS=4
Exceptions that need a lower level are:
getty ld.elf_so lfs_cleanerd makewhatis telnetd tftpd
hpropd ipropd-master ipropd-slave kadmind kpasswdd


Revision tags: netbsd-5-2-2-RELEASE netbsd-5-1-4-RELEASE netbsd-5-2-1-RELEASE netbsd-5-1-3-RELEASE netbsd-5-2-RELEASE netbsd-5-2-RC1 netbsd-5-1-2-RELEASE netbsd-5-1-1-RELEASE matt-nb5-mips64-premerge-20101231 matt-nb5-pq3-base netbsd-5-1-RELEASE netbsd-5-1-RC4 matt-nb5-mips64-k15 netbsd-5-1-RC3 netbsd-5-1-RC2 netbsd-5-1-RC1 netbsd-5-0-2-RELEASE matt-nb5-mips64-premerge-20091211 matt-nb5-mips64-u2-k2-k4-k7-k8-k9 matt-nb4-mips64-k7-u2a-k9b matt-nb5-mips64-u1-k1-k5 netbsd-5-0-1-RELEASE netbsd-5-0-RELEASE netbsd-5-0-RC4 netbsd-5-0-RC3 netbsd-5-0-RC2 netbsd-5-0-RC1 netbsd-5-base matt-mips64-base2 wrstuden-revivesa-base-3 wrstuden-revivesa-base-2 wrstuden-revivesa-base-1 yamt-pf42-base4 yamt-pf42-base3 hpcarm-cleanup-nbase yamt-pf42-base2 wrstuden-revivesa-base
# 1.7 25-Apr-2008 christos

branches: 1.7.4; 1.7.6; 1.7.8; 1.7.14;
warns=4


Revision tags: yamt-pf42-baseX yamt-pf42-base mrg-merged-to-bozohttpd-20080303 keiichi-mipv6-base matt-armv6-nbase
# 1.6 03-Mar-2008 mrg

branches: 1.6.2;
use BUILDSYMLINKS to not have to rename bozohttpd.8 while still
having this manual installed as httpd.8. now updates from my
repo to bozohttpd.8 will appear in this file.


Revision tags: hpcarm-cleanup-base
# 1.5 03-Feb-2008 mrg

branches: 1.5.2;
support MKCRYPTO=no:
- don't link -lssl -lcrypto
- -DNO_SSL_SUPPORT


Revision tags: cube-autoconf-base matt-armv6-base
# 1.4 18-Oct-2007 he

branches: 1.4.2;
A build for sun2 reveals that we also need -lcrypt, as auth-bozo.c
otherwise gets an unsatisfied reference to crypt().


# 1.3 17-Oct-2007 reed

Fix typo on Makefile which causes HTTP Authentication support
to not be used.

Now fix auth-bozo.c to not have warnings "may be used uninitialized"
and pointer targets "differ in signedness".


# 1.2 16-Oct-2007 tls

Get httpd ready for inclusion in build.


# 1.1 16-Oct-2007 tls

branches: 1.1.1;
Initial revision


Revision tags: pgoyette-localcount-20161104 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.26 30-Oct-2015 christos

- don't use alloca and then check if alloca returns null and then try to
free it. Allocating from the stack does not return null, and freeing it
will have unpredictable results. use malloc instead.
- now we are using malloc remove -Wno-stack-protector kludge


# 1.25 30-Oct-2015 tron

Fix build with "USE_SSP" set to "yes".


# 1.24 05-Aug-2015 mrg

on QNX, use nbutil.h.


# 1.23 16-Apr-2015 mrg

install as bozohttpd/bozohttpd.8 as well as httpd.


Revision tags: bozohttpd-20150320 bozohttpd-20141225 netbsd-7-base tls-earlyentropy-base tls-maxphys-base
# 1.22 08-Jul-2014 mrg

branches: 1.22.2;
make export-distfile target slightly more stable.


Revision tags: yamt-pagecache-base9 riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.21 02-Feb-2014 mrg

branches: 1.21.2;
display the tempdir for exported files as well.


# 1.20 02-Feb-2014 mrg

call gzip directly for distfile export target; it's usually run outside
of the normal build.


# 1.19 27-Jan-2014 apb

Pass the -n flag to gzip invocations.

This prevents it from embedding a timestamp in the output. We pass
"-n" unconditionally, not conditional on MKREPRO, because many other
invocations of gzip already passed the -n flag unconditionally.


# 1.18 27-Jan-2014 apb

Use ${TOOL_GZIP} instead of just gzip in all Makefiles
outside */dist/* subdirectories.

When USE_PIGZGZIP=yes, bsd.own.mk sets TOOL_GZIP=${TOOL_PIGZ},
so there's no need to test USE_PIGZGZIP in these Makefiles.


Revision tags: bozohttpd-20140102
# 1.17 16-Oct-2013 he

Also depend on LIBLUA, and add -lm to allow static linking.


# 1.16 12-Oct-2013 mbalmer

add Lua scripting support to bozohttpd, see httpd(8) for details


# 1.15 12-Oct-2013 mbalmer

remove trailing whitespace


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base bozohttpd-20130711
# 1.14 11-Jul-2013 mrg

add a target to export a bozohttpd distfile.


# 1.13 11-Jul-2013 mrg

merge parts of the release Makefile back in; unused by the netbsd build.


Revision tags: yamt-pagecache-tag8 netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 agc-symver-base netbsd-6-1-RC2 netbsd-6-1-RC1 yamt-pagecache-base8 netbsd-6-0-1-RELEASE yamt-pagecache-base7 matt-nb6-plus-nbase yamt-pagecache-base6 netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 yamt-pagecache-base5 yamt-pagecache-base4 netbsd-6-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base cherry-xenmp-base bouyer-quota2-nbase bouyer-quota2-base matt-mips64-premerge-20101231
# 1.12 20-Sep-2010 mrg

branches: 1.12.6; 1.12.8; 1.12.12; 1.12.14; 1.12.20;
merge bozohttpd 20100920


# 1.11 10-May-2010 mrg

merge bozohttpd 20100509.


Revision tags: matt-premerge-20091211
# 1.10 23-May-2009 mrg

fix a merge botch in previous


# 1.9 23-May-2009 mrg

merge bozohttpd 20090522


Revision tags: jym-xensuspend-nbase mrg-merged-to-bozohttpd-20090417-post jym-xensuspend-base
# 1.8 16-Mar-2009 lukem

Default to WARNS=4
Exceptions that need a lower level are:
getty ld.elf_so lfs_cleanerd makewhatis telnetd tftpd
hpropd ipropd-master ipropd-slave kadmind kpasswdd


Revision tags: netbsd-5-2-2-RELEASE netbsd-5-1-4-RELEASE netbsd-5-2-1-RELEASE netbsd-5-1-3-RELEASE netbsd-5-2-RELEASE netbsd-5-2-RC1 netbsd-5-1-2-RELEASE netbsd-5-1-1-RELEASE matt-nb5-mips64-premerge-20101231 matt-nb5-pq3-base netbsd-5-1-RELEASE netbsd-5-1-RC4 matt-nb5-mips64-k15 netbsd-5-1-RC3 netbsd-5-1-RC2 netbsd-5-1-RC1 netbsd-5-0-2-RELEASE matt-nb5-mips64-premerge-20091211 matt-nb5-mips64-u2-k2-k4-k7-k8-k9 matt-nb4-mips64-k7-u2a-k9b matt-nb5-mips64-u1-k1-k5 netbsd-5-0-1-RELEASE netbsd-5-0-RELEASE netbsd-5-0-RC4 netbsd-5-0-RC3 netbsd-5-0-RC2 netbsd-5-0-RC1 netbsd-5-base matt-mips64-base2 wrstuden-revivesa-base-3 wrstuden-revivesa-base-2 wrstuden-revivesa-base-1 yamt-pf42-base4 yamt-pf42-base3 hpcarm-cleanup-nbase yamt-pf42-base2 wrstuden-revivesa-base
# 1.7 25-Apr-2008 christos

branches: 1.7.4; 1.7.6; 1.7.8; 1.7.14;
warns=4


Revision tags: yamt-pf42-baseX yamt-pf42-base mrg-merged-to-bozohttpd-20080303 keiichi-mipv6-base matt-armv6-nbase
# 1.6 03-Mar-2008 mrg

branches: 1.6.2;
use BUILDSYMLINKS to not have to rename bozohttpd.8 while still
having this manual installed as httpd.8. now updates from my
repo to bozohttpd.8 will appear in this file.


Revision tags: hpcarm-cleanup-base
# 1.5 03-Feb-2008 mrg

branches: 1.5.2;
support MKCRYPTO=no:
- don't link -lssl -lcrypto
- -DNO_SSL_SUPPORT


Revision tags: cube-autoconf-base matt-armv6-base
# 1.4 18-Oct-2007 he

branches: 1.4.2;
A build for sun2 reveals that we also need -lcrypt, as auth-bozo.c
otherwise gets an unsatisfied reference to crypt().


# 1.3 17-Oct-2007 reed

Fix typo on Makefile which causes HTTP Authentication support
to not be used.

Now fix auth-bozo.c to not have warnings "may be used uninitialized"
and pointer targets "differ in signedness".


# 1.2 16-Oct-2007 tls

Get httpd ready for inclusion in build.


# 1.1 16-Oct-2007 tls

branches: 1.1.1;
Initial revision