!2 fix CVE-2022-43705

From: @leeffo 
Reviewed-by: @weidongkl 
Signed-off-by: @weidongkl
This commit is contained in:
openeuler-ci-bot 2022-12-01 01:47:09 +00:00 committed by Gitee
commit dcf871635f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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