pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/neon update to 0.24.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/77d72132426f
branches:  trunk
changeset: 464214:77d72132426f
user:      recht <recht%pkgsrc.org@localhost>
date:      Thu Dec 04 17:00:58 2003 +0000

description:
update to 0.24.4

* Ignore unclean SSL closure when response body is delimited by EOF
  ("Could not read response body: Secure connection truncated" errors
  with some buggy SSL servers).
* Fix test/ssl.c syntax errors with C89 compilers (Radu Greab).
* Respect configure's --datadir argument (Max Bowsher).
* Fix build on Windows when OpenSSL is not used.
* Fix use of SSLv2 (spurious "Server did not present certificate" error).
* When using SSL via a proxy, prevent leaking server auth credentials to the
  proxy, or proxy auth credentials to the server.
* Fix name resolver with some old versions of glibc.
* Fix problems with configure's "time_t format string" detection.
* Fix problems when a broken Kerberos installation is found.
* When verifying SSL certificates, check iPaddress names in the subjectAltName
  extension.

Update BUILDLINK_DEPENDS to 0.24.4 since there was an XML API change in
0.24.0.

diffstat:

 www/neon/Makefile      |  5 ++---
 www/neon/PLIST         |  4 ++--
 www/neon/buildlink2.mk |  4 ++--
 www/neon/distinfo      |  6 +++---
 4 files changed, 9 insertions(+), 10 deletions(-)

diffs (58 lines):

diff -r 4a21ab713011 -r 77d72132426f www/neon/Makefile
--- a/www/neon/Makefile Thu Dec 04 16:41:22 2003 +0000
+++ b/www/neon/Makefile Thu Dec 04 17:00:58 2003 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2003/11/12 03:39:44 jschauma Exp $
+# $NetBSD: Makefile,v 1.18 2003/12/04 17:00:58 recht Exp $
 
-DISTNAME=              neon-0.24.1
-PKGREVISION=           3
+DISTNAME=              neon-0.24.4
 CATEGORIES=            www
 MASTER_SITES=          http://www.webdav.org/neon/
 
diff -r 4a21ab713011 -r 77d72132426f www/neon/PLIST
--- a/www/neon/PLIST    Thu Dec 04 16:41:22 2003 +0000
+++ b/www/neon/PLIST    Thu Dec 04 17:00:58 2003 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2003/09/10 04:34:09 epg Exp $
+@comment $NetBSD: PLIST,v 1.10 2003/12/04 17:00:58 recht Exp $
 bin/neon-config
 include/neon/ne_207.h
 include/neon/ne_acl.h
@@ -26,7 +26,7 @@
 lib/libneon.la
 lib/libneon.so
 lib/libneon.so.24
-lib/libneon.so.24.1
+lib/libneon.so.24.4
 lib/pkgconfig/neon.pc
 man/man1/neon-config.1
 man/man3/ne_add_request_header.3
diff -r 4a21ab713011 -r 77d72132426f www/neon/buildlink2.mk
--- a/www/neon/buildlink2.mk    Thu Dec 04 16:41:22 2003 +0000
+++ b/www/neon/buildlink2.mk    Thu Dec 04 17:00:58 2003 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: buildlink2.mk,v 1.7 2003/05/25 09:34:30 epg Exp $
+# $NetBSD: buildlink2.mk,v 1.8 2003/12/04 17:00:58 recht Exp $
 
 .if !defined(NEON_BUILDLINK2_MK)
 NEON_BUILDLINK2_MK=    # defined
 
 BUILDLINK_PACKAGES+=           neon
-BUILDLINK_DEPENDS.neon?=       neon>=0.23.9
+BUILDLINK_DEPENDS.neon?=       neon>=0.24.4
 BUILDLINK_PKGSRCDIR.neon?=     ../../www/neon
 
 EVAL_PREFIX+=                  BUILDLINK_PREFIX.neon=neon
diff -r 4a21ab713011 -r 77d72132426f www/neon/distinfo
--- a/www/neon/distinfo Thu Dec 04 16:41:22 2003 +0000
+++ b/www/neon/distinfo Thu Dec 04 17:00:58 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2003/09/10 04:34:09 epg Exp $
+$NetBSD: distinfo,v 1.10 2003/12/04 17:00:58 recht Exp $
 
-SHA1 (neon-0.24.1.tar.gz) = a4aa326ad31d2d3d2a76136efd58ccdfba97bf40
-Size (neon-0.24.1.tar.gz) = 564907 bytes
+SHA1 (neon-0.24.4.tar.gz) = 10fe82708fd0295bce4f4893e5879722b4dbe95b
+Size (neon-0.24.4.tar.gz) = 651315 bytes



Home | Main Index | Thread Index | Old Index