summaryrefslogtreecommitdiff
path: root/www/neon
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-01-22 16:23:39 +0000
committerjmmv <jmmv@pkgsrc.org>2003-01-22 16:23:39 +0000
commite067b1870f696bd5f3f1ffcbf7a85d42adc35543 (patch)
tree2c80f67b61c00eb413ed1cc3cf742814b41dfa93 /www/neon
parent087c2ce3a7c3016ee52539deb660759137a9d110 (diff)
downloadpkgsrc-e067b1870f696bd5f3f1ffcbf7a85d42adc35543.tar.gz
Update neon to 0.23.6, with patch provided in PR pkg/19998 by Marc Recht.
Changes since 0.23.5: * Fixes for error handling in socket layer on Win32 from Johan Lindh and Sergey N Ushakov: * meaningful error messages rather than "No error" * handle persistent connection timeouts properly * Fix to use RFC2617-style digest auth when possible (had reverted to only using RFC2068-style in 0.16.1). * Fix NULL pointer dereference on certain ill-formed PROPFIND responses. * Allow ne_sock_init to re-initialize after ne_sock_finish has been called (Sergey N Ushakov). Changes in the package: * Switch to libxml2.
Diffstat (limited to 'www/neon')
-rw-r--r--www/neon/Makefile8
-rw-r--r--www/neon/PLIST4
-rw-r--r--www/neon/buildlink2.mk6
-rw-r--r--www/neon/distinfo6
4 files changed, 12 insertions, 12 deletions
diff --git a/www/neon/Makefile b/www/neon/Makefile
index 0e8d61814a0..57c76080137 100644
--- a/www/neon/Makefile
+++ b/www/neon/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2002/11/26 21:05:46 drochner Exp $
+# $NetBSD: Makefile,v 1.7 2003/01/22 16:23:39 jmmv Exp $
-DISTNAME= neon-0.23.5
+DISTNAME= neon-0.23.6
CATEGORIES= www
MASTER_SITES= http://www.webdav.org/neon/
@@ -16,11 +16,11 @@ LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --with-ssl=yes
-CONFIGURE_ARGS+= --with-libxml1
+CONFIGURE_ARGS+= --with-libxml2
CONFIGURE_ARGS+= --enable-shared
.include "../../devel/zlib/buildlink2.mk"
.include "../../security/openssl/buildlink2.mk"
-.include "../../textproc/libxml/buildlink2.mk"
+.include "../../textproc/libxml2/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/www/neon/PLIST b/www/neon/PLIST
index 41705559819..7ece6cf9782 100644
--- a/www/neon/PLIST
+++ b/www/neon/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2002/11/25 20:01:43 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2003/01/22 16:23:39 jmmv Exp $
bin/neon-config
include/neon/ne_207.h
include/neon/ne_acl.h
@@ -25,7 +25,7 @@ lib/libneon.a
lib/libneon.la
lib/libneon.so
lib/libneon.so.23
-lib/libneon.so.23.5
+lib/libneon.so.23.6
man/man1/neon-config.1
man/man3/ne_add_request_header.3
man/man3/ne_addr_destroy.3
diff --git a/www/neon/buildlink2.mk b/www/neon/buildlink2.mk
index f9cf55cdb08..23ebc0eaab9 100644
--- a/www/neon/buildlink2.mk
+++ b/www/neon/buildlink2.mk
@@ -1,10 +1,10 @@
-# $NetBSD: buildlink2.mk,v 1.3 2002/11/25 20:01:43 wiz Exp $
+# $NetBSD: buildlink2.mk,v 1.4 2003/01/22 16:23:39 jmmv Exp $
.if !defined(NEON_BUILDLINK2_MK)
NEON_BUILDLINK2_MK= # defined
BUILDLINK_PACKAGES+= neon
-BUILDLINK_DEPENDS.neon?= neon>=0.23.5
+BUILDLINK_DEPENDS.neon?= neon>=0.23.6
BUILDLINK_PKGSRCDIR.neon?= ../../www/neon
EVAL_PREFIX+= BUILDLINK_PREFIX.neon=neon
@@ -14,7 +14,7 @@ BUILDLINK_FILES.neon+= lib/libneon.*
.include "../../devel/zlib/buildlink2.mk"
.include "../../security/openssl/buildlink2.mk"
-.include "../../textproc/libxml/buildlink2.mk"
+.include "../../textproc/libxml2/buildlink2.mk"
BUILDLINK_TARGETS+= neon-buildlink
diff --git a/www/neon/distinfo b/www/neon/distinfo
index daaa39423e6..981be9c3460 100644
--- a/www/neon/distinfo
+++ b/www/neon/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2002/11/25 20:01:43 wiz Exp $
+$NetBSD: distinfo,v 1.6 2003/01/22 16:23:40 jmmv Exp $
-SHA1 (neon-0.23.5.tar.gz) = c58c2174c5340618e6479efff1a5bcb2b16294c2
-Size (neon-0.23.5.tar.gz) = 505880 bytes
+SHA1 (neon-0.23.6.tar.gz) = c4e16727fb6889ace5151042ac1ddf595be76c20
+Size (neon-0.23.6.tar.gz) = 507680 bytes