Changelog:

* PR#1982 make Uri.is_host_loopback() only return true for localhost and 
127.0.0.1 exactly.
  The old behavior could potentially return "true" for URLs that were not, in 
fact, local,
  and this could cause security issues if is_host_loopback was used in certain 
ways.
* PR#1711 Fix likely typo in SafeInt3.hpp, that results in error with clang 15
* PR#1496 Support for oauth2 with "client_credentials" grant type.
* PR#1429 Add constructor from all integer types for json value.
* PR#1577 export http_exception for non Windows builds using visibility macros.

Signed-off-by: alperak <[email protected]>
---
 .../cpprest/{cpprest_2.10.18.bb => cpprest_2.10.19.bb}        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-support/cpprest/{cpprest_2.10.18.bb => 
cpprest_2.10.19.bb} (91%)

diff --git a/meta-oe/recipes-support/cpprest/cpprest_2.10.18.bb 
b/meta-oe/recipes-support/cpprest/cpprest_2.10.19.bb
similarity index 91%
rename from meta-oe/recipes-support/cpprest/cpprest_2.10.18.bb
rename to meta-oe/recipes-support/cpprest/cpprest_2.10.19.bb
index 36545503e..aec728640 100644
--- a/meta-oe/recipes-support/cpprest/cpprest_2.10.18.bb
+++ b/meta-oe/recipes-support/cpprest/cpprest_2.10.19.bb
@@ -11,8 +11,8 @@ SRC_URI = 
"git://github.com/Microsoft/cpprestsdk.git;protocol=https;branch=maste
            file://disable-float-tests.patch \
            file://disable-outside-tests.patch "
 
-# tag 2.10.18
-SRCREV= "122d09549201da5383321d870bed45ecb9e168c5"
+# tag 2.10.19
+SRCREV= "411a109150b270f23c8c97fa4ec9a0a4a98cdecf"
 
 S = "${WORKDIR}/git"
 
-- 
2.25.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#107699): 
https://lists.openembedded.org/g/openembedded-devel/message/107699
Mute This Topic: https://lists.openembedded.org/mt/103296185/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to