pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/ikiwiki Update to 3.20100212. From the changelog:
details: https://anonhg.NetBSD.org/pkgsrc/rev/f21fa332f9f3
branches: trunk
changeset: 571483:f21fa332f9f3
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Sat Feb 13 05:53:36 2010 +0000
description:
Update to 3.20100212. From the changelog:
* template: Preprocess parameters before htmlizing.
* img: Fix a bug that could taint @links with undef values.
* setup automator: Configure Term::Readline to use bold for prompt, rather
than default underline. Closes: #517656
* Allow jumping directly into account registration process by going to
ikiwiki.cgi?do=register
* Improve display of openid in preferences page.
* Add link to userpage (or creation link) to top of preferences page.
* opendiscussion: This plugin will also now allow posting comments
to otherwise locked-down sites.
* auto-blog.setup: Lock all pages, so only admin can post to the blog
by default, and enable opendiscussion so others can comment.
* Fix color and format plugins to appear in the websetup interface.
* amazon_s3: Fix to support the EU S3 datacenter, which is more picky
about attempts to create already existing buckets.
* httpauth: When cgiauthurl is configured, httpauth can now be used
alongside other authentication methods (like openid or anonok). Rather
than always redirect to the cgiauthurl for authentication, there is now
a button on the login form to use it.
* httpauth: Add httpauth_pagespec setting that can be used to limit
pages to only being edited via users authed with httpauth.
* Allow globs to be used in user() pagespecs.
* Group related plugins into sections in the setup file, and drop
unused rcs plugins from the setup file.
diffstat:
www/ikiwiki/Makefile | 4 ++--
www/ikiwiki/distinfo | 10 +++++-----
www/ikiwiki/patches/patch-ab | 6 +++---
3 files changed, 10 insertions(+), 10 deletions(-)
diffs (46 lines):
diff -r 07953f92d9af -r f21fa332f9f3 www/ikiwiki/Makefile
--- a/www/ikiwiki/Makefile Sat Feb 13 00:19:54 2010 +0000
+++ b/www/ikiwiki/Makefile Sat Feb 13 05:53:36 2010 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.44 2010/01/26 04:59:15 schmonz Exp $
+# $NetBSD: Makefile,v 1.45 2010/02/13 05:53:36 schmonz Exp $
#
-DISTNAME= ikiwiki_3.20100122
+DISTNAME= ikiwiki_3.20100212
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= www textproc
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/}
diff -r 07953f92d9af -r f21fa332f9f3 www/ikiwiki/distinfo
--- a/www/ikiwiki/distinfo Sat Feb 13 00:19:54 2010 +0000
+++ b/www/ikiwiki/distinfo Sat Feb 13 05:53:36 2010 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.31 2010/01/26 04:59:15 schmonz Exp $
+$NetBSD: distinfo,v 1.32 2010/02/13 05:53:36 schmonz Exp $
-SHA1 (ikiwiki_3.20100122.tar.gz) = 6679f41e85eaf5eab1bbb111ba283b0c06fb3e18
-RMD160 (ikiwiki_3.20100122.tar.gz) = 360df3427411c03bf157df92271049551846285d
-Size (ikiwiki_3.20100122.tar.gz) = 1520213 bytes
+SHA1 (ikiwiki_3.20100212.tar.gz) = 766c83d98d81e23f4f39a564b98256030860a3e6
+RMD160 (ikiwiki_3.20100212.tar.gz) = 7e93583327dde4de676170ba7ccb50e82f439542
+Size (ikiwiki_3.20100212.tar.gz) = 1534231 bytes
SHA1 (patch-aa) = b64322fe609b8a9c8286f68e5b1bf81f3993914e
-SHA1 (patch-ab) = bbec6e7a4e6772d995a0b084a3875b83950eb194
+SHA1 (patch-ab) = dd2a1a1bf33ddba89f5ecad3bccc1e470134a404
SHA1 (patch-ad) = 5720c313ea335a182417b2339ee2e8ef204fc11d
SHA1 (patch-ae) = b23e2c81e0dba9bc88fd2bdc88de5e60eb74e16f
diff -r 07953f92d9af -r f21fa332f9f3 www/ikiwiki/patches/patch-ab
--- a/www/ikiwiki/patches/patch-ab Sat Feb 13 00:19:54 2010 +0000
+++ b/www/ikiwiki/patches/patch-ab Sat Feb 13 05:53:36 2010 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.3 2009/04/21 16:34:43 schmonz Exp $
+$NetBSD: patch-ab,v 1.4 2010/02/13 05:53:36 schmonz Exp $
---- IkiWiki/Setup/Standard.pm.orig 2009-04-04 17:26:07.000000000 -0400
+--- IkiWiki/Setup/Standard.pm.orig 2010-02-12 09:09:53.000000000 +0000
+++ IkiWiki/Setup/Standard.pm
-@@ -101,7 +101,7 @@ sub gendump ($) {
+@@ -117,7 +117,7 @@ sub gendump ($) {
}
unshift @ret,
Home |
Main Index |
Thread Index |
Old Index