summaryrefslogtreecommitdiff
path: root/www/ikiwiki/Makefile
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2017-06-24 13:10:44 +0000
committerschmonz <schmonz@pkgsrc.org>2017-06-24 13:10:44 +0000
commit821963ff693eae4e95e16112650ed916542be64d (patch)
tree9acb921833e728dee1273826621cab6edc12af2a /www/ikiwiki/Makefile
parent3e8771640d48b4fd4cc95abde33ad16c0c681c23 (diff)
downloadpkgsrc-821963ff693eae4e95e16112650ed916542be64d.tar.gz
Update to 3.20170622. From the changelog:
* t/git-cgi.t: Wait 1 second before doing a revert that should work. This hopefully fixes a race condition in which the test failed around 6% of the time. (Closes: 862494) * Guard against set-but-empty REMOTE_USER CGI variable on misconfigured nginx servers, and in general treat sessions with a set-but-empty name as if they were not signed in. * When the CGI fails, print the error to stderr, not "Died" * mdwn: Don't mangle <style> into <elyts> under some circumstances * mdwn: Enable footnotes by default when using the default Discount implementation. A new mdwn_footnotes option can be used to disable footnotes in MultiMarkdown and Discount. * mdwn: Don't enable alphabetically labelled ordered lists by default when using the default Discount implementation. A new mdwn_alpha_list option can be used to restore the old interpretation. * osm: Convert savestate hook into a changes hook. savestate is not the right place to write wiki content, and in particular this breaks websetup if osm's dependencies are not installed, even if the osm plugin is not actually enabled. (Closes: #719913) * toc: if the heading is of the form <h1 id="...">, use that for the link in the table of contents (but continue to generate <a name="index42"></a> in case someone was relying on it) * color: Do not leak markup into contexts that take only the plain text, such as toc * meta: Document [[!meta name="foo" content="bar"]]
Diffstat (limited to 'www/ikiwiki/Makefile')
-rw-r--r--www/ikiwiki/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ikiwiki/Makefile b/www/ikiwiki/Makefile
index 75732f92c5a..1510e1b1ec6 100644
--- a/www/ikiwiki/Makefile
+++ b/www/ikiwiki/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.148 2017/01/12 00:44:15 schmonz Exp $
+# $NetBSD: Makefile,v 1.149 2017/06/24 13:10:44 schmonz Exp $
#
-DISTNAME= ikiwiki_3.20170111
+DISTNAME= ikiwiki_3.20170622
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= www textproc
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/}