Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id E1044A6567 for ; Mon, 9 Mar 2015 00:47:09 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9131B14A19F; Mon, 9 Mar 2015 00:47:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 29A1B14A199 for ; Mon, 9 Mar 2015 00:47:06 +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 3sL33MdjZz7w for ; Mon, 9 Mar 2015 00:47:05 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 897F814A19A for ; Mon, 9 Mar 2015 00:47:05 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 7521898; Mon, 9 Mar 2015 00:47:05 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 9 Mar 2015 00:47:05 +0000 From: "Matthew Sporleder" Subject: CVS commit: pkgsrc/www/varnish To: pkgsrc-changes@NetBSD.org Reply-To: mspo@netbsd.org X-Mailer: log_accum Message-Id: <20150309004705.7521898@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: mspo Date: Mon Mar 9 00:47:05 UTC 2015 Modified Files: pkgsrc/www/varnish: Makefile distinfo Log Message: bump to 3.0.6 fixed pkg/49735 noted by kjw at doglet.ca Minor changes to documentation. [varnishadm] Add termcap workaround for libedit. Bug 1531. Document storage..* VCL variables. Bug 1514. Fix memory alignment panic when http_max_hdr is not a multiple of 4. Bug 1327. Avoid negative ReqEnd timestamps with ESI. Bug 1297. %D format for varnishncsa is now an integer (as documented) Fix compile errors with clang. Clear objectcore flags earlier in ban lurker to avoid spinning thread. Bug 1470. Patch embedded jemalloc to avoid segfault. Bug 1448. Allow backend names to start with if, include or else. Bug 1439. Stop handling gzip after gzip body end. Bug 1086. Document %D and %T for varnishncsa. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/www/varnish/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/varnish/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.