From owner-svn-ports-head@freebsd.org Thu Feb 25 01:09: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 80FA1AB38F0; Thu, 25 Feb 2016 01:09: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 512321E3; Thu, 25 Feb 2016 01:09: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 u1P19ML2028160; Thu, 25 Feb 2016 01:09:22 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1P19MNI028158; Thu, 25 Feb 2016 01:09:22 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201602250109.u1P19MNI028158@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Thu, 25 Feb 2016 01:09:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409487 - 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: Thu, 25 Feb 2016 01:09:23 -0000 Author: junovitch Date: Thu Feb 25 01:09:22 2016 New Revision: 409487 URL: https://svnweb.freebsd.org/changeset/ports/409487 Log: www/squid: update 3.5.14 -> 3.5.15 Changes: * Bug 3870 assertion failed: String.cc: 'len_ + len <65536' in ESI::CustomParser * Fix multiple assertion on String overflows * Fix unit test errors on MacOS * Better handling of huge response headers. Fewer incorrect "Bug #3279" messages * Log noise reduction for eCAP PR: 207454 Submitted by: Pavel Timofeev (maintainer) Security: https://vuxml.FreeBSD.org/freebsd/660ebbf5-daeb-11e5-b2bd-002590263bf5.html X-MFH-With: r406625, r409148 Modified: head/www/squid/Makefile head/www/squid/distinfo Modified: head/www/squid/Makefile ============================================================================== --- head/www/squid/Makefile Wed Feb 24 23:22:58 2016 (r409486) +++ head/www/squid/Makefile Thu Feb 25 01:09:22 2016 (r409487) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= squid -PORTVERSION= 3.5.14 +PORTVERSION= 3.5.15 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 Wed Feb 24 23:22:58 2016 (r409486) +++ head/www/squid/distinfo Thu Feb 25 01:09:22 2016 (r409487) @@ -1,2 +1,2 @@ -SHA256 (squid3.5/squid-3.5.14.tar.xz) = 79ec4cdd4f965314e6db8e3f6ddcebf2d24518edd790a68e0bd4d0a7735ace1b -SIZE (squid3.5/squid-3.5.14.tar.xz) = 2315320 +SHA256 (squid3.5/squid-3.5.15.tar.xz) = 9cfce3231c7b3b33816fc54414d8720a51ac5e723663e0685a8bb995b9f450d2 +SIZE (squid3.5/squid-3.5.15.tar.xz) = 2315628