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 unified 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,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.131 2015/01/07 16:09:23 schmonz Exp $ 1# $NetBSD: Makefile,v 1.132 2015/03/30 11:32:49 schmonz Exp $
2# 2#
3 3
4DISTNAME= ikiwiki_3.20150107 4DISTNAME= ikiwiki_3.20150329
5PKGNAME= ${DISTNAME:S/_/-/} 5PKGNAME= ${DISTNAME:S/_/-/}
6CATEGORIES= www textproc 6CATEGORIES= www textproc
7MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/} 7MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/}
8 8
9MAINTAINER= schmonz@NetBSD.org 9MAINTAINER= schmonz@NetBSD.org
10HOMEPAGE= http://ikiwiki.info/ 10HOMEPAGE= http://ikiwiki.info/
11COMMENT= Flexible static site generator with dynamic features 11COMMENT= Flexible static site generator with dynamic features
12LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
13 13
14# ./pm_filter /usr/pkg 3.20141016 /usr/pkg/lib/perl5/vendor_perl/5.20.0 < ikiwiki.in > ikiwiki.out 14# ./pm_filter /usr/pkg 3.20141016 /usr/pkg/lib/perl5/vendor_perl/5.20.0 < ikiwiki.in > ikiwiki.out
15# sh: ./pm_filter: not found 15# sh: ./pm_filter: not found
16MAKE_JOBS_SAFE= no 16MAKE_JOBS_SAFE= no
17 17

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

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