wok-current rev 20377
libgcrypt: 1.8.3 -> CVE-2018-0495
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Wed Jun 13 20:00:47 2018 +0000 (2018-06-13) |
parents | 753911d96458 |
children | 0480d47333ba |
files | libgcrypt-dev/receipt libgcrypt/receipt |
line diff
1.1 --- a/libgcrypt-dev/receipt Wed Jun 13 10:34:15 2018 +0200 1.2 +++ b/libgcrypt-dev/receipt Wed Jun 13 20:00:47 2018 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libgcrypt-dev" 1.7 -VERSION="1.8.2" 1.8 +VERSION="1.8.3" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Cryptographic library based on GnuPG Headers" 1.11 MAINTAINER="erjo@slitaz.org"
2.1 --- a/libgcrypt/receipt Wed Jun 13 10:34:15 2018 +0200 2.2 +++ b/libgcrypt/receipt Wed Jun 13 20:00:47 2018 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="libgcrypt" 2.7 -VERSION="1.8.2" 2.8 +VERSION="1.8.3" 2.9 CATEGORY="security" 2.10 SHORT_DESC="Cryptographic library based on GnuPG" 2.11 MAINTAINER="erjo@slitaz.org" 2.12 @@ -18,7 +18,7 @@ 2.13 compile_rules() 2.14 { 2.15 # Integrity check: https://www.gnupg.org/download/integrity_check.html 2.16 - echo "ab8aae5d7a68f8e0988f90e11e7f6a4805af5c8d $SRC/$TARBALL" | sha1sum -c || exit 1 2.17 + echo "13bd2ce69e59ab538e959911dfae80ea309636e3 $SRC/$TARBALL" | sha1sum -c || exit 1 2.18 2.19 case "$ARCH" in 2.20 arm)