diff options
author | schmonz <schmonz@pkgsrc.org> | 2010-11-12 18:17:32 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2010-11-12 18:17:32 +0000 |
commit | fa1eb6f5560bb9603c7528cb9a88a5e7722a1462 (patch) | |
tree | 894b37389841a3af13bb104c8fcd9b873b53374d /www | |
parent | bd24b4dd0addb763b0a548d296557d530019a956 (diff) | |
download | pkgsrc-fa1eb6f5560bb9603c7528cb9a88a5e7722a1462.tar.gz |
Update to 3.20101112. From the changelog:
* txt: Fix display when used inside a format directive.
* highlight: Ensure that other, more-specific format plugins,
like txt are used in preference to this one in case of ties.
* htmltidy, sortnaturally: Add missing checkconfig hook
registration. Closes: #601912
(Thanks, Craig Lennox and Tuomas Jormola)
* git: Use author date, not committer date. Closes: #602012
(Thanks, Tuomas Jormola)
* Fix htmlscrubber_skip to be matched on the source page, not the page it is
inlined into. Should allow setting to "* and !comment(*)" to scrub
comments, but leave your blog posts unscrubbed, etc. CVE-2010-1673
* comments: Make postcomment() pagespec work when previewing a comment,
including during moderation. CVE-2010-1673
* comments: Make comment() pagespec also match comments that are being
posted. CVE-2010-1673
Diffstat (limited to 'www')
-rw-r--r-- | www/ikiwiki/Makefile | 4 | ||||
-rw-r--r-- | www/ikiwiki/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/ikiwiki/Makefile b/www/ikiwiki/Makefile index 3534b2e2ed7..04d0606ce20 100644 --- a/www/ikiwiki/Makefile +++ b/www/ikiwiki/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.66 2010/10/24 15:45:34 schmonz Exp $ +# $NetBSD: Makefile,v 1.67 2010/11/12 18:17:32 schmonz Exp $ # -DISTNAME= ikiwiki_3.20101023 +DISTNAME= ikiwiki_3.20101112 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= www textproc MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/} diff --git a/www/ikiwiki/distinfo b/www/ikiwiki/distinfo index 96f4c5d85cb..4cd1f394aa0 100644 --- a/www/ikiwiki/distinfo +++ b/www/ikiwiki/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.51 2010/10/24 15:45:34 schmonz Exp $ +$NetBSD: distinfo,v 1.52 2010/11/12 18:17:32 schmonz Exp $ -SHA1 (ikiwiki_3.20101023.tar.gz) = 3c2736c80b44f3a34e83c490f8dae47ad7439da7 -RMD160 (ikiwiki_3.20101023.tar.gz) = 45a690561aa991a0b8ec2a2fd4e591b1216152d4 -Size (ikiwiki_3.20101023.tar.gz) = 1976347 bytes +SHA1 (ikiwiki_3.20101112.tar.gz) = 2257913f5ab02c1ff1d7df63eff1e600fec7c118 +RMD160 (ikiwiki_3.20101112.tar.gz) = a9eaa3719a872ee914d9d8e76ee33bc664d857ce +Size (ikiwiki_3.20101112.tar.gz) = 1985732 bytes SHA1 (patch-aa) = 06e339584f95ad52842daf7cd0be705e242bdb06 SHA1 (patch-ab) = 9700097a9dbe8a2203169367c497ac8b89251903 SHA1 (patch-ad) = 5720c313ea335a182417b2339ee2e8ef204fc11d |