From 51f3b4c44a3a463f6e0d3f8a4323721bbe9c413f Mon Sep 17 00:00:00 2001 From: schmonz Date: Mon, 1 Jun 2009 20:24:42 +0000 Subject: Update to 3.13. From the changelog: You may want to run ikiwiki-transition deduplinks my.setup after upgrading to this version of ikiwiki. This command will optimise your wiki's saved state, removing duplicate information that can slow ikiwiki down. * ikiwiki-transition: If passed a nonexistant srcdir, or one not containing .ikiwiki, abort with an error rather than creating it. * Allow underlaydir to be overridden without messing up inclusion of other underlays via add_underlay. * More friendly display of markdown, textile in edit form selector (jmtd) * Allow curly braces to be used in pagespecs, and avoid a whole class of potential security problems, by avoiding performing any string interpolation on user-supplied data when translating pagespecs. * ikiwiki-transition: Allow setup files to be passed to all subcommands that need a srcdir. * ikiwiki-transition: deduplinks was broken and threw away all metadata stored by plugins in the index. Fix this bug. * listdirectives: Avoid listing _comment directives and generally assume any directive starting with _ is likewise internal. * Re-enable python-support and add python:Depends to control file. * ikiwiki-makerepo: Avoid using abs_path, as it apparently fails on nonexistant directories with some broken perl versions. * inline: Minor optimisation. * add_link: New function, which plugins should use rather than modifying %links directly, to avoid it accumulating duplicates. * ikiwiki-transition: Add a deduplinks action, that can be used to remove duplicate links and optimise a wiki w/o rebuilding it. * external: Fix pagespec_match and pagespec_match_list. Closes: #527281 --- www/ikiwiki/MESSAGE | 10 ++++++++-- www/ikiwiki/Makefile | 4 ++-- www/ikiwiki/distinfo | 8 ++++---- 3 files changed, 14 insertions(+), 8 deletions(-) (limited to 'www') diff --git a/www/ikiwiki/MESSAGE b/www/ikiwiki/MESSAGE index c232b848b79..fbe7a945645 100644 --- a/www/ikiwiki/MESSAGE +++ b/www/ikiwiki/MESSAGE @@ -1,6 +1,12 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.2 2008/08/01 18:41:08 schmonz Exp $ +$NetBSD: MESSAGE,v 1.3 2009/06/01 20:24:42 schmonz Exp $ -If you use custom templates, make sure they are correct when upgrading. +If you use custom templates, make sure they are correct when +upgrading. + +You may want to run ikiwiki-transition deduplinks my.setup after +upgrading to this version of ikiwiki. This command will optimise +your wiki's saved state, removing duplicate information that can +slow ikiwiki down. =========================================================================== diff --git a/www/ikiwiki/Makefile b/www/ikiwiki/Makefile index a2f6094ea4f..72e1a71dd15 100644 --- a/www/ikiwiki/Makefile +++ b/www/ikiwiki/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2009/05/05 18:02:05 schmonz Exp $ +# $NetBSD: Makefile,v 1.25 2009/06/01 20:24:42 schmonz Exp $ # -DISTNAME= ikiwiki_3.11 +DISTNAME= ikiwiki_3.13 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= www textproc MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/} diff --git a/www/ikiwiki/distinfo b/www/ikiwiki/distinfo index b0ce71b28a0..a3371602e8c 100644 --- a/www/ikiwiki/distinfo +++ b/www/ikiwiki/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.14 2009/05/05 18:02:05 schmonz Exp $ +$NetBSD: distinfo,v 1.15 2009/06/01 20:24:42 schmonz Exp $ -SHA1 (ikiwiki_3.11.tar.gz) = 6974f08fb2272946c4aa2988022469200e62e2c3 -RMD160 (ikiwiki_3.11.tar.gz) = 4067297d5af2ee1708a3147b9f6735832973969e -Size (ikiwiki_3.11.tar.gz) = 1168391 bytes +SHA1 (ikiwiki_3.13.tar.gz) = 6df3c41b7934db8b72b101fb6ce4b4505b373bd8 +RMD160 (ikiwiki_3.13.tar.gz) = 28f94bc5d701177ec92e2de0d918c79bc18e1ea9 +Size (ikiwiki_3.13.tar.gz) = 1184152 bytes SHA1 (patch-aa) = e3ae3104f9445e15244a2b65c4867536cdfdcbca SHA1 (patch-ab) = bbec6e7a4e6772d995a0b084a3875b83950eb194 -- cgit v1.2.3