From bcfde99a658f577e5f864eb6af085957b2b9e36c7808fa2386656b277eeaf257 Mon Sep 17 00:00:00 2001 From: Karol Babioch Date: Mon, 22 Jul 2019 06:49:58 +0000 Subject: [PATCH] Accepting request 717435 from home:kbabioch:branches:security:privacy - Update to version 1.1.3: This is a bugfix release that includes only three minor improvements: a direct-key signature (0x1f) for the primary key is added by default such that restricting key servers (e.g. keys.openpgp.org) can deliver a cryptographically checkable key without verification of any included user ID or without appended subkey. The command line interface of dkg-decrypt has been improved in order to give users an easy access to the symmetric-key decryption mode. An additional option ("-5") for dkg-sign allows to generate V5 signatures (cf. draft RFC 4880bis). OBS-URL: https://build.opensuse.org/request/show/717435 OBS-URL: https://build.opensuse.org/package/show/security:privacy/dkgpg?expand=0&rev=21 --- dkgpg-1.1.2.tar.gz | 3 --- dkgpg-1.1.2.tar.gz.sig | 6 ------ dkgpg-1.1.3.tar.gz | 3 +++ dkgpg-1.1.3.tar.gz.sig | 6 ++++++ dkgpg.changes | 13 +++++++++++++ dkgpg.spec | 2 +- 6 files changed, 23 insertions(+), 10 deletions(-) delete mode 100644 dkgpg-1.1.2.tar.gz delete mode 100644 dkgpg-1.1.2.tar.gz.sig create mode 100644 dkgpg-1.1.3.tar.gz create mode 100644 dkgpg-1.1.3.tar.gz.sig diff --git a/dkgpg-1.1.2.tar.gz b/dkgpg-1.1.2.tar.gz deleted file mode 100644 index 8add60b..0000000 --- a/dkgpg-1.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:83f0f8fa061106a3062fc2536cdb5861cb9fed56920ffdf6f061b7eeca83936f -size 769856 diff --git a/dkgpg-1.1.2.tar.gz.sig b/dkgpg-1.1.2.tar.gz.sig deleted file mode 100644 index 8353446..0000000 --- a/dkgpg-1.1.2.tar.gz.sig +++ /dev/null @@ -1,6 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iF0EABECAB0WIQR29zARMp0n2418P5dPWE64+yvhTwUCXPJyywAKCRBPWE64+yvh -T/CNAJ9m8/2HemHS4Yk4MXylGRfHGrO05ACdGE0UQur+UAxQ9vpFRMiXvTEajic= -=Y491 ------END PGP SIGNATURE----- diff --git a/dkgpg-1.1.3.tar.gz b/dkgpg-1.1.3.tar.gz new file mode 100644 index 0000000..bfaf3c4 --- /dev/null +++ b/dkgpg-1.1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af337c2645eb42c02d04b6d90512e51dc89f2e24e70f1013912c9636d579eec2 +size 776653 diff --git a/dkgpg-1.1.3.tar.gz.sig b/dkgpg-1.1.3.tar.gz.sig new file mode 100644 index 0000000..2fc0634 --- /dev/null +++ b/dkgpg-1.1.3.tar.gz.sig @@ -0,0 +1,6 @@ +-----BEGIN PGP SIGNATURE----- + +iF0EABECAB0WIQR29zARMp0n2418P5dPWE64+yvhTwUCXSrpAgAKCRBPWE64+yvh +T2JwAKCMKRF3EYAoNyZZsvO1kbvYETSiiwCfVnHzuhfein5nWYIbDfjgLfFHLik= +=GJVH +-----END PGP SIGNATURE----- diff --git a/dkgpg.changes b/dkgpg.changes index e08950b..736e31c 100644 --- a/dkgpg.changes +++ b/dkgpg.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Jul 22 06:44:53 UTC 2019 - Karol Babioch + +- Update to version 1.1.3: + This is a bugfix release that includes only three minor improvements: a + direct-key signature (0x1f) for the primary key is added by default such + that restricting key servers (e.g. keys.openpgp.org) can deliver a + cryptographically checkable key without verification of any included + user ID or without appended subkey. The command line interface of + dkg-decrypt has been improved in order to give users an easy access to + the symmetric-key decryption mode. An additional option ("-5") for + dkg-sign allows to generate V5 signatures (cf. draft RFC 4880bis). + ------------------------------------------------------------------- Sun Jun 2 08:25:15 UTC 2019 - Karol Babioch diff --git a/dkgpg.spec b/dkgpg.spec index 6524fcf..16de317 100644 --- a/dkgpg.spec +++ b/dkgpg.spec @@ -17,7 +17,7 @@ Name: dkgpg -Version: 1.1.2 +Version: 1.1.3 Release: 0 Summary: Distributed Key Generation (DKG) and Threshold Cryptography for OpenPGP License: GPL-2.0-or-later