wok-next rev 20815
libgcrypt: fix CVE-2018-0495
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Wed Jun 13 19:37:43 2018 +0000 (2018-06-13) |
parents | 8e6c795fe958 |
children | 1726dca45e28 |
files | libgcrypt/receipt |
line diff
1.1 --- a/libgcrypt/receipt Wed Jun 13 19:28:54 2018 +0000 1.2 +++ b/libgcrypt/receipt Wed Jun 13 19:37:43 2018 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="libgcrypt" 1.7 -VERSION="1.8.2" 1.8 +VERSION="1.8.3" 1.9 CATEGORY="security" 1.10 SHORT_DESC="Cryptographic library based on GnuPG" 1.11 MAINTAINER="erjo@slitaz.org" 1.12 @@ -12,7 +12,7 @@ 1.13 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 WGET_URL="https://www.gnupg.org/ftp/gcrypt/libgcrypt/$TARBALL" 1.15 # https://www.gnupg.org/download/integrity_check.html 1.16 -TARBALL_SHA1="ab8aae5d7a68f8e0988f90e11e7f6a4805af5c8d" 1.17 +TARBALL_SHA1="13bd2ce69e59ab538e959911dfae80ea309636e3" 1.18 1.19 BUILD_DEPENDS="libgpg-error-dev" 1.20 SPLIT="libgcrypt-dev"