From patchwork Tue Dec 12 15:08:24 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7390 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 (secp384r1) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4SqMSf2Drmz3wv1 for ; Tue, 12 Dec 2023 15:08:34 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4SqMSc5cwWz18V; Tue, 12 Dec 2023 15:08:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4SqMSc3jc1z30Qj; Tue, 12 Dec 2023 15:08:32 +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 (secp384r1) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4SqMSZ13crz2xcT for ; Tue, 12 Dec 2023 15:08:30 +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 (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4SqMSY0G4dzvJ; Tue, 12 Dec 2023 15:08:28 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1702393709; 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=B5r4YYLI43pBl4ARwH/oHK9z5BauTVimbmYy23lBot8=; b=18L2CysVUPdIP34ruoCIyld1UVUjJcH+QJUnYnAIyx4CLW72bgGDrkfjX5mPJ+I0I6PL/4 WTQnoLXnD4oc6dAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1702393709; 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=B5r4YYLI43pBl4ARwH/oHK9z5BauTVimbmYy23lBot8=; b=JjLZngFQ1GDdi8kwfr9PxxVOfl8edWgU8v+/Y83t69QynseqeSA7TwmG+VijCib/EBCA9V yVFeA9/lm+3AksDaJ5//CYlJS6E5+ApjY4T3SUmGZK0u9EK3AWetL/evU88Lh/mmJJvZfs UnD/sj5WuQb0KjNqMZX+dYr/z8/hxhH7+V/3x8M843tBCHykV/lDScPSNMIvor0ImgGEbM SqWoYdyMzsA7am0HVO9/i8dpc2WkvyHRjvxd73a/Udx+IyfH1ad9BJ0OcYG1XtLRQbVJFI K9Gvy+lLaCyrdKTxSVleAOF/muLjQihz7xdNRNNKA+fV66nQlt9747xj9a1qiA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] less: Update to version 643 Date: Tue, 12 Dec 2023 16:08:24 +0100 Message-ID: <20231212150824.66193-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: CITLSQBQFA6RCHEJIBIC2L7VAK4NY27O X-Message-ID-Hash: CITLSQBQFA6RCHEJIBIC2L7VAK4NY27O X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - IPFire-3.x - Update from version 608 to 643 - Changelog 643 Fix problem when a program piping into less reads from the tty, like sudo asking for password (github #368). Fix search modifier ^E after ^W. Fix bug using negated (^N) search (github #374). Fix bug setting colors with -D on Windows build (github #386). Fix reading special chars like PageDown on Windows (github #378). Fix mouse wheel scrolling on Windows (github #379). Fix erroneous EOF when terminal window size changes (github #372). Fix compile error with some definitions of ECHONL (github #395). Fix crash on Windows when writing logfile (github #405). Fix regression in exit code when stdin is /dev/null and output is a file (github #373). Add lesstest test suite to production release (github #344). Change lesstest output to conform with automake Simple Test Format (github #399). 633 Add LESSUTFCHARDEF environment variable (github #275). Add # command (github #330). Add ^S search modifier (github #196). Add --wordwrap option (github #113). Add --no-vbell option (github #304). Add --no-search-headers option (github #44). Add --modelines option (github #89). Add --intr option (github #224). Add --proc-backspace, --proc-tab and --proc-return options (github #335). Add --show-preproc-errors option (github #258). Add LESS_LINES and LESS_COLUMNS environment variables (github #84). Add LESS_DATA_DELAY environment variable (github #337). Allow empty "lines" field in --header option. Update Unicode tables. Improve ability of ^X to interrupt F command (github #49). Status column (-J) shows off-screen matches. Parenthesized sub-patterns in searches are colored with unique colors, if supported by the regular expression library (github #196). Don't allow opening a tty as file input unless -f is set (github #309). Don't require newline input after +&... option (github #339). Fix incorrect handling of some Private Use Unicode characters. Fix ANSI color bug when overstriking with colored chars (github #276). Fix compiler const warning (github #279). Fix signal race in iread (github #280). Fix reading procfs files on Linux (github #282). Fix --ignore-case with ctrl-R (no regex) search (github #300). Fix bug doing repeat search after setting & filter (github #299). Fix bug doing repeat search before non-repeat search. Fix crash with -R and certain line lengths (github #338). Fix input of Windows dead keys (github #352). Don't retain search options from a cancelled search (github #302). Don't call realpath on fake filenames like "-" (github #289). Implement lesstest test suite. Convert function parameter definitions from K&R to C89 (github #316). Signed-off-by: Adolf Belka --- less/less.nm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/less.nm b/less/less.nm index 2f5e6992c..3efc1479a 100644 --- a/less/less.nm +++ b/less/less.nm @@ -4,7 +4,7 @@ ############################################################################### name = less -version = 608 +version = 643 release = 1 groups = Applications/Text