!2 fix CVE-2022-43705
From: @leeffo Reviewed-by: @weidongkl Signed-off-by: @weidongkl
This commit is contained in:
commit
dcf871635f
Binary file not shown.
BIN
Botan-2.19.3.tar.xz
Normal file
BIN
Botan-2.19.3.tar.xz
Normal file
Binary file not shown.
12
botan2.spec
12
botan2.spec
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user