summaryrefslogtreecommitdiff
path: root/security/gpgme
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-01-31 13:03:07 +0000
committeradam <adam@pkgsrc.org>2021-01-31 13:03:07 +0000
commitb51b68bc7a94abace33c799144950137eb36d25e (patch)
treebc370ef2290db4c10ef5ebf1db2819310f134baa /security/gpgme
parentd5780619526e3bd485488215c7e8813cdba32f4f (diff)
downloadpkgsrc-b51b68bc7a94abace33c799144950137eb36d25e.tar.gz
gpgme: updated to 1.15.1
Noteworthy changes in version 1.15.1 (2021-01-08) ------------------------------------------------- * Fix another bug in the secret key export. * Make listing of signatures work if only secret keys are listed. * Fix build problem on FreeBSD. * qt: Avoid empty "rem@gnupg.org" signature notations. * python: Fix key_export functions. Noteworthy changes in version 1.15.0 (2020-11-12) ------------------------------------------------- * New function gpgme_op_setexpire to make changing the expiration easier (requires GnuPG 2.1.22). * New function gpgme_op_revsig to revoke key signatures (requires GnuPG 2.2.24). * Support exporting secret keys. * cpp: Support for set expire operations in the C++ bindings. * cpp: Support for revoking key signatures in the C++ bindings. * qt: Extended ChangeExpiryJob to support changing the expiry of subkeys. * qt: Extended QuickJob to support revoking of key signatures. * qt: Added QDebug stream operator for GpgME::Error. * Require a somewhat newer version of libgpg-error (1.36). * Interface changes relative to the 1.14.0 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gpgme_op_setexpire_start NEW. gpgme_op_setexpire NEW. gpgme_op_revsig_start NEW. gpgme_op_revsig NEW. GPGME_REVSIG_LFSEP NEW. cpp: Context::setExpire NEW. cpp: Context::startSetExpire NEW. cpp: EngineInfo::Version::operator<= NEW. cpp: EngineInfo::Version::operator>= NEW. cpp: EngineInfo::Version::operator!= NEW. cpp: StatusConsumer NEW. cpp: StatusConsumerAssuanTransaction NEW. cpp: Context::cancelPendingOperationImmediately NEW. cpp: Context::revokeSignature NEW. cpp: Context::startRevokeSignature NEW. cpp: UserID::Signature::operator< NEW. qt: operator<<(QDebug debug, const GpgME::Error &err) NEW. qt: QuickJob::startRevokeSignature NEW. qt: QuickJob::result CHANGED: Made params 'auditLogAsHtml' and 'auditLogError' optional.
Diffstat (limited to 'security/gpgme')
-rw-r--r--security/gpgme/Makefile4
-rw-r--r--security/gpgme/PLIST4
-rw-r--r--security/gpgme/distinfo11
-rw-r--r--security/gpgme/patches/patch-lang_cpp_src_editinteractor.cpp14
4 files changed, 10 insertions, 23 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile
index 603adc48f52..4a327a20603 100644
--- a/security/gpgme/Makefile
+++ b/security/gpgme/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.100 2020/10/25 12:53:54 nia Exp $
+# $NetBSD: Makefile,v 1.101 2021/01/31 13:03:07 adam Exp $
-DISTNAME= gpgme-1.14.0
+DISTNAME= gpgme-1.15.1
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gpgme/
EXTRACT_SUFX= .tar.bz2
diff --git a/security/gpgme/PLIST b/security/gpgme/PLIST
index 10f7c5f1794..237b30fd6d0 100644
--- a/security/gpgme/PLIST
+++ b/security/gpgme/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.22 2019/04/03 14:28:57 adam Exp $
+@comment $NetBSD: PLIST,v 1.23 2021/01/31 13:03:07 adam Exp $
bin/gpgme-config
bin/gpgme-json
bin/gpgme-tool
@@ -28,6 +28,7 @@ include/gpgme++/interfaces/assuantransaction.h
include/gpgme++/interfaces/dataprovider.h
include/gpgme++/interfaces/passphraseprovider.h
include/gpgme++/interfaces/progressprovider.h
+include/gpgme++/interfaces/statusconsumer.h
include/gpgme++/key.h
include/gpgme++/keygenerationresult.h
include/gpgme++/keylistresult.h
@@ -35,6 +36,7 @@ include/gpgme++/notation.h
include/gpgme++/result.h
include/gpgme++/scdgetinfoassuantransaction.h
include/gpgme++/signingresult.h
+include/gpgme++/statusconsumerassuantransaction.h
include/gpgme++/swdbresult.h
include/gpgme++/tofuinfo.h
include/gpgme++/trustitem.h
diff --git a/security/gpgme/distinfo b/security/gpgme/distinfo
index da86144264a..d5db02875a3 100644
--- a/security/gpgme/distinfo
+++ b/security/gpgme/distinfo
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.46 2020/08/25 08:54:52 schmonz Exp $
+$NetBSD: distinfo,v 1.47 2021/01/31 13:03:07 adam Exp $
-SHA1 (gpgme-1.14.0.tar.bz2) = 90a1b678703b0cabdb953035a4bee012e5685dce
-RMD160 (gpgme-1.14.0.tar.bz2) = 1889520e54ca69b06386b7b53f5dc82c6f8d036a
-SHA512 (gpgme-1.14.0.tar.bz2) = b7ffa30a046c75215e1c73e2f34e5e65532e4dcf6bea55796adc6f82fd38dafe264bcd4332b2001155d6f9476d6fd82a77112dad31c1bb29db9ddefc532ae668
-Size (gpgme-1.14.0.tar.bz2) = 1678910 bytes
+SHA1 (gpgme-1.15.1.tar.bz2) = 5ae07a303fcf9cec490dabdfbc6e0f3b8f6dd5a0
+RMD160 (gpgme-1.15.1.tar.bz2) = 16eb8809be0482f3f52c591d3235f0c169be8de0
+SHA512 (gpgme-1.15.1.tar.bz2) = 1d75a848cce6389f7cb8896b57a28dfe1dc5a447bfb4f128b0994a43e04134343400a3be063e971f03dfd595474cfd558519741d5d56afb3e84853ad4f2a45c2
+Size (gpgme-1.15.1.tar.bz2) = 1699349 bytes
SHA1 (patch-Makefile.in) = 3277143d4aca64067249e03f584c9f7381c9037e
SHA1 (patch-aa) = 6b81bc9b6b17f14329e0dbf1917d1352c142c072
-SHA1 (patch-lang_cpp_src_editinteractor.cpp) = f6e7234c31956ce81353d012b52011a72713e45d
diff --git a/security/gpgme/patches/patch-lang_cpp_src_editinteractor.cpp b/security/gpgme/patches/patch-lang_cpp_src_editinteractor.cpp
deleted file mode 100644
index 65d4e4055db..00000000000
--- a/security/gpgme/patches/patch-lang_cpp_src_editinteractor.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-lang_cpp_src_editinteractor.cpp,v 1.1 2020/08/14 10:32:43 tnn Exp $
-
-editinteractor.cpp:181:29: error: use of undeclared identifier 'getenv'
-
---- lang/cpp/src/editinteractor.cpp.orig 2020-07-15 10:14:17.000000000 +0000
-+++ lang/cpp/src/editinteractor.cpp
-@@ -41,6 +41,7 @@
-
- #include <cerrno>
- #include <cstring>
-+#include <cstdlib>
-
- #ifndef GPG_ERR_ALREADY_SIGNED
- # define GPG_ERR_ALREADY_SIGNED GPG_ERR_USER_1