summaryrefslogtreecommitdiff
path: root/www/ikiwiki/Makefile
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2016-12-30 03:21:11 +0000
committerschmonz <schmonz@pkgsrc.org>2016-12-30 03:21:11 +0000
commit898a3c09ed36911dfc78b0d88779fb1820b8bfda (patch)
treecc357b5b7e9b130feb9c698a040498e4f092c6cd /www/ikiwiki/Makefile
parent1bd2004ad4bddbfc948c249168bf76f23730f319 (diff)
downloadpkgsrc-898a3c09ed36911dfc78b0d88779fb1820b8bfda.tar.gz
Update to 3.20161229. From the changelog:
* Security: force CGI::FormBuilder->field to scalar context where necessary, avoiding unintended function argument injection analogous to CVE-2014-1572. In ikiwiki this could be used to forge commit metadata, but thankfully nothing more serious. (CVE-2016-9646) * Security: try revert operations in a temporary working tree before approving them. Previously, automatic rename detection could result in a revert writing outside the wiki srcdir or altering a file that the reverting user should not be able to alter, an authorization bypass. (CVE-2016-10026 represents the original vulnerability.) The incomplete fix released in 3.20161219 was not effective for git versions prior to 2.8.0rc0. (CVE-2016-9645 represents that incomplete solution.) * Add CVE references for CVE-2016-10026 * Add automated test for using the CGI with git, including CVE-2016-10026 - Build-depend on libipc-run-perl for better build-time test coverage * Add missing ikiwiki.setup for the manual test for CVE-2016-10026 * git: don't issue a warning if the rcsinfo CGI parameter is undefined * git: do not fail to commit changes with a recent git version and an anonymous committer
Diffstat (limited to 'www/ikiwiki/Makefile')
-rw-r--r--www/ikiwiki/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ikiwiki/Makefile b/www/ikiwiki/Makefile
index e9b2e9fc792..9479a0101be 100644
--- a/www/ikiwiki/Makefile
+++ b/www/ikiwiki/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.144 2016/12/21 00:52:59 schmonz Exp $
+# $NetBSD: Makefile,v 1.145 2016/12/30 03:21:11 schmonz Exp $
#
-DISTNAME= ikiwiki_3.20161219
+DISTNAME= ikiwiki_3.20161229
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= www textproc
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/}