[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-525-g0f77267bc
Brought to you by:
sszy
|
From: sszy <ss...@us...> - 2026-06-11 16:48:27
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 0f77267bc5e0921239f1822254399749181b57e6 (commit)
from 2a4a68f87cb4d72425cffe4b8a43cfc5cc6852f1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0f77267bc5e0921239f1822254399749181b57e6
Author: Sébastien Szymanski <seb...@ar...>
Date: Thu Jun 11 18:47:39 2026 +0200
[BUILDROOT] 2025.02: libmodbus: patch to fix hash
Signed-off-by: Sébastien Szymanski <seb...@ar...>
-----------------------------------------------------------------------
Summary of changes:
.../2025.02/0490-package-libmodbus-fix-hash.patch | 32 ++++++++++++++++++++++
1 file changed, 32 insertions(+)
create mode 100644 patches/buildroot/2025.02/0490-package-libmodbus-fix-hash.patch
diff --git a/patches/buildroot/2025.02/0490-package-libmodbus-fix-hash.patch b/patches/buildroot/2025.02/0490-package-libmodbus-fix-hash.patch
new file mode 100644
index 000000000..77141bdaf
--- /dev/null
+++ b/patches/buildroot/2025.02/0490-package-libmodbus-fix-hash.patch
@@ -0,0 +1,32 @@
+From ee096c9e01f4b91271e05179fac11f1e6866f6f1 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?S=C3=A9bastien=20Szymanski?=
+ <seb...@ar...>
+Date: Thu, 11 Jun 2026 18:43:29 +0200
+Subject: [PATCH] package/libmodbus: fix hash
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+libmodbus has been repacked [1][2] and thus the hash have changed.
+Update the hash.
+
+[1] https://github.com/stephane/libmodbus/issues/840#issuecomment-3905070497
+[2] https://github.com/stephane/libmodbus/issues/829#issuecomment-3898494353
+
+Signed-off-by: Sébastien Szymanski <seb...@ar...>
+---
+ package/libmodbus/libmodbus.hash | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/package/libmodbus/libmodbus.hash b/package/libmodbus/libmodbus.hash
+index 5c081d9710fa..5fef93ccaf9f 100644
+--- a/package/libmodbus/libmodbus.hash
++++ b/package/libmodbus/libmodbus.hash
+@@ -1,3 +1,3 @@
+ # Locally computed
+-sha256 15b4b2e0f68122c2da9b195de5c330489a9c97d40b4a95d2822378dc14d780e7 libmodbus-3.1.11.tar.gz
++sha256 a7a2c4f6e7e3c9bd49a574e9f30f6f87b8f162a58c7a67cb1c75470991b7680a libmodbus-3.1.11.tar.gz
+ sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING.LESSER
+--
+2.53.0
+
hooks/post-receive
--
armadeus
|