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 69D147ABFA for ; Wed, 24 Feb 2016 06:38:59 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 16F0585EBB; Wed, 24 Feb 2016 06:38:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 98D7A85E6F for ; Wed, 24 Feb 2016 06:38:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id RfIE8h_UWagJ for ; Wed, 24 Feb 2016 06:38:57 +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 AB24785E6A for ; Wed, 24 Feb 2016 06:38:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A64F5FBB7; Wed, 24 Feb 2016 06:38:57 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 24 Feb 2016 06:38:57 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/squid3 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20160224063857.A64F5FBB7@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk 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.59 -r1.60 pkgsrc/www/squid3/Makefile cvs rdiff -u -r1.46 -r1.47 pkgsrc/www/squid3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.