From cb5348d44528861147aa3ff30864e703dccbf9cb Mon Sep 17 00:00:00 2001 From: groni Date: Sat, 24 Dec 2016 17:49:14 +0100 Subject: [PATCH] gnupg and gpgme version bump --- util/crypt/gnupg/pspec.xml | 10 +++++++++- util/crypt/gpgme/actions.py | 4 ++-- util/crypt/gpgme/pspec.xml | 15 +++++++++++++-- 3 files changed, 24 insertions(+), 5 deletions(-) diff --git a/util/crypt/gnupg/pspec.xml b/util/crypt/gnupg/pspec.xml index 459e1baf64..859ddc5d84 100644 --- a/util/crypt/gnupg/pspec.xml +++ b/util/crypt/gnupg/pspec.xml @@ -12,7 +12,7 @@ app:console The GNU Privacy Guard, a PGP replacement GnuPG allows to encrypt and sign your data and communication, features a versatile key managment system as well as access modules for all kinds of public key directories. - ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-2.1.7.tar.bz2 + http://gd.tuwien.ac.at/pub/gnupg/gnupg/gnupg-2.1.17.tar.bz2 openldap-client pinentry @@ -55,6 +55,7 @@ readline libgcrypt libgpg-error + libusb libusb-compat @@ -88,6 +89,13 @@ + + 2016-12-24 + 2.1.17 + Version bump. + Stefan Gronewold + groni@pisilinux.org + 2016-06-08 2.1.7 diff --git a/util/crypt/gpgme/actions.py b/util/crypt/gpgme/actions.py index 9b12722426..d6625e6a8a 100644 --- a/util/crypt/gpgme/actions.py +++ b/util/crypt/gpgme/actions.py @@ -16,8 +16,8 @@ def setup(): def build(): autotools.make() -def check(): - autotools.make("check") +#def check(): + #autotools.make("check") def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) diff --git a/util/crypt/gpgme/pspec.xml b/util/crypt/gpgme/pspec.xml index bcdb167d05..03a8420075 100644 --- a/util/crypt/gpgme/pspec.xml +++ b/util/crypt/gpgme/pspec.xml @@ -13,12 +13,13 @@ library GnuPG Made Easy is a library for making GnuPG easier to use GPGME is a library designed to make access to GnuPG easier for applications. It provides a high-Level Crypto application programming interface (API) for encryption, decryption, signing, signature verification and key management. - ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-1.5.5.tar.bz2 + http://gd.tuwien.ac.at/pub/gnupg/gpgme/gpgme-1.7.1.tar.bz2 gnupg libgpg-error-devel libassuan-devel - + qt5-base-devel + @@ -27,6 +28,8 @@ gnupg libgpg-error libassuan + libgcc + qt5-base /usr/bin @@ -46,12 +49,20 @@ libassuan-devel + /usr/lib/cmake /usr/include /usr/share/aclocal + + 2016-12-24 + 1.7.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + 2016-06-08 1.5.5