diff options
author | Ross Burton <ross.burton@intel.com> | 2017-07-19 14:25:53 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-19 15:13:40 +0100 |
commit | 57f606b12b339c82e6981d7ac32450c00d787085 (patch) | |
tree | 09f0ecf863d036c7bd1066ad434c967954d469e9 /meta/recipes-support/libgcrypt | |
parent | 9393207bcd64c161ab228392888ec82538dab327 (diff) | |
download | poky-57f606b12b339c82e6981d7ac32450c00d787085.tar.gz |
libgcrypt: upgrade to 1.7.8
Fixes CVE-2017-7526, 'flush+reload side-channel attack on RSA secret keys dubbed
"Sliding right into disaster"'.
(From OE-Core rev: c4c2fb3732dbb290b7f0ca43af2e8662f99e4582)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libgcrypt')
-rw-r--r-- | meta/recipes-support/libgcrypt/libgcrypt_1.7.8.bb (renamed from meta/recipes-support/libgcrypt/libgcrypt_1.7.7.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libgcrypt/libgcrypt_1.7.7.bb b/meta/recipes-support/libgcrypt/libgcrypt_1.7.8.bb index 7f7d852fb3..83351594ea 100644 --- a/meta/recipes-support/libgcrypt/libgcrypt_1.7.7.bb +++ b/meta/recipes-support/libgcrypt/libgcrypt_1.7.8.bb | |||
@@ -21,8 +21,8 @@ SRC_URI = "${GNUPG_MIRROR}/libgcrypt/libgcrypt-${PV}.tar.gz \ | |||
21 | file://fix-ICE-failure-on-mips-with-option-O-and-g.patch \ | 21 | file://fix-ICE-failure-on-mips-with-option-O-and-g.patch \ |
22 | file://fix-undefined-reference-to-pthread.patch \ | 22 | file://fix-undefined-reference-to-pthread.patch \ |
23 | " | 23 | " |
24 | SRC_URI[md5sum] = "36ace8f8dc4b1a82793ae759bbfc806f" | 24 | SRC_URI[md5sum] = "5588b89b75b1353e2454b04c7b8368f3" |
25 | SRC_URI[sha256sum] = "0e72e91290d553c303095a50ea660279d8f11b76c6c86e826f470442fcdf1edd" | 25 | SRC_URI[sha256sum] = "cb076b2efc7ba752f3d4c663c9ee0589a98b1d614fe90878b1facd607a45fd43" |
26 | 26 | ||
27 | BINCONFIG = "${bindir}/libgcrypt-config" | 27 | BINCONFIG = "${bindir}/libgcrypt-config" |
28 | 28 | ||