!14 在buildrequires中openssl

From: @chenxi-mao 
Reviewed-by: @overweight 
Signed-off-by: @overweight
This commit is contained in:
openeuler-ci-bot 2023-10-08 01:30:15 +00:00 committed by Gitee
commit e1ede9cc0b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2,13 +2,13 @@
Name: cpp-httplib Name: cpp-httplib
Version: 0.12.4 Version: 0.12.4
Release: 1 Release: 2
Summary: A C++ header-only HTTP/HTTPS server and client library Summary: A C++ header-only HTTP/HTTPS server and client library
License: MIT License: MIT
URL: https://github.com/yhirose/cpp-httplib URL: https://github.com/yhirose/cpp-httplib
Source0: https://github.com/yhirose/cpp-httplib/archive/v%{version}/%{name}-%{version}.tar.gz Source0: https://github.com/yhirose/cpp-httplib/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: gcc-c++ meson >= 0.47.0 openssl-devel brotli-devel gtest-devel zlib-devel BuildRequires: gcc-c++ meson >= 0.47.0 openssl openssl-devel brotli-devel gtest-devel zlib-devel
%description %description
A C++11 single-file header-only cross platform HTTP/HTTPS library. A C++11 single-file header-only cross platform HTTP/HTTPS library.
@ -43,6 +43,9 @@ export GTEST_FILTER='_Online$'
%{_libdir}/pkgconfig/%{name}.pc %{_libdir}/pkgconfig/%{name}.pc
%changelog %changelog
* Wed Sep 27 2023 Chenxi Mao <chenxi.mao@suse.com> - 0.12.4-2
- Add openssl to build require list to fix build error
* Tue Jun 13 2023 yaoxin <yao_xin001@hoperun.com> - 0.12.4-1 * Tue Jun 13 2023 yaoxin <yao_xin001@hoperun.com> - 0.12.4-1
- Update to 0.12.4 for fix CVE-2023-26130 - Update to 0.12.4 for fix CVE-2023-26130