pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/ikiwiki



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Sat Jun 24 13:10:44 UTC 2017

Modified Files:
        pkgsrc/www/ikiwiki: Makefile distinfo

Log Message:
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"]]


To generate a diff of this commit:
cvs rdiff -u -r1.148 -r1.149 pkgsrc/www/ikiwiki/Makefile
cvs rdiff -u -r1.120 -r1.121 pkgsrc/www/ikiwiki/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/ikiwiki/Makefile
diff -u pkgsrc/www/ikiwiki/Makefile:1.148 pkgsrc/www/ikiwiki/Makefile:1.149
--- pkgsrc/www/ikiwiki/Makefile:1.148   Thu Jan 12 00:44:15 2017
+++ pkgsrc/www/ikiwiki/Makefile Sat Jun 24 13:10:44 2017
@@ -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/}

Index: pkgsrc/www/ikiwiki/distinfo
diff -u pkgsrc/www/ikiwiki/distinfo:1.120 pkgsrc/www/ikiwiki/distinfo:1.121
--- pkgsrc/www/ikiwiki/distinfo:1.120   Thu Jan 12 00:44:15 2017
+++ pkgsrc/www/ikiwiki/distinfo Sat Jun 24 13:10:44 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.120 2017/01/12 00:44:15 schmonz Exp $
+$NetBSD: distinfo,v 1.121 2017/06/24 13:10:44 schmonz Exp $
 
-SHA1 (ikiwiki_3.20170111.tar.xz) = c6df014617d3ac5e6c57eb573f02cc4cf71e9b7b
-RMD160 (ikiwiki_3.20170111.tar.xz) = a15bdf28eb6f1c857b8faccc2fba368892b0d597
-SHA512 (ikiwiki_3.20170111.tar.xz) = 78c2a624684bb1c34878ff008558a3967f6e7f5648878e931961695e582a40e4351b6e467c64ca42ba99cb403fd275265bd5d96ecd860ad8263043514d207ad4
-Size (ikiwiki_3.20170111.tar.xz) = 2614240 bytes
+SHA1 (ikiwiki_3.20170622.tar.xz) = 96e7582c93a3db23ac9600b5e24bff71a6dbc4be
+RMD160 (ikiwiki_3.20170622.tar.xz) = 97fd8872a5782592fa29f31eae96f8bc15573ca9
+SHA512 (ikiwiki_3.20170622.tar.xz) = f3d257a4aac3b5009462312381ee4904fe5032a0408a4988cdea3e1997f94d2e13bae0dd5b9228623ccd001b37539c33135db56025a1b46df6b6955502e9e9eb
+Size (ikiwiki_3.20170622.tar.xz) = 2633776 bytes



Home | Main Index | Thread Index | Old Index