forked from pool/cpp-httplib
Accepting request 1219557 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1219557 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cpp-httplib?expand=0&rev=6
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ed5894bbbc4a34a0f4c5e962672d0003d2ea099bbadacc66f6dee2b213ff394
|
||||
size 1321763
|
||||
3
cpp-httplib-0.18.1.tar.gz
Normal file
3
cpp-httplib-0.18.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:405abd8170f2a446fc8612ac635d0db5947c0d2e156e32603403a4496255ff00
|
||||
size 1323636
|
||||
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 11:21:07 UTC 2024 - Pedro Monreal <pmonreal@suse.com>
|
||||
|
||||
- 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 <svalx@svalx.net>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user