diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2014-08-15 15:25:21 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-08-15 22:29:04 +0200 |
commit | f550bea09aec9c6f0483da4d785b988bf3cf1292 (patch) | |
tree | 7dd915f6d38cce2be3dee688f6e83959a57d2812 /package/subversion | |
parent | 60332f38f5ceea5c66d31ec24b1421d7e6d722a1 (diff) |
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 <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/subversion')
-rw-r--r-- | package/subversion/subversion.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |