From owner-svn-ports-all@FreeBSD.ORG Sat Oct 6 08:28:25 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DD737106566C; Sat, 6 Oct 2012 08:28:25 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id AD8FF8FC0C; Sat, 6 Oct 2012 08:28:25 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q968SPxK028184; Sat, 6 Oct 2012 08:28:25 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q968SPOU028181; Sat, 6 Oct 2012 08:28:25 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201210060828.q968SPOU028181@svn.freebsd.org> From: Olli Hauer Date: Sat, 6 Oct 2012 08:28:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r305344 - head/www/serf X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2012 08:28:26 -0000 Author: ohauer Date: Sat Oct 6 08:28:25 2012 New Revision: 305344 URL: http://svn.freebsd.org/changeset/ports/305344 Log: - update serf to 1.1.1 From changelog: Serf 1.1.1 [2012-10-04, from /tags/1.1.1] Fixed issue 86: ensure requeued requests are correctly handled. This fixes: - infinite loop with multiple connection resets or SIGPIPE errors - "connection" hang where we would not re-queue requests that are held after we re-connect Fixed issue 74: test_all goes in an endless loop Fix memory leak when conn. is closed explicitly/due to pool cleanups (r1623) Fix for https on Windows: handle connection aborts (r1628..-30,-33,-34,-37) Add new error codes for the SSL bucket Serf 1.1.0 [2012-06-07, from /tags/1.1.0] New: serf_bucket_request_set_CL() for C-L based, non-chunked requests New: serf_ssl_server_cert_chain_callback_set() for full-chain validation Serf 1.0.3 [2012-03-20, from /tags/1.0.3, r1586] Map more OpenSSL errors into SERF_SSL_CERT_UNKNOWNCA (r1573) Serf 1.0.2 Not released. Serf 1.0.1 [2012-02-15, from /tags/1.0.1, r1569] FreeBSD fixes in the test suite (r1560, r1565) Minor build fixes Please note there are still some issues in case the SVN repo is located at / (for example redports.org), a fix was committed to current subversion. http://subversion.tigris.org/ds/viewMessage.do?dsForumId=463&dsMessageId=2901999 with hat apache@ Modified: head/www/serf/Makefile head/www/serf/distinfo Modified: head/www/serf/Makefile ============================================================================== --- head/www/serf/Makefile Sat Oct 6 08:08:20 2012 (r305343) +++ head/www/serf/Makefile Sat Oct 6 08:28:25 2012 (r305344) @@ -1,12 +1,8 @@ -# New ports collection makefile for: serf -# Date created: 28 May 2008 -# Whom: Craig Rodrigues -# +# Created by: Craig Rodrigues # $FreeBSD$ -# PORTNAME= serf -PORTVERSION= 1.0.0 +PORTVERSION= 1.1.1 CATEGORIES= www MASTER_SITES= GOOGLE_CODE MASTER_SITE_SUBDIR= db @@ -33,4 +29,7 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/design-guide.txt ${DOCSDIR} .endif +check: + @cd ${WRKSRC}/ && ${MAKE} check + .include Modified: head/www/serf/distinfo ============================================================================== --- head/www/serf/distinfo Sat Oct 6 08:08:20 2012 (r305343) +++ head/www/serf/distinfo Sat Oct 6 08:28:25 2012 (r305344) @@ -1,2 +1,2 @@ -SHA256 (serf-1.0.0.tar.bz2) = 9c045a777ee5088bddd6307907ab8470be14836638a36497252ec518943c1a63 -SIZE (serf-1.0.0.tar.bz2) = 165708 +SHA256 (serf-1.1.1.tar.bz2) = 5068e219c6bf00c1c11d968cf39a36d75982f480fecb7704c02290feeffbb979 +SIZE (serf-1.1.1.tar.bz2) = 169853