pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/gpgme gpgme: updated to 1.13.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/658d8e87e830
branches:  trunk
changeset: 332086:658d8e87e830
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Apr 03 14:28:57 2019 +0000

description:
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.

diffstat:

 security/gpgme/Makefile |   4 ++--
 security/gpgme/PLIST    |   5 ++++-
 security/gpgme/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (48 lines):

diff -r d1c0b73d83b0 -r 658d8e87e830 security/gpgme/Makefile
--- a/security/gpgme/Makefile   Wed Apr 03 14:23:06 2019 +0000
+++ b/security/gpgme/Makefile   Wed Apr 03 14:28:57 2019 +0000
@@ -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 -r d1c0b73d83b0 -r 658d8e87e830 security/gpgme/PLIST
--- a/security/gpgme/PLIST      Wed Apr 03 14:23:06 2019 +0000
+++ b/security/gpgme/PLIST      Wed Apr 03 14:28:57 2019 +0000
@@ -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/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 -r d1c0b73d83b0 -r 658d8e87e830 security/gpgme/distinfo
--- a/security/gpgme/distinfo   Wed Apr 03 14:23:06 2019 +0000
+++ b/security/gpgme/distinfo   Wed Apr 03 14:28:57 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index