Date: Thu, 25 Feb 2016 01:09:22 +0000 (UTC) From: Jason Unovitch <junovitch@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409487 - head/www/squid Message-ID: <201602250109.u1P19MNI028158@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <timp87@gmail.com> (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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602250109.u1P19MNI028158>