Path to this page:
./
security/gpgme,
GnuPG Made Easy
Branch: CURRENT,
Version: 1.14.0,
Package name: gpgme-1.14.0,
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:
SHA1: 90a1b678703b0cabdb953035a4bee012e5685dce
RMD160: 1889520e54ca69b06386b7b53f5dc82c6f8d036a
Filesize: 1639.561 KB
Version history: (Expand)
- (2020-08-03) Updated to version: gpgme-1.14.0
- (2019-07-04) Updated to version: gpgme-1.13.1
- (2019-04-03) Updated to version: gpgme-1.13.0
- (2018-12-12) Updated to version: gpgme-1.12.0
- (2018-07-04) Updated to version: gpgme-1.11.1
- (2017-12-21) Updated to version: gpgme-1.10.0
CVS history: (Expand)
2020-10-25 13:53:54 by Nia Alarie | Files touched by this commit (2) |
Log message:
gpgme: Requires a c++11 compiler
|
2020-08-25 10:54:52 by Amitai Schleier | Files touched by this commit (3) |
Log message:
On macOS, the build intermittently breaks because tests intermittently
give "gpg: can't connect to the agent: File name too long". Make this
less annoying by not running tests before 'make test' (and fixing that
pkgsrc target).
|
2020-08-14 12:32:43 by Tobias Nygren | Files touched by this commit (2) |
Log message:
gpgme: add missing #include
|
2020-08-03 17:32:31 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
gpgme: updated to 1.14.0
Noteworthy changes in version 1.14.0
------------------------------------
* New keylist mode to force the engine to return the keygrip.
* New export mode to export as OpenSSH public key.
* New context flag "extended-edit" to enable expert key edit.
* Deprecate the anyway non working trustlist functions.
* cpp: Add convenience API to obtain remarks.
* cpp: The sign key edit-interactor now supports multiple signatures
from the same key.
* qt: Extended signkeyjob to handle remarks and multiple signatures.
* qt: Added job API for gpg-card.
* qt: The logging category has been changed to gpg.qgpgme to be more
consistent with other qt logging categories.
* Interface changes relative to the 1.13.1 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GPGME_KEYLIST_MODE_WITH_KEYGRIP NEW.
GPGME_EXPORT_MODE_SSH NEW.
gpgme_user_id_t EXTENDED: New field 'uidhash'.
cpp: UserID::remark NEW.
cpp: UserID::remarks NEW.
cpp: GpgSignKeyEditInteractor::setDupeOk NEW.
cpp: Context::exportPublicKeys EXTENDED: New param 'flags'.
cpp: Context::startPublicKeyExport EXTENDED: New param 'flags'.
cpp: Context::ExportMode NEW.
qt: SignKeyJob::setDupeOk NEW.
qt: SignKeyJob::setRemark NEW.
qt: GpgCardJob NEW.
qt: ExportJob::setExportFlags NEW.
|
2020-06-10 13:32:06 by Mark Davies | Files touched by this commit (1) |
Log message:
gpgme: dont accidentally try to build python language bindings
|
2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981) |
Log message:
all: migrate homepages from http to https
pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
|
2019-09-09 13:19:33 by Maya Rashish | Files touched by this commit (1) |
Log message:
gpgme: fix for older GCC.
Remove unrecognized flag (GCC 4.8.5), default to -std=gnu99, since we have
loop initial declarations.
tested on SmartOS and CentOS 7.
|
2019-07-03 22:29:54 by Adam Ciarcinski | Files touched by this commit (2) |  |
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).
|