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 May 20 11:30:31 UTC 2026

Modified Files:
        pkgsrc/security/gpgme: Makefile distinfo

Log Message:
gpgme: updated to 2.1.0

Noteworthy changes in version 2.1.0 (2026-05-18)

* New flags "is_de_vs" and "beta_compliance" for encryption results.

* New decryption flag GPGME_DECRYPT_SESSION_HASH and new field
  session_hash in gpgme_decrypt_result_t.  For details see the gpg
  option --show-session-key.

* Setting of attributes for CMS signatures is now supported via
  gpgme_sig_notation_add.

* New context flag "export-filter".

* Extend the internal gpgsm_assuan_simple_command to consume all
  received lines.  This fixes a possible lockup introduced by the
  fix for T7759.

* Fix passphrase cancel handling.

* Fix a regression wrt the auto-key-locate option.

* Handle the case when pinentry is invoked multiple times.

* Don't cap ISO dates beyond year 2037 on Windows.

* Treat empty DISPLAY envvar as unset.

* Interface changes relative to the 2.0.0 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpgme_set_ctx_flag            EXT: New flag "export-filter".
gpgme_decrypt_result_t        EXT: New fields "is_de_vs",

                                   "beta_compliance", "session_hash".
gpgme_sig_notation_t          EXT: New field "unprotected".
GPGME_DECRYPT_SESSION_HASH     NEW.
GPGME_SIG_NOTATION_UNPROTECTED NEW.


To generate a diff of this commit:
cvs rdiff -u -r1.128 -r1.129 pkgsrc/security/gpgme/Makefile
cvs rdiff -u -r1.64 -r1.65 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.128 pkgsrc/security/gpgme/Makefile:1.129
--- pkgsrc/security/gpgme/Makefile:1.128        Thu Jan 29 13:27:47 2026
+++ pkgsrc/security/gpgme/Makefile      Wed May 20 11:30:31 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.128 2026/01/29 13:27:47 wiz Exp $
+# $NetBSD: Makefile,v 1.129 2026/05/20 11:30:31 adam Exp $
 
-DISTNAME=      gpgme-2.0.1
+DISTNAME=      gpgme-2.1.0
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_GNUPG:=gpgme/}
 EXTRACT_SUFX=  .tar.bz2
@@ -42,7 +42,7 @@ PKGCONFIG_OVERRIDE_STAGE=     post-configure
 .include "options.mk"
 
 .include "../../security/libassuan2/buildlink3.mk"
-BUILDLINK_API_DEPENDS.libgpg-error+=   libgpg-error>=1.28
+BUILDLINK_API_DEPENDS.libgpg-error+=   libgpg-error>=1.47
 .include "../../security/libgpg-error/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/gpgme/distinfo
diff -u pkgsrc/security/gpgme/distinfo:1.64 pkgsrc/security/gpgme/distinfo:1.65
--- pkgsrc/security/gpgme/distinfo:1.64 Thu Jan 29 13:27:47 2026
+++ pkgsrc/security/gpgme/distinfo      Wed May 20 11:30:31 2026
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.64 2026/01/29 13:27:47 wiz Exp $
+$NetBSD: distinfo,v 1.65 2026/05/20 11:30:31 adam Exp $
 
-BLAKE2s (gpgme-2.0.1.tar.bz2) = 9a1591aa214402cb45fe5ad294d634b1f245f8939b0617cb7efed1cd2f1c8dc4
-SHA512 (gpgme-2.0.1.tar.bz2) = ad19169594b6048b11df9311080e179232ff03def08f377e7d7536a3a91e12f722cbae93e80364b73db013152b327bc3457ec9a9ddea9c660d74f389f6ab8837
-Size (gpgme-2.0.1.tar.bz2) = 1392080 bytes
+BLAKE2s (gpgme-2.1.0.tar.bz2) = 9c4a4f4aa298e4e314e4b10ead7751c9de89a52c5c32b6215c9f1bb2a0803d90
+SHA512 (gpgme-2.1.0.tar.bz2) = 78c4b6a93a648fd34e73cad6384a265a35842b9b3aaa68a511c5ee563605873a64f8438072c5a9cdfe399ccf0fe86f05e0ac3cf5e97cc76d6b5ddb41aaebadb8
+Size (gpgme-2.1.0.tar.bz2) = 1418236 bytes
 SHA1 (patch-Makefile.in) = 7858bcf3feb7895d615af2d947e168d609c53665
 SHA1 (patch-src_gpgme-config.in) = e432adabe5a8fda79053c0b48077825169d648a5



Home | Main Index | Thread Index | Old Index