From 2e771f3715c454179419e86c69c07a3e8cf31a19 Mon Sep 17 00:00:00 2001 From: schmonz Date: Fri, 17 Oct 2014 11:50:42 +0000 Subject: Update to 3.20141016. From the changelog: [ Joey Hess ] * Fix crash that can occur when only_committed_changes is set and a file is deleted from the underlay. [ Simon McVittie ] * core: avoid dangerous use of CGI->param in list context, which led to a security flaw in Bugzilla; as far as we can tell, ikiwiki is not vulnerable to a similar attack, but it's best to be safe * core: new reverse_proxy option prevents ikiwiki from trying to detect how to make self-referential URLs by using the CGI environment variables, for instance when it's deployed behind a HTTP reverse proxy (Closes: #745759) * core: the default User-Agent is now "ikiwiki/$version" to work around ModSecurity rules assuming that only malware uses libwww-perl * core: use protocol-relative URLs (e.g. //www.example.com/wiki) so that https stays on https and http stays on http, particularly if the html5 option is enabled * core: avoid mixed content when a https cgiurl links to http static pages on the same server (the static pages are assumed to be accessible via https too) * core: force the correct top URL in w3mmode * google plugin: Use search form * docwiki: replace Paypal and Flattr buttons with text links * comments: don't record the IP address in the wiki if the user is logged in via passwordauth or httpauth * templates: add ARIA roles to some page elements, if html5 is enabled. Thanks, Patrick pkgsrc changes: * For the python option, add missing py-expat dependency. --- www/ikiwiki/options.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www/ikiwiki/options.mk') diff --git a/www/ikiwiki/options.mk b/www/ikiwiki/options.mk index 28dc2c09b13..415bb176909 100644 --- a/www/ikiwiki/options.mk +++ b/www/ikiwiki/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.16 2014/09/16 17:53:01 schmonz Exp $ +# $NetBSD: options.mk,v 1.17 2014/10/17 11:50:42 schmonz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.ikiwiki PKG_SUPPORTED_OPTIONS= cgi imagemagick python w3m @@ -51,6 +51,7 @@ DEPENDS+= p5-PerlMagick-[0-9]*:../../graphics/p5-PerlMagick .if !empty(PKG_OPTIONS:Mpython) DEPENDS+= ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils +DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat .else PYTHON_FOR_BUILD_ONLY= yes .endif -- cgit v1.2.3