Accepting request 674400 from Base:System
- Update to 2.2.13: * gpg: Implement key lookup via keygrip (using the & prefix). * gpg: Allow generating Ed25519 key from existing key. * gpg: Emit an ERROR status line if no key was found with -k. * gpg: Stop early when trying to create a primary Elgamal key. * gpgsm: Print the card's key algorithms along with their keygrips in interactive key generation. * agent: Clear bogus pinentry cache in the error case. * scd: Support "acknowledge button" feature. * scd: Fix for USB INTERRUPT transfer. * wks: Do no use compression for the the encrypted challenge and response. Release-info: https://dev.gnupg.org/T4290 See-also: gnupg-announce/2019q1/000434.html - Update to 2.2.12: (forwarded request 674396 from kbabioch) OBS-URL: https://build.opensuse.org/request/show/674400 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpg2?expand=0&rev=135
This commit is contained in:
commit
b8ce6fe557
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:db030f8b4c98640e91300d36d516f1f4f8fe09514a94ea9fc7411ee1a34082cb
|
||||
size 6682303
|
Binary file not shown.
3
gnupg-2.2.13.tar.bz2
Normal file
3
gnupg-2.2.13.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:76c787a955f9e6e0ead47c9be700bfb9d454f955a7b7c7e697aa719bac7b11d8
|
||||
size 6702712
|
BIN
gnupg-2.2.13.tar.bz2.sig
Normal file
BIN
gnupg-2.2.13.tar.bz2.sig
Normal file
Binary file not shown.
20
gpg2.changes
20
gpg2.changes
@ -1,7 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 13 06:12:32 UTC 2019 - Karol Babioch <kbabioch@suse.de>
|
||||
|
||||
- Update to 2.2.13:
|
||||
* gpg: Implement key lookup via keygrip (using the & prefix).
|
||||
* gpg: Allow generating Ed25519 key from existing key.
|
||||
* gpg: Emit an ERROR status line if no key was found with -k.
|
||||
* gpg: Stop early when trying to create a primary Elgamal key.
|
||||
* gpgsm: Print the card's key algorithms along with their keygrips
|
||||
in interactive key generation.
|
||||
* agent: Clear bogus pinentry cache in the error case.
|
||||
* scd: Support "acknowledge button" feature.
|
||||
* scd: Fix for USB INTERRUPT transfer.
|
||||
* wks: Do no use compression for the the encrypted challenge and response.
|
||||
|
||||
Release-info: https://dev.gnupg.org/T4290
|
||||
See-also: gnupg-announce/2019q1/000434.html
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 14 16:11:56 UTC 2018 - atoptsoglou@suse.com
|
||||
|
||||
-Update to 2.2.12:
|
||||
- Update to 2.2.12:
|
||||
* tools: New commands --install-key and --remove-key for
|
||||
gpg-wks-client. This allows to prepare a Web Key Directory on a
|
||||
local file system for later upload to a web server.
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gpg2
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,12 +12,12 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: gpg2
|
||||
Version: 2.2.12
|
||||
Version: 2.2.13
|
||||
Release: 0
|
||||
Summary: File encryption, decryption, signature creation and verification utility
|
||||
License: GPL-3.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user