Bunch of changes.
https://github.com/gpg/libgcrypt/blob/libgcrypt-1.11.0/NEWS

* Remove obsoleted options.

* Changed license file hashes. Licenses had updates to reflect
original file changes. This results in various changes.
Whitespace, address, dates etc. But doesn't change any conditions.

Signed-off-by: Christian Melki <christian.me...@t2data.com>
---
 rules/libgcrypt.make | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/rules/libgcrypt.make b/rules/libgcrypt.make
index c1101d7a4..2d615ece4 100644
--- a/rules/libgcrypt.make
+++ b/rules/libgcrypt.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIBGCRYPT) += libgcrypt
 #
 # Paths and names
 #
-LIBGCRYPT_VERSION      := 1.10.3
-LIBGCRYPT_MD5          := a8cada0b343e10dbee51c9e92d856a94
+LIBGCRYPT_VERSION      := 1.11.0
+LIBGCRYPT_MD5          := 321c4975cfd6a496f0530b65a673f9a4
 LIBGCRYPT              := libgcrypt-$(LIBGCRYPT_VERSION)
 LIBGCRYPT_SUFFIX       := tar.bz2
 LIBGCRYPT_URL          := 
https://www.gnupg.org/ftp/gcrypt/libgcrypt/$(LIBGCRYPT).$(LIBGCRYPT_SUFFIX)
@@ -24,8 +24,8 @@ LIBGCRYPT_SOURCE      := 
$(SRCDIR)/$(LIBGCRYPT).$(LIBGCRYPT_SUFFIX)
 LIBGCRYPT_DIR          := $(BUILDDIR)/$(LIBGCRYPT)
 LIBGCRYPT_LICENSE      := GPL-2.0-only AND LGPL-2.0-only
 LIBGCRYPT_LICENSE_FILES        := \
-       file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
-       file://COPYING.LIB;md5=bbb461211a33b134d42ed5ee802b37ff
+       file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
+       file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c
 
 # ----------------------------------------------------------------------------
 # Prepare
@@ -55,9 +55,7 @@ LIBGCRYPT_CONF_OPT := \
        --enable-endian-check \
        --enable-random=linux \
        --enable-dev-random \
-       --disable-random-daemon \
        --$(call ptx/endis,LIBGCRYPT_ASM)-asm \
-       --disable-m-guard \
        --disable-large-data-tests \
        --disable-force-soft-hwfeatures \
        --disable-hmac-binary-check \
-- 
2.34.1


Reply via email to