From owner-freebsd-apache@FreeBSD.ORG Thu Feb 28 20:40:01 2013 Return-Path: Delivered-To: apache@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9908F545 for ; Thu, 28 Feb 2013 20:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 71BD3134 for ; Thu, 28 Feb 2013 20:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SKe1NY055081 for ; Thu, 28 Feb 2013 20:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SKe12F055080; Thu, 28 Feb 2013 20:40:01 GMT (envelope-from gnats) Date: Thu, 28 Feb 2013 20:40:01 GMT Message-Id: <201302282040.r1SKe12F055080@freefall.freebsd.org> To: apache@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/176404: commit references a PR X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 20:40:01 -0000 The following reply was made to PR ports/176404; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/176404: commit references a PR Date: Thu, 28 Feb 2013 20:32:34 +0000 (UTC) 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 _______________________________________________ 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"