Created attachment 271642 [details] Upstream fixes from https://github.com/MisterTea/EternalTerminal These are fixes I landed upstream in etserver that causes it to crash on FreeBSD. Given there hasn't been a release in a while, it would be good to get these resolved.
Created attachment 271643 [details] I had a missing file in the previous patch file
Incorrect subject of this PR.
Hello, Could you download patch with commit message? I see that one patch is related to https://github.com/MisterTea/EternalTerminal/commit/c6650d9577f50317af197d1b1dd3e7b3cb2fc749 Is there more commits to backport?
This seems to be the other commit: https://github.com/MisterTea/EternalTerminal/commit/a2d2e62d8d7b44a36a6e0b6bd0791d86a0708b9b
Created attachment 271647 [details] Fix crashes patches combined into a single patch Added backports info to patch: Add backports to fix etserver crashes on session end and transient errors. Backport from: - a2d2e62d8d7b ("terminal: Fix etserver crash on session end due to ECHILD (#748)") - c6650d9577f5 ("base: Fix etserver crash on transient accept() errors (#756)")
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=db15a1e6558a0fe310a8174ee2381ab8e98d4f60 commit db15a1e6558a0fe310a8174ee2381ab8e98d4f60 Author: PS <ps@mu.org> AuthorDate: 2026-06-09 17:31:36 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2026-06-09 17:48:33 +0000 net/eternalterminal: Fix etserver crashes Add backports to fix etserver crashes on session end and transient errors. PR: 295956 MFH: 2026Q2 net/eternalterminal/Makefile | 2 +- .../files/patch-fix-crash-PR295956 (new) | 113 +++++++++++++++++++++ 2 files changed, 114 insertions(+), 1 deletion(-)
A commit in branch 2026Q2 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=f227afeb3bcc53fd49cda480d604fe3a1bef5d0c commit f227afeb3bcc53fd49cda480d604fe3a1bef5d0c Author: PS <ps@mu.org> AuthorDate: 2026-06-09 17:31:36 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2026-06-09 17:51:04 +0000 net/eternalterminal: Fix etserver crashes Add backports to fix etserver crashes on session end and transient errors. PR: 295956 MFH: 2026Q2 (cherry picked from commit db15a1e6558a0fe310a8174ee2381ab8e98d4f60) net/eternalterminal/Makefile | 2 +- .../files/patch-fix-crash-PR295956 (new) | 113 +++++++++++++++++++++ 2 files changed, 114 insertions(+), 1 deletion(-)
Committed, thanks!