Path to this page:
Subject: CVS commit: pkgsrc/security/gpgme
From: Adam Ciarcinski
Date: 2024-11-06 22:01:45
Message id: 20241106210146.123AEFC7E@cvs.NetBSD.org
Log Message:
gpgme: updated to 1.24.0
Noteworthy changes in version 1.24.0 (2024-11-06)
* Extended gpgme_op_decrypt* and gpgme_op_verify* to allow writing the
output directly to a file.
* Extended gpgme_op_encrypt*, gpgme_op_encrypt_sign*, and gpgme_op_sign*
to allow reading the input data directly from a file.
* Add information about designated revocation keys.
* New context flag "import-options".
* New context flag "proc-all-sigs".
* New context flag "known-notations".
* New info flags "beta_compliance". [rM1a7bc88ee7]
* New function gpgme_op_setownertrust to make changing the owner trust
easier and to allow enabling/disabling of keys (requires GnuPG 2.4.6).
* New flag to re-encrypt OpenPGP data (requires GnuPG 2.5.1).
* cpp: Provide information about designated revocation keys for a Key.
* cpp: Add safer member function returning text describing an error.
* cpp: Add support for setting the owner trust of keys and for enabling
and disabling keys.
* qt: Build QGpgME for Qt 5 and Qt 6 simultaneously.
* qt: Install headers for Qt 5 and Qt 6 in separate folders.
* qt: Allow reading the data to decrypt/encrypt/sign/verify directly from
files.
* qt: Allow writing the decrypted/encrypted/signed/verified data directly
to files.
* qt: Allow specifying import options when importing keys.
* qt: Allow appending a detached signature to an existing file.
* qt: Add support for enabling and disabling keys.
* qt: Add support for new context flag "proc-all-sigs" to the jobs that
verify data signatures.
Files: