diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2016-02-12 22:12:53 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-15 16:28:45 +0000 |
commit | 6fb493aa1b78ab46847c0822e32e8e83adf61560 (patch) | |
tree | edf6c02978f73d79a40f3664bb6ce495ad2643fe /meta/recipes-support/libgcrypt/libgcrypt.inc | |
parent | bf9ad22755822f541f5c4aa35793c6fc5ffa852a (diff) | |
download | poky-6fb493aa1b78ab46847c0822e32e8e83adf61560.tar.gz |
libgcrypt: update 1.6.4 -> 1.6.5
Noteworthy changes in version 1.6.5 (2016-02-09) [C20/A0/R5]
------------------------------------------------
* Mitigate side-channel attack on ECDH with Weierstrass curves
[CVE-2015-7511]. See http://www.cs.tau.ac.IL/~tromer/ecdh/ for
details.
* Fix build problem on Solaris.
(From OE-Core rev: 1146a4bb3af167c75bdea3e75e6f1e80b45cc721)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libgcrypt/libgcrypt.inc')
-rw-r--r-- | meta/recipes-support/libgcrypt/libgcrypt.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-support/libgcrypt/libgcrypt.inc b/meta/recipes-support/libgcrypt/libgcrypt.inc index 683be780ff..5478253e06 100644 --- a/meta/recipes-support/libgcrypt/libgcrypt.inc +++ b/meta/recipes-support/libgcrypt/libgcrypt.inc | |||
@@ -22,8 +22,6 @@ SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-${PV}.tar.gz \ | |||
22 | 22 | ||
23 | BINCONFIG = "${bindir}/libgcrypt-config" | 23 | BINCONFIG = "${bindir}/libgcrypt-config" |
24 | 24 | ||
25 | PR = "r1" | ||
26 | |||
27 | inherit autotools texinfo binconfig-disabled pkgconfig | 25 | inherit autotools texinfo binconfig-disabled pkgconfig |
28 | 26 | ||
29 | EXTRA_OECONF = "--disable-asm --with-capabilities" | 27 | EXTRA_OECONF = "--disable-asm --with-capabilities" |