From patchwork Tue Jun 30 11:15:16 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9978 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4gqLD74gjsz3wqP for ; Tue, 30 Jun 2026 11:15:35 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "YE1" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4gqLD44Tb0z6yD for ; Tue, 30 Jun 2026 11:15:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4gqLD40xLYz34CL for ; Tue, 30 Jun 2026 11:15:32 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4gqLD13DcHz32jC for ; Tue, 30 Jun 2026 11:15:29 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4gqLD11tJNz45v; Tue, 30 Jun 2026 11:15:29 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1782818129; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=s5YeSZMkLbfmdK1XdBknyDPzHGSQKPD+x/qYKJj6LUM=; b=ZsZ+SW7L1fqwqsvtBNQdbED3hd7wx+SVslk2jNCaBwvvC89Gta8amEAAcb1g7lql7+XRxR UY5X58m5RFP8c6BA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1782818129; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=s5YeSZMkLbfmdK1XdBknyDPzHGSQKPD+x/qYKJj6LUM=; b=Tc+NAYCHORiHjF67BDCQIUJMNRoLlJWfE0W7TD/sQaunj+k3W3gTXQP5XhGgSP9S5mx9IT QsmQmXG4VMe484LYk2Iuvb8D8U4jVunwpDORF274ZjnVlW/kgnX9CaT3dAZ07nOGEiNKjo nP62fYZ9hu3shlr5daMnqALE7/+tuVEzeEJAEF2vjHO/hVs3N2kGvJ6YVw8zmX/VRqXOOB 5FZcD/6t+8Os6+EW+8R2Jgpe6O2+IeHdo+6BjT4k7aZxzrDl7ExJX8bGSja0p3bCpKS8av YZJn91aY8bYjlHFMBGYdVjTIkR8pvp26D644vUqrXQYUofdS64li/opTh1i5cw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] elinks: Update to version 0.19.1 Date: Tue, 30 Jun 2026 13:15:16 +0200 Message-ID: <20260630111523.1271203-5-adolf.belka@ipfire.org> In-Reply-To: <20260630111523.1271203-1-adolf.belka@ipfire.org> References: <20260630111523.1271203-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - Update from version 0.19.0 to 0.19.1 - No change to rootfile - Changelog 0.19.1 * compilation fixes for Ruby scripting #410 * Disable poll on macOS < 10.6 * bookmarks xbel did not restore positions. #415 * use after free in forms code * NULL dereference in iframes code (crash at github) #418 * Add action move-cursor-line-end. #416 * bool option document.browse.wrap. #420 * bool options ui.clipboard.remove_leading_spaces and ui.clipboard.remove_trailing_spaces #416 * Serbian translation update * fix in gopher #421 Signed-off-by: Adolf Belka --- lfs/elinks | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/elinks b/lfs/elinks index 9c7912d15..298a011b9 100644 --- a/lfs/elinks +++ b/lfs/elinks @@ -26,7 +26,7 @@ include Config SUMMARY = An advanced and well-established feature-rich text mode web browser -VER = 0.19.0 +VER = 0.19.1 THISAPP = elinks-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -42,7 +42,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 98dc66268239f70539df1c8a4de3221d0be175d1f2dc7ed44ced24dc1265b7b43db929c1d2ac530b268d1509a4e94a2f08725b442e508c1f827b54f54a72cb99 +$(DL_FILE)_BLAKE2 = a61494a8641c5021220cf7cd17ba117a50c146ced3427e9c6e1120e4764e596ded191f224b79560399c63a03e3a3b836c62ad2c1ad54971ef0b553ed13a23eb5 install : $(TARGET)