forked from pool/libTMCG
Accepting request 706873 from games
OBS-URL: https://build.opensuse.org/request/show/706873 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libTMCG?expand=0&rev=9
This commit is contained in:
commit
4c28ec06b9
@ -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.18.tar.gz
Normal file
3
libTMCG-1.3.18.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dddb3ad01ef4056dfe74697e9df80466458cba99dc3124f58349e33aba2c2b9d
|
||||||
|
size 1175591
|
6
libTMCG-1.3.18.tar.gz.sig
Normal file
6
libTMCG-1.3.18.tar.gz.sig
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iF0EABECAB0WIQR29zARMp0n2418P5dPWE64+yvhTwUCXPFcbAAKCRBPWE64+yvh
|
||||||
|
T+NUAJ9n2MsexIH6Mf12Mt9jKlYW/fXX1ACffGK7uy5zZN8ig2L5yPpV8uzMtUY=
|
||||||
|
=xEUv
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 2 08:17:07 UTC 2019 - Karol Babioch <kbabioch@suse.de>
|
||||||
|
|
||||||
|
- Update to version 1.3.18
|
||||||
|
* This release is two-fold: first, it fixes some bugs (e.g. iterated S2K)
|
||||||
|
of the OpenPGP interface, and second, it adds functionality for handling
|
||||||
|
v5 keys and signatures (see RFC 4880bis-07).
|
||||||
|
- Re-freshed keyring file with current version from upstream
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Mon Dec 3 20:52:05 UTC 2018 - Karol Babioch <kbabioch@suse.de>
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
GPG keys of Heiko Stamer <stamer>
|
||||||
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
||||||
|
|
||||||
mQGiBDdYKNkRBACRdsFzaQn0HChOX38WHXlIYcNZAAxBQxa7gdmPXTUK+tgwQuwA
|
mQGiBDdYKNkRBACRdsFzaQn0HChOX38WHXlIYcNZAAxBQxa7gdmPXTUK+tgwQuwA
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libTMCG
|
# 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) 2012 Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
# Copyright (c) 2007 pc2pus <toni@links2linux.de>
|
# Copyright (c) 2007 pc2pus <toni@links2linux.de>
|
||||||
#
|
#
|
||||||
@ -18,9 +18,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define sover 16
|
%define sover 18
|
||||||
Name: libTMCG
|
Name: libTMCG
|
||||||
Version: 1.3.16
|
Version: 1.3.18
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: C++ library for creating secure and fair online card games
|
Summary: C++ library for creating secure and fair online card games
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
Loading…
x
Reference in New Issue
Block a user