Bug 186037 - Update www/serf to version 1.3.3
Summary: Update www/serf to version 1.3.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-apache (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-23 15:20 UTC by Pedro F. Giffuni
Modified: 2014-02-02 16:49 UTC (History)
0 users

See Also:


Attachments
file.diff (747 bytes, patch)
2014-01-23 15:20 UTC, Pedro F. Giffuni
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pedro F. Giffuni 2014-01-23 15:20:00 UTC
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:
Comment 1 Pedro F. Giffuni freebsd_committer freebsd_triage 2014-01-23 15:24:49 UTC
Responsible Changed
From-To: freebsd-ports-bugs->apache

Fix typo and assign manually to maintainer.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-02-02 14:59:52 UTC
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"
Comment 3 Olli Hauer freebsd_committer freebsd_triage 2014-02-02 16:48:45 UTC
State Changed
From-To: open->closed

Committed, 
Thanks!