From f550bea09aec9c6f0483da4d785b988bf3cf1292 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Fri, 15 Aug 2014 15:25:21 -0300 Subject: [PATCH] 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 --- package/subversion/subversion.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/subversion/subversion.mk b/package/subversion/subversion.mk index d7a4b4255..e78936a6c 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