diff --git a/Botan-3.10.0.tar.xz b/Botan-3.10.0.tar.xz new file mode 100644 index 0000000..38576c2 --- /dev/null +++ b/Botan-3.10.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fde194236f6d5434f136ea0a0627f6cc9d26af8b96e9f1e1c7d8c82cd90f4f24 +size 8807024 diff --git a/Botan-3.10.0.tar.xz.asc b/Botan-3.10.0.tar.xz.asc new file mode 100644 index 0000000..cff77f3 --- /dev/null +++ b/Botan-3.10.0.tar.xz.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEEYh2vZBHhhRxM+aLhYhHr8e+637wFAmkNF/8ACgkQYhHr8e+6 +37x6Ngf/UETg0YvVQmJYPl0EWLY2eaHOGn5/DnW+XMX4i18k+qRnjQAc1GTrQPFE +34OX8E8XDBefjGaAyCjmyndU4PisAVMy5mQhZmIxjDiVD4vNzOxKbvbSDk0ch8XL +pi6p/Cxt54hdXq5f4FeI2XoOFJTlssfNoz+57qW5efXVqwn4G8ARAH5vhaNJMiUp ++AsY7Jg8kPOIZ60eWj61801uwQdXa+U6TFlM7BnUF8/h4SqK/8Zybl92JrGoL4Td +JGbt21hyAYOSRlPnP2KdrO+K39sKTbDn13Kql2j16tJf741V7fiYLyrF6SuPvIFu +8U5tRYSoroyph0c1AppK5YyEsGc60w== +=vEBH +-----END PGP SIGNATURE----- diff --git a/Botan-3.9.0.tar.xz b/Botan-3.9.0.tar.xz deleted file mode 100644 index 050fdd6..0000000 --- a/Botan-3.9.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c3f284b58ddd42e8e43e9fa86a7129d87ea7c3f776a80d3da63ec20722b0883 -size 8769364 diff --git a/Botan-3.9.0.tar.xz.asc b/Botan-3.9.0.tar.xz.asc deleted file mode 100644 index e9cc7e7..0000000 --- a/Botan-3.9.0.tar.xz.asc +++ /dev/null @@ -1,12 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCgAdFiEEYh2vZBHhhRxM+aLhYhHr8e+637wFAmiR/HIACgkQYhHr8e+6 -37wRmAf9EoqMLsOopra70taepZgw8g8qAZyMqz2Ovv9lvR/8yI8lMdODYyxxymA2 -saW9QBtiLEp/Y0RI3Sl7zUqdUlAhczZXiNKGfqDdmcG0Fdp8Suq8kam/C7XYB/VO -f44+Gzxq46L8NftR0Rld3IgJm1eloq1zrOo4pMJbuCjVRu7wViu9ZNDTLpCUzN0M -0Vqp9YfOJdFyBcz/V6zuS+1yFkeyFT2ZdAz654hikJZjzdu7vBDm0ssbTQGq0t7l -Du9e+xwLukoCGEOvv1eTqR2ShHAG4QWCefxoStvf07mFC5x/D0GjeCKr0aV+v2F7 -QgTtWw5nuBDNcwdqB7G6/YraYkc5Ig== -=utT7 ------END PGP SIGNATURE----- - diff --git a/Botan.changes b/Botan.changes index 32044ae..0ee9356 100644 --- a/Botan.changes +++ b/Botan.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Mon Nov 17 08:59:12 UTC 2025 - Angel Yankov + +- Bump to Botan 3.10.0 + * Add support for Ascon AEAD, hash and XOF from NIST SP 800-232 (GH #5061 #5076 #5097) + * Add support for building with clang-cl (GH #4255) + * Optimizations for base58 encoding and decoding (GH #5051) + * Optimizations for SHA-3/SHAKE (GH #5133) + * Optimizations for SEED (GH #5147) + * Optimizations and cleanups for BLAKE2s (GH #5117) + * Optimizations for Streebog (GH #5111) + * Add new interface to Certificate_Store allowing search by issuer DN plus serial. (GH #5072) + * Fix a bug preventing botan_srp6_server_session_step1 from being reinvoked (GH #5112 #5135) + * Modify some bit operation functions to reduce risk of compilers introducing non-constant time behavior (GH #5066) + * Add new FFI functions for loading elliptic curve keys in SEC1 format (GH #5083) + * Add new FFI functions for viewing the value of a botan_mp_t (GH #5131) + * New faster implementation of Jacobi function (GH #5057) + * Add optimized integer division logic for various special cases (GH #5068 #5077) + * Correct documentation/comments relating to the maximum output length that botan_mp_to_hex might write (GH #5131 #5129) + * Fix an issue when trying to use CMake older than 3.18 (GH #5098 #5099) + * Add typing hints to the Python binding (GH #5086 #5092) + * Fix various issues flagged by the ruff Python linter (GH #5089) + * Fix a bug in the Python binding which prevented signing raw bytes with PKSign (GH #5082) + * Update configure to check for Fedora’s new location for trust roots (GH #5052) + * Remove various internal references to “EME”, an obsolete term used for RSA encryption padding that originates from IEEE 1363. (GH #5055) + * Fix various typos in the source and documentation (GH #5071 #5075 #5114) + * Add a .devcontainer setup (GH #5094) + +For full release notes, see: https://botan.randombit.net/news.html#version-3-10-0-2025-11-06 + ------------------------------------------------------------------- Fri Aug 22 07:30:18 UTC 2025 - Angel Yankov diff --git a/Botan.spec b/Botan.spec index 5748b62..c7df335 100644 --- a/Botan.spec +++ b/Botan.spec @@ -17,10 +17,10 @@ # -%define version_suffix 3-9 +%define version_suffix 3-10 %define short_version 3 Name: Botan -Version: 3.9.0 +Version: 3.10.0 Release: 0 Summary: A C++ Crypto Library License: BSD-2-Clause diff --git a/baselibs.conf b/baselibs.conf index cf6d31c..0011d31 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,4 +1,4 @@ -libbotan-3-9 +libbotan-3-10 libbotan-devel requires -libbotan- = - requires "libbotan-3-9- = " + requires "libbotan-3-10- = "