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:           Sun Aug 27 04:01:07 UTC 2023

Modified Files:
        pkgsrc/security/gpgme: Makefile distinfo

Log Message:
gpgme: updated to 1.22.0

Noteworthy changes in version 1.22.0 (2023-08-21)
-------------------------------------------------

 * Prevent wrong plaintext when verifying clearsigned signature.  [T6622]

 * Return bad data error instead of general error on unexpected data.
   [T6617]

 * Take care of offline mode for all operations of gpgsm engine.
   [T6648]

 * Prepare the use of the forthcoming libassuan version 3.

 * New configure option --with-libtool-modification.  [T6619]

 * cpp: Expose gpgme_decrypt_result_t.is_mime.  [T6199]

 * qt: Clean up after failure or cancel of sign/encrypt archive
   operation.  [T6584]

 * qt: Add setInputEncoding to QGpgMe::EncryptJob.  [T6166]

 * qt: Make toLogString helper public.  [T6584]

 * Interface changes relative to the 1.21.0 release:
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 qt: EncryptJob::setInputEncoding           NEW.
 qt: DecryptionResult::isMime               NEW.
 qt: std::string::toLogString               NEW.


To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 pkgsrc/security/gpgme/Makefile
cvs rdiff -u -r1.55 -r1.56 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.113 pkgsrc/security/gpgme/Makefile:1.114
--- pkgsrc/security/gpgme/Makefile:1.113        Tue Jul 18 18:44:16 2023
+++ pkgsrc/security/gpgme/Makefile      Sun Aug 27 04:01:06 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.113 2023/07/18 18:44:16 nia Exp $
+# $NetBSD: Makefile,v 1.114 2023/08/27 04:01:06 adam Exp $
 
-DISTNAME=      gpgme-1.21.0
+DISTNAME=      gpgme-1.22.0
 CATEGORIES=    security
 MASTER_SITES=  https://www.gnupg.org/ftp/gcrypt/gpgme/
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/security/gpgme/distinfo
diff -u pkgsrc/security/gpgme/distinfo:1.55 pkgsrc/security/gpgme/distinfo:1.56
--- pkgsrc/security/gpgme/distinfo:1.55 Tue Jul 11 07:12:43 2023
+++ pkgsrc/security/gpgme/distinfo      Sun Aug 27 04:01:06 2023
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.55 2023/07/11 07:12:43 adam Exp $
+$NetBSD: distinfo,v 1.56 2023/08/27 04:01:06 adam Exp $
 
-BLAKE2s (gpgme-1.21.0.tar.bz2) = 6892a69127ec57208441a49fcb43eb7a2878bc722937dcd01e12bd44369881ae
-SHA512 (gpgme-1.21.0.tar.bz2) = eb70813d22920d6d54459a4271259edf55d5833edfdd053551ca245521e06a8c19ed02dc93e0c53132a699e6d8c82499f50caf8e390af28468e3549470595b7d
-Size (gpgme-1.21.0.tar.bz2) = 1830113 bytes
+BLAKE2s (gpgme-1.22.0.tar.bz2) = 6c6f35c74ddaea2b9637db9d1c21b22dc0743648cf6a572fc2381fcc228927e3
+SHA512 (gpgme-1.22.0.tar.bz2) = 17053053fa885f01416433e43072ac716b5d5db0c3edf45b2d6e90e6384d127626e6ae3ce421abba8f449f5ca7e8963f3d62f3565d295847170bc998d1ec1a70
+Size (gpgme-1.22.0.tar.bz2) = 1717836 bytes
 SHA1 (patch-Makefile.in) = cb7c98f165165f026cd4f67a0f9707c3599a7de1
 SHA1 (patch-aa) = 6b81bc9b6b17f14329e0dbf1917d1352c142c072



Home | Main Index | Thread Index | Old Index