SHA256
1
0
forked from pool/dkgpg

Accepting request 589663 from home:kbabioch

- Update to version 1.0.6:
  * dkg-keysign: added option "-k" (keyring with external keys)
  * dkg-encrypt: added option "-k" (keyring with external keys)
  * dkg-verify: added option "-k" (keyring with external keys)
  * dkg-keycheck: added option "-k" (keyring with external keys)
  * dkg-keycheck: added output of allowed external revocation keys
  * dkg-encrypt: added option "-s" to select appropriate subkey
  * dkg-encrypt: renamed option "-z" to "-t" for convenience
  * dkg-keysign: include only exportable signatures to output
  * check and set strict permissions (0600) for private key file
  * dkg-sign: added option "-U" (policy URI) and improved manpage
  * dkg-refresh: support generic verification and public key parsing
  * dkg-keysign: added options "-1" through "-3" (validation level)
  * dkg-keysign: added option "-u" (select user IDs) for CLT18
  * dkg-keysign: support generic verification and public key parsing
  * dkg-verify: support generic verification and public key parsing
  * dkg-encrypt: support generic encryption and public key parsing
  * dkg-generate: added no-modify key server preferences (0x80)
  * improved error handling for unrecognized OpenPGP (sub)packets
  * dkg-keycheck: changed semantics of option "-r" (reduce subkeys)
  * dkg-keycheck: uses new public-key block parser from LibTMCG
  * new default domain parameter set (CRS) due to LibTMCG changes
  * raised the requirement of libgcrypt version to >= 1.7.0

OBS-URL: https://build.opensuse.org/request/show/589663
OBS-URL: https://build.opensuse.org/package/show/security:privacy/dkgpg?expand=0&rev=6
This commit is contained in:
Karol Babioch 2018-03-21 08:34:07 +00:00 committed by Git OBS Bridge
parent 0369d3c0ee
commit 990fa41d00
6 changed files with 40 additions and 13 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d802d50d832decb6ed9ec4b1c24610d34892da3dd431a71e4ad0bf37dc26dceb
size 627249

View File

@ -1,6 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iF0EABECAB0WIQR29zARMp0n2418P5dPWE64+yvhTwUCWnyzBAAKCRBPWE64+yvh
T++UAJ9bMP1RnFehCIv352jWx81tLMPqgACgmeMMeKsBlUw9yYTIWWKcWQBa1b0=
=+iYo
-----END PGP SIGNATURE-----

3
dkgpg-1.0.6.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7ec73b3e664f038e0488cdefece3621c3365f19a0c79a97024d8f4fbbf38b863
size 627726

6
dkgpg-1.0.6.tar.gz.sig Normal file
View File

@ -0,0 +1,6 @@
-----BEGIN PGP SIGNATURE-----
iF0EABECAB0WIQR29zARMp0n2418P5dPWE64+yvhTwUCWrFooQAKCRBPWE64+yvh
Tx7wAKCEzj+dUYoPd5kIOkbpLMvaW0n3MwCfb2C7SkHCI7vjIMH+CvKnfEIytJY=
=cMuY
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Wed Mar 21 08:25:45 UTC 2018 - kbabioch@suse.com
- Update to version 1.0.6:
* dkg-keysign: added option "-k" (keyring with external keys)
* dkg-encrypt: added option "-k" (keyring with external keys)
* dkg-verify: added option "-k" (keyring with external keys)
* dkg-keycheck: added option "-k" (keyring with external keys)
* dkg-keycheck: added output of allowed external revocation keys
* dkg-encrypt: added option "-s" to select appropriate subkey
* dkg-encrypt: renamed option "-z" to "-t" for convenience
* dkg-keysign: include only exportable signatures to output
* check and set strict permissions (0600) for private key file
* dkg-sign: added option "-U" (policy URI) and improved manpage
* dkg-refresh: support generic verification and public key parsing
* dkg-keysign: added options "-1" through "-3" (validation level)
* dkg-keysign: added option "-u" (select user IDs) for CLT18
* dkg-keysign: support generic verification and public key parsing
* dkg-verify: support generic verification and public key parsing
* dkg-encrypt: support generic encryption and public key parsing
* dkg-generate: added no-modify key server preferences (0x80)
* improved error handling for unrecognized OpenPGP (sub)packets
* dkg-keycheck: changed semantics of option "-r" (reduce subkeys)
* dkg-keycheck: uses new public-key block parser from LibTMCG
* new default domain parameter set (CRS) due to LibTMCG changes
* raised the requirement of libgcrypt version to >= 1.7.0
-------------------------------------------------------------------
Sat Feb 10 13:32:34 UTC 2018 - jengelh@inai.de

View File

@ -17,19 +17,19 @@
Name: dkgpg
Version: 1.0.5
Version: 1.0.6
Release: 0
Summary: Distributed Key Generation (DKG) and Threshold Cryptography for OpenPGP
License: GPL-2.0+
Group: Productivity/Security
URL: https://www.nongnu.org/dkgpg/
Url: https://www.nongnu.org/dkgpg/
Source: https://download.savannah.gnu.org/releases/dkgpg/%{name}-%{version}.tar.gz
Source2: https://download.savannah.gnu.org/releases/dkgpg/%{name}-%{version}.tar.gz.sig
Source3: %{name}.keyring
BuildRequires: gcc-c++
BuildRequires: gmp-devel >= 4.2
BuildRequires: libTMCG-devel >= 1.3.9
BuildRequires: libgcrypt-devel >= 1.6
BuildRequires: libTMCG-devel >= 1.3.12
BuildRequires: libgcrypt-devel >= 1.7
BuildRequires: libgpg-error-devel >= 1.12
%description