Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id C77147ABD1 for ; Mon, 29 Feb 2016 10:10:48 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4392F85F72; Mon, 29 Feb 2016 10:10:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C56EA85F6D for ; Mon, 29 Feb 2016 10:10:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id zpd2ZmyxLYLI for ; Mon, 29 Feb 2016 10:10:47 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 6849E85F47 for ; Mon, 29 Feb 2016 10:10:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5CDC5FBB7; Mon, 29 Feb 2016 10:10:47 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 29 Feb 2016 10:10:47 +0000 From: "Benny Siegert" Subject: CVS commit: [pkgsrc-2015Q4] pkgsrc/www/squid3 To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20160229101047.5CDC5FBB7@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: bsiegert Date: Mon Feb 29 10:10:47 UTC 2016 Modified Files: pkgsrc/www/squid3 [pkgsrc-2015Q4]: Makefile distinfo Log Message: Pullup ticket #4931 - requested by taca www/squid3: security fix Revisions pulled up: - www/squid3/Makefile 1.60 - www/squid3/distinfo 1.47 --- Module Name: pkgsrc Committed By: taca Date: Wed Feb 24 06:38:57 UTC 2016 Modified Files: pkgsrc/www/squid3: Makefile distinfo Log Message: Update squid3 package to 3.5.15, security release. * SQUID-2016:2 - Multiple Denial of Service issues in HTTP Response processing http://www.squid-cache.org/Advisories/SQUID-2016_2.txt Changes to squid-3.5.15 (23 Feb 2016): - 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 To generate a diff of this commit: cvs rdiff -u -r1.57.2.1 -r1.57.2.2 pkgsrc/www/squid3/Makefile cvs rdiff -u -r1.44.2.1 -r1.44.2.2 pkgsrc/www/squid3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.