From patchwork Thu Apr 22 18:21:22 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4200 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 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4FR5N76MhTz44Qw for ; Thu, 22 Apr 2021 18:21:27 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4FR5N65npxzyB; Thu, 22 Apr 2021 18:21:26 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4FR5N64t5fz2yNS; Thu, 22 Apr 2021 18:21:26 +0000 (UTC) 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 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4FR5N55gkyz2xNW for ; Thu, 22 Apr 2021 18:21:25 +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 ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4FR5N51STVzlH; Thu, 22 Apr 2021 18:21:25 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1619115685; 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; bh=nzEWS0GJXqKt/7h1CxvtVW7UlrmEMUaL9pxhlJYbwBE=; b=VJRCXuTrYuKfVeUafAzZV4OwBF0cRVjZZ5cDBOP5Q48pY8YZdaFNLw4JG6afFOGqTTsyei nbgAmj/2rXCWxKAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1619115685; 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; bh=nzEWS0GJXqKt/7h1CxvtVW7UlrmEMUaL9pxhlJYbwBE=; b=FuBRsQZ1yY1YTOzn3ZXygsZDyam+MjqhWdTJCsjpkTacY2ErwC5vtkYiKCclcG1awov29I j2f7t2V/6eBt3AgYZ0KHuuVP9+S4+Uiv/3QUbbkKdZysYPwfLz+h9S0m+UzMmBuQcCWjbg /utbrAHyE4JF7YFMhPtzsY6zdgKdoo+an9hinfeTjICnqeguwqSO4aCox6o06Yvdc0pmXp NS163l0+8xUoC6rjybOqh9MFWZagAqbIOqfXj4Btq4lMIGaKAuE9v0EDQHC3XyYgLV7nAt V6SHjp144yEhnwCstAAIQ+uEQ3l3pIeSX8YJQ74EHViCptmG+xn74aGMEdbmoA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] less: Update to version 581 Date: Thu, 22 Apr 2021 20:21:22 +0200 Message-Id: <20210422182122.3892195-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update from 563 to 581 - Update of rootfile not required - Changelog Change ESC-u command to toggle, not disable, highlighting per man page. Add ESC-U command. Add ctrl-W search modifier for wrapping search. F command can be interrupted by ^X. Support OSC 8 hyperlinks when -R is in effect. g command with no number will ignore -j and put first line at top of screen. Multiple + or -p command line options are handled better. Add the --incsearch option. Add the --line-num-width option. Add the --status-col-width option. Add the --use-color and --color options. Display -w highlight even if highlighted line is empty. If search result is in a long line, scroll to ensure it is visible. Editing the same file under different names now creates only one entry in the file list. Make visual bell more visible on some terminals. Ring end-of-file bell no more than once per second. Build can use either Python or Perl for Makefile.aut operations. Fix crash when using the @ search modifier. Fix crash in the 's' command due to duplicate free. Fix realpath crash on Darwin. Signed-off-by: Adolf Belka --- lfs/less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/less b/lfs/less index 4d6cf4877..2655e8c17 100644 --- a/lfs/less +++ b/lfs/less @@ -24,7 +24,7 @@ include Config -VER = 563 +VER = 581 THISAPP = less-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 1ee44fa71447a845f6eef5b3f38d2781 +$(DL_FILE)_MD5 = 6201df5b9dae2af9767fc220471471b3 install : $(TARGET)