aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openssl/openssl_1.0.0a.bb
diff options
context:
space:
mode:
authorRoman I Khimov <khimov@altell.ru>2010-09-13 18:39:40 +0400
committerRoman I Khimov <khimov@altell.ru>2010-09-14 00:16:12 +0400
commit36f96bf1d65ed49943e3ca1abae1ad386730ba0c (patch)
tree7908c9848bfd823c4a052244a1b342dac9d73391 /recipes/openssl/openssl_1.0.0a.bb
parentaeff4da290864f5a63629f640cbd4885b218a350 (diff)
downloadopenembedded-36f96bf1d65ed49943e3ca1abae1ad386730ba0c.tar.gz
openssl 1.0.0a: fix CVE-2010-2939
0.9.8 is also affected, please try the same patch if using that. Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/openssl/openssl_1.0.0a.bb')
-rw-r--r--recipes/openssl/openssl_1.0.0a.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/openssl/openssl_1.0.0a.bb b/recipes/openssl/openssl_1.0.0a.bb
index 8dc4b89491..cc3a8ab31c 100644
--- a/recipes/openssl/openssl_1.0.0a.bb
+++ b/recipes/openssl/openssl_1.0.0a.bb
@@ -4,7 +4,7 @@ require openssl.inc
SRC_URI[src.md5sum] = "e3873edfffc783624cfbdb65e2249cbd"
SRC_URI[src.sha256sum] = "18a9bd1fc02b8ef90dded34fafaa9089baaafef278a19fc4e89c2ab0dcf70f63"
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
DEFAULT_PREFERENCE = "-1"
@@ -17,6 +17,7 @@ SRC_URI += "file://configure-targets.patch \
file://oe-ldflags.patch \
file://libdeps-first.patch \
file://engines-install-in-libdir-ssl.patch \
+ file://openssl-fix-ssl3_get_key_exchange-double-free.patch \
"
PARALLEL_MAKE = ""