diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2016-01-28 12:55:45 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-30 11:37:04 +0000 |
commit | adbe63d5eeeeb9c793c719b937be45d8418c4758 (patch) | |
tree | b3a437f14e7c82ceae8e2e3bbe4dee63b4b78936 /meta/recipes-connectivity/openssl | |
parent | 85b66791aa103a8b2fbdb517417d065aaa3368af (diff) | |
download | poky-adbe63d5eeeeb9c793c719b937be45d8418c4758.tar.gz |
openssl: update 1.0.2e -> 1.0.2f ( CVE-2016-0701 CVE-2015-3197 )
Major changes between OpenSSL 1.0.2e and OpenSSL 1.0.2f [28 Jan 2016]
o DH small subgroups (CVE-2016-0701)
o SSLv2 doesn't block disabled ciphers (CVE-2015-3197)
Updated LICENSE hash due to change in copyright year.
(From OE-Core rev: b451e3efc79d29c39c85f7da2dc75becf3fdf5a2)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/openssl')
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl_1.0.2f.bb (renamed from meta/recipes-connectivity/openssl/openssl_1.0.2e.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_1.0.2e.bb b/meta/recipes-connectivity/openssl/openssl_1.0.2f.bb index d2a265a79c..fbc78e1b58 100644 --- a/meta/recipes-connectivity/openssl/openssl_1.0.2e.bb +++ b/meta/recipes-connectivity/openssl/openssl_1.0.2f.bb | |||
@@ -6,7 +6,7 @@ DEPENDS += "cryptodev-linux" | |||
6 | 6 | ||
7 | CFLAG += "-DHAVE_CRYPTODEV -DUSE_CRYPTODEV_DIGESTS" | 7 | CFLAG += "-DHAVE_CRYPTODEV -DUSE_CRYPTODEV_DIGESTS" |
8 | 8 | ||
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f9a8f968107345e0b75aa8c2ecaa7ec8" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=27ffa5d74bb5a337056c14b2ef93fbf6" |
10 | 10 | ||
11 | export DIRS = "crypto ssl apps engines" | 11 | export DIRS = "crypto ssl apps engines" |
12 | export OE_LDFLAGS="${LDFLAGS}" | 12 | export OE_LDFLAGS="${LDFLAGS}" |
@@ -40,8 +40,8 @@ SRC_URI += "file://find.pl;subdir=${BP}/util/ \ | |||
40 | file://configure-musl-target.patch \ | 40 | file://configure-musl-target.patch \ |
41 | " | 41 | " |
42 | 42 | ||
43 | SRC_URI[md5sum] = "5262bfa25b60ed9de9f28d5d52d77fc5" | 43 | SRC_URI[md5sum] = "b3bf73f507172be9292ea2a8c28b659d" |
44 | SRC_URI[sha256sum] = "e23ccafdb75cfcde782da0151731aa2185195ac745eea3846133f2e05c0e0bff" | 44 | SRC_URI[sha256sum] = "932b4ee4def2b434f85435d9e3e19ca8ba99ce9a065a61524b429a9d5e9b2e9c" |
45 | 45 | ||
46 | PACKAGES =+ "${PN}-engines" | 46 | PACKAGES =+ "${PN}-engines" |
47 | FILES_${PN}-engines = "${libdir}/ssl/engines/*.so ${libdir}/engines" | 47 | FILES_${PN}-engines = "${libdir}/ssl/engines/*.so ${libdir}/engines" |