[git] GPGME - branch, master, updated. gpgme-1.11.1-268-g879cc1f
[email protected] (by Ben McGinnes)
| Newsgroups | gmane.comp.encryption.gpg.cvs |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG Made Easy".
The branch, master has been updated
via 879cc1f84fbf09cb4eeb78bce16f52a1a36032ba (commit)
from dacb1197155cb953953b75677c1783df2cba0ed6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 879cc1f84fbf09cb4eeb78bce16f52a1a36032ba
Author: Ben McGinnes <[email protected]>
Date: Sun Sep 2 19:07:18 2018 +1000
estreams symbols for python bindings
* It turns out that even though some platforms detect differing
symbols for estreams, the two types do not appear to be in
conflict. At least they don't from the BSD/OS X side of things.
As a consequence both versions are now included.
Tested-by: Ben McGinnes <[email protected]>
Signed-off-by: Ben McGinnes <[email protected]>
diff --git a/src/gpgme.def b/src/gpgme.def
index f0f748e..3373f2c 100644
--- a/src/gpgme.def
+++ b/src/gpgme.def
@@ -272,7 +272,8 @@ EXPORTS
gpgme_op_encrypt_sign_ext @202
gpgme_op_encrypt_sign_ext_start @203
- _gpgme_data_new_from_estream @204
+ gpgme_data_new_from_estream @204
+ _gpgme_data_new_from_estream @205
; END
diff --git a/src/libgpgme.vers b/src/libgpgme.vers
index 8faed5e..431d9e0 100644
--- a/src/libgpgme.vers
+++ b/src/libgpgme.vers
@@ -134,6 +134,7 @@ GPGME_1.1 {
gpgme_op_decrypt_ext;
gpgme_op_decrypt_ext_start;
+ gpgme_data_new_from_estream;
_gpgme_data_new_from_estream;
};
-----------------------------------------------------------------------
Summary of changes:
src/gpgme.def | 3 ++-
src/libgpgme.vers | 1 +
2 files changed, 3 insertions(+), 1 deletion(-)
hooks/post-receive
--
GnuPG Made Easy
http://git.gnupg.org