From: Gustavo Zacarias Date: Fri, 15 Aug 2014 18:25:21 +0000 (-0300) Subject: subversion: security bump to version 1.7.18 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f550bea09aec9c6f0483da4d785b988bf3cf1292;p=buildroot.git subversion: security bump to version 1.7.18 Fixes: CVE-2014-0032 - mod_dav_svn is vunerable to a remotely triggerable segfault DoS vulnerability when SVNListParentPath is on. CVE-2014-3522 - Serf RA layer does not correctly validate certificates with wildcards in them for HTTPS. CVE-2014-3528 - Credentials cached with Subversion may be sent to the wrong server. Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- diff --git a/package/subversion/subversion.mk b/package/subversion/subversion.mk index d7a4b42559..e78936a6c4 100644 --- a/package/subversion/subversion.mk +++ b/package/subversion/subversion.mk @@ -4,7 +4,7 @@ # ################################################################################ -SUBVERSION_VERSION = 1.7.14 +SUBVERSION_VERSION = 1.7.18 SUBVERSION_SITE = http://archive.apache.org/dist/subversion SUBVERSION_LICENSE = Apache-2.0 SUBVERSION_LICENSE_FILES = LICENSE