pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/serf Update to 0.3.0 from Thomas E. Spanjaard in p...
details: https://anonhg.NetBSD.org/pkgsrc/rev/337173510a8d
branches: trunk
changeset: 556981:337173510a8d
user: gdt <gdt%pkgsrc.org@localhost>
date: Tue Apr 07 16:59:40 2009 +0000
description:
Update to 0.3.0 from Thomas E. Spanjaard in private mail. No ABI
changes.
Serf 0.3.0 [2009-01-26, r1216]
Support LTFLAGS override as a config-time env. variable (Issue 44)
Fix CUTest test harness compilation on Solaris (Issue 43)
Fix small race condition in OpenSSL initialization (Issue 39)
Handle content streams larger than 4GB on 32-bit OSes (Issue 41)
Fix test_ssl.c compilation with mingw+msys.
Fix conn close segfault by explicitly closing conn when pool is destroyed.
Expose the depth of the SSL certificate so the validator can use that info.
Fix socket address family issue when opening a connection to a proxy.
Provide new API to take snapshots of buckets.
Implement snapshot API for simple and aggregate buckets.
Build with bundled apr and apr-util VPATH builds.
Build with bundled OpenSSL builds.
Serf 0.2.0 [2008-06-06, r1188]
Enable use of external event loop: serf_create_context_ex.
Enable adding new requests at the beginning of the request queue.
Handle 'Connection:close' headers.
Enable limiting the number of outstanding requests.
Add readline function to simple buckets.
Concatenate repeated headers using comma as separator, as per RFC 2616,
section 4.2. (Issue 29)
Add proxy server support.
Add progress feedback support. (Issue 11)
Provide new API to simplify use of proxy and progress feedback support.
Add callback to validate SSL server certificates. (Issue 31)
Add new test framework.
Send current version string in the test programs (Issue 21)
Bugfixes:
Fix segfault with epoll when removing a NULL socket.
Reset OpenSSL thread-safety callbacks when apr_terminate() called.
Do not remove the socket from the pollset on pool cleanup.
Do not issue double close on skt w/second one being close(-1) (Issue 33)
diffstat:
www/serf/DESCR | 2 +-
www/serf/Makefile | 5 ++---
www/serf/distinfo | 8 ++++----
3 files changed, 7 insertions(+), 8 deletions(-)
diffs (36 lines):
diff -r a47dd3fd1d08 -r 337173510a8d www/serf/DESCR
--- a/www/serf/DESCR Tue Apr 07 16:27:08 2009 +0000
+++ b/www/serf/DESCR Tue Apr 07 16:59:40 2009 +0000
@@ -1,4 +1,4 @@
The serf library is a C-based HTTP client library built upon the Apache
Portable Runtime (APR) library. It multiplexes connections, running the
read/write communication asynchronously. Memory copies and transformations
-are kept to a minimum to provide high performance operation.
+are kept to a minimum to provide high-performance operation.
diff -r a47dd3fd1d08 -r 337173510a8d www/serf/Makefile
--- a/www/serf/Makefile Tue Apr 07 16:27:08 2009 +0000
+++ b/www/serf/Makefile Tue Apr 07 16:59:40 2009 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2008/09/06 20:54:34 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2009/04/07 16:59:40 gdt Exp $
#
-DISTNAME= serf-0.1.2
-PKGREVISION= 3
+DISTNAME= serf-0.3.0
CATEGORIES= www
MASTER_SITES= http://serf.googlecode.com/files/
EXTRACT_SUFX= .tar.bz2
diff -r a47dd3fd1d08 -r 337173510a8d www/serf/distinfo
--- a/www/serf/distinfo Tue Apr 07 16:27:08 2009 +0000
+++ b/www/serf/distinfo Tue Apr 07 16:59:40 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2007/08/12 03:07:23 wiz Exp $
+$NetBSD: distinfo,v 1.3 2009/04/07 16:59:40 gdt Exp $
-SHA1 (serf-0.1.2.tar.bz2) = d6ae7ab7479c2e8cd28428bb980bd6c27d3e8589
-RMD160 (serf-0.1.2.tar.bz2) = 9f9081832c4e39a0c0ff3c28712e5425eeca5626
-Size (serf-0.1.2.tar.bz2) = 117871 bytes
+SHA1 (serf-0.3.0.tar.bz2) = 7f80479d262ae0012dcd0bc20d0ef09c945d58c5
+RMD160 (serf-0.3.0.tar.bz2) = fdab06e71b459c2a616e5cd83ec40152c80493d8
+Size (serf-0.3.0.tar.bz2) = 139893 bytes
Home |
Main Index |
Thread Index |
Old Index