From 7b26e36ec30a0546db7420f858a1db4bdb4a301b Mon Sep 17 00:00:00 2001 From: jolavillette Date: Tue, 8 Sep 2026 12:17:31 +0200 Subject: [PATCH] submodules: bump libretroshare to current master (fixes red CMake CI) The GUI code merged via #3297 uses RsDistantChatEventCode:: TUNNEL_STATUS_LOCALLY_CLOSED, introduced by libretroshare#383, but the recorded libretroshare gitlink predates it. The six CMake workflows build the pinned commit, so they fail on master and on every PR with: PopupDistantChatDialog.cpp:221: error: 'TUNNEL_STATUS_LOCALLY_CLOSED' is not a member of 'RsDistantChatEventCode' Bump the pin to libretroshare current master (2f093fd7b, which contains libretroshare#383). Co-Authored-By: Claude Fable 5 --- libretroshare | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretroshare b/libretroshare index cafaaa196..2f093fd7b 160000 --- a/libretroshare +++ b/libretroshare @@ -1 +1 @@ -Subproject commit cafaaa1964232c012e62aa3b9a18afee2a3d9f5e +Subproject commit 2f093fd7b3a013c463dacc65a1756e7643f543c0