diff options
author | drochner <drochner@pkgsrc.org> | 2003-01-30 10:52:55 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2003-01-30 10:52:55 +0000 |
commit | 4eda96652bb5935ee2fd3e78055b3d4463cb61a6 (patch) | |
tree | 04a9be65748b5207c830ebc9ea11db4ca521d468 | |
parent | ea71c59bc90b35c32be9de98d867a42ece9ce85a (diff) | |
download | pkgsrc-4eda96652bb5935ee2fd3e78055b3d4463cb61a6.tar.gz |
update to 0.23.7
changes:
-Fix for handling EINTR during write() call (Sergey N Ushakov).
-When available, use pkg-config to determine compiler flags needed to use
OpenSSL headers and libraries.
-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 57c76080137..3eaa774973c 100644 --- a/www/neon/Makefile +++ b/www/neon/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2003/01/22 16:23:39 jmmv Exp $ +# $NetBSD: Makefile,v 1.8 2003/01/30 10:52:55 drochner Exp $ -DISTNAME= neon-0.23.6 +DISTNAME= neon-0.23.7 CATEGORIES= www MASTER_SITES= http://www.webdav.org/neon/ diff --git a/www/neon/PLIST b/www/neon/PLIST index 7ece6cf9782..0f68d9e07b8 100644 --- a/www/neon/PLIST +++ b/www/neon/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2003/01/22 16:23:39 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.7 2003/01/30 10:52:55 drochner 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.6 +lib/libneon.so.23.7 man/man1/neon-config.1 man/man3/ne_add_request_header.3 man/man3/ne_addr_destroy.3 diff --git a/www/neon/distinfo b/www/neon/distinfo index 981be9c3460..8d8c1cefca1 100644 --- a/www/neon/distinfo +++ b/www/neon/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2003/01/22 16:23:40 jmmv Exp $ +$NetBSD: distinfo,v 1.7 2003/01/30 10:52:55 drochner Exp $ -SHA1 (neon-0.23.6.tar.gz) = c4e16727fb6889ace5151042ac1ddf595be76c20 -Size (neon-0.23.6.tar.gz) = 507680 bytes +SHA1 (neon-0.23.7.tar.gz) = bbb3c1e17167a96841f3d77d88e873a1665ff201 +Size (neon-0.23.7.tar.gz) = 508767 bytes |