Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id B53BC63BEAD for ; Sat, 26 Mar 2011 08:02:42 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7201619CEA0; Sat, 26 Mar 2011 08:02:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AA8AD19CE98 for ; Sat, 26 Mar 2011 08:02:39 +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 V35dQA2DR5I2 for ; Sat, 26 Mar 2011 08:02:38 +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 9E33A19CE77 for ; Sat, 26 Mar 2011 08:02:38 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 8803B175DD; Sat, 26 Mar 2011 08:02:38 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sat, 26 Mar 2011 08:02:38 +0000 From: "OBATA Akio" Subject: CVS commit: pkgsrc/www/loggerhead To: pkgsrc-changes@NetBSD.org Reply-To: obache@netbsd.org X-Mailer: log_accum Message-Id: <20110326080238.8803B175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: obache Date: Sat Mar 26 08:02:38 UTC 2011 Modified Files: pkgsrc/www/loggerhead: Makefile PLIST distinfo pkgsrc/www/loggerhead/patches: patch-aa Log Message: Update loggerhead to 1.18.1. (contains security fix for CVE-2011-0728). What's changed in loggerhead? ============================= 1.18.1 [24Mar2011] ------------------ - Fix escaping of filenames in revision views. (William Grant, #740142) - Add missing import to loggerhead.trace, allowing start-loggerhead to run when a log.roll config option is set. (Max Kanat-Alexander, #673999) 1.18 [10Nov2010] ---------------- - Syntax highlighting is no longer applied for files greater than 512K, reducing codebrowse.launchpad.net overloading. (Max Kanat-Alexander, #513044) - Documentation added in the docs directory. README simplified accordingly. (Tres Seaver). - Show svn/git/hg revision ids in loggerhead revision view. (Jelmer Vernooij) - Fix .bzr/smart access to branches in shared repos. (You also need a version of bzr with bug #348308 fixed.) (Andrew Bennetts) - Support FastCGI, SCGI and AJP using flup. (Denis Martinez) - Repository.get_revision_inventory() was removed in bzr 2.2; use Repository.get_inventory() instead. (Matt Nordhoff, #528194) - Ignore readonly+ prefix when checking if Loggerhead is serving a local location. (Reported by Tres Seaver.) (Matt Nordhoff) - Set Cache-Control and Expires headers on static pages. (John Arbash Meinel) - Generate relative links where possible (everywhere but HTTP redirects and feed IDs). (Michael Hudson, Matt Nordhoff) - Fix bad redirect when visiting "/download" or "/download/". (Matt Nordhoff, #247992) To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/loggerhead/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/loggerhead/PLIST cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/loggerhead/distinfo cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/loggerhead/patches/patch-aa Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.