History log of /netbsd-src/external/apache2/Makefile (Results 1 – 4 of 4)
Revision Date Author Comments
# 87c3d6fe 12-Oct-2021 nia <nia@NetBSD.org>

Fix release builds with MKARGON2=yes

This changes argon2 from a separately built library into a private
dependency of libcrypt and removes the argon2(1) utility (we already
have pwhash(1)). Giving l

Fix release builds with MKARGON2=yes

This changes argon2 from a separately built library into a private
dependency of libcrypt and removes the argon2(1) utility (we already
have pwhash(1)). Giving libcrypt more library dependencies
complicates things (e.g. libcrypt is a dependency of openssl).
pthreads support gets disabled in argon2 for similar reasons.

For testing argon2, we rely on the libcrypt test suite.

show more ...


# 76c7fc5f 11-Nov-2019 joerg <joerg@NetBSD.org>

Update LLVM to 10.0.0git (01f3a59fb3e2542fce74c768718f594d0debd0da)


# 0090dad1 09-Oct-2019 jhigh <jhigh@NetBSD.org>

added backend support for argon2 password scheme


# a8bcd3b5 29-Sep-2009 tsarna <tsarna@NetBSD.org>

Multicast DNS ("Bonjour") support, based on Apple's mDNSResponder.