From owner-svn-ports-head@freebsd.org Tue Jan 19 00:20:23 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7F77A87FF4; Tue, 19 Jan 2016 00:20:23 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6E81A13E3; Tue, 19 Jan 2016 00:20:23 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0J0KMZO061214; Tue, 19 Jan 2016 00:20:22 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0J0KMWU061212; Tue, 19 Jan 2016 00:20:22 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201601190020.u0J0KMWU061212@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Tue, 19 Jan 2016 00:20:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406625 - head/www/squid 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.20 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: Tue, 19 Jan 2016 00:20:23 -0000 Author: junovitch Date: Tue Jan 19 00:20:22 2016 New Revision: 406625 URL: https://svnweb.freebsd.org/changeset/ports/406625 Log: www/squid: update 3.5.12 -> 3.5.13 Changes: * Bug 4397: DragonFly BSD, POSIX shared memory is implemented as filepath * Bug 4387: Kerberos build errors on Solaris * TLS: Support Ephemeral Elliptic Curve Diffie-Hellman (EECDH) key exchange * TLS: Complete certificate chains using external intermediate certificates * Avoid memory leaks when an X.509 certificate validator is used with SslBump * Fix connection retry and fallback after failed server TLS connections * Fix GnuTLS detection via pkg-config * Fix startup crash with a misconfigured (too-small) shared memory cache * ... and some documentation updates PR: 206127 Submitted by: Pavel Timofeev (maintainer) Modified: head/www/squid/Makefile head/www/squid/distinfo Modified: head/www/squid/Makefile ============================================================================== --- head/www/squid/Makefile Mon Jan 18 23:51:27 2016 (r406624) +++ head/www/squid/Makefile Tue Jan 19 00:20:22 2016 (r406625) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= squid -PORTVERSION= 3.5.12 +PORTVERSION= 3.5.13 CATEGORIES= www ipv6 MASTER_SITES= http://www.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \ http://www2.us.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \ Modified: head/www/squid/distinfo ============================================================================== --- head/www/squid/distinfo Mon Jan 18 23:51:27 2016 (r406624) +++ head/www/squid/distinfo Tue Jan 19 00:20:22 2016 (r406625) @@ -1,2 +1,2 @@ -SHA256 (squid3.5/squid-3.5.12.tar.xz) = 8bc83f3869f7404aefb10883109e28443255cf6dde50a13904c7954619707a42 -SIZE (squid3.5/squid-3.5.12.tar.xz) = 2299644 +SHA256 (squid3.5/squid-3.5.13.tar.xz) = e75d94671895270272883187296f17e26954bf00a090c97bfea8a4fc264a5b40 +SIZE (squid3.5/squid-3.5.13.tar.xz) = 2379460