forked from pool/libTMCG
Accepting request 589660 from home:kbabioch:branches:games
- Update to 1.3.12: * Added function mpz_lprime_prefix() for k-prefix tweak * Improved strength of oracle hash function g() by second algo * Raised the requirement of libgcrypt version to >= 1.7.0 * Improved on RFC4880 handling * mpz_shash: bugfix changes the output of hash function g() OBS-URL: https://build.opensuse.org/request/show/589660 OBS-URL: https://build.opensuse.org/package/show/games/libTMCG?expand=0&rev=11
This commit is contained in:
parent
acac9902ba
commit
012f762960
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d99080bb2986b3c9332ad03789e492584095731069eccc23ef4b3fcdfc095fbb
|
||||
size 1040839
|
@ -1,6 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABECAB0WIQR29zARMp0n2418P5dPWE64+yvhTwUCWnyYmgAKCRBPWE64+yvh
|
||||
T0yTAKCvMd8TwPm9/aoE1EXWeY/ZP6CUDgCgnw7rFp9hlGiDEO7ZseO5MRYLFYs=
|
||||
=09kb
|
||||
-----END PGP SIGNATURE-----
|
3
libTMCG-1.3.12.tar.gz
Normal file
3
libTMCG-1.3.12.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a7b375eb54aaec846b4b05d14f246c6f37308126557e3dd5614fed8a8f711531
|
||||
size 1058632
|
6
libTMCG-1.3.12.tar.gz.sig
Normal file
6
libTMCG-1.3.12.tar.gz.sig
Normal file
@ -0,0 +1,6 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABECAB0WIQR29zARMp0n2418P5dPWE64+yvhTwUCWrEyfQAKCRBPWE64+yvh
|
||||
T9AxAJ9/lKi4LWqg6XypUkZoRziAkDrUWQCgsLppXpMR7GYWJ+y0eyh6m6BdVmc=
|
||||
=Qusw
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 21 08:03:04 UTC 2018 - kbabioch@suse.com
|
||||
|
||||
- Update to 1.3.12:
|
||||
* Added function mpz_lprime_prefix() for k-prefix tweak
|
||||
* Improved strength of oracle hash function g() by second algo
|
||||
* Raised the requirement of libgcrypt version to >= 1.7.0
|
||||
* Improved on RFC4880 handling
|
||||
* mpz_shash: bugfix changes the output of hash function g()
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 8 21:12:35 UTC 2018 - kbabioch@suse.com
|
||||
|
||||
|
@ -18,9 +18,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define sover 11
|
||||
%define sover 12
|
||||
Name: libTMCG
|
||||
Version: 1.3.11
|
||||
Version: 1.3.12
|
||||
Release: 0
|
||||
Summary: C++ library for creating secure and fair online card games
|
||||
License: GPL-2.0+
|
||||
@ -31,7 +31,7 @@ Source2: https://download.savannah.gnu.org/releases/libtmcg/%{name}-%{ver
|
||||
Source3: https://savannah.nongnu.org/project/memberlist-gpgkeys.php?group=libtmcg&download=1#/%{name}.keyring
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gmp-devel >= 4.2
|
||||
BuildRequires: libgcrypt-devel >= 1.6.0
|
||||
BuildRequires: libgcrypt-devel >= 1.7.0
|
||||
BuildRequires: libgpg-error-devel >= 0.5
|
||||
BuildRequires: pkgconfig
|
||||
Requires: gmp >= 4.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user