pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/gpgme



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jul  3 20:29:54 UTC 2019

Modified Files:
        pkgsrc/security/gpgme: Makefile distinfo

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 pkgsrc/security/gpgme/Makefile
cvs rdiff -u -r1.42 -r1.43 pkgsrc/security/gpgme/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/gpgme/Makefile
diff -u pkgsrc/security/gpgme/Makefile:1.93 pkgsrc/security/gpgme/Makefile:1.94
--- pkgsrc/security/gpgme/Makefile:1.93 Thu May 23 19:23:14 2019
+++ pkgsrc/security/gpgme/Makefile      Wed Jul  3 20:29:54 2019
@@ -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

Index: pkgsrc/security/gpgme/distinfo
diff -u pkgsrc/security/gpgme/distinfo:1.42 pkgsrc/security/gpgme/distinfo:1.43
--- pkgsrc/security/gpgme/distinfo:1.42 Wed Apr  3 14:28:57 2019
+++ pkgsrc/security/gpgme/distinfo      Wed Jul  3 20:29:54 2019
@@ -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



Home | Main Index | Thread Index | Old Index