From a15e05dcd10d2986d3ee786c8e021b4fd6cca44f Mon Sep 17 00:00:00 2001 From: Manuel Date: Wed, 29 Jul 2026 10:59:32 +0200 Subject: [PATCH] deps(libiec61850): Update to 1.6.2 Signed-off-by: Manuel Signed-off-by: Steffen Vogel --- packaging/deps.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 packaging/deps.sh diff --git a/packaging/deps.sh b/packaging/deps.sh old mode 100644 new mode 100755 index 35e0f840c..bf3838f48 --- a/packaging/deps.sh +++ b/packaging/deps.sh @@ -258,9 +258,9 @@ if ! pkg-config "libethercat >= 1.5.2" && \ fi # Build & Install libiec61850 -if ! pkg-config "libiec61850 >= 1.6.0" && \ +if ! pkg-config "libiec61850 >= 1.6.2" && \ should_build "iec61850" "for the iec61850 node-type"; then - git clone ${GIT_OPTS} --branch v1.6.1 https://github.com/mz-automation/libiec61850.git + git clone ${GIT_OPTS} --branch v1.6.2 https://github.com/mz-automation/libiec61850.git pushd libiec61850/third_party/mbedtls/ curl -L https://github.com/Mbed-TLS/mbedtls/archive/refs/tags/v3.6.0.tar.gz | tar -xz