|
Add fix unescaped braces patch.
This patch fixes the unescaped brace regex warnings, which break the
usage of WebDAV CGI with Perl >= 5.26 as reported by Alexander Weber
within #674772 and #658470.
It is based on:
https://github.com/DanRohde/webdavcgi/commit/04e79b7ecbaf3aae5ab813cd4fc0a009c72b1580
Apart from the version bump, the following enhancements were made:
* Use EAPI 7
* Updated home page and external links of the WebDAV CGI project.
* Depend on dev-perl/IO-Compress-Brotli, which is required for 1.1.2.
* Fix unescaped braces (addresses #674772 and #658470)
* Add note regarding systemd and setuid/setgid webdavwrapper
* Using EROOT instead of ROOT for displaying installation paths
* Removed no longer used eutils dependency
Closes: https://bugs.gentoo.org/658470
Closes: https://bugs.gentoo.org/674772
Signed-off-by: Christian Affolter <c.affolter@purplehaze.ch>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
|