Skip to content

Commit

Permalink
Updated SDK version to resolve Security vulnerabilities (#161)
Browse files Browse the repository at this point in the history
* Updated SDK version to resolve Security vulnerabilities

* update the version of Device Client
  • Loading branch information
HarshGandhi-AWS authored Aug 19, 2021
1 parent e3453e5 commit 30af0de
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/docker-images/amazonlinux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ RUN mkdir sdk-cpp-workspace \
&& mkdir aws-iot-device-sdk-cpp-v2-build \
&& git clone --recursive https://github.com/aws/aws-iot-device-sdk-cpp-v2.git \
&& cd aws-iot-device-sdk-cpp-v2 \
&& git checkout ff082900a1c708a1920916d10b92733b5e1a865e \
&& git checkout a73593d1003e2b231c6db53710aa6c75d8196b1f \
&& cd ../aws-iot-device-sdk-cpp-v2-build \
&& cmake -DCMAKE_INSTALL_PREFIX="/usr" -DUSE_OPENSSL=ON -DBUILD_DEPS=ON ../aws-iot-device-sdk-cpp-v2 \
&& cmake --build . --target install
Expand Down
2 changes: 1 addition & 1 deletion .github/docker-images/ubi8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ RUN mkdir sdk-cpp-workspace \
&& mkdir aws-iot-device-sdk-cpp-v2-build \
&& git clone --recursive https://github.com/aws/aws-iot-device-sdk-cpp-v2.git \
&& cd aws-iot-device-sdk-cpp-v2 \
&& git checkout ff082900a1c708a1920916d10b92733b5e1a865e \
&& git checkout a73593d1003e2b231c6db53710aa6c75d8196b1f \
&& cd ../aws-iot-device-sdk-cpp-v2-build \
&& cmake -DCMAKE_INSTALL_PREFIX="/usr" -DUSE_OPENSSL=ON -DBUILD_DEPS=ON ../aws-iot-device-sdk-cpp-v2 \
&& cmake --build . --target install
Expand Down
2 changes: 1 addition & 1 deletion .github/docker-images/ubuntu-16-x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ RUN mkdir sdk-cpp-workspace \
&& mkdir aws-iot-device-sdk-cpp-v2-build \
&& git clone --recursive https://github.com/aws/aws-iot-device-sdk-cpp-v2.git \
&& cd aws-iot-device-sdk-cpp-v2 \
&& git checkout ff082900a1c708a1920916d10b92733b5e1a865e \
&& git checkout a73593d1003e2b231c6db53710aa6c75d8196b1f \
&& cd ../aws-iot-device-sdk-cpp-v2-build \
&& cmake -DCMAKE_INSTALL_PREFIX="/usr" -DUSE_OPENSSL=ON -DBUILD_DEPS=ON ../aws-iot-device-sdk-cpp-v2 \
&& cmake --build . --target install
Expand Down
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.2.6-b335514*v1.2*1*2*6*6*b335514
v1.2.10-4a5aa8c*v1.2*1*2*10*10*4a5aa8c
2 changes: 1 addition & 1 deletion CMakeLists.txt.awssdk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project(aws-iot-device-sdk-cpp-v2-download NONE)
include(ExternalProject)
ExternalProject_Add(aws-iot-device-sdk-cpp-v2
GIT_REPOSITORY https://github.com/aws/aws-iot-device-sdk-cpp-v2.git
GIT_TAG ff082900a1c708a1920916d10b92733b5e1a865e
GIT_TAG a73593d1003e2b231c6db53710aa6c75d8196b1f
SOURCE_DIR "${CMAKE_BINARY_DIR}/aws-iot-device-sdk-cpp-v2-src"
BINARY_DIR "${CMAKE_BINARY_DIR}/aws-iot-device-sdk-cpp-v2-build"
CONFIGURE_COMMAND ""
Expand Down

0 comments on commit 30af0de

Please sign in to comment.