openssl: update 1.0.0a to 1.0.0b
authorRoman I Khimov <khimov@altell.ru>
Wed, 17 Nov 2010 10:57:04 +0000 (13:57 +0300)
committerRoman I Khimov <khimov@altell.ru>
Sat, 20 Nov 2010 11:59:28 +0000 (14:59 +0300)
 * 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>
12 files changed:
conf/distro/include/angstrom-2008-preferred-versions.inc
conf/distro/include/angstrom-2010-preferred-versions.inc
conf/distro/include/preferred-shr-versions.inc
recipes/openssl/openssl-1.0.0a/openssl-fix-ssl3_get_key_exchange-double-free.patch [deleted file]
recipes/openssl/openssl-1.0.0b/configure-targets.patch [moved from recipes/openssl/openssl-1.0.0a/configure-targets.patch with 100% similarity]
recipes/openssl/openssl-1.0.0b/debian.patch [moved from recipes/openssl/openssl-1.0.0a/debian.patch with 100% similarity]
recipes/openssl/openssl-1.0.0b/engines-install-in-libdir-ssl.patch [moved from recipes/openssl/openssl-1.0.0a/engines-install-in-libdir-ssl.patch with 100% similarity]
recipes/openssl/openssl-1.0.0b/libdeps-first.patch [moved from recipes/openssl/openssl-1.0.0a/libdeps-first.patch with 100% similarity]
recipes/openssl/openssl-1.0.0b/oe-ldflags.patch [moved from recipes/openssl/openssl-1.0.0a/oe-ldflags.patch with 100% similarity]
recipes/openssl/openssl-1.0.0b/shared-libs.patch [moved from recipes/openssl/openssl-1.0.0a/shared-libs.patch with 100% similarity]
recipes/openssl/openssl-native_1.0.0b.bb [moved from recipes/openssl/openssl-native_1.0.0a.bb with 77% similarity]
recipes/openssl/openssl_1.0.0b.bb [moved from recipes/openssl/openssl_1.0.0a.bb with 71% similarity]

index fc86eef..f79e48b 100644 (file)
@@ -37,8 +37,8 @@ PREFERRED_VERSION_mythtv        = "0.22"
 PREFERRED_VERSION_mplayer       = "0.0+1.0rc3+svnr30165"
 PREFERRED_VERSION_network-manager-applet = "0.8.1"
 PREFERRED_VERSION_networkmanager = "0.8.1"
-PREFERRED_VERSION_openssl = "1.0.0a"
-PREFERRED_VERSION_openssl-native = "1.0.0a"
+PREFERRED_VERSION_openssl = "1.0.0b"
+PREFERRED_VERSION_openssl-native = "1.0.0b"
 PREFERRED_VERSION_pango        = "1.24.4"
 PREFERRED_VERSION_pango-native     = "1.24.4"
 #PREFERRED_VERSION_pixman      = "0.13.2"
index 36b26b1..12ee900 100644 (file)
@@ -45,8 +45,8 @@ PREFERRED_VERSION_mplayer       = "0.0+1.0rc3+svnr30165"
 PREFERRED_VERSION_network-manager-applet = "0.8.1"
 PREFERRED_VERSION_networkmanager = "0.8.1"
 PREFERRED_VERSION_networkmanager-openvpn = "0.8.1"
-PREFERRED_VERSION_openssl = "1.0.0a"
-PREFERRED_VERSION_openssl-native = "1.0.0a"
+PREFERRED_VERSION_openssl = "1.0.0b"
+PREFERRED_VERSION_openssl-native = "1.0.0b"
 PREFERRED_VERSION_pango        = "1.28.3"
 PREFERRED_VERSION_pango-native     = "1.28.3"
 PREFERRED_VERSION_perl = "5.10.1"
index 8089d2e..22e1c82 100644 (file)
@@ -46,8 +46,8 @@ PREFERRED_VERSION_usbutils      = "0.86"
 PREFERRED_VERSION_wpa-supplicant = "0.6.9"
 PREFERRED_VERSION_glib-2.0      = "2.24.1"
 PREFERRED_VERSION_glib-2.0-native = "2.24.1"
-PREFERRED_VERSION_openssl = "1.0.0a"
-PREFERRED_VERSION_openssl-native = "1.0.0a"
+PREFERRED_VERSION_openssl = "1.0.0b"
+PREFERRED_VERSION_openssl-native = "1.0.0b"
 UDEV_GE_141 = "1"
 
 PREFERRED_VERSION_postgresql = "8.4.4"
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 (file)
index 4e98849..0000000
+++ /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;
-               }
similarity index 77%
rename from recipes/openssl/openssl-native_1.0.0a.bb
rename to recipes/openssl/openssl-native_1.0.0b.bb
index bb471b0..4ad4936 100644 (file)
@@ -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"
similarity index 71%
rename from recipes/openssl/openssl_1.0.0a.bb
rename to recipes/openssl/openssl_1.0.0b.bb
index cc3a8ab..13236a4 100644 (file)
@@ -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 = ""