From 1df78ffd754c6d3d6b7c535eb5a8fa384c0074d61964fe1a773ce6fd224a122f Mon Sep 17 00:00:00 2001 From: Alexey Svistunov Date: Wed, 30 Oct 2024 12:42:15 +0000 Subject: [PATCH] Fix building with openssl 3.2.x OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cpp-httplib?expand=0&rev=24 --- cpp-httplib-0.18.0.tar.gz | 3 --- cpp-httplib-0.18.1.tar.gz | 3 +++ cpp-httplib.changes | 9 +++++++++ cpp-httplib.pc | 2 +- cpp-httplib.spec | 4 ++-- 5 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 cpp-httplib-0.18.0.tar.gz create mode 100644 cpp-httplib-0.18.1.tar.gz diff --git a/cpp-httplib-0.18.0.tar.gz b/cpp-httplib-0.18.0.tar.gz deleted file mode 100644 index 3336ff1..0000000 --- a/cpp-httplib-0.18.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ed5894bbbc4a34a0f4c5e962672d0003d2ea099bbadacc66f6dee2b213ff394 -size 1321763 diff --git a/cpp-httplib-0.18.1.tar.gz b/cpp-httplib-0.18.1.tar.gz new file mode 100644 index 0000000..70cdcdf --- /dev/null +++ b/cpp-httplib-0.18.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:405abd8170f2a446fc8612ac635d0db5947c0d2e156e32603403a4496255ff00 +size 1323636 diff --git a/cpp-httplib.changes b/cpp-httplib.changes index dbd6396..91009d6 100644 --- a/cpp-httplib.changes +++ b/cpp-httplib.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Oct 30 11:21:07 UTC 2024 - Pedro Monreal + +- Update to 0.18.1: + * SSLClientServerTest.* tests fail with OpenSSL 3.2.1 (#1798) + * Feat: add CPack support (#1950) + * Keep alive is slowing down shutdown (#1959) + * Allow empty header values (#1965) + ------------------------------------------------------------------- Fri Sep 27 13:05:37 UTC 2024 - Alexey Svistunov diff --git a/cpp-httplib.pc b/cpp-httplib.pc index 233bfe1..e81fa95 100644 --- a/cpp-httplib.pc +++ b/cpp-httplib.pc @@ -5,7 +5,7 @@ libdir=${prefix}/lib64 Name: cpp-httplib Description: A C++ HTTP/HTTPS server and client library URL: https://github.com/yhirose/cpp-httplib -Version: 0.0.0 +Version: 0.18.1 Requires.private: openssl >= 3.0.0, zlib, libbrotlicommon, libbrotlidec, libbrotlienc Libs: -L${libdir} -lcpp-httplib Libs.private: -pthread diff --git a/cpp-httplib.spec b/cpp-httplib.spec index cd869ae..9485d17 100644 --- a/cpp-httplib.spec +++ b/cpp-httplib.spec @@ -19,7 +19,7 @@ %define sover 0.18 %define libver 0_18 Name: cpp-httplib -Version: 0.18.0 +Version: 0.18.1 Release: 0 Summary: A C++11 HTTP/HTTPS server and client library License: MIT @@ -58,7 +58,7 @@ post-routing handlers, and support for binding sockets to multiple interfaces and any available port. %prep -%autosetup +%autosetup -p1 chmod -x example/uploader.sh # fix dynamically the version in the pkgconfig file