forked from pool/cpp-httplib
* Resolve #2033 * Port/Address re-use #2011 * Invalid Content-Length values should be rejected #2014 * Feature request: ability to check if the connection is still alive #2017 * Changed to use non-blocking socket in is_ssl_peer_could_be_closed (258992a) * Treat out-of-range last_pos as the end of the content #2009 * fix:set_file_content with range request return 416. #2010 * Fix HTTP Response Splitting Vulnerability (9c36aae) - added patches fix https://github.com/yhirose/cpp-httplib/issues/2042 + cpp-httplib-test-issue2004-online.patch OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cpp-httplib?expand=0&rev=28
13 lines
447 B
PkgConfig
13 lines
447 B
PkgConfig
prefix=/usr
|
|
includedir=${prefix}/include
|
|
libdir=${prefix}/lib64
|
|
|
|
Name: cpp-httplib
|
|
Description: A C++ HTTP/HTTPS server and client library
|
|
URL: https://github.com/yhirose/cpp-httplib
|
|
Version: 0.18.1
|
|
Requires.private: openssl >= 3.0.0, zlib, libbrotlicommon, libbrotlidec, libbrotlienc
|
|
Libs: -L${libdir} -lcpp-httplib
|
|
Libs.private: -pthread
|
|
Cflags: -I${includedir} -DCPPHTTPLIB_OPENSSL_SUPPORT -DCPPHTTPLIB_ZLIB_SUPPORT -DCPPHTTPLIB_BROTLI_SUPPORT
|