From owner-svn-ports-head@FreeBSD.ORG Thu Feb 28 20:32:20 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BB9733D7; Thu, 28 Feb 2013 20:32:20 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 8C504F1; Thu, 28 Feb 2013 20:32:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1SKWKoT038740; Thu, 28 Feb 2013 20:32:20 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1SKWKm6038738; Thu, 28 Feb 2013 20:32:20 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201302282032.r1SKWKm6038738@svn.freebsd.org> From: Olli Hauer Date: Thu, 28 Feb 2013 20:32:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r313125 - head/www/serf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 20:32:20 -0000 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 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