Path to this page:
./
security/gpgme,
GnuPG Made Easy
Branch: CURRENT,
Version: 1.15.1,
Package name: gpgme-1.15.1,
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: 5ae07a303fcf9cec490dabdfbc6e0f3b8f6dd5a0
RMD160: 16eb8809be0482f3f52c591d3235f0c169be8de0
Filesize: 1659.521 KB
Version history: (Expand)
- (2021-01-31) Updated to version: gpgme-1.15.1
- (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
CVS history: (Expand)
2021-01-31 14:03:07 by Adam Ciarcinski | Files touched by this commit (4) |  |
Log message:
gpgme: updated to 1.15.1
Noteworthy changes in version 1.15.1 (2021-01-08)
-------------------------------------------------
* Fix another bug in the secret key export.
* Make listing of signatures work if only secret keys are listed.
* Fix build problem on FreeBSD.
* qt: Avoid empty "rem@gnupg.org" signature notations.
* python: Fix key_export functions.
Noteworthy changes in version 1.15.0 (2020-11-12)
-------------------------------------------------
* New function gpgme_op_setexpire to make changing the expiration
easier (requires GnuPG 2.1.22).
* New function gpgme_op_revsig to revoke key signatures (requires
GnuPG 2.2.24).
* Support exporting secret keys.
* cpp: Support for set expire operations in the C++ bindings.
* cpp: Support for revoking key signatures in the C++ bindings.
* qt: Extended ChangeExpiryJob to support changing the expiry of
subkeys.
* qt: Extended QuickJob to support revoking of key signatures.
* qt: Added QDebug stream operator for GpgME::Error.
* Require a somewhat newer version of libgpg-error (1.36).
* Interface changes relative to the 1.14.0 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpgme_op_setexpire_start NEW.
gpgme_op_setexpire NEW.
gpgme_op_revsig_start NEW.
gpgme_op_revsig NEW.
GPGME_REVSIG_LFSEP NEW.
cpp: Context::setExpire NEW.
cpp: Context::startSetExpire NEW.
cpp: EngineInfo::Version::operator<= NEW.
cpp: EngineInfo::Version::operator>= NEW.
cpp: EngineInfo::Version::operator!= NEW.
cpp: StatusConsumer NEW.
cpp: StatusConsumerAssuanTransaction NEW.
cpp: Context::cancelPendingOperationImmediately NEW.
cpp: Context::revokeSignature NEW.
cpp: Context::startRevokeSignature NEW.
cpp: UserID::Signature::operator< NEW.
qt: operator<<(QDebug debug, const GpgME::Error &err) NEW.
qt: QuickJob::startRevokeSignature NEW.
qt: QuickJob::result CHANGED: Made params 'auditLogAsHtml'
and 'auditLogError' optional.
|
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.
|