Mon Mar 30 11:32:50 2015 UTC ()
Update to 3.20150329. From the changelog:

  [ Joey Hess ]
  * Fix NULL ptr deref on ENOMEM in wrapper. (Thanks, igli)

  [ Simon McVittie ]
  * Really don't double-decode CGI submissions, even on Perl versions that
    bundle an old enough Encode.pm for that not to be a problem: the
    system might have a newer Encode.pm installed separately, like Fedora 20.
    (Closes: #776181; thanks, Anders Kaseorg)
  * If neither timezone nor TZ is set, set both to :/etc/localtime if
    we're on a GNU system and that file exists, or GMT otherwise
  * t/inline.t: accept translations of "Add a new post titled:"
    (Closes: #779365)
  * Consistently document command-line options as e.g. --refresh, not -refresh

  [ Amitai Schlair ]
  * In VCS-committed anonymous comments, link to url.

  [ Joey Hess ]
  * Fix XSS in openid selector. Thanks, Raghav Bisht. (Closes: #781483)

 -- Simon McVittie <smcv@debian.org>  Sun, 29 Mar 2015 21:48:24 +0100

Updating this leaf package during the freeze for the bugfixes.


(schmonz)
diff -r1.131 -r1.132 pkgsrc/www/ikiwiki/Makefile
diff -r1.104 -r1.105 pkgsrc/www/ikiwiki/distinfo
diff -r1.1 -r0 pkgsrc/www/ikiwiki/patches/patch-IkiWiki_Plugin_comments.pm

cvs diff -r1.131 -r1.132 pkgsrc/www/ikiwiki/Makefile (expand / switch to context diff)
--- pkgsrc/www/ikiwiki/Makefile 2015/01/07 16:09:23 1.131
+++ pkgsrc/www/ikiwiki/Makefile 2015/03/30 11:32:49 1.132
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.131 2015/01/07 16:09:23 schmonz Exp $
+# $NetBSD: Makefile,v 1.132 2015/03/30 11:32:49 schmonz Exp $
 #
 
-DISTNAME=		ikiwiki_3.20150107
+DISTNAME=		ikiwiki_3.20150329
 PKGNAME=		${DISTNAME:S/_/-/}
 CATEGORIES=		www textproc
 MASTER_SITES=		${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/}

cvs diff -r1.104 -r1.105 pkgsrc/www/ikiwiki/distinfo (expand / switch to context diff)
--- pkgsrc/www/ikiwiki/distinfo 2015/01/07 16:09:23 1.104
+++ pkgsrc/www/ikiwiki/distinfo 2015/03/30 11:32:49 1.105
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.104 2015/01/07 16:09:23 schmonz Exp $
+$NetBSD: distinfo,v 1.105 2015/03/30 11:32:49 schmonz Exp $
 
-SHA1 (ikiwiki_3.20150107.tar.gz) = 9ef9f03c8565c2dda6fb78f26e1ec5349039818c
+SHA1 (ikiwiki_3.20150329.tar.gz) = 413ec18620360070ab5f02554143b8420b6d96ab
-RMD160 (ikiwiki_3.20150107.tar.gz) = 2ccb7097a4c72944bc073f115975fe541299837f
+RMD160 (ikiwiki_3.20150329.tar.gz) = a8cbc3f82f5e3a3aa7ba54ad306aa53d84dae04d
-Size (ikiwiki_3.20150107.tar.gz) = 3285794 bytes
+Size (ikiwiki_3.20150329.tar.gz) = 3311195 bytes
-SHA1 (patch-IkiWiki_Plugin_comments.pm) = fd0dffac8e7f3928e48425e1840e70b8a4d68808

File Deleted: pkgsrc/www/ikiwiki/patches/Attic/patch-IkiWiki_Plugin_comments.pm