File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ RUN git clone --branch v6.4.0_rel --recursive https://github.com/eclipse-threadx
8080# Clone dependent repos (mbedtls, fatfs and littlefs)
8181RUN git clone --branch R0.15a https://github.com/abbrev/fatfs.git --depth 1 ./sources/fatfs \
8282 && git clone --branch v2.9.3 https://github.com/littlefs-project/littlefs --depth 1 ./sources/littlefs \
83- && git clone --branch mbedtls-3.6.0 https://github.com/ARMmbed/mbedtls.git --depth 1 ./sources/mbedtls \
83+ && git clone --branch mbedtls-3.6.4 https://github.com/ARMmbed/mbedtls.git --depth 1 ./sources/mbedtls \
8484 && cd ./sources/mbedtls \
8585 && git submodule update --init --recursive
8686
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ git svn clone http://svn.code.sf.net/p/chibios/code/branches/stable_21.11.x -rHE
1515cd /sources/ChibiOs-Contrib
1616git pull origin chibios-21.11.x
1717cd /sources/mbedtls
18- git pull origin mbedtls-3.6.0
18+ git pull origin mbedtls-3.6.4
1919git submodule update --init
2020cd /sources/fatfs
2121git pull origin R0.15a
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ RUN git clone --branch v6.4.0_rel --recursive https://github.com/eclipse-threadx
6969# Clone dependent repos (mbedtls, fatfs and littlefs)
7070RUN git clone --branch R0.15a https://github.com/abbrev/fatfs.git --depth 1 ./sources/fatfs \
7171 && git clone --branch v2.9.3 https://github.com/littlefs-project/littlefs --depth 1 ./sources/littlefs \
72- && git clone --branch mbedtls-3.6.0 https://github.com/ARMmbed/mbedtls.git --depth 1 ./sources/mbedtls \
72+ && git clone --branch mbedtls-3.6.4 https://github.com/ARMmbed/mbedtls.git --depth 1 ./sources/mbedtls \
7373 && cd ./sources/mbedtls \
7474 && git submodule update --init --recursive
7575
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ RUN git clone --branch nf-build https://github.com/nanoframework/STM32CubeL4.git
6868RUN git clone --branch R0.15a https://github.com/abbrev/fatfs.git --depth 1 ./sources/fatfs \
6969 && git clone --branch v2.9.3 https://github.com/littlefs-project/littlefs --depth 1 ./sources/littlefs \
7070 && git clone --branch STABLE-2_1_3_RELEASE https://github.com/lwip-tcpip/lwip.git --depth 1 ./sources/lwip \
71- && git clone --branch mbedtls-3.6.0 https://github.com/ARMmbed/mbedtls.git --depth 1 ./sources/mbedtls \
71+ && git clone --branch mbedtls-3.6.4 https://github.com/ARMmbed/mbedtls.git --depth 1 ./sources/mbedtls \
7272 && cd ./sources/mbedtls \
7373 && git submodule update --init --recursive
7474
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ RUN mkdir -p /usr/local/bin/gcc
5757# Clone libs mbedtls and fatfs etc.
5858RUN git clone --branch R0.15a https://github.com/abbrev/fatfs.git --depth 1 ./sources/fatfs \
5959 && git clone --branch STABLE-2_1_3_RELEASE https://github.com/lwip-tcpip/lwip.git --depth 1 ./sources/lwip \
60- && git clone --branch mbedtls-3.6.0 https://github.com/ARMmbed/mbedtls.git --depth 1 ./sources/mbedtls \
60+ && git clone --branch mbedtls-3.6.4 https://github.com/ARMmbed/mbedtls.git --depth 1 ./sources/mbedtls \
6161 && cd ./sources/mbedtls \
6262 && git submodule update --init --recursive
6363
Original file line number Diff line number Diff line change @@ -753,7 +753,7 @@ function(nf_add_mbedtls_library)
753753
754754 # set tag for currently supported version
755755 # WHEN CHANGING THIS MAKE SURE TO UPDATE THE DEV CONTAINERS
756- set (MBEDTLS_GIT_TAG "mbedtls-3.6.0 " )
756+ set (MBEDTLS_GIT_TAG "mbedtls-3.6.4 " )
757757
758758 # set options for Mbed TLS
759759 option (ENABLE_TESTING "no testing when building Mbed TLS." OFF )
You can’t perform that action at this time.
0 commit comments