summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2004-04-27 08:50:25 +0000
committeragc <agc@pkgsrc.org>2004-04-27 08:50:25 +0000
commit5bfcdb71bb6f839afe969ea6add0c0a6ad3bca0e (patch)
tree276e0dcfaa14992aeaac78c90e02a89485d007a3
parent2f8fb87989905a9da093c15db1ae2c7798ec4822 (diff)
downloadpkgsrc-5bfcdb71bb6f839afe969ea6add0c0a6ad3bca0e.tar.gz
Pull up a security fix to the pkgsrc-2004Q1 branch.
Requested by xtraeme in ticket pkgsrc-24. "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--www/neon/Makefile5
-rw-r--r--www/neon/PLIST4
-rw-r--r--www/neon/distinfo6
3 files changed, 7 insertions, 8 deletions
diff --git a/www/neon/Makefile b/www/neon/Makefile
index eb9e6658471..1c01b31dde7 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.23.2.1 2004/04/27 08:50:25 agc 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..5ddd4e1ed58 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.10.2.1 2004/04/27 08:50:25 agc 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..9e0ea4d7a1a 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.10.2.1 2004/04/27 08:50:25 agc 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