From 87aad9aa79c05bd9cd666a95c1dd45d45ce79821323742ec0c9e2c43485db66f Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Tue, 6 Aug 2019 10:22:06 +0000 Subject: [PATCH] Accepting request 721230 from home:1Antoine1:branches:devel:libraries:c_c++ - Update to 2.10.14: * json: {"meow"} is not a valid object. * Undefine compress if it is defined by zconf.h. * Use EVP_MAX_MD_SIZE instead of HMAC_MAX_MD_CBLOCK. * Remove the address_configured flag on tcp::resolver::query. * Add ping and pong to message handler. * Fix reusing ASIO http_client connecting to HTTPS server via proxy. * Fix order of object destruction (gh#microsoft/cpprestsdk#1171). * Fix SSL proxy tunnel support with basic auth. - Fix build with GCC 9: Turn "deprecated-copy" and "redundant-move" errors into warnings (temporary, gh#microsoft/cpprestsdk#1099). OBS-URL: https://build.opensuse.org/request/show/721230 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cpprest?expand=0&rev=43 --- cpprest.changes | 16 ++++++++++++++++ cpprest.spec | 6 ++++-- cpprestsdk-2.10.13.tar.gz | 3 --- cpprestsdk-2.10.14.tar.gz | 3 +++ 4 files changed, 23 insertions(+), 5 deletions(-) delete mode 100644 cpprestsdk-2.10.13.tar.gz create mode 100644 cpprestsdk-2.10.14.tar.gz diff --git a/cpprest.changes b/cpprest.changes index 99b2589..41bc38f 100644 --- a/cpprest.changes +++ b/cpprest.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Aug 5 19:24:16 UTC 2019 - Antoine Belvire + +- Update to 2.10.14: + * json: {"meow"} is not a valid object. + * Undefine compress if it is defined by zconf.h. + * Use EVP_MAX_MD_SIZE instead of HMAC_MAX_MD_CBLOCK. + * Remove the address_configured flag on tcp::resolver::query. + * Add ping and pong to message handler. + * Fix reusing ASIO http_client connecting to HTTPS server via + proxy. + * Fix order of object destruction (gh#microsoft/cpprestsdk#1171). + * Fix SSL proxy tunnel support with basic auth. +- Fix build with GCC 9: Turn "deprecated-copy" and "redundant-move" + errors into warnings (temporary, gh#microsoft/cpprestsdk#1099). + ------------------------------------------------------------------- Mon May 20 12:52:29 UTC 2019 - Christophe Giboudeaux diff --git a/cpprest.spec b/cpprest.spec index 32f11d9..7220222 100644 --- a/cpprest.spec +++ b/cpprest.spec @@ -19,7 +19,7 @@ %define major 2 %define minor 10 Name: cpprest -Version: 2.10.13 +Version: 2.10.14 Release: 0 Summary: C++ REST library # main: MIT (license.txt) @@ -83,7 +83,9 @@ Development files. %cmake \ -DCMAKE_BUILD_TYPE=Release \ %ifarch ppc ppc64 ppc64le aarch64 %{arm} - -DCMAKE_CXX_FLAGS:STRING="%{optflags} -Wno-error=attributes -Wno-error=type-limits -Wno-error=cast-align -Wno-error=deprecated-declarations" \ + -DCMAKE_CXX_FLAGS:STRING="%{optflags} -Wno-deprecated-copy -Wno-redundant-move -Wno-error=attributes -Wno-error=type-limits -Wno-error=cast-align -Wno-error=deprecated-declarations" \ +%else + -DCMAKE_CXX_FLAGS:STRING="%{optflags} -Wno-deprecated-copy -Wno-redundant-move" \ %endif ../Release make %{?_smp_mflags} diff --git a/cpprestsdk-2.10.13.tar.gz b/cpprestsdk-2.10.13.tar.gz deleted file mode 100644 index 59297a3..0000000 --- a/cpprestsdk-2.10.13.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7578881a23edf028943f81546614fc1ba4c2e22d348b4f49ab689e1d91a63cd5 -size 1761004 diff --git a/cpprestsdk-2.10.14.tar.gz b/cpprestsdk-2.10.14.tar.gz new file mode 100644 index 0000000..f071052 --- /dev/null +++ b/cpprestsdk-2.10.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2628b248f714d7bbd6a536553bc3782602c68ca1b129017985dd70cc3515278 +size 1762692