Accepting request 621611 from security:privacy
OBS-URL: https://build.opensuse.org/request/show/621611 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dkgpg?expand=0&rev=4
This commit is contained in:
commit
af29089035
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7ec73b3e664f038e0488cdefece3621c3365f19a0c79a97024d8f4fbbf38b863
|
|
||||||
size 627726
|
|
@ -1,6 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iF0EABECAB0WIQR29zARMp0n2418P5dPWE64+yvhTwUCWrFooQAKCRBPWE64+yvh
|
|
||||||
Tx7wAKCEzj+dUYoPd5kIOkbpLMvaW0n3MwCfb2C7SkHCI7vjIMH+CvKnfEIytJY=
|
|
||||||
=cMuY
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
dkgpg-1.0.7.tar.gz
Normal file
3
dkgpg-1.0.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:38675dd6b8078999a60b0b1df1182a115f11aa4f27398ce9cc58bef8f6ff6eae
|
||||||
|
size 622912
|
6
dkgpg-1.0.7.tar.gz.sig
Normal file
6
dkgpg-1.0.7.tar.gz.sig
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iF0EABECAB0WIQR29zARMp0n2418P5dPWE64+yvhTwUCWzKFXQAKCRBPWE64+yvh
|
||||||
|
T+eaAJ0W5IZi9UsXgRt4mTKe9X01IHKblQCeK8tc+/fNg/YymVeftt18a/2jOZE=
|
||||||
|
=PEaK
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 9 05:33:30 UTC 2018 - kbabioch@suse.com
|
||||||
|
|
||||||
|
- Update to 1.0.7:
|
||||||
|
* Small improvments due to the new OpenPGP structures from libTMCG
|
||||||
|
* "-k" option has been added to further programs
|
||||||
|
* OpenPGP cleartext signatures can be generated with the "-t" option
|
||||||
|
* Output of potentially malicious user IDs has been sanitized in
|
||||||
|
dkg-keycheck, dkg-keyinfo, and dkg-keysign
|
||||||
|
- Applied spec-cleaner
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 21 08:25:45 UTC 2018 - kbabioch@suse.com
|
Wed Mar 21 08:25:45 UTC 2018 - kbabioch@suse.com
|
||||||
|
|
||||||
|
13
dkgpg.spec
13
dkgpg.spec
@ -17,19 +17,19 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: dkgpg
|
Name: dkgpg
|
||||||
Version: 1.0.6
|
Version: 1.0.7
|
||||||
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+
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Security
|
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
|
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
|
Source2: https://download.savannah.gnu.org/releases/dkgpg/%{name}-%{version}.tar.gz.sig
|
||||||
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.12
|
BuildRequires: libTMCG-devel >= 1.3.13
|
||||||
BuildRequires: libgcrypt-devel >= 1.7
|
BuildRequires: libgcrypt-devel >= 1.6
|
||||||
BuildRequires: libgpg-error-devel >= 1.12
|
BuildRequires: libgpg-error-devel >= 1.12
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -66,7 +66,8 @@ make %{?_smp_mflags}
|
|||||||
%make_install
|
%make_install
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc AUTHORS BUGS ChangeLog COPYING NEWS README TODO
|
%license COPYING
|
||||||
|
%doc AUTHORS BUGS ChangeLog NEWS README TODO
|
||||||
%{_bindir}/dkg-*
|
%{_bindir}/dkg-*
|
||||||
%{_mandir}/man1/*%{ext_man}
|
%{_mandir}/man1/*%{ext_man}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user