Latest update: _____ Serf 1.3.3 [2013-12-09, from /tags/1.3.3, r2242] Fix issue 129: Try more addresses of multihomed servers Handle X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE correctly (r2225) Return APR_TIMEUP from poll() to enable detecting connection timeouts (r2183) _____ FWIW, Google code will not be accepting more uploads so this is probably the last tarball we will get from them in a while. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->apache Fix typo and assign manually to maintainer.
Author: ohauer Date: Sun Feb 2 14:59:45 2014 New Revision: 342311 URL: http://svnweb.freebsd.org/changeset/ports/342311 QAT: https://qat.redports.org/buildarchive/r342311/ Log: - update www/serf to version 1.3.3 Changelog: Serf 1.3.3 [2013-12-09, from /tags/1.3.3, r2242] Fix issue 129: Try more addresses of multihomed servers Handle X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE correctly (r2225) Return APR_TIMEUP from poll() to enable detecting connection timeouts (r2183) PR: ports/186037 Submitted by: Pedro Giffuni <giffunip@tutopia.com> Modified: head/www/serf/Makefile head/www/serf/distinfo Modified: head/www/serf/Makefile ============================================================================== --- head/www/serf/Makefile Sun Feb 2 14:57:32 2014 (r342310) +++ head/www/serf/Makefile Sun Feb 2 14:59:45 2014 (r342311) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= serf -PORTVERSION= 1.3.2 -PORTREVISION= 1 +PORTVERSION= 1.3.3 CATEGORIES= www MASTER_SITES= GOOGLE_CODE Modified: head/www/serf/distinfo ============================================================================== --- head/www/serf/distinfo Sun Feb 2 14:57:32 2014 (r342310) +++ head/www/serf/distinfo Sun Feb 2 14:59:45 2014 (r342311) @@ -1,2 +1,2 @@ -SHA256 (serf-1.3.2.tar.bz2) = e4e7da37d99f4fdf14a4c13a256330037536d4328a0e1ae3deb6f8531ed8200f -SIZE (serf-1.3.2.tar.bz2) = 139861 +SHA256 (serf-1.3.3.tar.bz2) = 02eae04176296347be3c32b0da8d8610064f4a9f40065fb1cefbe5b656f8ad2b +SIZE (serf-1.3.3.tar.bz2) = 140213 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, Thanks!