Subject: CVS commit: pkgsrc/devel/libwhisker2
To: None <pkgsrc-changes@NetBSD.org>
From: Adrian Portelli <adrianp@netbsd.org>
List: pkgsrc-changes
Date: 04/14/2007 10:30:37
Module Name:	pkgsrc
Committed By:	adrianp
Date:		Sat Apr 14 10:30:37 UTC 2007

Modified Files:
	pkgsrc/devel/libwhisker2: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/libwhisker2/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/devel/libwhisker2/PLIST \
    pkgsrc/devel/libwhisker2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.