summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2013-02-22 15:47:08 +0000
committertaca <taca@pkgsrc.org>2013-02-22 15:47:08 +0000
commitd20cde011954fc468787f00024e85db187bc5b2b (patch)
treecb8be5dc14bc45210e19ea72c365c8eaa955d9ef /www
parent7861d5b5184ecd4d1f68416410a5d5d0106e6ab0 (diff)
downloadpkgsrc-d20cde011954fc468787f00024e85db187bc5b2b.tar.gz
Update serf0 to 0.7.2.
Serf 0.7.2 [2011-03-12, branch 0.7.x r1451] Actually disable Nagle when creating a connection (r1441). Return error when app asks for HTTPS over proxy connection (r1433). Serf 0.7.1 [2011-01-25, branch 0.7.x r1431] Fix memory leak when using SSL (r1408, r1416). Fix build for blank apr-util directory (r1421). Serf 0.7.0 [2010-08-25, r1407] Fix double free abort when destroying request buckets. Fix test server in unit test framework to avoid random test failures. Allow older Serf programs which don't use the new authn framework to still handle authn without forcing them to switch to the new framework. (r1401) Remove the SERF_DECLARE macros, preferring a .DEF file for Windows Barrier buckets now pass read_iovec to their wrapped bucket. Fix HTTP header parsing to allow for empty header values. Serf 0.6.1 [2010-05-14, r1370] Generally: this release fixes problems with the 0.4.0 packaging. Small compilation fix in outgoing.c for Windows builds. Serf 0.6.0 [2010-05-14, r1363] Not released. Serf 0.5.0 Not released. Serf 0.4.0 [2010-05-13, r1353] [NOTE: this release misstated itself as 0.5.0; use a later release instead] Provide authn framework, supporting Basic, Digest, Kerberos (SSPI, GSS), along with proxy authn using Basic or Digest Added experimental listener framework, along with test_server.c Improvements and fixes to SSL support, including connection setup changes Experimental support for unrequested, arriving ("async") responses Experimental BWTP support using the async arrival feature Headers are combined on read (not write), to ease certian classes of parsing Experimental feature on aggregate buckets for a callback-on-empty Fix the bucket allocator for when APR is using its pool debugging features Proxy support in the serf_get testing utility Fix to include the port number in the Host header serf_get propagates errors from the response, instead of aborting (Issue 52) Added serf_lib_version() for runtime version tests Serf 0.3.1 [2010-02-14, r1320] Fix loss of error on request->setup() callback. (Issue 47) Support APR 2.x. (Issue 48) Fixed slowdown in aggregate bucket with millions of child buckets. Avoid hang in apr_pollset_poll() by unclosed connections after fork().
Diffstat (limited to 'www')
-rw-r--r--www/serf0/Makefile5
-rw-r--r--www/serf0/PLIST4
-rw-r--r--www/serf0/distinfo8
3 files changed, 8 insertions, 9 deletions
diff --git a/www/serf0/Makefile b/www/serf0/Makefile
index 064eaf8ccda..724415a626a 100644
--- a/www/serf0/Makefile
+++ b/www/serf0/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2013/02/22 15:32:06 taca Exp $
+# $NetBSD: Makefile,v 1.2 2013/02/22 15:47:08 taca Exp $
#
-DISTNAME= serf-0.3.0
-PKGREVISION= 5
+DISTNAME= serf-0.7.2
CATEGORIES= www
MASTER_SITES= http://serf.googlecode.com/files/
EXTRACT_SUFX= .tar.bz2
diff --git a/www/serf0/PLIST b/www/serf0/PLIST
index e0e432becde..30c7ac0111d 100644
--- a/www/serf0/PLIST
+++ b/www/serf0/PLIST
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1 2013/02/22 15:32:06 taca Exp $
+@comment $NetBSD: PLIST,v 1.2 2013/02/22 15:47:08 taca Exp $
include/serf-0/serf.h
include/serf-0/serf_bucket_types.h
include/serf-0/serf_bucket_util.h
-include/serf-0/serf_declare.h
+include/serf-0/serf_private.h
lib/libserf-0.la
diff --git a/www/serf0/distinfo b/www/serf0/distinfo
index 7abcf561311..179398ff014 100644
--- a/www/serf0/distinfo
+++ b/www/serf0/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2013/02/22 15:32:06 taca Exp $
+$NetBSD: distinfo,v 1.2 2013/02/22 15:47:08 taca Exp $
-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
+SHA1 (serf-0.7.2.tar.bz2) = 132fbb13d50c4f849231eee79dcada8cde3ecad2
+RMD160 (serf-0.7.2.tar.bz2) = 6b586ced49b7195e80595d3d1eb29af08d1afc32
+Size (serf-0.7.2.tar.bz2) = 161904 bytes