Path to this page:
./
security/gpgme,
GnuPG Made Easy
Branch: CURRENT,
Version: 1.24.3,
Package name: gpgme-1.24.3,
Maintainer: pkgsrc-usersGnuPG Made Easy (GPGME) is a library designed to make access to GnuPG
easier for applications. It provides a High-Level Crypto API for
encryption, decryption, signing, signature verification and key
management.
Required to run:[
security/libgpg-error] [
security/gnupg2] [
security/libassuan2]
Required to build:[
pkgtools/cwrappers]
Package options: gnupg2
Master sites: (Expand)
Filesize: 1848.498 KB
Version history: (Expand)
- (2025-10-24) Package has been reborn
- (2025-10-24) Package deleted from pkgsrc
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (2025-05-20) Updated to version: gpgme-1.24.3
- (2025-02-10) Updated to version: gpgme-1.24.2
CVS history: (Expand)
2025-05-20 09:31:24 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
gpgme: updated to 1.24.3
Noteworthy changes in version 1.24.3 (2025-05-19)
Take care: This version is from a legacy branch of gpgme created
just before we split out the C++, Qt, and Python bindings to
separate repositories and bumped the version number up to 2.0.
* cpp: Ensure that all transitions go from one state to a different
state.
* cpp: Ensure correct expiration time on 32-bit arch with 64-bit
time_t.
|
| 2025-04-09 12:40:13 by Thomas Klausner | Files touched by this commit (8) |
Log message:
*: revert workaround for bug in libgpg-error 1.52, fixed in 1.53
|
| 2025-04-08 19:17:59 by Ryo ONODERA | Files touched by this commit (1) |
Log message:
security/gpgme: Fix build with libgpg-error-1.52
|
| 2025-03-03 22:32:28 by Nia Alarie | Files touched by this commit (12) |
Log message:
mk: Introduce and use MASTER_SITE_GNUPG
Various packages around the tree use a different variant
of MASTER_SITES to access various GnuPG mirrors, let's just
centralize them in one locaiton.
While here, fix some lint warnings.
|
2025-02-10 17:39:49 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
gpgme: updated to 1.24.2
Noteworthy changes in version 1.24.2 (2025-02-10)
Take care: This version is from a legacy branch of gpgme created
just before we split out the C++, Qt, and Python bindings to
separate repositories and bumped the version number up to 2.0.
* Fix regression for RSA in gpgme_pubkey_algo_string.
* Prevent failing tests after 2027-05-15.
|
2024-12-09 12:39:38 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
gpgme: updated to 1.24.1
Noteworthy changes in version 1.24.1 (2024-12-04)
* Support the Kyber algorithm in key listings.
* Allow building on some older Linux platforms.
* Interface changes relative to the 1.24.0 release:
GPGME_PK_KYBER NEW enum value.
|
| 2024-11-06 23:29:57 by Thomas Klausner | Files touched by this commit (1) |
Log message:
igpgme: fix rpaths in pkg-config files
Bump PKGREVISION.
|
2024-11-06 22:01:45 by Adam Ciarcinski | Files touched by this commit (5) |  |
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.
|