From patchwork Thu Apr 28 21:25:28 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5566 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) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Kq7vK4Jzzz3x1y for ; Thu, 28 Apr 2022 21:25:33 +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) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Kq7vK13Pzz5cn; Thu, 28 Apr 2022 21:25:33 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Kq7vK0rkgz2yV3; Thu, 28 Apr 2022 21:25:33 +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) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Kq7vJ1hcqz2xxL for ; Thu, 28 Apr 2022 21:25:32 +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 4Kq7vJ0D5wzWR; Thu, 28 Apr 2022 21:25:32 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1651181132; 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=yZkRlqoOjIbvPdNEocVwyCgMHVF6kb/UMJk/wo+P8I0=; b=Xokkf61Ulyt9OH5Q8x+bPW18CaaqOVMfMOnnncNtEPAHGBOgrmRRfV1Ee0/wbPTLLYyHFW kT+urwGmLKHdcLAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1651181132; 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=yZkRlqoOjIbvPdNEocVwyCgMHVF6kb/UMJk/wo+P8I0=; b=HfGuGZlZJCehCmLwy1CKZGua/FyQQzagZxmBydoHt47yaTX/4GAXjX0zMe0JZPBQuDwQtJ 1h6inbuM4symxLgfsEC/SqvNLH6SAPdqQvbnln7IMFAhh0Eh326ADSCLFm86WuvXWJTwdx 17QNlOktWAVF+104ci828e9OaT/cFcQoLwwb0FJIDrZtCOJ8Nzq6PKIK0a50TEkd60wmf3 QIkSTl2f1Y4nxMBC5YOp2NmJan7X8uAIn2F/vFWgeTigicEwrpUf1Flxt15Eih7GYX7DPD 7ZgfHLSeG+qhUKEoquC+4Zpf/bI3agT1JOh5fcbN0dWSErN5+Ibb+YcTUq75kQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] nano: Update to version 6.3 Date: Thu, 28 Apr 2022 23:25:28 +0200 Message-Id: <20220428212528.2202692-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 version 6.2 to 6.3 - Update of rootfile not required - Changelog Changes between v6.2 and v6.3: Benno Schulenberg (41): build: add the --disable-maintainer-mode option to ./configure build: fix compilation for --enable-{tiny,nanorc,color} build: fix compilation when configured with --disable-color build: remove an obsolete check -- the dependent code was deleted bump version numbers and add a news item for the 6.3 release display: suppress spotlight yellow and error red when NO_COLOR is set docs: add an example binding for copying text to the system clipboard execute: clear an anchor only when the whole buffer gets filtered execute: don't crash when an empty buffer is piped through a command execute: stay on the same line number when filtering the whole buffer feedback: show extra warning when writing failed due to "No space left" files: do not change to a higher directory when the working one is gone files: show a warning when the working directory is gone (when used) files: when the working directory exists, still check its accessibility filtering: close all output descriptors, so that 'xsel' will terminate formatting: change cursor position only after saving it in the undo item gnulib: pull in the workaround for a build problem on NetBSD gnulib: update to its current upstream state justify: stay at the same line number when doing a full justification painting: colorize text also after an unterminated start match painting: look for another start match only after the actual end match painting: recalculate the multidata when making large strides or changes painting: stop coloring an extremely long line after 2000 bytes painting: tighten the check for a lacking end match on a colored line syntax: xml: colorize /> properly, and colorize prolog tags differently syntax: xml: colorize user-defined entities differently tweaks: avoid a function call when two plain assignments will do tweaks: change the indentation of a list, to match other indentations tweaks: don't leave an orphaned temporary file behind when writing fails tweaks: elide an unneeded call of strlen() tweaks: exclude the extra truncation warning from the tiny version tweaks: make the triggering of the recalculation of multidata less eager tweaks: move the saving and restoring of flags to where it is needed tweaks: normalize the indentation after the previous change tweaks: prevent the adding of an unwanted newline in a different way tweaks: remove redundant braces, and add two translator hints tweaks: remove some stray spaces before a comma tweaks: simplify a bit of code, eliding two labels and three gotos tweaks: simplify a fragment of code, and fold two lines together tweaks: trim a few comments, rename a function, and reshuffle some code verbatim: with --zero, keep cursor in viewport when it was on bottom row Mike Frysinger (1): general: fix building for Windows Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- lfs/nano | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/nano b/lfs/nano index 1d684d0b1..05e63528c 100644 --- a/lfs/nano +++ b/lfs/nano @@ -24,7 +24,7 @@ include Config -VER = 6.2 +VER = 6.3 THISAPP = nano-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 89e75fdd222a4d5e5eceb164a3b4eaf8ad24622fae95dd142556e110a63ad1202d489b7881fc063ecc716d9a409021cd7184c70116f68aa7e188012c2510ecde +$(DL_FILE)_BLAKE2 = 92ef2acac0dacebc0bf8364bfee928a8394d8e4323e622ad6ba9d35bebd18d3976ab0ca747f7c9b5597874775b44ba4b5560e7392606aa68736158c2bda62b92 install : $(TARGET)