From b86fce3529da3e950396682a786097b7a880f60e Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Fri, 12 Sep 2025 12:10:37 +0200 Subject: [PATCH] elinks: Update to version 0.18.0 - Update from version 0.17.1.1 to 0.18.0 - Update of rootfile not required - Changelog 0.18.0 * redirect also for 308 #343 * ignore HUBBUB_UNKNOWN #344 0.18.0rc1 * drop combining compile time option * bump mozjs dependency to 128 * console.assert (and extension console.exit) * test option for testing js code * added document.scripting_sleep_on_error option #319 * skip hidden elements #341 * fix linking -lexecinfo #337 * Serbian translation update * Polish translation update * detect if gettext has _nl_msg_cat_cntr #325 * added reopen-last-closed-tab action #309 * added options for memory limits of Spidermonkey and QuickJS * gemini input #121 * compilation fixes Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer --- lfs/elinks | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/elinks b/lfs/elinks index 389cd1772..0ae67c6fb 100644 --- a/lfs/elinks +++ b/lfs/elinks @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team # +# Copyright (C) 2007-2025 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -26,7 +26,7 @@ include Config SUMMARY = An advanced and well-established feature-rich text mode web browser -VER = 0.17.1.1 +VER = 0.18.0 THISAPP = elinks-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -42,7 +42,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 2158e7630e64977b5250d544159bff0b90953ef7d51870d5e96ce8e36858596e6341bf774ad1717ed4808859d4be316fe75587552e61a8bbfcb00a0366a85e81 +$(DL_FILE)_BLAKE2 = 84ad13a1f374d85bb74d57fe905df4f2f1d062acb89a43197e0f0767cce3779749f4cee7ad15655fe35bc6545799b5f8264498f05a47eca6cb571541e3bcef1c install : $(TARGET) -- 2.47.3