Accepting request 556533 from security:privacy
gpgme 1.10.0 OBS-URL: https://build.opensuse.org/request/show/556533 OBS-URL: https://build.opensuse.org/package/show/Base:System/gpgme?expand=0&rev=90
This commit is contained in:
parent
40578182ca
commit
cfa6a42400
3
gpgme-1.10.0.tar.bz2
Normal file
3
gpgme-1.10.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1a8fed1197c3b99c35f403066bb344a26224d292afc048cfdfc4ccd5690a0693
|
||||
size 1370162
|
BIN
gpgme-1.10.0.tar.bz2.sig
Normal file
BIN
gpgme-1.10.0.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1b29fedb8bfad775e70eafac5b0590621683b2d9869db994568e6401f4034ceb
|
||||
size 1344222
|
Binary file not shown.
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 12 16:44:59 UTC 2017 - astieger@suse.com
|
||||
|
||||
- gpgme 1.10.0:
|
||||
* Now returns more specific error codes for decryption to distinguish
|
||||
between bad passphrase, user canceled, and no secret key.
|
||||
* Now returns key origin information if available.
|
||||
* Added context flag "auto-key-retrieve" to selectively enable the
|
||||
corresponding gpg option.
|
||||
* Added flag is_de_vs to decryption and verify results.
|
||||
* py: Use SEEK_SET as default for data.seek.
|
||||
* cpp: Various new APIs.
|
||||
* Reduced spawn overhead on Linux again. Added new configure option
|
||||
--disable-linux-getdents to disable this feature for very old
|
||||
Linux versions.
|
||||
* Improved the Python bindings build system.
|
||||
* Made the test suite less fragile.
|
||||
* Interface changes relative to the 1.9.0 release:
|
||||
gpgme_decrypt_result_t EXTENDED: New field 'is_de_vs'.
|
||||
gpgme_signature_t EXTENDED: New field 'is_de_vs'.
|
||||
gpgme_keyorg_t NEW.
|
||||
gpgme_op_delete_ext NEW.
|
||||
gpgme_op_delete_ext_start NEW.
|
||||
GPGME_DELETE_ALLOW_SECRET NEW.
|
||||
GPGME_DELETE_FORCE NEW.
|
||||
gpgme_op_conf_dir NEW.
|
||||
gpgme_set_ctx_flag EXTENDED: New flag 'auto-key-retrieve'.
|
||||
cpp: DecryptionResult::isDeVs NEW.
|
||||
cpp: Signature::isDeVs NEW.
|
||||
cpp: EngineInfo::Version::operator> NEW.
|
||||
cpp: Context::createKey NEW.
|
||||
cpp: Context::startCreateKey NEW.
|
||||
cpp: Context::createSubkey NEW.
|
||||
cpp: Context::startCreateSubkey NEW.
|
||||
qt: QuickJob NEW.
|
||||
py: DecryptResult EXTENDED: New boolean field 'is_de_vs'.
|
||||
py: Signature EXTENDED: New boolean field 'is_de_vs'.
|
||||
py: GpgError EXTENDED: Partial results in 'results'.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 12:01:11 UTC 2017 - mpluskal@suse.com
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
# https://bugs.gnupg.org/gnupg/issue3008
|
||||
%define with_python 0%{?suse_version} >= 1330
|
||||
Name: gpgme
|
||||
Version: 1.9.0
|
||||
Version: 1.10.0
|
||||
Release: 0
|
||||
Summary: Programmatic library interface to GnuPG
|
||||
License: LGPL-2.1+ AND GPL-3.0+
|
||||
@ -36,8 +36,8 @@ Source3: gpgme.keyring
|
||||
Source99: %{name}.changes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gpg2 >= 2.0.10
|
||||
BuildRequires: libassuan-devel >= 2.0.2
|
||||
BuildRequires: libgpg-error-devel >= 1.17
|
||||
BuildRequires: libassuan-devel >= 2.4.2
|
||||
BuildRequires: libgpg-error-devel >= 1.24
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: swig
|
||||
Requires(post): %{install_info_prereq}
|
||||
|
Loading…
Reference in New Issue
Block a user