pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ikiwiki Update to 3.20170622. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9c7d4cf19ce2
branches:  trunk
changeset: 364436:9c7d4cf19ce2
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sat Jun 24 13:10:44 2017 +0000

description:
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:

 www/ikiwiki/Makefile |   4 ++--
 www/ikiwiki/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 23105bc0084b -r 9c7d4cf19ce2 www/ikiwiki/Makefile
--- a/www/ikiwiki/Makefile      Sat Jun 24 12:50:37 2017 +0000
+++ b/www/ikiwiki/Makefile      Sat Jun 24 13:10:44 2017 +0000
@@ -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/}
diff -r 23105bc0084b -r 9c7d4cf19ce2 www/ikiwiki/distinfo
--- a/www/ikiwiki/distinfo      Sat Jun 24 12:50:37 2017 +0000
+++ b/www/ikiwiki/distinfo      Sat Jun 24 13:10:44 2017 +0000
@@ -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