diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-04-16 12:34:53 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-04-16 12:34:53 +0000 |
commit | dee48f95804aaf48dc2ae0fab3e4ceafebbdeeef (patch) | |
tree | 6cdcdc69656f77d3a7c4c7e0adc5b2861e0dc48f | |
parent | ae49224a22b9929a82550c8301461236d5cba8f5 (diff) | |
download | pkgsrc-dee48f95804aaf48dc2ae0fab3e4ceafebbdeeef.tar.gz |
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).
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | www/neon/Makefile | 5 | ||||
-rw-r--r-- | www/neon/PLIST | 4 | ||||
-rw-r--r-- | www/neon/distinfo | 6 |
4 files changed, 9 insertions, 9 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 644f7dcfc44..b55d2c6910e 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.5604 2004/04/16 11:41:48 recht Exp $ +$NetBSD: CHANGES,v 1.5605 2004/04/16 12:34:53 xtraeme Exp $ Changes to the packages collection and infrastructure in 2004: @@ -1994,3 +1994,4 @@ Changes to the packages collection and infrastructure in 2004: Updated ogmtools to 1.4 [salo 2004-04-16] Updated tkgate to 1.6inb2 [minskim 2004-04-16] Updated cadaver to 0.22.1 [recht 2004-04-16] + Updated neon to 0.24.5 [xtraeme 2004-04-16] 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/ diff --git a/www/neon/PLIST b/www/neon/PLIST index 5ba655f71a0..76f9c9e1fbe 100644 --- a/www/neon/PLIST +++ b/www/neon/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2003/12/04 17:00:58 recht Exp $ +@comment $NetBSD: PLIST,v 1.11 2004/04/16 12:34:54 xtraeme Exp $ bin/neon-config include/neon/ne_207.h include/neon/ne_acl.h @@ -26,7 +26,7 @@ lib/libneon.a lib/libneon.la lib/libneon.so lib/libneon.so.24 -lib/libneon.so.24.4 +lib/libneon.so.24.5 lib/pkgconfig/neon.pc man/man1/neon-config.1 man/man3/ne_add_request_header.3 diff --git a/www/neon/distinfo b/www/neon/distinfo index d961ec7f6bf..e0c50c23db7 100644 --- a/www/neon/distinfo +++ b/www/neon/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.10 2003/12/04 17:00:58 recht Exp $ +$NetBSD: distinfo,v 1.11 2004/04/16 12:34:54 xtraeme Exp $ -SHA1 (neon-0.24.4.tar.gz) = 10fe82708fd0295bce4f4893e5879722b4dbe95b -Size (neon-0.24.4.tar.gz) = 651315 bytes +SHA1 (neon-0.24.5.tar.gz) = faa586b137c28f20a6b9970dd0e8fd1776221a7f +Size (neon-0.24.5.tar.gz) = 599383 bytes |