Skip to content

Commit abde114

Browse files
tuxuserLord-Grey
andauthored
dependencies: Pin mbedtls to tagged version v3.1.0 (#1494)
* dependencies: Pin mbedtls to tagged version v3.1.0 * Update CMakeLists.txt Remove extra space Co-authored-by: LordGrey <[email protected]>
1 parent c47a305 commit abde114

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dependencies/CMakeLists-mbedtls.txt.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ include(ExternalProject)
1414
ExternalProject_Add(
1515
mbedtls
1616
GIT_REPOSITORY "https://github.com/ARMmbed/mbedtls.git"
17-
GIT_TAG origin/master
17+
GIT_TAG "v3.1.0" # Bump versions manually if necessary, do not rely on origin/master to be stable
1818
BUILD_ALWAYS OFF
1919
DOWNLOAD_DIR "${DOWNLOAD_DIR}"
2020
SOURCE_DIR "${SOURCE_DIR}"

dependencies/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ if(ENABLE_DEV_NETWORK)
308308
FetchContent_Declare(
309309
mbedtls
310310
GIT_REPOSITORY https://github.com/ARMmbed/mbedtls.git
311-
GIT_TAG origin/master
311+
GIT_TAG "v3.1.0" # Bump versions manually if necessary, do not rely on origin/master to be stable
312312
BUILD_ALWAYS OFF
313313
GIT_PROGRESS 1
314314
DOWNLOAD_DIR "${MBEDTLS_DOWNLOAD_DIR}"

0 commit comments

Comments
 (0)