]> code.ossystems Code Review - openembedded-core.git/commitdiff
libgcrypt: update 1.6.4 -> 1.6.5
authorAndre McCurdy <armccurdy@gmail.com>
Sat, 13 Feb 2016 06:12:53 +0000 (22:12 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 15 Feb 2016 16:28:24 +0000 (16:28 +0000)
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.

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/libgcrypt/libgcrypt.inc
meta/recipes-support/libgcrypt/libgcrypt_1.6.4.bb [deleted file]
meta/recipes-support/libgcrypt/libgcrypt_1.6.5.bb [new file with mode: 0644]

index 683be780ff3a7edce9407ae89f71bd2df491b9d1..5478253e068bb5b5b306d207a408c77136ff8a47 100644 (file)
@@ -22,8 +22,6 @@ SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-${PV}.tar.gz \
 
 BINCONFIG = "${bindir}/libgcrypt-config"
 
-PR = "r1"
-
 inherit autotools texinfo binconfig-disabled pkgconfig
 
 EXTRA_OECONF = "--disable-asm --with-capabilities"
diff --git a/meta/recipes-support/libgcrypt/libgcrypt_1.6.4.bb b/meta/recipes-support/libgcrypt/libgcrypt_1.6.4.bb
deleted file mode 100644 (file)
index 1ed4291..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-require libgcrypt.inc
-
-SRC_URI[md5sum] = "7dc7d51cdbf56ad75e95c4166f90e985"
-SRC_URI[sha256sum] = "5c2076212961712e4774abf32c85cb58537d544d6016a2464fb32783653d1b6d"
diff --git a/meta/recipes-support/libgcrypt/libgcrypt_1.6.5.bb b/meta/recipes-support/libgcrypt/libgcrypt_1.6.5.bb
new file mode 100644 (file)
index 0000000..717a23f
--- /dev/null
@@ -0,0 +1,4 @@
+require libgcrypt.inc
+
+SRC_URI[md5sum] = "f24fcb684932d4b5ed85f2f05cb1d9f8"
+SRC_URI[sha256sum] = "202bf109ccf2d614565c849f3e5687b94cde972167b35261e094252367627bc6"