summaryrefslogtreecommitdiff
path: root/meta/recipes-support/libproxy/libproxy_0.4.7.bb
diff options
context:
space:
mode:
authoryanjun.zhu <yanjun.zhu@windriver.com>2012-11-30 19:08:56 +0800
committerScott Garman <scott.a.garman@intel.com>2012-11-30 14:49:04 -0800
commit543d608ae6251956b84e6423ec66f146f926d4b8 (patch)
tree35df5ae1b76f4537f97932e4c3af164959905877 /meta/recipes-support/libproxy/libproxy_0.4.7.bb
parent119215fee75a64de49d498c3d57446783722a292 (diff)
downloadopenembedded-core-543d608ae6251956b84e6423ec66f146f926d4b8.tar.gz
openembedded-core-543d608ae6251956b84e6423ec66f146f926d4b8.tar.bz2
openembedded-core-543d608ae6251956b84e6423ec66f146f926d4b8.zip
libproxy: Fix for CVE-2012-4504
Reference:https://code.google.com/p/libproxy/source/detail?r=853 Stack-based buffer overflow in the url::get_pac function in url.cpp in libproxy 0.4.x before 0.4.9 allows remote servers to have an unspecified impact via a large proxy.pac file. http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2012-4504 [YOCTO #3487] Fixes denzil [YOCTO #3511] Signed-off-by: yanjun.zhu <yanjun.zhu@windriver.com>
Diffstat (limited to 'meta/recipes-support/libproxy/libproxy_0.4.7.bb')
-rw-r--r--meta/recipes-support/libproxy/libproxy_0.4.7.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/libproxy/libproxy_0.4.7.bb b/meta/recipes-support/libproxy/libproxy_0.4.7.bb
index e3721a8f5b..fc32f5785d 100644
--- a/meta/recipes-support/libproxy/libproxy_0.4.7.bb
+++ b/meta/recipes-support/libproxy/libproxy_0.4.7.bb
@@ -13,6 +13,7 @@ PR = "r4"
SRC_URI = "http://libproxy.googlecode.com/files/libproxy-${PV}.tar.gz \
file://g++-namepace.patch \
file://libproxy_fix_for_gcc4.7.patch \
+ file://libproxy-0.4.7-CVE-2012-4504.patch \
"
SRC_URI[md5sum] = "509e03a488a61cd62bfbaf3ab6a2a7a5"