pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/libwhisker2 Update to 2.4
details: https://anonhg.NetBSD.org/pkgsrc/rev/04d53187f4bc
branches: trunk
changeset: 527824:04d53187f4bc
user: adrianp <adrianp%pkgsrc.org@localhost>
date: Sat Apr 14 10:30:37 2007 +0000
description:
Update to 2.4
- Added new option: {whisker}->{save_raw_chunks}. When set to a value of
1, the raw chunked data, including chunk sizes, will be saved to
{whisker}->{data}. Normally libwhisker interprets the chunk sizes and
stitches just the raw data together on your behalf; use this option if
you just want the raw chunked server response.
- http_do_request() wasn't correctly returning the value returned by
http_do_request_ex(), so {whisker}->{invalid_protocol_return_value}
wasn't actually being honored. All fixed now.
- Added ssl_is_available() function for an official way to check to see
if SSL is installed. No more relying on $LW_SSL_LIB global variable!
- The stream code wasn't updating the connect count ("syns"), which was
causing {whisker}->{stats_syns} to always be zero.
- dump()/_dumpd() was modified to no longer escape NULLs (\x00) as "\0",
since that is a kludge shorthand which can backfire if numbers follow
it.
See the CHANGES2 for all the details:
http://www.wiretrip.net/rfp/libwhisker/CHANGES2
diffstat:
devel/libwhisker2/Makefile | 5 ++---
devel/libwhisker2/PLIST | 5 ++++-
devel/libwhisker2/distinfo | 8 ++++----
3 files changed, 10 insertions(+), 8 deletions(-)
diffs (38 lines):
diff -r 8740093f1d9a -r 04d53187f4bc devel/libwhisker2/Makefile
--- a/devel/libwhisker2/Makefile Sat Apr 14 10:18:14 2007 +0000
+++ b/devel/libwhisker2/Makefile Sat Apr 14 10:30:37 2007 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2007/02/22 19:26:22 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2007/04/14 10:30:37 adrianp Exp $
-DISTNAME= libwhisker2-2.3
-PKGREVISION= 1
+DISTNAME= libwhisker2-2.4
CATEGORIES= devel
MASTER_SITES= http://www.wiretrip.net/rfp/libwhisker/
diff -r 8740093f1d9a -r 04d53187f4bc devel/libwhisker2/PLIST
--- a/devel/libwhisker2/PLIST Sat Apr 14 10:18:14 2007 +0000
+++ b/devel/libwhisker2/PLIST Sat Apr 14 10:30:37 2007 +0000
@@ -1,4 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/18 22:53:18 adrianp Exp $
+@comment $NetBSD: PLIST,v 1.2 2007/04/14 10:30:37 adrianp Exp $
+share/doc/libwhisker2/FAQ.txt
+share/doc/libwhisker2/TESTED.txt
+share/doc/libwhisker2/cookies.txt
share/doc/libwhisker2/KNOWNBUGS
share/doc/libwhisker2/README
share/doc/libwhisker2/crawler.txt
diff -r 8740093f1d9a -r 04d53187f4bc devel/libwhisker2/distinfo
--- a/devel/libwhisker2/distinfo Sat Apr 14 10:18:14 2007 +0000
+++ b/devel/libwhisker2/distinfo Sat Apr 14 10:30:37 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/01/18 22:53:18 adrianp Exp $
+$NetBSD: distinfo,v 1.2 2007/04/14 10:30:37 adrianp Exp $
-SHA1 (libwhisker2-2.3.tar.gz) = b9b43377c1a1c7edf2ea2b7c19c9f7fce00cc0ce
-RMD160 (libwhisker2-2.3.tar.gz) = ee06ee4408487b60e923e28407f899d405325c0d
-Size (libwhisker2-2.3.tar.gz) = 94446 bytes
+SHA1 (libwhisker2-2.4.tar.gz) = 18c62213f8592964ed54cfa5a63e3d06dd5ce6ce
+RMD160 (libwhisker2-2.4.tar.gz) = 86ac57bc00733f2d2037c893319290c1ee626367
+Size (libwhisker2-2.4.tar.gz) = 132083 bytes
Home |
Main Index |
Thread Index |
Old Index