From e0e483c5b2f481240e590ebb7d6189a211450a7e Mon Sep 17 00:00:00 2001 From: Yue Tao Date: Thu, 8 May 2014 18:16:24 +0800 Subject: subversion: fix for Security Advisory CVE-2013-4277 Svnserve in Apache Subversion 1.4.0 through 1.7.12 and 1.8.0 through 1.8.1 allows local users to overwrite arbitrary files or kill arbitrary processes via a symlink attack on the file specified by the --pid-file option. http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-4277 Signed-off-by: Yue Tao Signed-off-by: Roy Li Signed-off-by: Saul Wold --- meta/recipes-devtools/subversion/subversion_1.6.15.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta/recipes-devtools/subversion/subversion_1.6.15.bb') diff --git a/meta/recipes-devtools/subversion/subversion_1.6.15.bb b/meta/recipes-devtools/subversion/subversion_1.6.15.bb index b86e578b32..1bc637473b 100644 --- a/meta/recipes-devtools/subversion/subversion_1.6.15.bb +++ b/meta/recipes-devtools/subversion/subversion_1.6.15.bb @@ -16,7 +16,8 @@ SRC_URI = "http://subversion.tigris.org/downloads/${BPN}-${PV}.tar.bz2 \ file://subversion-CVE-2013-1849.patch \ file://subversion-CVE-2013-4505.patch \ file://subversion-CVE-2013-1845.patch \ - file://subversion-CVE-2013-1847-CVE-2013-1846.patch" + file://subversion-CVE-2013-1847-CVE-2013-1846.patch \ + file://subversion-CVE-2013-4277.patch" SRC_URI[md5sum] = "113fca1d9e4aa389d7dc2b210010fa69" SRC_URI[sha256sum] = "b2919d603a5f3c19f42e3265c4b930e2376c43b3969b90ef9c42b2f72d5aaa45" -- cgit 1.2.3-korg