Skip to content

Commit 200e0c6

Browse files
aws-sdk-cpp: upgrade 1.11.727 -> 1.11.728
1 parent 552463c commit 200e0c6

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

recipes-sdk/aws-sdk-cpp/aws-sdk-cpp_1.11.727.bb renamed to recipes-sdk/aws-sdk-cpp/aws-sdk-cpp_1.11.728.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ SRC_URI = "\
2222
file://0001-tinyxml2-fix-null-format-string.patch \
2323
"
2424

25-
SRCREV = "88f81d833c718bba2290764c96458d5569d29722"
25+
SRCREV = "9bde8b62aa95754fe3ed57a8d2ac3f72467b2d12"
2626

2727
inherit cmake ptest pkgconfig
2828

recipes-sdk/aws-sdk-cpp/files/0001-tinyxml2-fix-null-format-string.patch

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
1-
Fix null format string warning in tinyxml2
1+
From 77774f111dd98c7f5cc450a8ec5f57f362d50aca Mon Sep 17 00:00:00 2001
2+
From: Thomas Roos <[email protected]>
3+
Date: Wed, 14 Jan 2026 11:22:24 +0000
4+
Subject: [PATCH] Fix null format string warning in tinyxml2
25

36
Upstream-Status: Pending
7+
---
8+
src/aws-cpp-sdk-core/source/external/tinyxml2/tinyxml2.cpp | 3 +++
9+
1 file changed, 3 insertions(+)
410

11+
diff --git a/src/aws-cpp-sdk-core/source/external/tinyxml2/tinyxml2.cpp b/src/aws-cpp-sdk-core/source/external/tinyxml2/tinyxml2.cpp
12+
index 9c01e730384..2061ec9c72e 100644
513
--- a/src/aws-cpp-sdk-core/source/external/tinyxml2/tinyxml2.cpp
614
+++ b/src/aws-cpp-sdk-core/source/external/tinyxml2/tinyxml2.cpp
7-
@@ -119,6 +119,9 @@ static inline int TIXML_VSCPRINTF( const char* format, va_list va )
15+
@@ -119,6 +119,9 @@ This file has been modified from its original version by Amazon:
816
#define TIXML_VSNPRINTF vsnprintf
917
static inline int TIXML_VSCPRINTF( const char* format, va_list va )
1018
{

0 commit comments

Comments
 (0)