svn commit: r352472 - head/www/serf

Olli Hauer ohauer at FreeBSD.org
Mon Apr 28 08:34:24 UTC 2014


Author: ohauer
Date: Mon Apr 28 08:34:23 2014
New Revision: 352472
URL: http://svnweb.freebsd.org/changeset/ports/352472
QAT: https://qat.redports.org/buildarchive/r352472/

Log:
  - update to 1.3.5
  
  Serf 1.3.5 [2014-04-27, from /tags/1.3.5, rxxxx]
    Fix issue #125: no reverse lookup during Negotiate authentication for proxies.
    Fix a crash caused by incorrect reuse of the ssltunnel CONNECT request (r2316)
    Cancel request if response parsing failed + authn callback set (r2319)
    Update the expired certificates in the test suite.

Modified:
  head/www/serf/Makefile
  head/www/serf/distinfo

Modified: head/www/serf/Makefile
==============================================================================
--- head/www/serf/Makefile	Mon Apr 28 08:17:49 2014	(r352471)
+++ head/www/serf/Makefile	Mon Apr 28 08:34:23 2014	(r352472)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	serf
-PORTVERSION=	1.3.4
+PORTVERSION=	1.3.5
 CATEGORIES=	www
 MASTER_SITES=	http://serf.googlecode.com/svn/src_releases/
 
@@ -45,6 +45,7 @@ post-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/design-guide.txt ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${SUB_FILES:S|^|${WRKDIR}/|} ${STAGEDIR}${PREFIX}/lib
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libserf-1.so.1.3.0
 
 regression-test check: build
 	@(cd ${WRKSRC} && ${SCONS_BIN} check)

Modified: head/www/serf/distinfo
==============================================================================
--- head/www/serf/distinfo	Mon Apr 28 08:17:49 2014	(r352471)
+++ head/www/serf/distinfo	Mon Apr 28 08:34:23 2014	(r352472)
@@ -1,2 +1,2 @@
-SHA256 (serf-1.3.4.tar.bz2) = db5dcf68be722156de67518231da17c451f6c5d16523ff03e4e37f28d06ee0cb
-SIZE (serf-1.3.4.tar.bz2) = 140680
+SHA256 (serf-1.3.5.tar.bz2) = d311ce81a58301f47e652e54551999033880decefae0deea58ba5415776b1fc3
+SIZE (serf-1.3.5.tar.bz2) = 140554


More information about the svn-ports-all mailing list