diff options
author | mef <mef@pkgsrc.org> | 2015-08-27 03:39:20 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-08-27 03:39:20 +0000 |
commit | 6808b24d7faf977235342cb8a591765777dbe8d3 (patch) | |
tree | 2cc05b0a059498e082dbf20195799802e6992c35 /security/gpgme | |
parent | d9e6f3bdb137a53fe2c034cf45640cb832cc48b7 (diff) | |
download | pkgsrc-6808b24d7faf977235342cb8a591765777dbe8d3.tar.gz |
Update 1.5.5 to 1.6.0
---------------------
Noteworthy changes in version 1.6.0 (2015-08-26) [C25/A14/R0]
------------------------------------------------
* Added gpgme_set_offline to do a key listinging w/o requiring CRL.
* Added gpgme_set_status_cb to allow a user to see some status
messages.
* Added an export mode for secret keys.
* More precise error codes are returned if GnuPG >= 2.1.8 is used.
* The passphrase handler for the loopback mode has been improved and may
also be used with genkey.
* [w32] The standard GnuPG 2.1 install directory is now seached for
gpgconf.exe before a registry specified directory and the Gpg4win
install directory.
* [w32] gpgme-w32spawn.exe will now only be searched in the gpgme DLL
directory.
* Interface changes relative to the 1.5.1 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpgme_set_offline NEW.
gpgme_get_offline NEW.
gpgme_set_status_cb NEW.
gpgme_get_status_cb NEW.
GPGME_EXPORT_MODE_SECRET NEW
GPGME_EXPORT_MODE_RAW NEW.
GPGME_EXPORT_MODE_PKCS12 NEW.
Diffstat (limited to 'security/gpgme')
-rw-r--r-- | security/gpgme/Makefile | 4 | ||||
-rw-r--r-- | security/gpgme/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index 577ed3999a8..eae88578990 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.75 2015/07/05 18:26:44 wiz Exp $ +# $NetBSD: Makefile,v 1.76 2015/08/27 03:39:20 mef Exp $ -DISTNAME= gpgme-1.5.5 +DISTNAME= gpgme-1.6.0 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gpgme/ EXTRACT_SUFX= .tar.bz2 diff --git a/security/gpgme/distinfo b/security/gpgme/distinfo index 174a455fa12..8cb7a637321 100644 --- a/security/gpgme/distinfo +++ b/security/gpgme/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.34 2015/07/05 18:26:44 wiz Exp $ +$NetBSD: distinfo,v 1.35 2015/08/27 03:39:20 mef Exp $ -SHA1 (gpgme-1.5.5.tar.bz2) = 88476d72cb099e179de4040760502886f7a54926 -RMD160 (gpgme-1.5.5.tar.bz2) = 33b2aca89afc607a6f4cd6675652239ebb6fad7b -Size (gpgme-1.5.5.tar.bz2) = 976383 bytes +SHA1 (gpgme-1.6.0.tar.bz2) = 21510323495f6220f8f67610c3c27a23d761d43d +RMD160 (gpgme-1.6.0.tar.bz2) = 0ce3451911bba6dcce7b120f9c8387cd41e3f514 +Size (gpgme-1.6.0.tar.bz2) = 983573 bytes SHA1 (patch-aa) = dcea4fd232a8e3e3656ae9cf5319060a009f3c59 SHA1 (patch-ac) = c7df3fc77834286ffcc675f4c55a19553bf2c2f1 SHA1 (patch-ae) = 1259739c4690db656bc5b6113842b1d5c4623616 |