summaryrefslogtreecommitdiffstats
path: root/recipes/openssl
diff options
context:
space:
mode:
authorRoman I Khimov <khimov@altell.ru>2010-11-17 13:57:04 +0300
committerRoman I Khimov <khimov@altell.ru>2010-11-20 14:59:28 +0300
commit18e9ef2b9b8f9c6353a44315f2efa410457b3ed2 (patch)
treef65e12da084c4143300e2ec70c68ad9980c03802 /recipes/openssl
parent0335c67489d6b707bfc7af9252b822b7ab808a12 (diff)
downloadopenembedded-18e9ef2b9b8f9c6353a44315f2efa410457b3ed2.tar.gz
openssl: update 1.0.0a to 1.0.0b
* fixes CVE-2010-3864 * considered as safe upgrade Signed-off-by: Roman I Khimov <khimov@altell.ru> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/openssl')
-rw-r--r--recipes/openssl/openssl-1.0.0a/openssl-fix-ssl3_get_key_exchange-double-free.patch12
-rw-r--r--recipes/openssl/openssl-1.0.0b/configure-targets.patch (renamed from recipes/openssl/openssl-1.0.0a/configure-targets.patch)0
-rw-r--r--recipes/openssl/openssl-1.0.0b/debian.patch (renamed from recipes/openssl/openssl-1.0.0a/debian.patch)0
-rw-r--r--recipes/openssl/openssl-1.0.0b/engines-install-in-libdir-ssl.patch (renamed from recipes/openssl/openssl-1.0.0a/engines-install-in-libdir-ssl.patch)0
-rw-r--r--recipes/openssl/openssl-1.0.0b/libdeps-first.patch (renamed from recipes/openssl/openssl-1.0.0a/libdeps-first.patch)0
-rw-r--r--recipes/openssl/openssl-1.0.0b/oe-ldflags.patch (renamed from recipes/openssl/openssl-1.0.0a/oe-ldflags.patch)0
-rw-r--r--recipes/openssl/openssl-1.0.0b/shared-libs.patch (renamed from recipes/openssl/openssl-1.0.0a/shared-libs.patch)0
-rw-r--r--recipes/openssl/openssl-native_1.0.0b.bb (renamed from recipes/openssl/openssl-native_1.0.0a.bb)4
-rw-r--r--recipes/openssl/openssl_1.0.0b.bb (renamed from recipes/openssl/openssl_1.0.0a.bb)7
9 files changed, 5 insertions, 18 deletions
diff --git a/recipes/openssl/openssl-1.0.0a/openssl-fix-ssl3_get_key_exchange-double-free.patch b/recipes/openssl/openssl-1.0.0a/openssl-fix-ssl3_get_key_exchange-double-free.patch
deleted file mode 100644
index 4e988498a3..0000000000
--- a/recipes/openssl/openssl-1.0.0a/openssl-fix-ssl3_get_key_exchange-double-free.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Index: openssl-1.0.0a/ssl/s3_clnt.c
-===================================================================
---- openssl-1.0.0a.orig/ssl/s3_clnt.c 2010-09-13 18:38:01.000000000 +0400
-+++ openssl-1.0.0a/ssl/s3_clnt.c 2010-09-13 18:38:35.000000000 +0400
-@@ -1508,6 +1508,7 @@
- s->session->sess_cert->peer_ecdh_tmp=ecdh;
- ecdh=NULL;
- BN_CTX_free(bn_ctx);
-+ bn_ctx = NULL;
- EC_POINT_free(srvr_ecpoint);
- srvr_ecpoint = NULL;
- }
diff --git a/recipes/openssl/openssl-1.0.0a/configure-targets.patch b/recipes/openssl/openssl-1.0.0b/configure-targets.patch
index 112732b3fd..112732b3fd 100644
--- a/recipes/openssl/openssl-1.0.0a/configure-targets.patch
+++ b/recipes/openssl/openssl-1.0.0b/configure-targets.patch
diff --git a/recipes/openssl/openssl-1.0.0a/debian.patch b/recipes/openssl/openssl-1.0.0b/debian.patch
index 1cd6e11966..1cd6e11966 100644
--- a/recipes/openssl/openssl-1.0.0a/debian.patch
+++ b/recipes/openssl/openssl-1.0.0b/debian.patch
diff --git a/recipes/openssl/openssl-1.0.0a/engines-install-in-libdir-ssl.patch b/recipes/openssl/openssl-1.0.0b/engines-install-in-libdir-ssl.patch
index 949d6ad8c4..949d6ad8c4 100644
--- a/recipes/openssl/openssl-1.0.0a/engines-install-in-libdir-ssl.patch
+++ b/recipes/openssl/openssl-1.0.0b/engines-install-in-libdir-ssl.patch
diff --git a/recipes/openssl/openssl-1.0.0a/libdeps-first.patch b/recipes/openssl/openssl-1.0.0b/libdeps-first.patch
index 1fda69ba93..1fda69ba93 100644
--- a/recipes/openssl/openssl-1.0.0a/libdeps-first.patch
+++ b/recipes/openssl/openssl-1.0.0b/libdeps-first.patch
diff --git a/recipes/openssl/openssl-1.0.0a/oe-ldflags.patch b/recipes/openssl/openssl-1.0.0b/oe-ldflags.patch
index 3dd3bedab0..3dd3bedab0 100644
--- a/recipes/openssl/openssl-1.0.0a/oe-ldflags.patch
+++ b/recipes/openssl/openssl-1.0.0b/oe-ldflags.patch
diff --git a/recipes/openssl/openssl-1.0.0a/shared-libs.patch b/recipes/openssl/openssl-1.0.0b/shared-libs.patch
index 7cd70d8fdc..7cd70d8fdc 100644
--- a/recipes/openssl/openssl-1.0.0a/shared-libs.patch
+++ b/recipes/openssl/openssl-1.0.0b/shared-libs.patch
diff --git a/recipes/openssl/openssl-native_1.0.0a.bb b/recipes/openssl/openssl-native_1.0.0b.bb
index bb471b0ee2..4ad4936b20 100644
--- a/recipes/openssl/openssl-native_1.0.0a.bb
+++ b/recipes/openssl/openssl-native_1.0.0b.bb
@@ -2,8 +2,8 @@ require openssl.inc
inherit pkgconfig native
-SRC_URI[src.md5sum] = "e3873edfffc783624cfbdb65e2249cbd"
-SRC_URI[src.sha256sum] = "18a9bd1fc02b8ef90dded34fafaa9089baaafef278a19fc4e89c2ab0dcf70f63"
+SRC_URI[src.md5sum] = "104deb3b7e6820cae6de3f49ba0ff2b0"
+SRC_URI[src.sha256sum] = "4e7b4e2fb33ee2d97c5e143561ab495dbbfc08f0a863e617a0c7adca19017331"
PR = "${INC_PR}.0"
DEFAULT_PREFERENCE = "-1"
diff --git a/recipes/openssl/openssl_1.0.0a.bb b/recipes/openssl/openssl_1.0.0b.bb
index cc3a8ab31c..13236a4b24 100644
--- a/recipes/openssl/openssl_1.0.0a.bb
+++ b/recipes/openssl/openssl_1.0.0b.bb
@@ -1,10 +1,10 @@
inherit pkgconfig
require openssl.inc
-SRC_URI[src.md5sum] = "e3873edfffc783624cfbdb65e2249cbd"
-SRC_URI[src.sha256sum] = "18a9bd1fc02b8ef90dded34fafaa9089baaafef278a19fc4e89c2ab0dcf70f63"
+SRC_URI[src.md5sum] = "104deb3b7e6820cae6de3f49ba0ff2b0"
+SRC_URI[src.sha256sum] = "4e7b4e2fb33ee2d97c5e143561ab495dbbfc08f0a863e617a0c7adca19017331"
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.0"
DEFAULT_PREFERENCE = "-1"
@@ -17,7 +17,6 @@ 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 = ""