From b8b99089357ffb6da77b5d9af7858bc83a6d97cb6bfb023027f1ccd2f5ae9d23 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Wed, 13 Feb 2019 06:56:04 +0000 Subject: [PATCH] Accepting request 674396 from home:kbabioch:branches: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: OBS-URL: https://build.opensuse.org/request/show/674396 OBS-URL: https://build.opensuse.org/package/show/Base:System/gpg2?expand=0&rev=219 --- gnupg-2.2.12.tar.bz2 | 3 --- gnupg-2.2.12.tar.bz2.sig | Bin 310 -> 0 bytes gnupg-2.2.13.tar.bz2 | 3 +++ gnupg-2.2.13.tar.bz2.sig | Bin 0 -> 310 bytes gpg2.changes | 20 +++++++++++++++++++- gpg2.spec | 6 +++--- 6 files changed, 25 insertions(+), 7 deletions(-) delete mode 100644 gnupg-2.2.12.tar.bz2 delete mode 100644 gnupg-2.2.12.tar.bz2.sig create mode 100644 gnupg-2.2.13.tar.bz2 create mode 100644 gnupg-2.2.13.tar.bz2.sig diff --git a/gnupg-2.2.12.tar.bz2 b/gnupg-2.2.12.tar.bz2 deleted file mode 100644 index a7e9b50..0000000 --- a/gnupg-2.2.12.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db030f8b4c98640e91300d36d516f1f4f8fe09514a94ea9fc7411ee1a34082cb -size 6682303 diff --git a/gnupg-2.2.12.tar.bz2.sig b/gnupg-2.2.12.tar.bz2.sig deleted file mode 100644 index 32cfacc59d144e1e230d6f9519f909150a87eb50ef432554e911bd4870f3ea3a..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 310 zcmV-60m=S}0W$;u0SEvc79j-KX(1!T23_i24?49Zn>o@?CF8aQ0$dZnfB*^!5G0#9 z(oZGhwu`<90F`I>#}`Vrz)~$Q_1XfMBNZYtB4|KRe9MZ6p~~!C*uwq<;z1#;6VVzf ze5I$igL(+Lf8nlk6v;(dOm_1mu}a+yFY48{RlM~8GE=w%z$s>WU{h~ceTx)YL(yQ) zc6%1fHUMAVNpb#tcbc<jzJV+xksn4{SO&RQ=!7Jqp zrd&!7{uAPnZR?m>bVJfyxtci%v{cp_j7hw*J|Bg$ zxeYU7HV8i=hj%l^t?u<7GjTgbxQ}n^9o@?CF8aQ0$gJ8c>oFt5G0#9 z(oZGhw%^_e0FBPc&tMOUq-95t^r;hP1E zx(X~-DA$6;jOobBUBWb(?KN$F0lZ!-;;>)>k3>9p^V>zXsJm3%%5w^K1-g)QCC$W` z%ohnzY}Mw4V=&~~pGjRc%tDxM^-;i$(A405-@{{24dIeEY&` zd_o}GmFL2k*^yxL?{gM)Rtai9{a^zrW{tHj_)*R2H2>w Ioumu3+)~P#zyJUM literal 0 HcmV?d00001 diff --git a/gpg2.changes b/gpg2.changes index c0181f2..eded797 100644 --- a/gpg2.changes +++ b/gpg2.changes @@ -1,7 +1,25 @@ +------------------------------------------------------------------- +Wed Feb 13 06:12:32 UTC 2019 - Karol Babioch + +- 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. diff --git a/gpg2.spec b/gpg2.spec index 6afb1fb..8aa2772 100644 --- a/gpg2.spec +++ b/gpg2.spec @@ -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