diff --git a/Botan-2.17.3.tar.xz b/Botan-2.17.3.tar.xz deleted file mode 100644 index 1b9a603..0000000 --- a/Botan-2.17.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79123b654445a4abba486e09a431788545c708237382a3e765664c9f55b03b88 -size 5937596 diff --git a/Botan-2.17.3.tar.xz.asc b/Botan-2.17.3.tar.xz.asc deleted file mode 100644 index d459e76..0000000 --- a/Botan-2.17.3.tar.xz.asc +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCAAdFiEEYh2vZBHhhRxM+aLhYhHr8e+637wFAl/hH5YACgkQYhHr8e+6 -37yQQgf9FtUXcEfFRoxlvioPxwy8VKiidhYTIAw7BhPzxCdmVPbXrxjBl4ozBAvS -G/5tIaVVVpVYbkbtraublFkjuBXdiqbKi93W4aoDAUYinDKeA14V9MkWDRlCL5EJ -SmM1wXcBF1g+pS0LsYA1uuI1DCfeJ7JZcIN3aGMXXCVFqt4goRoC4/VjWmvQKjnV -xr902/WvzvhvAMioUrkY1C11yjuKylJ1MwEZ5fOrKU3NB+DCoA0guA7gdUWcJntG -8fyqONNJhT+YKf2yxbArPD+p4OnMJdehEzAJ8W60+GeGmBjImgsdlnzKRfbw2G+I -CCbH+NY5Tyfi6dKAyteL+iYLqreu3Q== -=mrkU ------END PGP SIGNATURE----- diff --git a/Botan-2.18.0.tar.xz b/Botan-2.18.0.tar.xz new file mode 100644 index 0000000..4f657e7 --- /dev/null +++ b/Botan-2.18.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc64852e1e0c5bb30ecd052e4a12d5136125a8ce5c3be2efb6fb061c8677e327 +size 5941536 diff --git a/Botan-2.18.0.tar.xz.asc b/Botan-2.18.0.tar.xz.asc new file mode 100644 index 0000000..6c7aeca --- /dev/null +++ b/Botan-2.18.0.tar.xz.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCAAdFiEEYh2vZBHhhRxM+aLhYhHr8e+637wFAmB4BDcACgkQYhHr8e+6 +37x6rgf+MOrHQM2xrZkAQ1/Vpyo6Ggrl3ZXZTpLRZVGNf2/ohTExwVrpgpLHZflM ++hg4Q08c3sx9LLD8jZ44Gk+/0DQnCM05Mwww/hNIHUjYkhHnai0EXEk41cDrukvM +p95w3GhX3MUWIRL3E3Gem/0SpdoSJiwO/HgqMeL9qpq8KP/r+HVU3a0ScYNp6u7e +oDN+hnLcOJxuPNB2sOPc9gWhPZ7NPOEfBMjcRVejftOEZS5lj6vdJz24u8G7XAZL +G89RsVFDx3vn7Bwd4fNboAKdBhmdw7ls485U29KXCg3d1jfAp7uF/rvF6hUkD0wb +FO7WXQwqDUCuXi9c4+seG0hUHqFt4A== +=rpaa +-----END PGP SIGNATURE----- diff --git a/Botan.changes b/Botan.changes index 9f4ac03..ddbcb8a 100644 --- a/Botan.changes +++ b/Botan.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Apr 16 16:56:20 UTC 2021 - Ferdinand Thiessen + +- Botan 2.18.0 + * Add support for implementing custom RNG objects through the FFI + interface + * Improve safegcd bounds, improving runtime performance + * Reject non-TLS messages as quickly as possible without waiting + for a full record. + * Fixes for TLS::Stream::async_shutdown +- Removed unneeded GNU MP build requirement, support was dropped + with version 1.11.10 +- Enabled check target, verify integrity of build library + ------------------------------------------------------------------- Wed Dec 23 09:20:07 UTC 2020 - Andreas Stieger diff --git a/Botan.spec b/Botan.spec index 4ae6957..5b85cc0 100644 --- a/Botan.spec +++ b/Botan.spec @@ -1,7 +1,7 @@ # # spec file for package Botan # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,10 +16,10 @@ # -%define version_suffix 2-17 +%define version_suffix 2-18 %define short_version 2 Name: Botan -Version: 2.17.3 +Version: 2.18.0 Release: 0 Summary: A C++ Crypto Library License: BSD-2-Clause @@ -31,9 +31,6 @@ Source2: %{name}.keyring Source3: baselibs.conf BuildRequires: bzip2 >= 1.0.2 BuildRequires: gcc-c++ -# FIXME: is this dependency correct? -BuildRequires: gmp-devel >= 4.1 -#Requires: gmp >= 4.1 BuildRequires: libbz2-devel BuildRequires: openssl-devel BuildRequires: pkgconfig @@ -100,6 +97,7 @@ python3 ./configure.py \ --with-bzip2 \ --with-zlib \ --with-openssl \ + --with-openmp \ %ifarch %{ix86} --cpu=x86_32 %else @@ -119,6 +117,9 @@ rm -f %{buildroot}/%{_libdir}/libbotan*.a chmod +x %{buildroot}%{python3_sitearch}/botan2.py sed -i '1s@^#!/.*@#!%{_bindir}/python3@' %{buildroot}%{python3_sitearch}/botan2.py +%check +make check + %post -n libbotan-%{version_suffix} -p /sbin/ldconfig %postun -n libbotan-%{version_suffix} -p /sbin/ldconfig diff --git a/baselibs.conf b/baselibs.conf index 359e3b0..cb0b816 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,4 +1,4 @@ -libbotan-2-17 +libbotan-2-18 libbotan-devel requires -libbotan- = - requires "libbotan-2-17- = " + requires "libbotan-2-18- = "