diff --git a/cpp-httplib-0.22.0.tar.gz b/cpp-httplib-0.22.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..33babccbc4791a83e46ddf280f6a64a4a4ae999c Binary files /dev/null and b/cpp-httplib-0.22.0.tar.gz differ diff --git a/cpp-httplib.spec b/cpp-httplib.spec index 56b1cde823ee270270a689c37e7659c2ed98d2bb..443cfca96324a06c88308458070fc805d22eabb4 100644 --- a/cpp-httplib.spec +++ b/cpp-httplib.spec @@ -1,10 +1,10 @@ Name: cpp-httplib -Version: 0.20.1 +Version: 0.22.0 Release: 1 Summary: A C++ header-only HTTP/HTTPS server and client library License: MIT URL: https://github.com/yhirose/cpp-httplib -Source0: https://github.com/yhirose/cpp-httplib/archive/refs/tags/v%{version}.tar.gz +Source0: https://github.com/yhirose/cpp-httplib/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: gcc-c++ BuildRequires: cmake BuildRequires: pkgconfig(libcurl) @@ -59,6 +59,9 @@ rm -r $RPM_BUILD_ROOT%{_licensedir}/httplib %{_libdir}/cmake/httplib %changelog +* Tue Jul 01 2025 yaoxin <1024769339@qq.com> - 0.22.0-1 +- Update to 0.22.0 for fix CVE-2025-52887 + * Wed May 07 2025 yaoxin <1024769339@qq.com> - 0.20.1-1 - Update to 0.20.1 for fix CVE-2025-46728 diff --git a/v0.20.1.tar.gz b/v0.20.1.tar.gz deleted file mode 100644 index 5a686b88846dee82822f344de4d6ba73b3739b52..0000000000000000000000000000000000000000 Binary files a/v0.20.1.tar.gz and /dev/null differ