diff mbox series

[meta-oe] cpprest: upgrade 2.10.18 -> 2.10.19

Message ID 20231221061916.69041-1-alperyasinak1@gmail.com
State Accepted
Headers show
Series [meta-oe] cpprest: upgrade 2.10.18 -> 2.10.19 | expand

Commit Message

Alper Ak Dec. 21, 2023, 6:19 a.m. UTC
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 <alperyasinak1@gmail.com>
---
 .../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%)

Comments

Khem Raj Dec. 27, 2023, 8:21 a.m. UTC | #1
On Thu, 21 Dec 2023 09:19:16 +0300, alperak wrote:
> 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.
> 
> [...]

Applied, thanks!

[1/1] cpprest: upgrade 2.10.18 -> 2.10.19
      commit: 85c7f15d17364a735f294e5ed7daaaba7ca919a8

Best regards,
diff mbox series

Patch

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"