svn commit: r313125 - head/www/serf

Olli Hauer ohauer at FreeBSD.org
Thu Feb 28 20:32:20 UTC 2013


Author: ohauer
Date: Thu Feb 28 20:32:19 2013
New Revision: 313125
URL: http://svnweb.freebsd.org/changeset/ports/313125

Log:
  - update to version 1.2.0
  
  Changelog:
  Serf 1.2.0 [2013-02-22, from /tags/1.2.0]
    Fixed issue 94: Serf can enter an infinite loop when server aborts conn.
    Fixed issue 91: Serf doesn't handle an incoming 408 Timeout Request
    Fixed issue 80: Serf is not handling Negotiate authentication correctly
    Fixed issue 77: Endless loop if server doesn't accept Negotiate authn
    Fixed issue 93: cleanup-after-fork interferes with parent (r1714)
    Fixed most of issue 89: Support REAL SPNEGO authentication
    Enable Negotiate/Kerberos support for proxy servers.
    Return error when C-L, chunked, gzip encoded response bodies where
      truncated (due to aborted connection) (r1688)
    Add a logging mechanism that can be enabled at compile-time.
    Don't lookup server address if a proxy was configured. (r1706)
    Fix an off-by-one in buffer sizing (r1695)
    Disable SSL compression by default + API to enable it (r1692)
    New serf_connection_get_latency() for estimated network latency (r1689)
    New error code and RFC compliance for the HTTPS tunnel (r1701, r1644)
    Handle EINTR when a user suspends and then backgrounds the app (r1708)
    Minor fixes and test suite improvements.
  
  PR:		176404
  Submitted by:	Pedro Giffuni <giffunip at tutopia.com>

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

Modified: head/www/serf/Makefile
==============================================================================
--- head/www/serf/Makefile	Thu Feb 28 17:54:57 2013	(r313124)
+++ head/www/serf/Makefile	Thu Feb 28 20:32:19 2013	(r313125)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	serf
-PORTVERSION=	1.1.1
+PORTVERSION=	1.2.0
 CATEGORIES=	www
 MASTER_SITES=	GOOGLE_CODE
 MASTER_SITE_SUBDIR=	db

Modified: head/www/serf/distinfo
==============================================================================
--- head/www/serf/distinfo	Thu Feb 28 17:54:57 2013	(r313124)
+++ head/www/serf/distinfo	Thu Feb 28 20:32:19 2013	(r313125)
@@ -1,2 +1,2 @@
-SHA256 (serf-1.1.1.tar.bz2) = 5068e219c6bf00c1c11d968cf39a36d75982f480fecb7704c02290feeffbb979
-SIZE (serf-1.1.1.tar.bz2) = 169853
+SHA256 (serf-1.2.0.tar.bz2) = 201a0a25bcc4c0ac26cca40e77ea75b98678335e825bee599a230fb2365935f3
+SIZE (serf-1.2.0.tar.bz2) = 178128


More information about the svn-ports-head mailing list