Accepting request 477540 from security:privacy
GnuPG 2.1.19 OBS-URL: https://build.opensuse.org/request/show/477540 OBS-URL: https://build.opensuse.org/package/show/Base:System/gpg2?expand=0&rev=163
This commit is contained in:
parent
d31e3b9a79
commit
bb3d768ed0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d04c6fab7e5562ce4b915b22020e34d4c1a256847690cf149842264fc7cef994
|
||||
size 6308666
|
Binary file not shown.
3
gnupg-2.1.19.tar.bz2
Normal file
3
gnupg-2.1.19.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:46cced1f5641ce29cc28250f52fadf6e417e649b3bfdec49a5a0d0b22a639bf0
|
||||
size 6404836
|
BIN
gnupg-2.1.19.tar.bz2.sig
Normal file
BIN
gnupg-2.1.19.tar.bz2.sig
Normal file
Binary file not shown.
33
gpg2.changes
33
gpg2.changes
@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 7 12:55:14 UTC 2017 - astieger@suse.com
|
||||
|
||||
- GnuPG 2.1.19:
|
||||
* gpg: Print a warning if Tor mode is requested but the Tor
|
||||
daemon is not running.
|
||||
* gpg: New status code DECRYPTION_KEY to print the actual private
|
||||
key used for decryption.
|
||||
* gpgv: New options --log-file and --debug.
|
||||
* gpg-agent: Revamp the prompts to ask for card PINs.
|
||||
* scd: Support for multiple card readers.
|
||||
* scd: Removed option --debug-disable-ticker. Ticker is used
|
||||
only when it is required to watch removal of device/card.
|
||||
* scd: Improved detection of card inserting and removal.
|
||||
* dirmngr: New option --disable-ipv4.
|
||||
* dirmngr: New option --no-use-tor to explicitly disable the use
|
||||
of Tor.
|
||||
* dirmngr: The option --allow-version-check is now required even
|
||||
if the option --use-tor is also used.
|
||||
* dirmngr: Handle a missing nsswitch.conf gracefully.
|
||||
* dirmngr: Avoid PTR lookups for keyserver pools. The are only
|
||||
done for the debug command "keyserver --hosttable".
|
||||
* dirmngr: Rework the internal certificate cache to support
|
||||
classes of certificates. Load system provided certificates on
|
||||
startup.
|
||||
* Add options --tls, --no-crl, and --systrust to the "VALIDATE"
|
||||
command.
|
||||
* dirmngr: Add support for the ntbtls library.
|
||||
* wks: Create mails with a "WKS-Phase" header. Fix detection of
|
||||
Draft-2 mode.
|
||||
* Many other bug fixes and new regression tests.
|
||||
- dirmngr: use system certificate store
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 2 10:12:09 UTC 2017 - jengelh@inai.de
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gpg2
|
||||
Version: 2.1.18
|
||||
Version: 2.1.19
|
||||
Release: 0
|
||||
Summary: File encryption, decryption, signature creation and verification utility
|
||||
License: GPL-3.0+
|
||||
@ -104,7 +104,8 @@ date=$(date -u +%%Y-%%m-%%dT%%H:%%M+0000 -r %{SOURCE99})
|
||||
--enable-large-secmem \
|
||||
--enable-wks-tools \
|
||||
--with-gnu-ld \
|
||||
--enable-build-timestamp=$date
|
||||
--with-default-trust-store=/etc/ssl/ca-bundle.pem \
|
||||
--enable-build-timestamp=$date \
|
||||
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user