diff options
| author | Yue Tao <Yue.Tao@windriver.com> | 2014-04-15 10:49:03 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-21 09:09:00 +0100 |
| commit | e8d6c874a72a14e1b0850bef104caceb7fb7d0ad (patch) | |
| tree | 37439b342a44f2c747051dbbde841662697a812e /meta/recipes-devtools/subversion/subversion_1.7.10.bb | |
| parent | 4fc1cff43b6babd898ff4c7f0217b8aa19ea2c5b (diff) | |
| download | poky-e8d6c874a72a14e1b0850bef104caceb7fb7d0ad.tar.gz | |
subversion: fix for Security Advisory CVE-2013-4505
The is_this_legal function in mod_dontdothat for Apache Subversion 1.4.0
through 1.7.13 and 1.8.0 through 1.8.4 allows remote attackers to bypass
intended access restrictions and possibly cause a denial of service
(resource consumption) via a relative URL in a REPORT request.
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-4505
(From OE-Core rev: 02314673619f44e5838ddb65bbe22f9342ee6167)
Signed-off-by: Yue Tao <Yue.Tao@windriver.com>
Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/subversion/subversion_1.7.10.bb')
| -rw-r--r-- | meta/recipes-devtools/subversion/subversion_1.7.10.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/subversion/subversion_1.7.10.bb b/meta/recipes-devtools/subversion/subversion_1.7.10.bb index acef3bd62d..011d51b613 100644 --- a/meta/recipes-devtools/subversion/subversion_1.7.10.bb +++ b/meta/recipes-devtools/subversion/subversion_1.7.10.bb | |||
| @@ -14,6 +14,7 @@ SRC_URI = "${APACHE_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \ | |||
| 14 | file://fix-install-depends.patch \ | 14 | file://fix-install-depends.patch \ |
| 15 | file://allow-updated-neon.patch \ | 15 | file://allow-updated-neon.patch \ |
| 16 | file://neon.m4-fix-includes-and-cflags.patch \ | 16 | file://neon.m4-fix-includes-and-cflags.patch \ |
| 17 | file://subversion-CVE-2013-4505.patch \ | ||
| 17 | " | 18 | " |
| 18 | SRC_URI[md5sum] = "4088a77e14232876c9b4ff1541e6e200" | 19 | SRC_URI[md5sum] = "4088a77e14232876c9b4ff1541e6e200" |
| 19 | SRC_URI[sha256sum] = "c1df222bec83d014d17785e2ceba6bc80962f64b280967de0285836d8d77a8e7" | 20 | SRC_URI[sha256sum] = "c1df222bec83d014d17785e2ceba6bc80962f64b280967de0285836d8d77a8e7" |
