1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-15 15:37:03 +00:00

subversion: upgrade it from 1.8.11 to 1.8.13

upgrade to fix two CVE defects: CVE-2015-0248 and CVE-2015-0251

(From OE-Core rev: cb00b9e0330970b5c768aae9ddd4703a7172acbe)

Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Roy Li
2015-04-27 16:12:29 +08:00
committed by Richard Purdie
parent 6bae518c10
commit a03039caec
3 changed files with 2 additions and 2 deletions
@@ -0,0 +1,15 @@
Upstream-Status: Inappropriate [embedded specific]
--- a/configure.ac 2011-10-20 21:56:02.230663987 +0200
+++ b/configure.ac 2011-08-17 15:01:30.000000000 +0200
@@ -227,8 +227,8 @@
LIBTOOL="$sh_libtool"
SVN_LIBTOOL="$sh_libtool"
else
- sh_libtool="$abs_builddir/libtool"
- SVN_LIBTOOL="\$(SHELL) $sh_libtool"
+ sh_libtool="$abs_builddir/$host_alias-libtool"
+ SVN_LIBTOOL="\$(SHELL) \$(abs_builddir)/$host_alias-libtool"
fi
AC_SUBST(SVN_LIBTOOL)