wok-current rev 20356
GnuPG update: 2.0.30 (2016 March) - 2.2.8 (CVE-2018-12020) -> GnuPG 2.2.x is the current stable branch of GnuPG
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sat Jun 09 16:33:12 2018 +0000 (2018-06-09) |
parents | dcb2debedc03 |
children | f6c368c9faa5 |
files | gnupg/receipt |
line diff
1.1 --- a/gnupg/receipt Sat Jun 09 17:09:08 2018 +0200 1.2 +++ b/gnupg/receipt Sat Jun 09 16:33:12 2018 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gnupg" 1.7 -VERSION="2.0.30" 1.8 +VERSION="2.2.8" 1.9 CATEGORY="security" 1.10 SHORT_DESC="Free implementation of the OpenPGP." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -11,15 +11,15 @@ 1.13 WGET_URL="https://www.gnupg.org/ftp/gcrypt/gnupg/$TARBALL" 1.14 1.15 DEPENDS="bzlib libassuan libcurl libgcrypt libksba libusb-compat ncurses pth \ 1.16 -readline pinentry" 1.17 +readline pinentry gnutls" 1.18 BUILD_DEPENDS="libgpg-error-dev libassuan-dev libgcrypt-dev libksba-dev \ 1.19 -pth-dev curl-dev zlib-dev libusb-compat-dev readline-dev" 1.20 +pth-dev curl-dev zlib-dev libusb-compat-dev readline-dev gnutls-dev" 1.21 1.22 # Rules to configure and make the package. 1.23 compile_rules() 1.24 { 1.25 # Integrity check: https://www.gnupg.org/download/integrity_check.html 1.26 - echo "a9f024588c356a55e2fd413574bfb55b2e18794a $SRC/$TARBALL" | sha1sum -c || exit 1 1.27 + echo "d87553a125832ea90e8aeb3ceeecf24f88de56fb $SRC/$TARBALL" | sha1sum -c || exit 1 1.28 1.29 ./configure $CONFIGURE_ARGS && make && make install 1.30