summaryrefslogtreecommitdiff
path: root/www/serf
diff options
context:
space:
mode:
authorgdt <gdt>2009-04-07 16:59:40 +0000
committergdt <gdt>2009-04-07 16:59:40 +0000
commit23e31f8ea2949c6b49fba82778885600dd3871b6 (patch)
tree7ed2006b4c4b8b63f591aaa09a5e8db3b79cfb40 /www/serf
parent421488d77fd6303c216ce75bc5834aa90a90c799 (diff)
downloadpkgsrc-23e31f8ea2949c6b49fba82778885600dd3871b6.tar.gz
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 (limited to 'www/serf')
-rw-r--r--www/serf/DESCR2
-rw-r--r--www/serf/Makefile5
-rw-r--r--www/serf/distinfo8
3 files changed, 7 insertions, 8 deletions
diff --git a/www/serf/DESCR b/www/serf/DESCR
index 1865dab8fd0..041e23c622e 100644
--- a/www/serf/DESCR
+++ b/www/serf/DESCR
@@ -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 --git a/www/serf/Makefile b/www/serf/Makefile
index f67e11d3c36..23f6e128cbb 100644
--- a/www/serf/Makefile
+++ b/www/serf/Makefile
@@ -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 --git a/www/serf/distinfo b/www/serf/distinfo
index 9ec29a86d3c..11155a4b501 100644
--- a/www/serf/distinfo
+++ b/www/serf/distinfo
@@ -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