diff --git a/Botan-3.5.0.tar.xz b/Botan-3.5.0.tar.xz deleted file mode 100644 index fac2d2a..0000000 --- a/Botan-3.5.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67e8dae1ca2468d90de4e601c87d5f31ff492b38e8ab8bcbd02ddf7104ed8a9f -size 7256492 diff --git a/Botan-3.5.0.tar.xz.asc b/Botan-3.5.0.tar.xz.asc deleted file mode 100644 index d0802b4..0000000 --- a/Botan-3.5.0.tar.xz.asc +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCAAdFiEEYh2vZBHhhRxM+aLhYhHr8e+637wFAmaL+2IACgkQYhHr8e+6 -37zf+wf/U9GF3tguONnO/jcUeolt79VImmvda0nnMSeHkP67mpSFj+dAHZ9ZZHKL -2/TlzLHasb0hqZkmM08LtN4kUm8U6EZcfFV8c7Z3gcLIApepDejLk1Ya4/171GiV -tljiNpQOuX4GoaPkMO8QKBmbTSqXcaedu+CDp8LPiP3+t8cTSXm/rSZ8zJge+QO1 -0BemGyGnE2SftJfQOCEQtmt0m04g3efekv1xzMHQAzsorfXkqCYslCuOmmlcbObX -X/Bwr6yulwtzS5ON5YPZ33xQpISwBtwDEJcmPKDIGOoPecOxdc3qxL2qWPo5c3zs -YScRQOJLiDByh6iVINYHCuGpbdxrxw== -=nyD1 ------END PGP SIGNATURE----- diff --git a/Botan-3.6.0.tar.xz b/Botan-3.6.0.tar.xz new file mode 100644 index 0000000..a5134a3 --- /dev/null +++ b/Botan-3.6.0.tar.xz @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000..7537c46 --- /dev/null +++ b/Botan-3.6.0.tar.xz.asc @@ -0,0 +1,12 @@ +-----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.changes b/Botan.changes index cb0cb2d..f370b3a 100644 --- a/Botan.changes +++ b/Botan.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Oct 25 12:47:42 UTC 2024 - Angel Yankov + +- Botan 3.6.0, the latest stable release of the Botan 3 series + +* Fully integrate and further optimize the new ECC library first introduced in 3.5.0. For common curves, operations are 2 to 3 times faster. This also introduces a new API for low level EC operations, such a point multiplication, using EC_Scalar and EC_AffinePoint types +* Add support for AVX2-VAES instructions +* Add support for new ECC curves +* Fix: CVE-2024-50382 + +For full changelog, see: https://botan.randombit.net/news.html#version-3-6-0-2024-10-21 + ------------------------------------------------------------------- Tue Jul 30 19:37:33 UTC 2024 - Andreas Stieger diff --git a/Botan.spec b/Botan.spec index c809f43..7a71d2a 100644 --- a/Botan.spec +++ b/Botan.spec @@ -17,10 +17,10 @@ # -%define version_suffix 3-5 +%define version_suffix 3-6 %define short_version 3 Name: Botan -Version: 3.5.0 +Version: 3.6.0 Release: 0 Summary: A C++ Crypto Library License: BSD-2-Clause diff --git a/baselibs.conf b/baselibs.conf index 99dad08..c42437e 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,4 +1,4 @@ -libbotan-3-5 +libbotan-3-6 libbotan-devel requires -libbotan- = - requires "libbotan-3-5- = " + requires "libbotan-3-6- = "