Accepting request 667945 from home:kbabioch:branches:games
- Update to version 1.3.17 * VTMF,ASTC,DKG,VRHE,EOTP,COM,VSS: make CheckGroup() more robust * VSSHE: security bugfix for Verify_[non]interactive_[_publiccoin] * mpz_spowm: added check for correct base in fast exponentiation * mpz_sqrtm: remove unused parameter in tmcg_mpz_qrmn_p() * configure.ac: added compiler option "-Wextra" * mpz_sprime: added tmcg_mpz_smprime() with increased B = 80000 * RFC4880: changed type of tmcg_openpgp_mem_alloc to unsigned long OBS-URL: https://build.opensuse.org/request/show/667945 OBS-URL: https://build.opensuse.org/package/show/games/libTMCG?expand=0&rev=22
This commit is contained in:
parent
4c71ff45e1
commit
beac611c13
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe4c065524ecc5faf2b0d9b47f4b1488a102360ea71a6b35aae145d2b0a5529d
|
||||
size 1128634
|
@ -1,6 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABECAB0WIQR29zARMp0n2418P5dPWE64+yvhTwUCXAPuRQAKCRBPWE64+yvh
|
||||
T62nAJ42i7MuqH+IUJjdk94ZFuXGe/ILiACfZsLG/6+0C5fg3xnuvZQOLA0VAyQ=
|
||||
=H5aT
|
||||
-----END PGP SIGNATURE-----
|
3
libTMCG-1.3.17.tar.gz
Normal file
3
libTMCG-1.3.17.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:26f9b63e471eedf62421a1e1d6bf6b7dc799279d81d1452fb77a2410e82c9212
|
||||
size 1168914
|
6
libTMCG-1.3.17.tar.gz.sig
Normal file
6
libTMCG-1.3.17.tar.gz.sig
Normal file
@ -0,0 +1,6 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABECAB0WIQR29zARMp0n2418P5dPWE64+yvhTwUCXEdutwAKCRBPWE64+yvh
|
||||
T0e/AJ0UmXUPSpgdhsSDCIX6M7SNjAdvGwCffUyXr5NBX6+6xXlv5UEAYXk+EWc=
|
||||
=yjrO
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 23 08:09:57 UTC 2019 - Karol Babioch <kbabioch@suse.de>
|
||||
|
||||
- Update to version 1.3.17
|
||||
* VTMF,ASTC,DKG,VRHE,EOTP,COM,VSS: make CheckGroup() more robust
|
||||
* VSSHE: security bugfix for Verify_[non]interactive_[_publiccoin]
|
||||
* mpz_spowm: added check for correct base in fast exponentiation
|
||||
* mpz_sqrtm: remove unused parameter in tmcg_mpz_qrmn_p()
|
||||
* configure.ac: added compiler option "-Wextra"
|
||||
* mpz_sprime: added tmcg_mpz_smprime() with increased B = 80000
|
||||
* RFC4880: changed type of tmcg_openpgp_mem_alloc to unsigned long
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 3 20:52:05 UTC 2018 - Karol Babioch <kbabioch@suse.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libTMCG
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 Andreas Stieger <andreas.stieger@gmx.de>
|
||||
# Copyright (c) 2007 pc2pus <toni@links2linux.de>
|
||||
#
|
||||
@ -20,7 +20,7 @@
|
||||
|
||||
%define sover 16
|
||||
Name: libTMCG
|
||||
Version: 1.3.16
|
||||
Version: 1.3.17
|
||||
Release: 0
|
||||
Summary: C++ library for creating secure and fair online card games
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
x
Reference in New Issue
Block a user