Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 442A263BA4F for ; Sat, 4 Jun 2011 23:13:43 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 18F9714A1D5; Sat, 4 Jun 2011 23:13:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 47C9214A1C3 for ; Sat, 4 Jun 2011 23:13:41 +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 Ah0+PEfzljwv for ; Sat, 4 Jun 2011 23:13:40 +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 C620B14A0F7 for ; Sat, 4 Jun 2011 23:13:40 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 790E9175DD; Sat, 4 Jun 2011 23:13:40 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sat, 4 Jun 2011 23:13:40 +0000 From: "Eric Schnoebelen" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: schnoebe@netbsd.org X-Mailer: log_accum Message-Id: <20110604231340.790E9175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: schnoebe Date: Sat Jun 4 23:13:40 UTC 2011 Modified Files: pkgsrc/doc: CHANGES-2011 pkgsrc/textproc/lua-expat: Makefile distinfo Log Message: Update textproc/lua-expat to 1.2.0. Required for updating chat/prosody to 0.8.1, which helps handle the "billion laughs" exploits on XML parsers and XMPP servers. Change log as recorded in the README: Version 1.2.0 [02/Jun/2011] * support for the StartDoctypeDecl handler * add parser:stop() to abort parsing inside a callback To generate a diff of this commit: cvs rdiff -u -r1.1397 -r1.1398 pkgsrc/doc/CHANGES-2011 cvs rdiff -u -r1.15 -r1.16 pkgsrc/textproc/lua-expat/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/lua-expat/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.