untrusted comment: signature from openbsd 5.7 base secret key
RWSvUZXnw9gUb7LsFgSrQ2cEEMLLd5O+80Cq0cAPVVKWxX+D8JdSRVKs/Vg4KOCUdPQ2smJZwK/ESOvPxY90Yiw1gpElQgHNQgk=
OpenBSD 5.7 errata 5, Apr 30, 2015:
Logging to a log file is only possible after the logging system was
initialized. Trying to log too early allows a remote user to crash
httpd.
Apply by doing:
cd /usr/src
signify -Vep /etc/signify/openbsd-57-base.pub -x 005_httpd.patch.sig -m - | \
patch -p0
And then rebuild and install httpd:
cd usr.sbin/httpd
make obj
make
make install