[Lunar-commits] <moonbase> gpgme: version bumped to 1.2.0
Florin Braescu
florin at lunar-linux.org
Mon Feb 22 16:35:34 CET 2010
commit 88c24e9c128483a6c8909c2f3e5ce9381d0730b0
Author: Florin Braescu <florin at lunar-linux.org>
Date: Mon Feb 22 17:35:34 2010 +0200
gpgme: version bumped to 1.2.0
Changes:
* New encryption flag GPGME_ENCRYPT_NO_ENCRYPT_TO to disable default
recipients.
* gpgme_new will fail if gpgme_check_version was not called, or a
selftest failed (for example, if -mms-bitfields was not used on
MingW32 targets).
* New functions gpgme_io_read and gpgme_io_write for use with
gpgme_passphrase_cb_t and gpgme_edit_cb_t functions.
* New functions gpgme_result_ref and gpgme_result_unref to detach
result structures from a context.
* New functions gpgme_op_export_keys_start and gpgme_op_export_keys
that allow to specify exported keys through gpgme_key_t objects
instead of patterns.
* New mode of operation gpgme_export_mode_t that allows exporting
external keys.
---
libs/gpgme/DETAILS | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/libs/gpgme/DETAILS b/libs/gpgme/DETAILS
index d23356d..5c77de5 100644
--- a/libs/gpgme/DETAILS
+++ b/libs/gpgme/DETAILS
@@ -1,19 +1,19 @@
MODULE=gpgme
- VERSION=1.1.8
+ VERSION=1.2.0
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL[0]=ftp://ftp.gnupg.org/gcrypt/$MODULE/
- SOURCE_URL[1]=http://mirrors.sunsite.dk/gnupg/$MODULE/
+ SOURCE_URL[0]=ftp://ftp.gnupg.org/gcrypt/$MODULE
+ SOURCE_URL[1]=http://mirrors.sunsite.dk/gnupg/$MODULE
WEB_SITE=http://www.gnupg.org/gpgme.html
- SOURCE_VFY=sha1:e56da614f3e6acc1cb51af767c77f4a95b05b1e8
+ SOURCE_VFY=sha1:2f4f6c4b85f2b5a2c4dcf2167342ed6c41efcd1c
ENTERED=20030201
- UPDATED=20090304
- SHORT="A library to accessing GnuPG"
+ UPDATED=20100222
+ SHORT="A library to accessing GnuPG"
cat << EOF
-GnuPG Made Easy (GPGME) is a library designed to make access to
-GnuPG easier for applications. It provides a High-Level Crypto
+GnuPG 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. Currently it uses GnuPG as it's backend
-but the API isn't restricted to this engine; in fact it is planned
+but the API isn't restricted to this engine; in fact it is planned
to add other backends to it.
EOF
More information about the Lunar-commits
mailing list