Skip to content

Commit aeb6eda

Browse files
committed
Update aws sdk cpp version to 1.9.255
1 parent 4586ead commit aeb6eda

File tree

3 files changed

+32
-0
lines changed

3 files changed

+32
-0
lines changed

recipes/aws-sdk-cpp/all/conandata.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
sources:
2+
"1.9.255":
3+
url: "https://github.com/aws/aws-sdk-cpp/archive/refs/tags/1.9.258.tar.gz"
4+
sha256: "28fa67a424c1913c3a5a2b9efaf747f045b41e0087200684193dce9552bfd24c"
25
"1.9.234":
36
url: "https://github.com/aws/aws-sdk-cpp/archive/1.9.234.tar.gz"
47
sha256: "52e36cf568fe0b2a0fc82a9333c0b31ba843db16670f4ccbb7b9fd142f1b00a5"
@@ -9,6 +12,13 @@ sources:
912
url: "https://github.com/aws/aws-sdk-cpp/archive/1.8.130.tar.gz"
1013
sha256: "5dd09baa28d3f6f4fb03fbba1a4269724d79bcca3d47752cd3e15caf97276bda"
1114
patches:
15+
"1.9.258":
16+
- base_path: source_subfolder
17+
patch_file: patches/1.9.255-0001-issue-1816.patch
18+
- base_path: source_subfolder
19+
patch_file: patches/1.9.234-0002-disable-sort-links.patch
20+
- base_path: source_subfolder
21+
patch_file: patches/1.9.100-0002-aws-plugin-conf.patch
1222
"1.9.234":
1323
- base_path: source_subfolder
1424
patch_file: patches/1.9.234-0001-issue-1816.patch
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
diff --git a/aws-cpp-sdk-text-to-speech/source/text-to-speech/TextToSpeechManager.cpp b/aws-cpp-sdk-text-to-speech/source/text-to-speech/TextToSpeechManager.cpp
2+
index 82a298f5a4..f995fcfd4a 100644
3+
--- a/aws-cpp-sdk-text-to-speech/source/text-to-speech/TextToSpeechManager.cpp
4+
+++ b/aws-cpp-sdk-text-to-speech/source/text-to-speech/TextToSpeechManager.cpp
5+
@@ -152,7 +152,6 @@ namespace Aws
6+
AWS_LOGSTREAM_TRACE(CLASS_TAG, "Audio retrieved from Polly. " << result.GetContentType() << " with "
7+
<< result.GetRequestCharacters() << " characters syntesized");
8+
9+
- std::streamsize amountRead(0);
10+
unsigned char buffer[BUFF_SIZE];
11+
12+
std::lock_guard<std::mutex> m(m_driverLock);
13+
@@ -165,7 +164,6 @@ namespace Aws
14+
AWS_LOGSTREAM_TRACE(CLASS_TAG, "Writing " << read << " bytes to device.");
15+
16+
successfullyPlayed = m_activeDriver->WriteBufferToDevice(buffer, (std::size_t)read);
17+
- amountRead += read;
18+
played = successfullyPlayed;
19+
}
20+

recipes/aws-sdk-cpp/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
versions:
2+
"1.9.258":
3+
folder: "all"
24
"1.9.234":
35
folder: "all"
46
"1.9.100":

0 commit comments

Comments
 (0)