History log of /netbsd-src/libexec/httpd/Makefile (Results 1 – 25 of 33)
Revision Date Author Comments
# 78e0157a 04-Oct-2024 rillig <rillig@NetBSD.org>

libexec/httpd: fix or suppress lint warnings

No binary change.


# bbe2f6f7 09-May-2023 christos <christos@NetBSD.org>

accommodate OpenSSL-3.x


# 7ddfa614 28-Feb-2021 mrg <mrg@NetBSD.org>

avoid warnings from the previous when using objdirs.


# 3803a1bf 28-Feb-2021 mrg <mrg@NetBSD.org>

give BOZOVER a default so exporting a distfile is easy.


# c0b4b2d2 11-Jul-2020 jruoho <jruoho@NetBSD.org>

Add blocklistd(8) support.


# d1eeb824 17-Jan-2019 mrg <mrg@NetBSD.org>

add 'check' target to toplevel makefile.

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


# ef315f79 21-May-2017 riastradh <riastradh@NetBSD.org>

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

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.

show more ...


# b44c2ed9 30-Oct-2015 christos <christos@NetBSD.org>

- 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 instea

- 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

show more ...


# 63d7176d 30-Oct-2015 tron <tron@NetBSD.org>

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


# e8204d05 05-Aug-2015 mrg <mrg@NetBSD.org>

on QNX, use nbutil.h.


# 1d0520b6 16-Apr-2015 mrg <mrg@NetBSD.org>

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


# 681e9c9b 08-Jul-2014 mrg <mrg@NetBSD.org>

make export-distfile target slightly more stable.


# ee81b5bf 02-Feb-2014 mrg <mrg@NetBSD.org>

display the tempdir for exported files as well.


# 7f3f4479 02-Feb-2014 mrg <mrg@NetBSD.org>

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


# a452d8c9 27-Jan-2014 apb <apb@NetBSD.org>

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 alr

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.

show more ...


# 36ef9854 27-Jan-2014 apb <apb@NetBSD.org>

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 thes

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.

show more ...


# 10f296ec 16-Oct-2013 he <he@NetBSD.org>

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


# cb23152c 12-Oct-2013 mbalmer <mbalmer@NetBSD.org>

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


# bee8901a 12-Oct-2013 mbalmer <mbalmer@NetBSD.org>

remove trailing whitespace


# 1a1e3035 11-Jul-2013 mrg <mrg@NetBSD.org>

add a target to export a bozohttpd distfile.


# dbf68b5f 11-Jul-2013 mrg <mrg@NetBSD.org>

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


# df5be573 20-Sep-2010 mrg <mrg@NetBSD.org>

merge bozohttpd 20100920


# ce206308 10-May-2010 mrg <mrg@NetBSD.org>

merge bozohttpd 20100509.


# 67eebf83 23-May-2009 mrg <mrg@NetBSD.org>

fix a merge botch in previous


# c6e75af2 23-May-2009 mrg <mrg@NetBSD.org>

merge bozohttpd 20090522


12