libassuan: bump to version 2.5.1

Add cryptographically secure sha256 hash and a reference to upstream
signature.

Add license files hashes.

Cc: Philipp Claves <claves@budelmann-elektronik.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Baruch Siach 2017-12-24 22:00:35 +02:00 committed by Peter Korsgaard
parent 6dcb16f69e
commit b8879bca7c
2 changed files with 7 additions and 2 deletions

View file

@ -1,2 +1,7 @@
# From https://www.gnupg.org/download/integrity_check.html
sha1 27391cf4a820b5350ea789c30661830c9a271518 libassuan-2.4.3.tar.bz2
sha1 c8432695bf1daa914a92f51e911881ed93d50604 libassuan-2.5.1.tar.bz2
# Locally calculated after checking signature
# https://www.gnupg.org/ftp/gcrypt/libassuan/libassuan-2.5.1.tar.bz2.sig
sha256 47f96c37b4f2aac289f0bc1bacfa8bd8b4b209a488d3d15e2229cb6cc9b26449 libassuan-2.5.1.tar.bz2
sha256 a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861 COPYING.LIB
sha256 fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7 COPYING

View file

@ -4,7 +4,7 @@
#
################################################################################
LIBASSUAN_VERSION = 2.4.3
LIBASSUAN_VERSION = 2.5.1
LIBASSUAN_SITE = ftp://ftp.gnupg.org/gcrypt/libassuan
LIBASSUAN_SOURCE = libassuan-$(LIBASSUAN_VERSION).tar.bz2
LIBASSUAN_LICENSE = LGPL-2.1+ (library), GPL-3.0 (tests, doc)