-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
aws-iot-securetunneling-localproxy: upgrade git -> new
- Loading branch information
1 parent
689ddf4
commit 02b8103
Showing
3 changed files
with
4 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
recipes-iot/aws-iot-securetunneling-localproxy/files/boost-support-any.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
@@ -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 | ||
|