update to 2.19.3

fix CVE-2022-43705
This commit is contained in:
liweiganga 2022-11-28 14:58:12 +08:00
parent 5335c02e24
commit 32cf212203
3 changed files with 8 additions and 4 deletions

Binary file not shown.

BIN
Botan-2.19.3.tar.xz Normal file

Binary file not shown.

View File

@ -1,16 +1,16 @@
%global major_version 2
Name: botan2
Version: 2.19.1
Version: 2.19.3
Release: 1
Summary: Crypto and TLS for C++11
License: BSD
URL: https://botan.randombit.net/
Source0: https://botan.randombit.net/releases/Botan-%{version}.tar.xz
Source0: %{url}/releases/Botan-%{version}.tar.xz
BuildRequires: gcc-c++ python3 python3-devel python3-sphinx python-docutils
BuildRequires: bzip2-devel zlib-devel openssl-devel make
BuildRequires: bzip2-devel zlib-devel make
%description
Botan is a BSD-licensed crypto library written in C++. It provides a
@ -58,7 +58,7 @@ This package contains the Python3 binding for %{name}.
%build
export CXXFLAGS="${CXXFLAGS:-%{optflags}}"
%global enable_modules bzip2,zlib,openssl
%global enable_modules bzip2,zlib
%{__python3} ./configure.py \
--prefix=%{_prefix} \
@ -124,5 +124,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} ./botan-test
%changelog
* Mon Nov 28 2022 liweiganga <liweiganga@uniontech.com> - 2.19.3-1
- update to 2.19.3
- fix CVE-2022-43705
* Thu Jul 14 2022 misaka00251 <misaka00251@misakanet.cn> - 2.19.1-1
- Init package