summaryrefslogtreecommitdiff
path: root/www/ikiwiki/options.mk
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2014-10-17 11:50:42 +0000
committerschmonz <schmonz@pkgsrc.org>2014-10-17 11:50:42 +0000
commit2e771f3715c454179419e86c69c07a3e8cf31a19 (patch)
tree4462269e32065bfdd947e1b0555201455f19c5d2 /www/ikiwiki/options.mk
parentd55e8586e20c77c2da2d8f3daaa25151f84ed08f (diff)
downloadpkgsrc-2e771f3715c454179419e86c69c07a3e8cf31a19.tar.gz
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.
Diffstat (limited to 'www/ikiwiki/options.mk')
-rw-r--r--www/ikiwiki/options.mk3
1 files changed, 2 insertions, 1 deletions
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