Mon Jan 24 04:38:51 2011 UTC ()
Update to 3.20110123. From the changelog:

   * Adapt autoindex test suite to work with old Test::More.
   * inline: Pass feed titles to templates and add title and rel attributes
     to feed links. (Giuseppe Bilotta)
   * inline: Use class rather than id for feedlinks and blogform.
     (Giuseppe Bilotta)
   * comments: Fix XSS security hole due to missing validation of page name.
     CVE-2011-0428 (Thanks, Dave B.)
   * rename: Fix crash when renaming a page that is linked to by a page
     in an underlay.


(schmonz)
diff -r1.71 -r1.72 pkgsrc/www/ikiwiki/Makefile
diff -r1.30 -r1.31 pkgsrc/www/ikiwiki/PLIST
diff -r1.56 -r1.57 pkgsrc/www/ikiwiki/distinfo

cvs diff -r1.71 -r1.72 pkgsrc/www/ikiwiki/Makefile (expand / switch to unified diff)

--- pkgsrc/www/ikiwiki/Makefile 2011/01/07 03:36:07 1.71
+++ pkgsrc/www/ikiwiki/Makefile 2011/01/24 04:38:50 1.72
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.71 2011/01/07 03:36:07 schmonz Exp $ 1# $NetBSD: Makefile,v 1.72 2011/01/24 04:38:50 schmonz Exp $
2# 2#
3 3
4DISTNAME= ikiwiki_3.20110105 4DISTNAME= ikiwiki_3.20110123
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= Wiki compiler 11COMMENT= Wiki compiler
12LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16DEPENDS+= p5-Text-Markdown-[0-9]*:../../textproc/p5-Text-Markdown 16DEPENDS+= p5-Text-Markdown-[0-9]*:../../textproc/p5-Text-Markdown
17DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI 17DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI

cvs diff -r1.30 -r1.31 pkgsrc/www/ikiwiki/PLIST (expand / switch to unified diff)

--- pkgsrc/www/ikiwiki/PLIST 2011/01/02 05:13:02 1.30
+++ pkgsrc/www/ikiwiki/PLIST 2011/01/24 04:38:50 1.31
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.30 2011/01/02 05:13:02 schmonz Exp $ 1@comment $NetBSD: PLIST,v 1.31 2011/01/24 04:38:50 schmonz Exp $
2bin/ikiwiki 2bin/ikiwiki
3bin/ikiwiki-calendar 3bin/ikiwiki-calendar
4bin/ikiwiki-makerepo 4bin/ikiwiki-makerepo
5bin/ikiwiki-transition 5bin/ikiwiki-transition
6bin/ikiwiki-update-wikilist 6bin/ikiwiki-update-wikilist
7lib/ikiwiki/plugins/proxy.py 7lib/ikiwiki/plugins/proxy.py
8lib/ikiwiki/plugins/rst 8lib/ikiwiki/plugins/rst
9${PLIST.w3m}libexec/w3m/cgi-bin/ikiwiki-w3m.cgi 9${PLIST.w3m}libexec/w3m/cgi-bin/ikiwiki-w3m.cgi
10man/man1/ikiwiki-calendar.1 10man/man1/ikiwiki-calendar.1
11man/man1/ikiwiki-makerepo.1 11man/man1/ikiwiki-makerepo.1
12man/man1/ikiwiki-transition.1 12man/man1/ikiwiki-transition.1
13man/man1/ikiwiki-update-wikilist.1 13man/man1/ikiwiki-update-wikilist.1
14man/man1/ikiwiki.1 14man/man1/ikiwiki.1
@@ -89,27 +89,26 @@ share/ikiwiki/directives/ikiwiki/directi @@ -89,27 +89,26 @@ share/ikiwiki/directives/ikiwiki/directi
89share/ikiwiki/directives/ikiwiki/directive/template.mdwn 89share/ikiwiki/directives/ikiwiki/directive/template.mdwn
90share/ikiwiki/directives/ikiwiki/directive/testpagespec.mdwn 90share/ikiwiki/directives/ikiwiki/directive/testpagespec.mdwn
91share/ikiwiki/directives/ikiwiki/directive/teximg.mdwn 91share/ikiwiki/directives/ikiwiki/directive/teximg.mdwn
92share/ikiwiki/directives/ikiwiki/directive/toc.mdwn 92share/ikiwiki/directives/ikiwiki/directive/toc.mdwn
93share/ikiwiki/directives/ikiwiki/directive/toggle.mdwn 93share/ikiwiki/directives/ikiwiki/directive/toggle.mdwn
94share/ikiwiki/directives/ikiwiki/directive/toggleable.mdwn 94share/ikiwiki/directives/ikiwiki/directive/toggleable.mdwn
95share/ikiwiki/directives/ikiwiki/directive/version.mdwn 95share/ikiwiki/directives/ikiwiki/directive/version.mdwn
96share/ikiwiki/examples/blog.mdwn 96share/ikiwiki/examples/blog.mdwn
97share/ikiwiki/examples/blog/archives.mdwn 97share/ikiwiki/examples/blog/archives.mdwn
98share/ikiwiki/examples/blog/comments.mdwn 98share/ikiwiki/examples/blog/comments.mdwn
99share/ikiwiki/examples/blog/index.mdwn 99share/ikiwiki/examples/blog/index.mdwn
100share/ikiwiki/examples/blog/posts.mdwn 100share/ikiwiki/examples/blog/posts.mdwn
101share/ikiwiki/examples/blog/posts/first_post.mdwn 101share/ikiwiki/examples/blog/posts/first_post.mdwn
102share/ikiwiki/examples/blog/posts/ugachaka/discussion.mdwn 
103share/ikiwiki/examples/blog/sidebar.mdwn 102share/ikiwiki/examples/blog/sidebar.mdwn
104share/ikiwiki/examples/blog/tags.mdwn 103share/ikiwiki/examples/blog/tags.mdwn
105share/ikiwiki/examples/softwaresite.mdwn 104share/ikiwiki/examples/softwaresite.mdwn
106share/ikiwiki/examples/softwaresite/Makefile 105share/ikiwiki/examples/softwaresite/Makefile
107share/ikiwiki/examples/softwaresite/bugs.mdwn 106share/ikiwiki/examples/softwaresite/bugs.mdwn
108share/ikiwiki/examples/softwaresite/bugs/done.mdwn 107share/ikiwiki/examples/softwaresite/bugs/done.mdwn
109share/ikiwiki/examples/softwaresite/bugs/fails_to_frobnicate.mdwn 108share/ikiwiki/examples/softwaresite/bugs/fails_to_frobnicate.mdwn
110share/ikiwiki/examples/softwaresite/bugs/needs_more_bugs.mdwn 109share/ikiwiki/examples/softwaresite/bugs/needs_more_bugs.mdwn
111share/ikiwiki/examples/softwaresite/contact.mdwn 110share/ikiwiki/examples/softwaresite/contact.mdwn
112share/ikiwiki/examples/softwaresite/doc.mdwn 111share/ikiwiki/examples/softwaresite/doc.mdwn
113share/ikiwiki/examples/softwaresite/doc/faq.mdwn 112share/ikiwiki/examples/softwaresite/doc/faq.mdwn
114share/ikiwiki/examples/softwaresite/doc/install.mdwn 113share/ikiwiki/examples/softwaresite/doc/install.mdwn
115share/ikiwiki/examples/softwaresite/doc/setup.mdwn 114share/ikiwiki/examples/softwaresite/doc/setup.mdwn

cvs diff -r1.56 -r1.57 pkgsrc/www/ikiwiki/distinfo (expand / switch to unified diff)

--- pkgsrc/www/ikiwiki/distinfo 2011/01/07 03:36:07 1.56
+++ pkgsrc/www/ikiwiki/distinfo 2011/01/24 04:38:51 1.57
@@ -1,9 +1,9 @@ @@ -1,9 +1,9 @@
1$NetBSD: distinfo,v 1.56 2011/01/07 03:36:07 schmonz Exp $ 1$NetBSD: distinfo,v 1.57 2011/01/24 04:38:51 schmonz Exp $
2 2
3SHA1 (ikiwiki_3.20110105.tar.gz) = 2d5c2c12c86f5f71360afb475ce229d46323d55d 3SHA1 (ikiwiki_3.20110123.tar.gz) = c67e6090f661743c7281dc66bff7173d937334c0
4RMD160 (ikiwiki_3.20110105.tar.gz) = 7a259f72330a30fa15b7d0cf8ee98d32cdd37bd5 4RMD160 (ikiwiki_3.20110123.tar.gz) = 3706ab78334bb259dc12efeff14215958158fbb3
5Size (ikiwiki_3.20110105.tar.gz) = 2295054 bytes 5Size (ikiwiki_3.20110123.tar.gz) = 2302924 bytes
6SHA1 (patch-aa) = 3f6c613520fdb979d68e0b4eda7698e62d4d8961 6SHA1 (patch-aa) = 3f6c613520fdb979d68e0b4eda7698e62d4d8961
7SHA1 (patch-ab) = 9700097a9dbe8a2203169367c497ac8b89251903 7SHA1 (patch-ab) = 9700097a9dbe8a2203169367c497ac8b89251903
8SHA1 (patch-ad) = 5720c313ea335a182417b2339ee2e8ef204fc11d 8SHA1 (patch-ad) = 5720c313ea335a182417b2339ee2e8ef204fc11d
9SHA1 (patch-ae) = b23e2c81e0dba9bc88fd2bdc88de5e60eb74e16f 9SHA1 (patch-ae) = b23e2c81e0dba9bc88fd2bdc88de5e60eb74e16f