Accepting request 648405 from security:privacy
OBS-URL: https://build.opensuse.org/request/show/648405 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dkgpg?expand=0&rev=6
This commit is contained in:
commit
6c0690a422
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3594a4ade2bbdfa1cdda7ffd4ce6c4d68b0d4eea823c5c5ab51f3e8249df37c4
|
|
||||||
size 683474
|
|
@ -1,6 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iF0EABECAB0WIQR29zARMp0n2418P5dPWE64+yvhTwUCW5lfEgAKCRBPWE64+yvh
|
|
||||||
TzLCAJ0Rh+XVAZz3a/Xi2j5b9PvZfEGwJgCaAxEnuDMnyvrd919NolDT119EWMA=
|
|
||||||
=wbEG
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
dkgpg-1.0.9.tar.gz
Normal file
3
dkgpg-1.0.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b58fd6fa71ead230f702b90f33f53dd04453943525eecf94bc8bb2bb937a8bf9
|
||||||
|
size 698839
|
6
dkgpg-1.0.9.tar.gz.sig
Normal file
6
dkgpg-1.0.9.tar.gz.sig
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iF0EABECAB0WIQR29zARMp0n2418P5dPWE64+yvhTwUCW+g1bgAKCRBPWE64+yvh
|
||||||
|
T6vqAKCkXoMuserYOSnBFX3HjzOFckMDZwCdHqMl/2O5kqDLyhPv3CWOuFa1o8o=
|
||||||
|
=ziZY
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 12 07:52:43 UTC 2018 - Karol Babioch <kbabioch@suse.com>
|
||||||
|
|
||||||
|
- Update to version 1.0.9
|
||||||
|
This release improves the possibilities of DKGPG further. With the new
|
||||||
|
programs dkg-adduid and dkg-revuid an user ID can be added and revoked,
|
||||||
|
respectively. The program dkg-revoke now supports a human-readable
|
||||||
|
reason for revocation (by option "-R") and dkg-decrypt verifies an
|
||||||
|
included signature according to a given key ring (option "-k"). Last
|
||||||
|
but not least, by the program dkg-addrevoker an external revocation
|
||||||
|
key can be specified.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 13 07:13:51 UTC 2018 - Karol Babioch <kbabioch@suse.com>
|
Thu Sep 13 07:13:51 UTC 2018 - Karol Babioch <kbabioch@suse.com>
|
||||||
|
|
||||||
|
@ -12,12 +12,12 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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: dkgpg
|
Name: dkgpg
|
||||||
Version: 1.0.8
|
Version: 1.0.9
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Distributed Key Generation (DKG) and Threshold Cryptography for OpenPGP
|
Summary: Distributed Key Generation (DKG) and Threshold Cryptography for OpenPGP
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -28,7 +28,7 @@ Source2: https://download.savannah.gnu.org/releases/dkgpg/%{name}-%{versi
|
|||||||
Source3: %{name}.keyring
|
Source3: %{name}.keyring
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: gmp-devel >= 4.2
|
BuildRequires: gmp-devel >= 4.2
|
||||||
BuildRequires: libTMCG-devel >= 1.3.14
|
BuildRequires: libTMCG-devel >= 1.3.15
|
||||||
BuildRequires: libbz2-devel
|
BuildRequires: libbz2-devel
|
||||||
BuildRequires: libgcrypt-devel >= 1.6
|
BuildRequires: libgcrypt-devel >= 1.6
|
||||||
BuildRequires: libgpg-error-devel >= 1.12
|
BuildRequires: libgpg-error-devel >= 1.12
|
||||||
|
Loading…
Reference in New Issue
Block a user