From beac611c13ed9f4cf90c78275b5ad541dacfc0f96f672935e0a369e3b5cf3c42 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Wed, 23 Jan 2019 08:57:00 +0000 Subject: [PATCH 1/2] 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 --- libTMCG-1.3.16.tar.gz | 3 --- libTMCG-1.3.16.tar.gz.sig | 6 ------ libTMCG-1.3.17.tar.gz | 3 +++ libTMCG-1.3.17.tar.gz.sig | 6 ++++++ libTMCG.changes | 12 ++++++++++++ libTMCG.spec | 4 ++-- 6 files changed, 23 insertions(+), 11 deletions(-) delete mode 100644 libTMCG-1.3.16.tar.gz delete mode 100644 libTMCG-1.3.16.tar.gz.sig create mode 100644 libTMCG-1.3.17.tar.gz create mode 100644 libTMCG-1.3.17.tar.gz.sig diff --git a/libTMCG-1.3.16.tar.gz b/libTMCG-1.3.16.tar.gz deleted file mode 100644 index 825e5f2..0000000 --- a/libTMCG-1.3.16.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe4c065524ecc5faf2b0d9b47f4b1488a102360ea71a6b35aae145d2b0a5529d -size 1128634 diff --git a/libTMCG-1.3.16.tar.gz.sig b/libTMCG-1.3.16.tar.gz.sig deleted file mode 100644 index 0e3122e..0000000 --- a/libTMCG-1.3.16.tar.gz.sig +++ /dev/null @@ -1,6 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iF0EABECAB0WIQR29zARMp0n2418P5dPWE64+yvhTwUCXAPuRQAKCRBPWE64+yvh -T62nAJ42i7MuqH+IUJjdk94ZFuXGe/ILiACfZsLG/6+0C5fg3xnuvZQOLA0VAyQ= -=H5aT ------END PGP SIGNATURE----- diff --git a/libTMCG-1.3.17.tar.gz b/libTMCG-1.3.17.tar.gz new file mode 100644 index 0000000..137973a --- /dev/null +++ b/libTMCG-1.3.17.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26f9b63e471eedf62421a1e1d6bf6b7dc799279d81d1452fb77a2410e82c9212 +size 1168914 diff --git a/libTMCG-1.3.17.tar.gz.sig b/libTMCG-1.3.17.tar.gz.sig new file mode 100644 index 0000000..e60782c --- /dev/null +++ b/libTMCG-1.3.17.tar.gz.sig @@ -0,0 +1,6 @@ +-----BEGIN PGP SIGNATURE----- + +iF0EABECAB0WIQR29zARMp0n2418P5dPWE64+yvhTwUCXEdutwAKCRBPWE64+yvh +T0e/AJ0UmXUPSpgdhsSDCIX6M7SNjAdvGwCffUyXr5NBX6+6xXlv5UEAYXk+EWc= +=yjrO +-----END PGP SIGNATURE----- diff --git a/libTMCG.changes b/libTMCG.changes index f193fb2..084a943 100644 --- a/libTMCG.changes +++ b/libTMCG.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Jan 23 08:09:57 UTC 2019 - Karol Babioch + +- 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 diff --git a/libTMCG.spec b/libTMCG.spec index 94321b7..bcd1648 100644 --- a/libTMCG.spec +++ b/libTMCG.spec @@ -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 # Copyright (c) 2007 pc2pus # @@ -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 From 1edfa5f05117c24df036ef1a88b2df84b016ca0bce5fe008f86bbe6ffd53c966 Mon Sep 17 00:00:00 2001 From: Karol Babioch Date: Sun, 2 Jun 2019 08:19:55 +0000 Subject: [PATCH 2/2] Accepting request 706872 from home:kbabioch:branches:games - 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 OBS-URL: https://build.opensuse.org/request/show/706872 OBS-URL: https://build.opensuse.org/package/show/games/libTMCG?expand=0&rev=23 --- libTMCG-1.3.17.tar.gz | 3 --- libTMCG-1.3.17.tar.gz.sig | 6 ------ libTMCG-1.3.18.tar.gz | 3 +++ libTMCG-1.3.18.tar.gz.sig | 6 ++++++ libTMCG.changes | 9 +++++++++ libTMCG.keyring | 1 + libTMCG.spec | 4 ++-- 7 files changed, 21 insertions(+), 11 deletions(-) delete mode 100644 libTMCG-1.3.17.tar.gz delete mode 100644 libTMCG-1.3.17.tar.gz.sig create mode 100644 libTMCG-1.3.18.tar.gz create mode 100644 libTMCG-1.3.18.tar.gz.sig diff --git a/libTMCG-1.3.17.tar.gz b/libTMCG-1.3.17.tar.gz deleted file mode 100644 index 137973a..0000000 --- a/libTMCG-1.3.17.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26f9b63e471eedf62421a1e1d6bf6b7dc799279d81d1452fb77a2410e82c9212 -size 1168914 diff --git a/libTMCG-1.3.17.tar.gz.sig b/libTMCG-1.3.17.tar.gz.sig deleted file mode 100644 index e60782c..0000000 --- a/libTMCG-1.3.17.tar.gz.sig +++ /dev/null @@ -1,6 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iF0EABECAB0WIQR29zARMp0n2418P5dPWE64+yvhTwUCXEdutwAKCRBPWE64+yvh -T0e/AJ0UmXUPSpgdhsSDCIX6M7SNjAdvGwCffUyXr5NBX6+6xXlv5UEAYXk+EWc= -=yjrO ------END PGP SIGNATURE----- diff --git a/libTMCG-1.3.18.tar.gz b/libTMCG-1.3.18.tar.gz new file mode 100644 index 0000000..032fc49 --- /dev/null +++ b/libTMCG-1.3.18.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dddb3ad01ef4056dfe74697e9df80466458cba99dc3124f58349e33aba2c2b9d +size 1175591 diff --git a/libTMCG-1.3.18.tar.gz.sig b/libTMCG-1.3.18.tar.gz.sig new file mode 100644 index 0000000..ecd5f3b --- /dev/null +++ b/libTMCG-1.3.18.tar.gz.sig @@ -0,0 +1,6 @@ +-----BEGIN PGP SIGNATURE----- + +iF0EABECAB0WIQR29zARMp0n2418P5dPWE64+yvhTwUCXPFcbAAKCRBPWE64+yvh +T+NUAJ9n2MsexIH6Mf12Mt9jKlYW/fXX1ACffGK7uy5zZN8ig2L5yPpV8uzMtUY= +=xEUv +-----END PGP SIGNATURE----- diff --git a/libTMCG.changes b/libTMCG.changes index 084a943..26cda7a 100644 --- a/libTMCG.changes +++ b/libTMCG.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Jun 2 08:17:07 UTC 2019 - Karol Babioch + +- 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 diff --git a/libTMCG.keyring b/libTMCG.keyring index 1b02c17..c5931c2 100644 --- a/libTMCG.keyring +++ b/libTMCG.keyring @@ -1,3 +1,4 @@ +GPG keys of Heiko Stamer -----BEGIN PGP PUBLIC KEY BLOCK----- mQGiBDdYKNkRBACRdsFzaQn0HChOX38WHXlIYcNZAAxBQxa7gdmPXTUK+tgwQuwA diff --git a/libTMCG.spec b/libTMCG.spec index bcd1648..f38fd30 100644 --- a/libTMCG.spec +++ b/libTMCG.spec @@ -18,9 +18,9 @@ # -%define sover 16 +%define sover 18 Name: libTMCG -Version: 1.3.17 +Version: 1.3.18 Release: 0 Summary: C++ library for creating secure and fair online card games License: GPL-2.0-or-later