From dee48f95804aaf48dc2ae0fab3e4ceafebbdeeef Mon Sep 17 00:00:00 2001 From: xtraeme Date: Fri, 16 Apr 2004 12:34:53 +0000 Subject: 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). --- www/neon/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'www/neon/Makefile') diff --git a/www/neon/Makefile b/www/neon/Makefile index eb9e6658471..92e6d61de0a 100644 --- a/www/neon/Makefile +++ b/www/neon/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2004/03/26 02:27:57 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2004/04/16 12:34:54 xtraeme Exp $ -DISTNAME= neon-0.24.4 -PKGREVISION= 1 +DISTNAME= neon-0.24.5 CATEGORIES= www MASTER_SITES= http://www.webdav.org/neon/ -- cgit v1.2.3