diff options
author | schmonz <schmonz@pkgsrc.org> | 2016-12-21 00:52:59 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2016-12-21 00:52:59 +0000 |
commit | 8c53d5ed1681c1edb511d07730a8714e02987fb0 (patch) | |
tree | 5a5aa3001479a27d52fc67945afc5755cda92f36 /www/ikiwiki/Makefile | |
parent | b4a5b789e74a69b082bd5c75977ef390a9e012fb (diff) | |
download | pkgsrc-8c53d5ed1681c1edb511d07730a8714e02987fb0.tar.gz |
Update to 3.20161219. From the changelog:
[ Joey Hess ]
* inline: Prevent creating a file named ".mdwn" when the
postform is submitted with an empty title.
[ Simon McVittie ]
* Security: tell `git revert` not to follow renames. If it does, then
renaming a file can 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. Thanks, intrigeri
* cgitemplate: remove some dead code. Thanks, blipvert
* Restrict CSS matches against header class to not break
Pandoc tables with header rows. Thanks, karsk
* Make pagestats output more deterministic. Thanks, intrigeri
Diffstat (limited to 'www/ikiwiki/Makefile')
-rw-r--r-- | www/ikiwiki/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ikiwiki/Makefile b/www/ikiwiki/Makefile index 9a5a683deaf..e9b2e9fc792 100644 --- a/www/ikiwiki/Makefile +++ b/www/ikiwiki/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.143 2016/09/14 18:04:09 schmonz Exp $ +# $NetBSD: Makefile,v 1.144 2016/12/21 00:52:59 schmonz Exp $ # -DISTNAME= ikiwiki_3.20160905 +DISTNAME= ikiwiki_3.20161219 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= www textproc MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/} |