diff options
author | ohauer <ohauer@FreeBSD.org> | 2011-05-15 01:24:08 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2011-05-15 01:24:08 +0800 |
commit | 3e8b804b7a6541aa8b9a95aa788d7f4d6d117b8f (patch) | |
tree | 75d173af3be753c1d89fe5cc160bf3ee7d67c124 /www/serf | |
parent | 9febadef7ce6f494f14a6ab60f7336de57fd48fd (diff) | |
download | freebsd-ports-gnome-3e8b804b7a6541aa8b9a95aa788d7f4d6d117b8f.tar.gz freebsd-ports-gnome-3e8b804b7a6541aa8b9a95aa788d7f4d6d117b8f.tar.zst freebsd-ports-gnome-3e8b804b7a6541aa8b9a95aa788d7f4d6d117b8f.zip |
- update to version 0.7.2
- additional bump subversion PORTREVISION
Changes: http://code.google.com/p/serf/source/browse/trunk/CHANGES
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
PR: ports/156849
Submitted by: Zhihao Yuan <lichray _at_ gmail.com>
Diffstat (limited to 'www/serf')
-rw-r--r-- | www/serf/Makefile | 3 | ||||
-rw-r--r-- | www/serf/distinfo | 4 | ||||
-rw-r--r-- | www/serf/pkg-descr | 2 | ||||
-rw-r--r-- | www/serf/pkg-plist | 8 |
4 files changed, 8 insertions, 9 deletions
diff --git a/www/serf/Makefile b/www/serf/Makefile index 141f999797d8..3fa5033513c4 100644 --- a/www/serf/Makefile +++ b/www/serf/Makefile @@ -6,8 +6,7 @@ # PORTNAME= serf -PORTVERSION= 0.3.1 -PORTREVISION= 2 +PORTVERSION= 0.7.2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ ${MASTER_SITE_LOCAL} diff --git a/www/serf/distinfo b/www/serf/distinfo index c211cc381bd4..ac9dab0bdb53 100644 --- a/www/serf/distinfo +++ b/www/serf/distinfo @@ -1,2 +1,2 @@ -SHA256 (serf-0.3.1.tar.bz2) = 8bcdb09952152376e6c2ada9e8b4b6cdf300e099711e1224a4f501bac22fb72a -SIZE (serf-0.3.1.tar.bz2) = 142578 +SHA256 (serf-0.7.2.tar.bz2) = 929cb8cfc27f3ebcdc71525781bc6ff6514399a717e0532b03b653a90683fc2f +SIZE (serf-0.7.2.tar.bz2) = 161904 diff --git a/www/serf/pkg-descr b/www/serf/pkg-descr index bad5f25a9a7d..4c072868e9c5 100644 --- a/www/serf/pkg-descr +++ b/www/serf/pkg-descr @@ -4,4 +4,4 @@ running the read/write communication asynchronously. Memory copies and transformations are kept to a minimum to provide high performance operation. -WWW: http://serf.googlecode.com +WWW: http://code.google.com/p/serf/ diff --git a/www/serf/pkg-plist b/www/serf/pkg-plist index 3dfc37f076ac..e7b1a18d8dfb 100644 --- a/www/serf/pkg-plist +++ b/www/serf/pkg-plist @@ -1,11 +1,11 @@ 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 -lib/libserf-0.so.0 -lib/libserf-0.so -lib/libserf-0.la +include/serf-0/serf_private.h lib/libserf-0.a +lib/libserf-0.la +lib/libserf-0.so +lib/libserf-0.so.0 %%PORTDOCS%%%%DOCSDIR%%/design-guide.txt %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm include/serf-0 |