14
0

Accepting request 616617 from home:AndreasStieger:branches:devel:languages:python

python-gnupg 0.4.3 CVE-2018-12020 boo#1096745

OBS-URL: https://build.opensuse.org/request/show/616617
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gnupg?expand=0&rev=6
This commit is contained in:
Todd R
2018-06-13 19:58:37 +00:00
committed by Git OBS Bridge
parent 65f9c359ab
commit df122166b0
4 changed files with 28 additions and 11 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Jun 13 19:37:41 UTC 2018 - astieger@suse.com
- uppate to 0.4.3:
* Add --no-verbose to the gpg command line, in case verbose is
specified is gpg.conf.
* This is mitigation against CVE-2018-12020 boo#1096745
- includes changes from 0.4.2:
* Subkey information is now collected and returned in a
subkey_info dictionary keyed by the subkey's ID
* Add expect_passphrase password for use on GnuPG >= 2.1 when
passing passphrase to gpg via pinentry
* Provid a trust_keys method to allow setting the trust level
for keys
* When the gpg executable is not found, note the path used in the
exception message
* Make error messages nor informational
-------------------------------------------------------------------
Mon Sep 11 15:33:08 UTC 2017 - jengelh@inai.de