head	1.9;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.1;
locks; strict;
comment	@# @;


1.9
date	2013.02.28.20.46.02;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2012.10.06.08.28.25;	author ohauer;	state Exp;
branches;
next	1.7;

1.7
date	2011.12.20.00.43.56;	author pgollucci;	state Exp;
branches;
next	1.6;

1.6
date	2011.05.14.17.24.08;	author ohauer;	state Exp;
branches;
next	1.5;

1.5
date	2011.03.19.12.36.48;	author miwi;	state Exp;
branches;
next	1.4;

1.4
date	2010.05.05.03.03.58;	author pgollucci;	state Exp;
branches;
next	1.3;

1.3
date	2009.01.31.20.56.00;	author pgollucci;	state Exp;
branches;
next	1.2;

1.2
date	2008.07.04.18.45.57;	author rodrigc;	state Exp;
branches;
next	1.1;

1.1
date	2008.05.28.21.01.11;	author db;	state Exp;
branches;
next	;


desc
@@


1.9
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313125
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@SHA256 (serf-1.2.0.tar.bz2) = 201a0a25bcc4c0ac26cca40e77ea75b98678335e825bee599a230fb2365935f3
SIZE (serf-1.2.0.tar.bz2) = 178128
@


1.8
log
@SVN rev 305344 on 2012-10-06 08:28:25Z by ohauer

- update serf to 1.1.1

From changelog:
Serf 1.1.1 [2012-10-04, from /tags/1.1.1]
  Fixed issue 86: ensure requeued requests are correctly handled. This fixes:
    - infinite loop with multiple connection resets or SIGPIPE errors
    - "connection" hang where we would not re-queue requests that are held after
      we re-connect
  Fixed issue 74: test_all goes in an endless loop
  Fix memory leak when conn. is closed explicitly/due to pool cleanups (r1623)
  Fix for https on Windows: handle connection aborts (r1628..-30,-33,-34,-37)
  Add new error codes for the SSL bucket

Serf 1.1.0 [2012-06-07, from /tags/1.1.0]
  New: serf_bucket_request_set_CL() for C-L based, non-chunked requests
  New: serf_ssl_server_cert_chain_callback_set() for full-chain validation

Serf 1.0.3 [2012-03-20, from /tags/1.0.3, r1586]
  Map more OpenSSL errors into SERF_SSL_CERT_UNKNOWNCA (r1573)

Serf 1.0.2
  Not released.

Serf 1.0.1 [2012-02-15, from /tags/1.0.1, r1569]
  FreeBSD fixes in the test suite (r1560, r1565)
  Minor build fixes

Please note there are still some issues in case the SVN repo is located at /
(for example redports.org), a fix was committed to current subversion.
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=463&dsMessageId=2901999

with hat apache@@
@
text
@d1 2
a2 2
SHA256 (serf-1.1.1.tar.bz2) = 5068e219c6bf00c1c11d968cf39a36d75982f480fecb7704c02290feeffbb979
SIZE (serf-1.1.1.tar.bz2) = 169853
@


1.7
log
@- Update to 1.0.0
  http://apr.apache.org/versioning.html now applies

  note that s/serf-0/serf-1/g AND the shlib version bump.

  HOWEVER

  nothing depends on www/serf with default options
  you need WITH_SERF=yes

  HENCE

  no PORTREVISION bumps

Discussed with:	portmgr (linimon) via #bsdports
With Hat:	apache
Sponsored by:	RideCharge Inc. / TaxiMagic
@
text
@d1 2
a2 2
SHA256 (serf-1.0.0.tar.bz2) = 9c045a777ee5088bddd6307907ab8470be14836638a36497252ec518943c1a63
SIZE (serf-1.0.0.tar.bz2) = 165708
@


1.6
log
@- 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>
@
text
@d1 2
a2 2
SHA256 (serf-0.7.2.tar.bz2) = 929cb8cfc27f3ebcdc71525781bc6ff6514399a717e0532b03b653a90683fc2f
SIZE (serf-0.7.2.tar.bz2) = 161904
@


1.5
log
@- Get Rid MD5 support
@
text
@d1 2
a2 2
SHA256 (serf-0.3.1.tar.bz2) = 8bcdb09952152376e6c2ada9e8b4b6cdf300e099711e1224a4f501bac22fb72a
SIZE (serf-0.3.1.tar.bz2) = 142578
@


1.4
log
@- Update to 0.3.1 [no shlib bump]

With Hat:   apache@@
@
text
@a0 1
MD5 (serf-0.3.1.tar.bz2) = 7d211539bf698de2a79062ba314e7a3e
@


1.3
log
@- Update to 0.3.0
- Ensure apr 1.x is used
- Fix typo in comments
- Pass maintainer to submitter (me)

PR:             ports/131100
Approved by:    rodrigc via irc (previous maintainer)
@
text
@d1 3
a3 3
MD5 (serf-0.3.0.tar.bz2) = d5c7f41d1c9f1589b98affc1fa029982
SHA256 (serf-0.3.0.tar.bz2) = 4eebd2a349e80a716a5f5aa4ee2e809f6be2c4b568390a0784cb30c2669a5c73
SIZE (serf-0.3.0.tar.bz2) = 139893
@


1.2
log
@Update to 0.2.0

PR:             125160
Submitted by:   Philip M. Gollucci <pgollucci p6m7g8 com>
@
text
@d1 3
a3 3
MD5 (serf-0.2.0.tar.bz2) = cda4d1f871fbbad1b32ed8fd6a8149cc
SHA256 (serf-0.2.0.tar.bz2) = 9cadd3c9e42fa204b60f338c89033743b4e83a952641ad5c4be18bed059e6008
SIZE (serf-0.2.0.tar.bz2) = 137742
@


1.1
log
@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.

WWW: http://serf.googlecode.com

PR:		ports/124059
Submitted by:	Craig Rodrigues <rodrigc at FreeBSD.org>
@
text
@d1 3
a3 3
MD5 (serf-0.1.2.tar.bz2) = 9578f4b40d4ae7ea799bb0067d6b1c7c
SHA256 (serf-0.1.2.tar.bz2) = 44c852c9135914b85c7a1f36ef41f88c63de52faab98493a6e59008b7060f89c
SIZE (serf-0.1.2.tar.bz2) = 117871
@

