Skip to content

Commit

Permalink
aws-iot-securetunneling-localproxy: upgrade git -> new
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-iot-embedded-linux-ci authored and thomas-roos committed Dec 29, 2023
1 parent 689ddf4 commit 02b8103
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 35 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ SRC_URI = "\
file://gcc13.patch \
file://run-ptest \
"
SRCREV = "d3150e0ebc4ef022939deb1ab43de005254f5751"
SRCREV = "f63f8fd6c7be216e484b066a8330df415a8600cf"

UPSTREAM_CHECK_COMMITS = "1"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From aa17740b66d7a33d9259719cb143c1b97327b202 Mon Sep 17 00:00:00 2001
From a9a8b254b363862f54d585c6e2d707e73d13ad98 Mon Sep 17 00:00:00 2001
From: Thomas Roos <[email protected]>
Date: Fri, 10 Mar 2023 12:46:05 +0000
Subject: [PATCH] aws-iot-securetunneling-localproxy: support any boost version
Expand Down
35 changes: 2 additions & 33 deletions recipes-iot/aws-iot-securetunneling-localproxy/files/gcc13.patch
Original file line number Diff line number Diff line change
@@ -1,35 +1,7 @@
From f6ba73eaede61841534623cdb01b69d793124f4b Mon Sep 17 00:00:00 2001
From: tro <[email protected]>
Date: Tue, 30 May 2023 12:02:24 +0200
Subject: [PATCH 1/2] Url.h: #include <cstdint>

Upstream-Status: Pending [https://github.com/aws-samples/aws-iot-securetunneling-localproxy/pull/136]

fix GCC 13 issue "'uint16_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? "
---
src/Url.h | 1 +
1 file changed, 1 insertion(+)

diff --git a/src/Url.h b/src/Url.h
index 81fc932..fa084d3 100644
--- a/src/Url.h
+++ b/src/Url.h
@@ -3,6 +3,7 @@
#pragma once

#include <string>
+#include <cstdint>
namespace aws {
namespace iot {
namespace securedtunneling {
--
2.34.1


From de8779630d14e4f4969c9b171d826acfa847822b Mon Sep 17 00:00:00 2001
From cb510583d502c7b48c8ad6b3b7f175882cacb8eb Mon Sep 17 00:00:00 2001
From: tro <[email protected]>
Date: Tue, 30 May 2023 12:10:36 +0200
Subject: [PATCH 2/2] ProxySettings.h: add #include <cstdint>
Subject: [PATCH] ProxySettings.h: add #include <cstdint>

Upstream-Status: Pending -> https://github.com/aws-samples/aws-iot-securetunneling-localproxy/pull/136

Expand All @@ -49,6 +21,3 @@ index 9dc4e10..de3098a 100644
#include <boost/property_tree/ptree.hpp>
namespace aws { namespace iot { namespace securedtunneling { namespace settings {
using boost::property_tree::ptree;
--
2.34.1

0 comments on commit 02b8103

Please sign in to comment.