9cb6353553
* Ignore unclean SSL closure when response body is delimited by EOF ("Could not read response body: Secure connection truncated" errors with some buggy SSL servers). * Fix test/ssl.c syntax errors with C89 compilers (Radu Greab). * Respect configure's --datadir argument (Max Bowsher). * Fix build on Windows when OpenSSL is not used. * Fix use of SSLv2 (spurious "Server did not present certificate" error). * When using SSL via a proxy, prevent leaking server auth credentials to the proxy, or proxy auth credentials to the server. * Fix name resolver with some old versions of glibc. * Fix problems with configure's "time_t format string" detection. * Fix problems when a broken Kerberos installation is found. * When verifying SSL certificates, check iPaddress names in the subjectAltName extension. Update BUILDLINK_DEPENDS to 0.24.4 since there was an XML API change in 0.24.0.
23 lines
634 B
Makefile
23 lines
634 B
Makefile
# $NetBSD: buildlink2.mk,v 1.8 2003/12/04 17:00:58 recht Exp $
|
|
|
|
.if !defined(NEON_BUILDLINK2_MK)
|
|
NEON_BUILDLINK2_MK= # defined
|
|
|
|
BUILDLINK_PACKAGES+= neon
|
|
BUILDLINK_DEPENDS.neon?= neon>=0.24.4
|
|
BUILDLINK_PKGSRCDIR.neon?= ../../www/neon
|
|
|
|
EVAL_PREFIX+= BUILDLINK_PREFIX.neon=neon
|
|
BUILDLINK_PREFIX.neon_DEFAULT= ${LOCALBASE}
|
|
BUILDLINK_FILES.neon= include/neon/*
|
|
BUILDLINK_FILES.neon+= lib/libneon.*
|
|
|
|
.include "../../devel/zlib/buildlink2.mk"
|
|
.include "../../security/openssl/buildlink2.mk"
|
|
.include "../../textproc/expat/buildlink2.mk"
|
|
|
|
BUILDLINK_TARGETS+= neon-buildlink
|
|
|
|
neon-buildlink: _BUILDLINK_USE
|
|
|
|
.endif # NEON_BUILDLINK2_MK
|