From patchwork Wed Jan 25 17:16:24 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 6460 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 4P29VS36prz3wcl for ; Wed, 25 Jan 2023 17:16:32 +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 4P29VQ6xW3zYR; Wed, 25 Jan 2023 17:16:30 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4P29VQ5l3cz2y2B; Wed, 25 Jan 2023 17:16:30 +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 4P29VP3Y5dz2xBH for ; Wed, 25 Jan 2023 17:16:29 +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 4P29VN5KxXzSN for ; Wed, 25 Jan 2023 17:16:28 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1674666988; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=Y4vCjDhZL3u7wtTgkOEvshhiihvVTCzEeeQc7Anlwv4=; b=XEDzjeuZ8YezkX4OtmKl30sWXwimw2XrM5pF9mpNIYSfttgToJ+sBmOoZz9DbUuKRgMkh+ SlDYMxnhxZQK8MBQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1674666988; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=Y4vCjDhZL3u7wtTgkOEvshhiihvVTCzEeeQc7Anlwv4=; b=kXRR4Itx4r2uAqZF80/BoEaka/hASiwvkDJtm4Zi/oh97uUeiDhPD1hqZ+rtym+d/MoHOh oyemDRl1G9M3eQGqGgnJNKpPJReX+qc1BwQECHSKZxS0rSzCEdLGWBEDs60ZNJUMQ4A+5L NJDrx5CjlDJBAWAJkFOe2O+ELR7rDt5gMdIkT73A80X2oNUkiq69JSAqgrPLnZ38vn43IO lr/wXvxE6W+LaI+e6chMI3UVk3hRjtqCDra0WnRgQwz/ZkwQO3M75D0QJ7XB29XVM/R3XI JMUEa/65EX3ysGs0AgUHC5MdTyARkUlTXwogb1+AlUkaRvHTVGhdacPZ1Rcqzg== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] nano: Update to 7.2 Date: Wed, 25 Jan 2023 18:16:24 +0100 Message-Id: <20230125171624.3641815-1-matthias.fischer@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" For details see: https://lists.gnu.org/archive/html/info-gnu/2023-01/msg00007.html " ... The specific issue that was addressed in this release: https://savannah.gnu.org/bugs/?63616 (pasting succeeded despite --view) Changes between v7.1 and v7.2: ------------------------------ Benno Schulenberg (12): bindings: let ^/ toggle between the 'search' and 'gotoline' menus bump version numbers and add a news item for the 7.2 release copyright: update the years for the FSF docs: give ^K and ^U some useful function in the alternative bindings docs: put the binding of ^Y after its unbinding, for it to be effective gnulib: update to its current upstream state input: disallow bracketed pastes when in view mode po: update translations and regenerate POT file and PO files syntax: html: colorize specially the other two emphasizing tags too tweaks: avoid warnings when compiling with -Wpedantic tweaks: rewrap an old news item tweaks: separate a special thanks from the preceding ones" Signed-off-by: Matthias Fischer --- lfs/nano | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/nano b/lfs/nano index 7ec2eca48..735f4e66f 100644 --- a/lfs/nano +++ b/lfs/nano @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2022 IPFire Team # +# Copyright (C) 2007-2023 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 7.1 +VER = 7.2 THISAPP = nano-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = cc606a04b34e723da01326d617b50f79711d0b35034b3e75f410fa7e277ba3eddbb1a408a80255533d2fa953f23fee745979363d5621b63a79bd89b29d8d528e +$(DL_FILE)_BLAKE2 = c7e3b18383e9f2f9db1f6059c875ddd164d730ea0e5b363e66fb8e5f30e8598ba49a5afd8eea3a55e295f1e43fb136019f60cc9154ae276c5d589002c0e5298a install : $(TARGET)