pkgsrc/www/neon/Makefile
xtraeme dee48f9580 Update neon to 0.24.5
Changes in release 0.24.5:
* SECURITY (CVE CAN-2004-0179): Fix format string vulnerabilities in
 XML/207 response handling, reported by greuff@void.at.
* Performance fix: avoid seeding the SSL PRNG if not creating an SSL socket.
* ne_ssl_readable_dname() is now defined to return UTF-8 strings.
* Fix case where gssapi/gssapi_generic.h was included but not present.
* Fix ne_utils.c build on platforms where zlib does "#define const".
* Fix use of ne_proppatch_operation with some C++ compilers.
* Update libtool for fix to --enable-shared on Darwin.
* BeOS: check for gethostbyname in -lbind (David Reid).
2004-04-16 12:34:53 +00:00

28 lines
685 B
Makefile

# $NetBSD: Makefile,v 1.24 2004/04/16 12:34:54 xtraeme Exp $
DISTNAME= neon-0.24.5
CATEGORIES= www
MASTER_SITES= http://www.webdav.org/neon/
MAINTAINER= epg@pretzelnet.org
HOMEPAGE= http://www.webdav.org/neon/
COMMENT= HTTP and WebDAV client library
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= yes
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE= neon.pc.in
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --with-ssl=yes
CONFIGURE_ARGS+= --with-expat
CONFIGURE_ARGS+= --enable-shared
TEST_TARGET= check
.include "../../devel/zlib/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../textproc/expat/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"