summaryrefslogtreecommitdiff
path: root/devel/libwhisker2
diff options
context:
space:
mode:
authoradrianp <adrianp>2007-04-14 10:30:37 +0000
committeradrianp <adrianp>2007-04-14 10:30:37 +0000
commit6c4358bca673daa11c310796ccffa51ef81442a8 (patch)
treef2065d06908b5344f26671c191525bd73b18c431 /devel/libwhisker2
parentc9faf693a5fa94f2e998ac6f84a1ba00e4cde2b4 (diff)
downloadpkgsrc-6c4358bca673daa11c310796ccffa51ef81442a8.tar.gz
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 (limited to 'devel/libwhisker2')
-rw-r--r--devel/libwhisker2/Makefile5
-rw-r--r--devel/libwhisker2/PLIST5
-rw-r--r--devel/libwhisker2/distinfo8
3 files changed, 10 insertions, 8 deletions
diff --git a/devel/libwhisker2/Makefile b/devel/libwhisker2/Makefile
index dea0296435f..1844b208d37 100644
--- a/devel/libwhisker2/Makefile
+++ b/devel/libwhisker2/Makefile
@@ -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 --git a/devel/libwhisker2/PLIST b/devel/libwhisker2/PLIST
index 181e20e79a7..7c91c3779a1 100644
--- a/devel/libwhisker2/PLIST
+++ b/devel/libwhisker2/PLIST
@@ -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 --git a/devel/libwhisker2/distinfo b/devel/libwhisker2/distinfo
index 5bcb8b33783..fa645899540 100644
--- a/devel/libwhisker2/distinfo
+++ b/devel/libwhisker2/distinfo
@@ -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