pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/neon Update neon to 0.24.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/09bf8e8b1fa1
branches:  trunk
changeset: 478015:09bf8e8b1fa1
user:      epg <epg%pkgsrc.org@localhost>
date:      Wed Jul 14 16:20:30 2004 +0000

description:
Update neon to 0.24.7

Changes in release 0.24.7:
* Compression interface fixes:
 - fix issues handling content decoding and request retries from
 authentication challenges (Justin Erenkrantz)
 - fix places where reader callback would receive spurious size=0 calls
 - fix to pass user-supplied userdata to user-supplied acceptance callback
* Fix for RFC2617-style digest authentication (Hideaki Takahashi).
* Fix to pick up gethostbyname() on QNX 6.2.

diffstat:

 www/neon/Makefile |  4 ++--
 www/neon/PLIST    |  4 ++--
 www/neon/distinfo |  6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diffs (41 lines):

diff -r c7a5e5303f59 -r 09bf8e8b1fa1 www/neon/Makefile
--- a/www/neon/Makefile Wed Jul 14 16:10:02 2004 +0000
+++ b/www/neon/Makefile Wed Jul 14 16:20:30 2004 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2004/05/19 11:03:29 drochner Exp $
+# $NetBSD: Makefile,v 1.26 2004/07/14 16:20:30 epg Exp $
 
-DISTNAME=              neon-0.24.6
+DISTNAME=              neon-0.24.7
 CATEGORIES=            www
 MASTER_SITES=          http://www.webdav.org/neon/
 
diff -r c7a5e5303f59 -r 09bf8e8b1fa1 www/neon/PLIST
--- a/www/neon/PLIST    Wed Jul 14 16:10:02 2004 +0000
+++ b/www/neon/PLIST    Wed Jul 14 16:20:30 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2004/05/19 11:03:29 drochner Exp $
+@comment $NetBSD: PLIST,v 1.13 2004/07/14 16:20:30 epg 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.6
+lib/libneon.so.24.7
 lib/pkgconfig/neon.pc
 man/man1/neon-config.1
 man/man3/ne_add_request_header.3
diff -r c7a5e5303f59 -r 09bf8e8b1fa1 www/neon/distinfo
--- a/www/neon/distinfo Wed Jul 14 16:10:02 2004 +0000
+++ b/www/neon/distinfo Wed Jul 14 16:20:30 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.12 2004/05/19 11:03:29 drochner Exp $
+$NetBSD: distinfo,v 1.13 2004/07/14 16:20:30 epg Exp $
 
-SHA1 (neon-0.24.6.tar.gz) = f7648f3f5551b0413bc7db5fc8e24f3586bb2114
-Size (neon-0.24.6.tar.gz) = 600129 bytes
+SHA1 (neon-0.24.7.tar.gz) = 51e556790c79eed99ba8328e79eb7fe996cc34ea
+Size (neon-0.24.7.tar.gz) = 603592 bytes



Home | Main Index | Thread Index | Old Index