Accepting request 519193 from Base:System

GnuPG 2.2.0 bsc#1054088 (forwarded request 519191 from AndreasStieger)

OBS-URL: https://build.opensuse.org/request/show/519193
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpg2?expand=0&rev=119
This commit is contained in:
2017-09-04 10:26:32 +00:00
committed by Git OBS Bridge
parent 867a852207
commit ebcbfcc429
7 changed files with 55 additions and 20 deletions

View File

@@ -1,3 +1,37 @@
-------------------------------------------------------------------
Mon Aug 28 17:21:30 UTC 2017 - astieger@suse.com
- GnuPG 2.2.0:
* New long term stable branch, replacing the 2.0.x series
* gpg: Reverted change in 2.1.23 so that --no-auto-key-retrieve
is again the default boo#1054088
* Fixed a few minor bugs
-------------------------------------------------------------------
Sat Aug 12 16:56:26 UTC 2017 - astieger@suse.com
- GnuPG 2.1.23:
* gpg: Options --auto-key-retrieve and --auto-key-locate "local,wkd"
are now used by default. Note: this enables keyserver and Web Key
Directory operators to notice when a signature from a locally
non-available key is being verified for the first time or when
you intend to encrypt to a mail address without having the key
locally. This new behaviour will eventually make key discovery
much easier and mostly automatic. Disable this by adding
no-auto-key-retrieve
auto-key-locate local
to your gpg.conf.
* agent: Option --no-grab is now the default. The new option --grab
allows to revert this.
* gpg: New import option "show-only".
* gpg: New option --disable-dirmngr to entirely disable network
access for gpg.
* gpg,gpgsm: Tweaked DE-VS compliance behaviour.
* New configure flag --enable-all-tests to run more extensive tests
during "make check".
* gpgsm: The keygrip is now always printed in colon mode as
documented in the man page.
-------------------------------------------------------------------
Fri Jul 28 19:29:52 UTC 2017 - astieger@suse.com