Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 734D863B955 for ; Sat, 8 Oct 2011 22:33:21 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4295D14A31E; Sat, 8 Oct 2011 22:33:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7B7D114A2F4 for ; Sat, 8 Oct 2011 22:33:18 +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 gKmyMgnR3Ukb for ; Sat, 8 Oct 2011 22:33:17 +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 B641614A2F0 for ; Sat, 8 Oct 2011 22:33:17 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 9DB17175DD; Sat, 8 Oct 2011 22:33:17 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sat, 8 Oct 2011 22:33:17 +0000 From: "Matthias Scheler" Subject: CVS commit: [pkgsrc-2011Q3] pkgsrc/textproc/asciidoc To: pkgsrc-changes@NetBSD.org Reply-To: tron@netbsd.org X-Mailer: log_accum Message-Id: <20111008223317.9DB17175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: tron Date: Sat Oct 8 22:33:17 UTC 2011 Modified Files: pkgsrc/textproc/asciidoc [pkgsrc-2011Q3]: Makefile PLIST distinfo Log Message: Pullup ticket #3540 - requested by gls textproc/asciidoc: security update Revisions pulled up: - textproc/asciidoc/Makefile 1.29 - textproc/asciidoc/PLIST 1.15 - textproc/asciidoc/distinfo 1.14 --- Module Name: pkgsrc Committed By: gls Date: Sat Oct 8 21:13:47 UTC 2011 Modified Files: pkgsrc/textproc/asciidoc: Makefile PLIST distinfo Log Message: Update textproc/asciidoc to 8.6.6. Release highlights The AsciiDoc plugin architecture has been enhanced, unified and extended: - Plugin commands have been added to the asciidoc(1) --backend option. - An asciidoc(1) --theme option has been implemented to specify a theme and to manage theme plugins. - A plugin build command (for creating plugins) added. - build, install, list and remove plugin commands are all recognized by asciidoc(1) --backend, --filter and --theme options. A security update by Kenny MacDermid removes the use of eval() on untrusted input (to disallow code malicious execution). Complete changelog can be accessed here: http://www.methods.co.nz/asciidoc/CHANGELOG.html To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.28.4.1 pkgsrc/textproc/asciidoc/Makefile cvs rdiff -u -r1.14 -r1.14.4.1 pkgsrc/textproc/asciidoc/PLIST cvs rdiff -u -r1.13 -r1.13.4.1 pkgsrc/textproc/asciidoc/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.