OpenBSD 7.9 was released the other day. From my skimming of the release notes, there doesn't seem to be anything that affects Gnulib [1].
A testdir of all modules passes, at least. There are some warnings in the C++ tests regarding the use of functions outside of the gnulib namespace. I can take a look at fixing them unless anyone wants to do it before me. I pushed the attached patch to maint-tools.git. Collin [1] https://www.openbsd.org/79.html
>From 18f82a11f75ff26c080a93a5694fcbfc52037d6d Mon Sep 17 00:00:00 2001 Message-ID: <18f82a11f75ff26c080a93a5694fcbfc52037d6d.1779425326.git.collin.fu...@gmail.com> From: Collin Funk <[email protected]> Date: Thu, 21 May 2026 21:42:05 -0700 Subject: [PATCH] Update end-of-life.txt. --- end-of-life.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/end-of-life.txt b/end-of-life.txt index 2fd25c16..d11a4a24 100644 --- a/end-of-life.txt +++ b/end-of-life.txt @@ -60,8 +60,9 @@ End-of-life / end-of-support data for various OS releases OpenBSD 7.4: 2024-10-08 † OpenBSD 7.5: 2025-04-28 † OpenBSD 7.6: 2025-10-22 † - OpenBSD 7.7: 2026-05 + OpenBSD 7.7: 2026-05-19 † OpenBSD 7.8: 2026-10 + OpenBSD 7.9: 2027-05 Reference: https://en.wikipedia.org/wiki/OpenBSD#Releases https://endoflife.date/openbsd -- 2.54.0
