diff options
author | Maxin B. John <maxin.john@enea.com> | 2015-01-09 12:28:15 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-15 08:08:23 +0000 |
commit | 5dc197f0b2a088d8a88480da0afc886c745f551b (patch) | |
tree | 9795ed6bc0c10fc16228ea63d0ce983c6a7eaedd /meta/recipes-connectivity | |
parent | 990c0048fc7fe363b679943fe0ed0434645711d9 (diff) | |
download | openembedded-core-5dc197f0b2a088d8a88480da0afc886c745f551b.tar.gz openembedded-core-5dc197f0b2a088d8a88480da0afc886c745f551b.tar.bz2 openembedded-core-5dc197f0b2a088d8a88480da0afc886c745f551b.zip |
openssl: upgrade to 1.0.1k
Upgrade includes 8 CVE bug fixes
Signed-off-by: Maxin B. John <maxin.john@enea.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl_1.0.1k.bb (renamed from meta/recipes-connectivity/openssl/openssl_1.0.1j.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_1.0.1j.bb b/meta/recipes-connectivity/openssl/openssl_1.0.1k.bb index 2bca400ee6..d3c5f6a76a 100644 --- a/meta/recipes-connectivity/openssl/openssl_1.0.1j.bb +++ b/meta/recipes-connectivity/openssl/openssl_1.0.1k.bb @@ -38,8 +38,8 @@ SRC_URI += "file://configure-targets.patch \ file://run-ptest \ " -SRC_URI[md5sum] = "f7175c9cd3c39bb1907ac8bba9df8ed3" -SRC_URI[sha256sum] = "1b60ca8789ba6f03e8ef20da2293b8dc131c39d83814e775069f02d26354edf3" +SRC_URI[md5sum] = "d4f002bd22a56881340105028842ae1f" +SRC_URI[sha256sum] = "8f9faeaebad088e772f4ef5e38252d472be4d878c6b3a2718c10a4fcebe7a41c" PACKAGES =+ " \ ${PN}-engines \ |