diff options
author | adam <adam@pkgsrc.org> | 2019-04-03 14:28:57 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-04-03 14:28:57 +0000 |
commit | 7b5f053598265b37dcdb3d3024d685f75b46efbe (patch) | |
tree | e25c6af9779431496d6b9cd74b2db6604b43215e | |
parent | 8593f2e2d823fb34d4d36226abdd1b4be3b6efa3 (diff) | |
download | pkgsrc-7b5f053598265b37dcdb3d3024d685f75b46efbe.tar.gz |
gpgme: updated to 1.13.0
Noteworthy changes in version 1.13.0:
* Support GPGME_AUDITLOG_DIAG for gpgsm.
* New context flag "trust-model".
* Removed support for WindowsCE and Windows ME.
* Aligned the gpgrt-config code with our other libaries.
* Auto-check for all installed Python versions.
* Fixed generating card key in the C++ bindings.
* Fixed a segv due to bad parameters in genkey.
* Fixed crash if the plaintext is ignored in a CMS verify.
* Fixed memleak on Windows.
* Tweaked the Windows I/O code.
* Fixed random crashes on Windows due to closing an arbitrary
handle.
* Fixed a segv on Windows.
* Fixed test suite problems related to dtags.
* Fixed bunch of python bugs.
* Several fixes to the Common Lisp bindings.
* Fixed minor bugs in gpgme-json.
* Require trace level 8 to dump all I/O data.
* The compiler must now support variadic macros.
-rw-r--r-- | security/gpgme/Makefile | 4 | ||||
-rw-r--r-- | security/gpgme/PLIST | 5 | ||||
-rw-r--r-- | security/gpgme/distinfo | 10 |
3 files changed, 11 insertions, 8 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index a0d09b05c52..7c99223de4e 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.91 2018/12/12 16:48:15 adam Exp $ +# $NetBSD: Makefile,v 1.92 2019/04/03 14:28:57 adam Exp $ -DISTNAME= gpgme-1.12.0 +DISTNAME= gpgme-1.13.0 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 67ffa1858c7..10f7c5f1794 100644 --- a/security/gpgme/PLIST +++ b/security/gpgme/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.21 2018/07/04 12:46:29 adam Exp $ +@comment $NetBSD: PLIST,v 1.22 2019/04/03 14:28:57 adam Exp $ bin/gpgme-config bin/gpgme-json bin/gpgme-tool @@ -46,7 +46,10 @@ lib/cmake/Gpgmepp/GpgmeppConfig.cmake lib/cmake/Gpgmepp/GpgmeppConfigVersion.cmake lib/libgpgme.la lib/libgpgmepp.la +lib/pkgconfig/gpgme-glib.pc +lib/pkgconfig/gpgme.pc share/aclocal/gpgme.m4 +share/common-lisp/source/gpgme/gpgme-grovel.lisp share/common-lisp/source/gpgme/gpgme-package.lisp share/common-lisp/source/gpgme/gpgme.asd share/common-lisp/source/gpgme/gpgme.lisp diff --git a/security/gpgme/distinfo b/security/gpgme/distinfo index 35996f55f4b..47fd5f9302f 100644 --- a/security/gpgme/distinfo +++ b/security/gpgme/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.41 2018/12/12 16:48:15 adam Exp $ +$NetBSD: distinfo,v 1.42 2019/04/03 14:28:57 adam Exp $ -SHA1 (gpgme-1.12.0.tar.bz2) = 6f1828fcd7de4366ca063e57f35e4ab24bc91baf -RMD160 (gpgme-1.12.0.tar.bz2) = f0b2b86876d622d377874e922c3eb8777818e5d3 -SHA512 (gpgme-1.12.0.tar.bz2) = c228b3df28377df882be536ada56dc9c73150048a58e591aa4495f89c854af95820152cd60139840f994c249e9c7df50d8b89eb9d6dc4ce02aa80bbfebcdd014 -Size (gpgme-1.12.0.tar.bz2) = 1658803 bytes +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 (patch-aa) = 6b81bc9b6b17f14329e0dbf1917d1352c142c072 |