Update to serf 1.3.4 and fix master site URL.

Changelog:
Serf 1.3.4 [2014-02-08, from /tags/1.3.4, rxxxx]
  Fix issue #119: Endless loop during ssl tunnel setup with Negotiate authn
  Fix issue #123: Can't setup ssl tunnel which sends Connection close header
  Fix a race condition when initializing OpenSSL from multiple threads (r2263)
  Fix issue #138: Incorrect pkg-config file when GSSAPI isn't configured

I've verified that public symbols didn't change.

ok?

Index: Makefile
===================================================================
RCS file: /cvs/ports/net/serf/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile    24 Jan 2014 17:00:47 -0000      1.4
+++ Makefile    16 Mar 2014 15:31:36 -0000
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.4 2014/01/24 17:00:47 stsp Exp $
 
 COMMENT =              high performance HTTP client library
-DISTNAME =             serf-1.3.3
+DISTNAME =             serf-1.3.4
 SHARED_LIBS =          serf-1                    1.0 # 1.3.0
 CATEGORIES =           net
 HOMEPAGE =             https://code.google.com/p/serf/
@@ -12,7 +12,7 @@ PERMIT_PACKAGE_CDROM =        Yes
 
 WANTLIB =              apr-1 aprutil-1 asn1 com_err crypto db expat gssapi \
                        heimbase krb5 pthread roken ssl wind z
-MASTER_SITES =         https://serf.googlecode.com/files/
+MASTER_SITES =         https://serf.googlecode.com/svn/src_releases/
 EXTRACT_SUFX =         .tar.bz2
 
 MODULES =              converters/libiconv \
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/serf/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo    24 Jan 2014 17:00:47 -0000      1.3
+++ distinfo    16 Mar 2014 15:20:25 -0000
@@ -1,2 +1,2 @@
-SHA256 (serf-1.3.3.tar.bz2) = AurgQXYpY0e+PDKw2o2GEAZPSp9ABl+xzvvltlb4rSs=
-SIZE (serf-1.3.3.tar.bz2) = 140213
+SHA256 (serf-1.3.4.tar.bz2) = 213PaL5yIVbeZ1GCMdoXxFH2xdFlI/8D5ON/KNBu4Ms=
+SIZE (serf-1.3.4.tar.bz2) = 140680

Reply via email to