diff --git a/cpp-httplib-0.12.0.tar.gz b/cpp-httplib-0.12.0.tar.gz deleted file mode 100644 index f8bd655..0000000 --- a/cpp-httplib-0.12.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:423900c9a124b88c406cd34aba08c9e60742e477a02bd29051cf0ecbf9ef0c65 -size 635941 diff --git a/cpp-httplib-0.12.5.tar.gz b/cpp-httplib-0.12.5.tar.gz new file mode 100644 index 0000000..479e433 --- /dev/null +++ b/cpp-httplib-0.12.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b488f3fa9c6bf35608c3d9a5b69be52e016bbf2fbfe67e5ee684eadb2655493e +size 639439 diff --git a/cpp-httplib.changes b/cpp-httplib.changes index 856b553..38c3553 100644 --- a/cpp-httplib.changes +++ b/cpp-httplib.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed May 31 07:10:55 UTC 2023 - Alexey Svistunov + +- Update to version 0.12.5: + * Add HTTPLIB_INSTALL CMake option (#1575) + * Fix more CRLF injection problems + * Don't loading system certs from Keychain on iOS (#1546) + * Initialize sockaddr_un to fix valgrind uninitialised byte message. (#1547, #1547) + * Using set_content_provider with length of 0 makes it infinitely loop (#1545) + * How to check if server is running successfully in another thread? (#1548) + * Fix leaked handle in create_socket (#1554) + * Fix "Location" header url corrupted by percent-unescaping in redirect… (#1459) + * Trailing headers not handled (#1486) + * SSL access through a proxy causes SIGSEGV (#1533) + * System certs support on macOS (#1474) + * Add Request::get_file_values method (#1495) + * Fix: assert socket_requests_are_from_thread_ std::this_thread::get_id() (#1498) + * Fix: multipart Content-Type headers with both boundary and charset parameters (#1516) + ------------------------------------------------------------------- Thu Feb 16 07:01:16 UTC 2023 - Alexey Svistunov diff --git a/cpp-httplib.spec b/cpp-httplib.spec index a08209c..e1b0302 100644 --- a/cpp-httplib.spec +++ b/cpp-httplib.spec @@ -19,7 +19,7 @@ %define sover 0.12 %define libver 0_12 Name: cpp-httplib -Version: 0.12.0 +Version: 0.12.5 Release: 0 Summary: A C++11 HTTP/HTTPS library License: MIT