From 8888a5f1b727c4dd594d554acdc2538517585f8e95734e24da77d2462ea3b0ab Mon Sep 17 00:00:00 2001 From: Angel Yankov Date: Mon, 2 Dec 2024 14:32:51 +0200 Subject: [PATCH] Update to 3.6.1 In some rare conditions, Botan 3.6.0 has problems with Processors, see: https://botan.randombit.net/news.html#version-3-6-1-2024-10-26 --- Botan-3.6.0.tar.xz | 3 --- Botan-3.6.0.tar.xz.asc | 12 ------------ Botan-3.6.1.tar.xz | 3 +++ Botan-3.6.1.tar.xz.asc | 11 +++++++++++ Botan.changes | 11 +++++++++++ Botan.spec | 2 +- 6 files changed, 26 insertions(+), 16 deletions(-) delete mode 100644 Botan-3.6.0.tar.xz delete mode 100644 Botan-3.6.0.tar.xz.asc create mode 100644 Botan-3.6.1.tar.xz create mode 100644 Botan-3.6.1.tar.xz.asc diff --git a/Botan-3.6.0.tar.xz b/Botan-3.6.0.tar.xz deleted file mode 100644 index a5134a3..0000000 --- a/Botan-3.6.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6ec54a58c96914d7ce560f17a9a5659ebb987e053323bb9ca2bffeb90707e7a -size 7618924 diff --git a/Botan-3.6.0.tar.xz.asc b/Botan-3.6.0.tar.xz.asc deleted file mode 100644 index 7537c46..0000000 --- a/Botan-3.6.0.tar.xz.asc +++ /dev/null @@ -1,12 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCAAdFiEEYh2vZBHhhRxM+aLhYhHr8e+637wFAmcWtMcACgkQYhHr8e+6 -37z9Kgf9GUMVpxBZEt9xIKu4l28zmhMBDmF9j7hsk3sHNMyWx2iuBGnLK80maoNG -PWgABMxgT857FHyC4j7G7qMA5O2dDbkXjK231W8DttydNmif10tq4Ib6v5oevK3K -pCfqKY/M0knrKxuVwChvCNt2e3qfFsotPDLoAJogWJhAJoLGCxebI3GYlsUak07l -9U2lmkNG0U07LOdBuvUn7sWhOmSXmWhR3B94Iwfxs465K+cenL+JMtUVnOYaqxK/ -Jbb1vT/nx6kLDu3dwusjs8d+Ud9zvbJuPyf2mUmyCqPY8Tw1fkuffyQt/QwuxP2K -oQtqYvSYHl/lVsLRjCbkeXOPyRP7aw== -=zvPz ------END PGP SIGNATURE----- - diff --git a/Botan-3.6.1.tar.xz b/Botan-3.6.1.tar.xz new file mode 100644 index 0000000..a56b65e --- /dev/null +++ b/Botan-3.6.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cb8575d88d232c77174769d7f9e24bb44444160585986eebd66e749cb9a9089 +size 7581864 diff --git a/Botan-3.6.1.tar.xz.asc b/Botan-3.6.1.tar.xz.asc new file mode 100644 index 0000000..49be8f3 --- /dev/null +++ b/Botan-3.6.1.tar.xz.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCAAdFiEEYh2vZBHhhRxM+aLhYhHr8e+637wFAmccy+oACgkQYhHr8e+6 +37z+nAgAkCc0snrZv7Nl5pkI5k8NC54nBjDwJDBGrIkm4LnyYwJiF5ZLwlAp8HrX +2gZ4Rn9VNmMj4bW2JyCWoaia4j/5GXawscJ4AIY4ECJSkF0ye4VLKmYZIiRNiNQX +Db3W9df5mUQI7DogcBQBHjsq2qNcHot3DRZTsQOIZioS3pMxVS/2IWWTaSkzrS8c +bg3TfeeeBl1WfUoDL8ybNWjMUQxEi+6D0Fv3FROqv4CielTg8SnoN7FJSnq0mTJI +6/cMv6nC/W+E2HT3IAYyIq0t6NYBNsjJ+8SniY3nPosVHZiHzRLqMRw3RMXiy41J +Dmp/IDo65ww/SSuaII+HtbHIsKijJw== +=y+M3 +-----END PGP SIGNATURE----- diff --git a/Botan.changes b/Botan.changes index f370b3a..60dd4fd 100644 --- a/Botan.changes +++ b/Botan.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Nov 5 08:16:35 UTC 2024 - Stephan Hemeier + +- Botan 3.6.1, the latest stable release of the Botan 3 series + + * Notice: Botan 3.7.0 will remove support for the currently supported experimental Kyber r3 TLS ciphersuites, leaving only the standardized ML-KEM suites. (GH #4407 #4403) + * Fix a bug in x86 CPUID detection introduced in 3.6.0 which would cause crashes on systems which have BMI1 but not BMI2. (GH #4402 #4401) + * Fix a bug in SLH-DSA signing, which did not default to the FIPS required randomized variant. (GH #4398) + * Modify how elliptic curve blinding is performed, reducing the number of self-additions that may occur during multiplication. (GH #4408) + * In speed command line utility, also iterate keygen several times. (GH #4381) + ------------------------------------------------------------------- Fri Oct 25 12:47:42 UTC 2024 - Angel Yankov diff --git a/Botan.spec b/Botan.spec index 7a71d2a..881a020 100644 --- a/Botan.spec +++ b/Botan.spec @@ -20,7 +20,7 @@ %define version_suffix 3-6 %define short_version 3 Name: Botan -Version: 3.6.0 +Version: 3.6.1 Release: 0 Summary: A C++ Crypto Library License: BSD-2-Clause