From patchwork Thu Jan 29 11:05:27 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9464 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 "R12" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4f1xC61JgHz3xln for ; Thu, 29 Jan 2026 11:05:54 +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 "E8" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4f1xC25BBQz5jq for ; Thu, 29 Jan 2026 11:05:50 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4f1xBz2Vcfz33fs for ; Thu, 29 Jan 2026 11:05:47 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4f1xBq5SDmz33j4 for ; Thu, 29 Jan 2026 11:05:39 +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 4f1xBq3y1jz2GY; Thu, 29 Jan 2026 11:05:39 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1769684739; 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=cfqTnJaTiHI2BwyDUBYqHgznWQFygzgvqAr2UJqsRIc=; b=gGQ99n0A0sY0SBI9u57b989nCTQW/GhYuDPqulubeXswF1iHU3avgJlDR7PdWvEomPMoXK u9i1t6IbP3X6AxDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1769684739; 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=cfqTnJaTiHI2BwyDUBYqHgznWQFygzgvqAr2UJqsRIc=; b=OtJmtOwGcJQmCPar3KfBN+QwwxeewmvEOp08xz0xpF+6bhCDXbsfZmyo+tTUAoX+i9IsRd x0fxhB2tgZuTWIAaeLgdg/GeVJCNi/1Q4o7nw7WO3KeA2SVpmuBY/5i1Z73ys2EAnHKdQp kbZalLxrz9CIOb75LKWwPJTVhWz7NjaYs2O6azesRbDx3az+eCdTE9fUljD5lOeCFBaVlA pXUhkGTUmVBgyEukt3ACG9GQniC3IN5I3xcFqKsI5HaMlv8+u5bHS/qBh1mNSDXG5N1fsS +eC6hFC2W4xZ9yt0guTMR8kpyXY6eJkx/UO1yp2QBIdpz8BIhY1qL8Mb78KrKg== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] less: Update to version 691 Date: Thu, 29 Jan 2026 12:05:27 +0100 Message-ID: <20260129110532.61228-12-adolf.belka@ipfire.org> In-Reply-To: <20260129110532.61228-1-adolf.belka@ipfire.org> References: <20260129110532.61228-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 685 to 691 - No change to rootfile - Changelog 691 Add --autosave option (github #678). Add ESC-f command (github #680). Add column number to long prompt and = message. Add prompt prototype sequences %C, %W, %Q and ?Q (github #685). Map keypad keys, and use terminfo rather than termcap since keypad definitions don't exist in termcap (github #650). Change HOME key to scroll fully left and END key to scroll fully right. Add shift-HOME and ctrl-HOME to scroll left and jump to top, and add shift-END and ctrl-END to scroll right and jump to end (github #658). Add LESSNOCONFIG environment variable. Add --without-termlib to configure (github #701). When setting line number colors (-DN), don't force bold attribute. To set bold, you must append "d" or "*" to the color string (github #684). While waiting for file data, only ^C or ^X will interrupt, not any command. This reverts to behavior that existed before less-670 (github #700). When --save-marks is not used, retain any marks saved in the history file (github #662). Defer sending the terminal init string until the first char is read from the input file (github #682). Make SIGHUP do an orderly exit like SIGTERM. Implement modeline handling in Windows build. Fix bugs and improve behavior of screen resize on Windows. Fix bug when entering search modifier key at start of non-empty search string (github #668). Fix bug repainting screen with --form-feed (github #672). Fix bugs passing invalid negative values to some command line options (github #675). Fix incorrect display of Lit indicator (github #670). Fix incorrect display when returning to a mark after resizeing window (github #681). Fix bug using --pattern with --incsearch (github #696). Disallow mouse click to open OSC8 link in SECURE mode (github #676). Add SECURE_COMPILE environment variable for Windows builds. Update Unicode tables. Signed-off-by: Adolf Belka --- lfs/less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/less b/lfs/less index 5761056fa..1d1dae4b5 100644 --- a/lfs/less +++ b/lfs/less @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2025 IPFire Team # +# Copyright (C) 2007-2026 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 # @@ -24,7 +24,7 @@ include Config -VER = 685 +VER = 691 THISAPP = less-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 771ba2fb1f593e80d9e5e203bfe9b7a8a33833fcd3464a0c64c4056359e9ecc723eff87b783c9ab4c3090d7dac1973c1875eb7d926601c512dc0494e7e8adb5c +$(DL_FILE)_BLAKE2 = b74fe33259ac5731cc6230e115c8ab21f34c8a3e67efbb5ee554af6377a17f9ee3a92f99e9ee2f9c757804de5f0f061c87582d26da71a2c8a62fb079434abe62 install : $(TARGET)