diff options
author | ohauer <ohauer@FreeBSD.org> | 2014-02-02 22:59:45 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2014-02-02 22:59:45 +0800 |
commit | a377c71c69e1ad32703e9efc5e3cef4f9ec22b52 (patch) | |
tree | d121e76fb13e00ba92228dee41b84c815074af6f /www/serf | |
parent | 6ed264ce6424ee72e6fa391266f804da6302ee21 (diff) | |
download | freebsd-ports-gnome-a377c71c69e1ad32703e9efc5e3cef4f9ec22b52.tar.gz freebsd-ports-gnome-a377c71c69e1ad32703e9efc5e3cef4f9ec22b52.tar.zst freebsd-ports-gnome-a377c71c69e1ad32703e9efc5e3cef4f9ec22b52.zip |
- 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>
Diffstat (limited to 'www/serf')
-rw-r--r-- | www/serf/Makefile | 3 | ||||
-rw-r--r-- | www/serf/distinfo | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/www/serf/Makefile b/www/serf/Makefile index b20765107bec..4200f703d01b 100644 --- a/www/serf/Makefile +++ b/www/serf/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= serf -PORTVERSION= 1.3.2 -PORTREVISION= 1 +PORTVERSION= 1.3.3 CATEGORIES= www MASTER_SITES= GOOGLE_CODE diff --git a/www/serf/distinfo b/www/serf/distinfo index 003b4864165c..35112c5cec8d 100644 --- a/www/serf/distinfo +++ b/www/serf/distinfo @@ -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 |