From patchwork Wed Mar 10 12:07:59 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 3941 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 4DwW764Hm3z3xGH for ; Wed, 10 Mar 2021 12:08:02 +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 4DwW761LYlz21g; Wed, 10 Mar 2021 12:08:02 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4DwW760Tfgz2yDF; Wed, 10 Mar 2021 12:08:02 +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 4DwW750mCYz2xbW for ; Wed, 10 Mar 2021 12:08:01 +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 4DwW743qjwz5Nr; Wed, 10 Mar 2021 12:08:00 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1615378080; 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=YFnIAPWkYL/FQvwUlHNbszyoIhQ611b8tz+1ocOAK9A=; b=mWP0z6Dv7hoMwD2wXhuDJv/XibQ6HD3q2Qm3cwESP4A+PfIlVx6GHkMjtTTv7+cGpISuJZ nhMOAycee6CfjqCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1615378080; 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=YFnIAPWkYL/FQvwUlHNbszyoIhQ611b8tz+1ocOAK9A=; b=sDoCIiG2pyrX3VXePWXs2qlY2KYqfNJIFHIEAT5Ovcw4LxOxRUXBI9Fg1e5TfdMaQIf46T jmO6oWKiFR+mAIJPHKo40oeyyGxcBkDmD3r4YnpYFeZAcXODw4gOTk03FRCjE61jH9jyUO ViKej7crppKv5kvclHkV5kP29bulWOngkFMpldKXO1luGRJ74VutUUSRSEnzRfWqXScpzZ cY5MNXq12HAsFLM+fJhpr3+phKw4PPNLY17mPZjuStZO49Y2w+A+taIpMCI8NHlbfOWS2W qlFxUVp98EZ72NIKOuWEtCPAIM6mQQrB4jie0IcK8adEmiBRJ4OVbqhTMYNp3Q== From: "Adolf Belka (ipfire)" To: development@lists.ipfire.org Subject: [PATCH] nano: Update to 5.6 Date: Wed, 10 Mar 2021 13:07:59 +0100 Message-Id: <20210310120759.4423-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 nano from 5.5 to 5.6 - No update for rootfile - Changelog Changes between v5.5 and v5.6: Benno Schulenberg (52): build: avoid a warning about duplicate symbol when building from tarball build: detect a build from git also when building out of tree build: include a workaround only for versions of ncurses that need it bump version numbers and add a news item for the 5.6 release color: do not look for another 'end' match after already finding one color: give highlighted text its own color, to not look like marked text color: recompile the file-probing regexes a little faster with REG_NOSUB color: use bright yellow to highlight a search match color: use inverse video for highlighting when there are no colors debug: add timing instruments to cache precalculation and screen refresh display: for a large paste or insertion, recalculate the multiline cache docs: correct the description of --quickblank for the changed base value docs: correct the formatting of a comment in the sample nanorc docs: correct the word order for Alt+D in the cheat sheet -- it changed docs: mention the new 'set highlightcolor' option docs: remove all mentions of --markmatch and 'set markmatch' docs: say that --minibar is modified by --constantshow and --stateflags feedback: make Full Justify show a message also when using --minibar gnulib: update to its current upstream state minibar: show a message a little longer when --quickblank isn't used minibar: show cursor position + character code only with --constantshow minibar: show the state flags only when --stateflags is used minibar: suppress the toggling feedback for M-C, but show it for M-Y/M-P options: remove --markmatch and 'set markmatch', as the behavior is gone painting: always do backtracking for the first row of the screen painting: trigger a refresh when a second start match appears on a line painting: trigger fewer unneeded full-screen refreshes painting: when finding an end match, set its multidata right away scrolling: keep centering after large paste, also when line numbers widen search: just highlight the found occurrence, instead of marking it search: make highlighting the standard, non-changeable behavior tweaks: avoid the vague possibility of advancing beyond end-of-line tweaks: be slightly more efficient in marking lines as WOULDBE tweaks: call wattron()/wattroff() only when actually painting something tweaks: correct a comment, improve another, and trim some verbosity tweaks: don't bother comparing virgin multidata with current situation tweaks: don't bother initializing freshly allocated multidata tweaks: don't bother wiping the multidata before recomputing it tweaks: elide a function that is now just one line tweaks: frob a condition, to be more concise, and reshuffle another tweaks: frob some comments, and adjust indentation after previous change tweaks: frob some comments, and reshuffle two fragments of code tweaks: frob two fragments of code, to be more readable tweaks: make a skipping condition more precise tweaks: remove an old fix that was made superfluous by a recent fix tweaks: remove a strangely placed warning tweaks: rename six symbols, to be more straightforward tweaks: reshuffle some code, and reduce the scope of a variable tweaks: reshuffle three conditions into a better order tweaks: rewrap and reindent a few lines tweaks: rewrap two lines, for esthetics tweaks: stop evaluating a rule when the match is offscreen to the right Signed-off-by: Adolf Belka (ipfire) --- lfs/nano | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/nano b/lfs/nano index a9fa2a1d9..a3ccff5a9 100644 --- a/lfs/nano +++ b/lfs/nano @@ -24,7 +24,7 @@ include Config -VER = 5.5 +VER = 5.6 THISAPP = nano-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = nano -PAK_VER = 35 +PAK_VER = 36 DEPS = "" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 145bc1ae94e25bd4f9168b7c56fee984 +$(DL_FILE)_MD5 = 65ca32d7485ae8339ef2ccbf18c789f6 install : $(TARGET)