From patchwork Sat Oct 25 16:02:40 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9225 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 4cv4L112F6z3wb0 for ; Sat, 25 Oct 2025 16:02:49 +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 4cv4L101BQz425 for ; Sat, 25 Oct 2025 16:02:49 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cv4L06Nn7z32Xd for ; Sat, 25 Oct 2025 16:02:48 +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 4cv4Ky2NwKz30Lk for ; Sat, 25 Oct 2025 16:02:46 +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 4cv4Ky11TBz2QM; Sat, 25 Oct 2025 16:02:46 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1761408166; 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=id7Uwbm0Tvx7mdBkteDzOlDWouB/4xOkhV+OnZWV67A=; b=XLsLGHBsnghLdkbQTjBojf/NgBp1IhgOosOL6ljosdt5rtk8tM2tKrNUusttvJAtGkUsuF G8uoWv3cu+IQ+zDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1761408166; 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=id7Uwbm0Tvx7mdBkteDzOlDWouB/4xOkhV+OnZWV67A=; b=lO8MRDGUlmusSx5WVH6GVoFSETIE5PzEt2uEqBWIAm90tImzOA6cjUBcJ5yWKzKtx1jmIV K3TmS528CeqUJr9QPhTQyFXMiChBvbQpf4cBN4x2JlA9ZhvFqsCYNtpqGmkdIVzSN2y61I f9k7gFIfGNETJZjHii1X2IlkCSHOY3ff3+1m46SmW11wwjU6gjgdqFgi6FG8Qki6sNjzpu pWQdK/qtr+n1sJPCFq5DYsI2RR7ueX5pHMnPmzqlle71tYvhc69k3RxohsrUeRskl0gjyG hw6CNHTHYR3xrbqyc+2HOGSmStqLRtCnyMO2ZDXKg4SFg372D3H5wEvJOBwU6Q== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] less: Update to version 685 Date: Sat, 25 Oct 2025 18:02:40 +0200 Message-ID: <20251025160240.2574618-2-adolf.belka@ipfire.org> In-Reply-To: <20251025160240.2574618-1-adolf.belka@ipfire.org> References: <20251025160240.2574618-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 679 to 685 - No change to rootfile - Changelog 685 * Add --cmd option (github #624). * Add LESS_TERMCAP_SUSPEND and LESS_TERMCAP_RESUME (github #654). * Change --incsearch so that after typing each character of the pattern, the search begins at the position where the search command was invoked, not the current position (github #640). * Allow mixing of option arguments and filename arguments on the command line unless POSIXLY_CORRECT is set (github #653). * Don't output U+00AD and U+200D, and fix some bugs handling emoji modifier characters (github #637). * Fix hang if a search using ^S modifier matches empty string (github #634). * Fix bug using -g and -J (github #636). * Fix bug when pasting a search pattern while --incsearch is active (github #635). * Fix bug in Windows build when autorepeating a search pattern (github #639). * Fix lesskey bug using #stop directive. * Fix lesskey bug using "invalid" action (github #643). * Fix bug causing file to appear to end prematurely if an input command was received during a file read (github #649). * Fix performance issue in & filtering (github #638). Problem was introduced in da2a9ecdf16beb642d0c030e35f0351c5f2e5a12 and released in less-673. * Fix some problems reported by valgrind (github #659, github #660, github #661). Signed-off-by: Adolf Belka --- lfs/less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/less b/lfs/less index 0a60623f6..5761056fa 100644 --- a/lfs/less +++ b/lfs/less @@ -24,7 +24,7 @@ include Config -VER = 679 +VER = 685 THISAPP = less-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 024cd7f4014958e9be52a89aefd9404298850c56f0f8d2403e8648b06ce37bcca6742ebd8a3a4900acb78a3884c4f17270919feb3ca76c6978c34ec79043f154 +$(DL_FILE)_BLAKE2 = 771ba2fb1f593e80d9e5e203bfe9b7a8a33833fcd3464a0c64c4056359e9ecc723eff87b783c9ab4c3090d7dac1973c1875eb7d926601c512dc0494e7e8adb5c install : $(TARGET)