package/subversion: security bump to version 1.14.1
authorPeter Korsgaard <peter@korsgaard.com>
Thu, 11 Feb 2021 14:18:37 +0000 (15:18 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 12 Feb 2021 07:41:41 +0000 (08:41 +0100)
Fixes the following security issue:

CVE-2020-17525: Remote unauthenticated denial-of-service in Subversion
mod_authz_svn

Subversion's mod_authz_svn module will crash if the server is using
in-repository authz rules with the AuthzSVNReposRelativeAccessFile option
and a client sends a request for a non-existing repository URL.

For more details, see the advisory:
https://subversion.apache.org/security/CVE-2020-17525-advisory.txt

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/subversion/subversion.hash
package/subversion/subversion.mk

index da0fe9118474e9133bb87b7e1badd43398d15ab8..534d59651454f59bf5431786e5fbf494dca81d39 100644 (file)
@@ -1,5 +1,5 @@
-# From https://www.apache.org/dist/subversion/subversion-1.14.0.tar.bz2.sha512
-sha512  af6b706fdc91f7ab292fce9d9de582da306fd11e92767dc852687e71a6a8b65bb867fa70d5afd7f76a46005acb1b3c2d3193e690def48cd26875b3a7851cd13b  subversion-1.14.0.tar.bz2
+# From https://www.apache.org/dist/subversion/subversion-1.14.1.tar.bz2.sha512
+sha512  0a70c7152b77cdbcb810a029263e4b3240b6ef41d1c19714e793594088d3cca758d40dfbc05622a806b06463becb73207df249393924ce591026b749b875fcdd  subversion-1.14.1.tar.bz2
 
 # Locally calculated
 sha256  484aff0cfbb81155a10f903ed756e27e9fc65578c245a295bae295c4bb51eaad  LICENSE
index 34ae7bc5e1c42c766d47a653498d3d922bded0fc..d4cc717536449163594cde602106540274cafbbe 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SUBVERSION_VERSION = 1.14.0
+SUBVERSION_VERSION = 1.14.1
 SUBVERSION_SOURCE = subversion-$(SUBVERSION_VERSION).tar.bz2
 SUBVERSION_SITE = https://downloads.apache.org/subversion
 SUBVERSION_LICENSE = Apache-2.0