diff options
author | epg <epg@pkgsrc.org> | 2004-07-14 16:20:30 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2004-07-14 16:20:30 +0000 |
commit | a0bfbfad5cd38b174e7476ba2b9f92cbbd53277b (patch) | |
tree | 3a050702439e45522dba553567465b3e399a6ded /www | |
parent | b0e94ee590b0b569ed17931ea296617e54214248 (diff) | |
download | pkgsrc-a0bfbfad5cd38b174e7476ba2b9f92cbbd53277b.tar.gz |
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 (limited to 'www')
-rw-r--r-- | www/neon/Makefile | 4 | ||||
-rw-r--r-- | www/neon/PLIST | 4 | ||||
-rw-r--r-- | www/neon/distinfo | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/www/neon/Makefile b/www/neon/Makefile index 7467282b6b2..ff86332ef38 100644 --- a/www/neon/Makefile +++ b/www/neon/Makefile @@ -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 --git a/www/neon/PLIST b/www/neon/PLIST index 4d678b2df67..066eba7e7b5 100644 --- a/www/neon/PLIST +++ b/www/neon/PLIST @@ -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.a 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 --git a/www/neon/distinfo b/www/neon/distinfo index fb1be21c5de..826b95b472a 100644 --- a/www/neon/distinfo +++ b/www/neon/distinfo @@ -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 |