diff options
author | adam <adam@pkgsrc.org> | 2019-07-03 20:29:54 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-07-03 20:29:54 +0000 |
commit | 75d22f7490be31984cc648fd7d18e909aaa20978 (patch) | |
tree | b9c1f2ed5e46434b2eca5472ef17a1864e30e0f5 | |
parent | d848c9b89a5281cb0f2977a65805ba22661e1ce4 (diff) | |
download | pkgsrc-75d22f7490be31984cc648fd7d18e909aaa20978.tar.gz |
gpgme: updated to 1.13.1
Noteworthy changes in version 1.13.1:
* cpp: gpgme_set_global_flag is now wrapped.
* w32: Improved handling of unicode install paths.
* w32: The gpgme_io_spawn error message is now only shown once.
* Fixed a crash introduced in 1.13.0 when working with S/MIME.
* w32: Fixed format string errors introduced in 1.13.0 that could
cause crashes.
* w32: Fixed an error in the new diagnostic gpgsm support introduced
in 1.13.0 that caused crashes in low fd scenarios.
* python: Fixed a DecryptionError Exception.
* python: No longer raises BadSignatures from decrypt(verify=True).
-rw-r--r-- | security/gpgme/Makefile | 4 | ||||
-rw-r--r-- | security/gpgme/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index 31db4252803..5f47477b55a 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.93 2019/05/23 19:23:14 rillig Exp $ +# $NetBSD: Makefile,v 1.94 2019/07/03 20:29:54 adam Exp $ -DISTNAME= gpgme-1.13.0 +DISTNAME= gpgme-1.13.1 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gpgme/ EXTRACT_SUFX= .tar.bz2 diff --git a/security/gpgme/distinfo b/security/gpgme/distinfo index 47fd5f9302f..1e3646f7593 100644 --- a/security/gpgme/distinfo +++ b/security/gpgme/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.42 2019/04/03 14:28:57 adam Exp $ +$NetBSD: distinfo,v 1.43 2019/07/03 20:29:54 adam Exp $ -SHA1 (gpgme-1.13.0.tar.bz2) = 4653b273fd2820ba4d5f382474b3e79a9367beb9 -RMD160 (gpgme-1.13.0.tar.bz2) = 3c687ff1545043da3f15e4a94390288008c90c0d -SHA512 (gpgme-1.13.0.tar.bz2) = 47a7a67dcc6d111cddd805d288d42e870948114a6dc09ce0675ad8b3d1580bbc2a683e1e70cb2f416919cf2129c72a9ff30e2e3b9527809d04e863cc1f87267b -Size (gpgme-1.13.0.tar.bz2) = 1820504 bytes +SHA1 (gpgme-1.13.1.tar.bz2) = f87f34e695e8d74ccc7c8f42864d50630afebb0e +RMD160 (gpgme-1.13.1.tar.bz2) = ae7e13e30d5602fa5301f3179e213eefaac1b183 +SHA512 (gpgme-1.13.1.tar.bz2) = 11de670c6cf512508103fe67af56d9fbb2a9dda6fc6fa3cd321371bbe337c7c2c81913ca557d07187adb2a63d37ea1a44da97ab22345bbe6022c405d0cb083b8 +Size (gpgme-1.13.1.tar.bz2) = 1759616 bytes SHA1 (patch-aa) = 6b81bc9b6b17f14329e0dbf1917d1352c142c072 |