From: Florian Viehweger Subject: [update] Lagrange to 1.20.4 To: ports@openbsd.org Date: Sun, 19 Apr 2026 14:16:24 +0200 Hi, this is a simple update for Lagrange to 1.20.4. Some testing done on amd64. No issues found. portcheck and 'make port-lib-depends-check' are happy. Changes are: - Fixed potential hang when stopping a network connection when a SOCKS proxy is active. - Possible fix for Heading subscription entries returning to an unread state after a long time. - Quit the app cleanly when receiving a SIGTERM signal. - Improved CJK IME presentation. (Courtesy of Sidney Cammeresi.) - Added a "Copy Link as Gemtext" context menu action and fixed missing items. (Courtesy of Sidney Cammeresi.) - Updated UI translations. Comments? Thanks! Index: Makefile =================================================================== RCS file: /daten/openbsdmirror/cvs/mirror/ports/net/lagrange/Makefile,v retrieving revision 1.83 diff -u -p -u -p -r1.83 Makefile --- Makefile 5 Apr 2026 12:26:14 -0000 1.83 +++ Makefile 19 Apr 2026 10:16:47 -0000 @@ -1,6 +1,6 @@ COMMENT = SDL multi protocol (gemini, gopher) navigator -VERSION = 1.20.3 +VERSION = 1.20.4 DISTNAME = lagrange-${VERSION} CATEGORIES = net x11 Index: distinfo =================================================================== RCS file: /daten/openbsdmirror/cvs/mirror/ports/net/lagrange/distinfo,v retrieving revision 1.68 diff -u -p -u -p -r1.68 distinfo --- distinfo 5 Apr 2026 12:26:14 -0000 1.68 +++ distinfo 19 Apr 2026 10:16:47 -0000 @@ -1,2 +1,2 @@ -SHA256 (lagrange-1.20.3.tar.gz) = FNSFpAvDIZx1oJKe6RCscN/dB4oEBkUOX945m3NSVt4= -SIZE (lagrange-1.20.3.tar.gz) = 12326306 +SHA256 (lagrange-1.20.4.tar.gz) = qPPASV0jX/r1rEMu2uQMFr5Sd7yiOGe/0cbKcqiKiyY= +SIZE (lagrange-1.20.4.tar.gz) = 12331799 -- greetings, Florian Viehweger