summaryrefslogtreecommitdiffstats
path: root/rules/libgcrypt.make
diff options
context:
space:
mode:
authorJuergen Borleis <jbe@pengutronix.de>2017-08-28 12:17:48 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-08-29 10:45:49 +0200
commitc8871abd7b2d2c3ea99914f4eefe8bdf2d2db0d2 (patch)
tree96d855ed8553b7cdab13c589d702be9d9bcb6f28 /rules/libgcrypt.make
parentdc3846cbd5f9d5d511096d94737601862263babc (diff)
downloadptxdist-c8871abd7b2d2c3ea99914f4eefe8bdf2d2db0d2.tar.gz
ptxdist-c8871abd7b2d2c3ea99914f4eefe8bdf2d2db0d2.tar.xz
libgcrypt: version bump to 1.8 stable release
From the announcement: "This is a new stable version of Libgcrypt with full API and ABI compatibility to the 1.7 series. Its main features are support Blake-2, XTS mode, an improved RNG, and performance improvements for the ARM architecture." Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libgcrypt.make')
-rw-r--r--rules/libgcrypt.make5
1 files changed, 3 insertions, 2 deletions
diff --git a/rules/libgcrypt.make b/rules/libgcrypt.make
index 3fff3f379..43c8f3a7e 100644
--- a/rules/libgcrypt.make
+++ b/rules/libgcrypt.make
@@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_LIBGCRYPT) += libgcrypt
#
# Paths and names
#
-LIBGCRYPT_VERSION := 1.7.8
-LIBGCRYPT_MD5 := 34fd2e6d230cbe56799cdf7df05f56c5
+LIBGCRYPT_VERSION := 1.8.0
+LIBGCRYPT_MD5 := 530db74602b558209f9ad7356a680971
LIBGCRYPT := libgcrypt-$(LIBGCRYPT_VERSION)
LIBGCRYPT_SUFFIX := tar.bz2
LIBGCRYPT_URL := http://artfiles.org/gnupg.org/libgcrypt/$(LIBGCRYPT).$(LIBGCRYPT_SUFFIX) ftp://ftp.gnupg.org/gcrypt/libgcrypt/$(LIBGCRYPT).$(LIBGCRYPT_SUFFIX)
@@ -59,6 +59,7 @@ LIBGCRYPT_AUTOCONF := \
--disable-m-guard \
--disable-large-data-tests \
--disable-hmac-binary-check \
+ --enable-jent-support \
--enable-padlock-support \
--enable-aesni-support \
--enable-pclmul-support \