8
0
forked from pool/cpp-httplib

- Update to version 0.11.4:

* Release v0.11.4
  * add support for requests with both MultipartFormDataItems and Content Providers (#1454)
  * Add EINTR and EAGAIN judge for accept (#1438)
  * Updated unit test
  * std::condition_variable::notify_one/all() should be called after unlocking mutex (#1448)
  * Support LOCAL_ADDR and LOCAL_PORT header in client Request (#1450)
  * Fix #1442
  * Removed code for upsupported OpenSSL
- Combined multibuild cpp-httplib and cpp-httplib-headers packages
- Remove unneeded BuildRequires for cpp-httplib-headers

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cpp-httplib?expand=0&rev=7
This commit is contained in:
2023-01-17 10:25:12 +00:00
committed by Git OBS Bridge
parent 75ec71d709
commit 00f9b648e9
6 changed files with 86 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
%define sover 0.11
%define libver 0_11
Name: cpp-httplib
Version: 0.11.3
Version: 0.11.4
Release: 0
Summary: A C++11 HTTP/HTTPS library
License: MIT
@@ -57,7 +57,7 @@ interfaces and any available port.
%setup -q -n %_sourcedir/%name-%version -T -D
%build
%meson -Dcpp-httplib_compile=true
%meson -Dcpp-httplib_compile=true --buildtype=release
%meson_build
%install