diff options
author | schmonz <schmonz@pkgsrc.org> | 2010-03-13 20:20:08 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2010-03-13 20:20:08 +0000 |
commit | 1a2a44091e53bee673f32af7528ed4592c0fba87 (patch) | |
tree | 8fd58b37bfc43f312094ad529fba407bc1993c46 /www | |
parent | 5e646b1f258eb963989b189bfcfec7ba5732c86a (diff) | |
download | pkgsrc-1a2a44091e53bee673f32af7528ed4592c0fba87.tar.gz |
Update to 3.20100312. From the changelog:
* Fix utf8 issues in calls to md5_hex.
* moderatedcomments: Added moderate_pagespec that can be used
to control which users or comment locations are moderated.
This can be used, just for example, to moderate "user(http://myopenid.com/*)"
if you're getting a lot of spammers from one particular openid
provider (who should perhaps answer your emails about them),
while not moderating other users.
* moderatedcomments: The moderate_users setting is deprecated. Instead,
set moderate_pagespec to "!admin()" or "user(*)".
* Fix missing span on recentchanges page template.
* search: Avoid '$' in the wikiname appearing unescaped on omega's
query template, where it might crash omega.
* htmlscrubber: Security fix: In data:image/* uris, only allow a few
whitelisted image types. No svg.
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 73158e59481..a2c286187b2 100644 --- a/www/ikiwiki/Makefile +++ b/www/ikiwiki/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.46 2010/03/03 14:14:36 schmonz Exp $ +# $NetBSD: Makefile,v 1.47 2010/03/13 20:20:08 schmonz Exp $ # -DISTNAME= ikiwiki_3.20100302 +DISTNAME= ikiwiki_3.20100312 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 46630407b4c..bfb00de5621 100644 --- a/www/ikiwiki/distinfo +++ b/www/ikiwiki/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.33 2010/03/03 14:14:36 schmonz Exp $ +$NetBSD: distinfo,v 1.34 2010/03/13 20:20:09 schmonz Exp $ -SHA1 (ikiwiki_3.20100302.tar.gz) = e3c3de69844c735e09a6707f35210698f43ee2d5 -RMD160 (ikiwiki_3.20100302.tar.gz) = c46631c359bb16a6809f56d026d83ece7b6f801a -Size (ikiwiki_3.20100302.tar.gz) = 1539635 bytes +SHA1 (ikiwiki_3.20100312.tar.gz) = eb66b33fe6960b9545c6465e5cc3a3ab6f25bae2 +RMD160 (ikiwiki_3.20100312.tar.gz) = 54b67f848d7cba2ccdc048035bc331af6014b514 +Size (ikiwiki_3.20100312.tar.gz) = 1585379 bytes SHA1 (patch-aa) = b64322fe609b8a9c8286f68e5b1bf81f3993914e SHA1 (patch-ab) = dd2a1a1bf33ddba89f5ecad3bccc1e470134a404 SHA1 (patch-ad) = 5720c313ea335a182417b2339ee2e8ef204fc11d |