diff options
author | schmonz <schmonz@pkgsrc.org> | 2013-07-11 06:09:45 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2013-07-11 06:09:45 +0000 |
commit | 2751f4f334593fe89f7b8b3b65ba99fc57f27c7c (patch) | |
tree | f10ebf17362fa9b60151d6e3a9de6b27d9cd8bd1 | |
parent | be2ef81ddde02bb44395e1a9b3753ad8bd4bb143 (diff) | |
download | pkgsrc-2751f4f334593fe89f7b8b3b65ba99fc57f27c7c.tar.gz |
Update to 3.20130710. From the changelog:
* blogspam: Fix encoding issue in RPC::XML call.
Thanks, Changaco
* comments: The formats allowed to be used in comments can be configured
using comments_allowformats.
Thanks, Michal Sojka
* calendar: When there are multiple pages for a given day, they're
displayed in a popup on mouseover.
Thanks, Louis
* osm: Remove trailing slash from KML maps icon.
* page.tmpl: omit searchform, trails, sidebar and most metadata in CGI
(smcv)
* openid: Automatically upgrade openid_realm to https when
accessed via https.
* The ip() pagespec can now contain glob characters to match eg, a subnet
full of spammers.
* Fix crash that could occur when a needsbuild hook returned a file
that does not exist.
* Fix python proxy to not crash when fed unicode data in getstate
and setstate.
Thanks, chrysn
* Fix committing attachments when using svn.
-rw-r--r-- | www/ikiwiki/Makefile | 5 | ||||
-rw-r--r-- | www/ikiwiki/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/ikiwiki/Makefile b/www/ikiwiki/Makefile index a385829af25..e155422a96a 100644 --- a/www/ikiwiki/Makefile +++ b/www/ikiwiki/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.109 2013/05/31 12:42:32 wiz Exp $ +# $NetBSD: Makefile,v 1.110 2013/07/11 06:09:45 schmonz Exp $ # -DISTNAME= ikiwiki_3.20130518 +DISTNAME= ikiwiki_3.20130710 PKGNAME= ${DISTNAME:S/_/-/} -PKGREVISION= 1 CATEGORIES= www textproc MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/} diff --git a/www/ikiwiki/distinfo b/www/ikiwiki/distinfo index 98cb6d88040..65f72981a9f 100644 --- a/www/ikiwiki/distinfo +++ b/www/ikiwiki/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.89 2013/05/19 06:45:11 schmonz Exp $ +$NetBSD: distinfo,v 1.90 2013/07/11 06:09:45 schmonz Exp $ -SHA1 (ikiwiki_3.20130518.tar.gz) = 96372c69c6e4a0cad3139603136207b8b88ee12e -RMD160 (ikiwiki_3.20130518.tar.gz) = d426ad1f59f88a58758d637897cf139bb5345638 -Size (ikiwiki_3.20130518.tar.gz) = 2949580 bytes +SHA1 (ikiwiki_3.20130710.tar.gz) = 2fe2b0d01060c873b5b3e8cffed06aa4cdd77885 +RMD160 (ikiwiki_3.20130710.tar.gz) = 6bc627bd13e8677a45f0621d8e4518d0008de4dd +Size (ikiwiki_3.20130710.tar.gz) = 2962260 bytes |