On Mon Jun 08, 2020 at 08:14:44AM +0200, Landry Breuil wrote:
> Hi,
>
> even if dokuwiki itself doesnt see new feature releases, there's been
> two hotfixes releases since the version we ship:
> https://www.dokuwiki.org/changes#release_2018-04-22c_greebo
>
> Hotfix 2018-04-22b
> fix PHP 7.3 compatibility: https://github.com/splitbrain/dokuwiki/issues/2622
> fix ACL check: https://github.com/splitbrain/dokuwiki/pull/2609
>
> Hotfix 2018-04-22c
> fix an XSS Vulnerability: https://github.com/splitbrain/dokuwiki/issues/3044
>
> Maybe worth backporting to stable ?
yes please!
>
> Landry
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/www/dokuwiki/Makefile,v
> retrieving revision 1.34
> diff -u -r1.34 Makefile
> --- Makefile 26 Sep 2019 21:59:30 -0000 1.34
> +++ Makefile 8 Jun 2020 06:12:05 -0000
> @@ -2,12 +2,11 @@
>
> COMMENT = standards compliant, simple to use Wiki
>
> -VERSION = 2018-04-22a
> +VERSION = 2018-04-22c
> DISTNAME = dokuwiki-${VERSION}
> PKGNAME = dokuwiki-${VERSION:S/-/./g}
> CATEGORIES = www
> HOMEPAGE = https://www.dokuwiki.org/dokuwiki
> -REVISION = 2
>
> MAINTAINER = Pierre-Emmanuel Andre <[email protected]>
>
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/www/dokuwiki/distinfo,v
> retrieving revision 1.16
> diff -u -r1.16 distinfo
> --- distinfo 15 Jul 2018 20:53:02 -0000 1.16
> +++ distinfo 8 Jun 2020 06:12:05 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (dokuwiki-2018-04-22a.tgz) =
> KE4TKfJzItqLQSD2kXGuj6EsYTRFP803ANKRTEenAgQ=
> -SIZE (dokuwiki-2018-04-22a.tgz) = 3749191
> +SHA256 (dokuwiki-2018-04-22c.tgz) =
> eP+XvlcU5H0N3TUxz/tEVlxBUsl7I0L+mgrC1Xe9+Ns=
> +SIZE (dokuwiki-2018-04-22c.tgz) = 3745201
OK rsadowski@