# HG changeset patch # User Erkan Yilmaz # Date 1528561992 0 # Node ID 06ae2c06883d77ec19f1e43e60efdff0abac568c # Parent dcb2debedc0327cbeef2fe3f8edd746a5aaeff8c GnuPG update: 2.0.30 (2016 March) - 2.2.8 (CVE-2018-12020) -> GnuPG 2.2.x is the current stable branch of GnuPG diff -r dcb2debedc03 -r 06ae2c06883d gnupg/receipt --- a/gnupg/receipt Sat Jun 09 17:09:08 2018 +0200 +++ b/gnupg/receipt Sat Jun 09 16:33:12 2018 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="gnupg" -VERSION="2.0.30" +VERSION="2.2.8" CATEGORY="security" SHORT_DESC="Free implementation of the OpenPGP." MAINTAINER="pankso@slitaz.org" @@ -11,15 +11,15 @@ WGET_URL="https://www.gnupg.org/ftp/gcrypt/gnupg/$TARBALL" DEPENDS="bzlib libassuan libcurl libgcrypt libksba libusb-compat ncurses pth \ -readline pinentry" +readline pinentry gnutls" BUILD_DEPENDS="libgpg-error-dev libassuan-dev libgcrypt-dev libksba-dev \ -pth-dev curl-dev zlib-dev libusb-compat-dev readline-dev" +pth-dev curl-dev zlib-dev libusb-compat-dev readline-dev gnutls-dev" # Rules to configure and make the package. compile_rules() { # Integrity check: https://www.gnupg.org/download/integrity_check.html - echo "a9f024588c356a55e2fd413574bfb55b2e18794a $SRC/$TARBALL" | sha1sum -c || exit 1 + echo "d87553a125832ea90e8aeb3ceeecf24f88de56fb $SRC/$TARBALL" | sha1sum -c || exit 1 ./configure $CONFIGURE_ARGS && make && make install