From patchwork Fri Apr 30 08:08:58 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4236 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 4FWlPn46qdz44R4 for ; Fri, 30 Apr 2021 08:09:01 +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 4FWlPn1M9kz6PZ; Fri, 30 Apr 2021 08:09:01 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4FWlPn0bd3z2yRf; Fri, 30 Apr 2021 08:09:01 +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 4FWlPm4y1zz2xYj for ; Fri, 30 Apr 2021 08:09:00 +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 4FWlPm2Kwbz6PY; Fri, 30 Apr 2021 08:09:00 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1619770140; 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=+WDB9C1N9IIQ0V7mREEO3//Qxgy3fKnx+L28JRiYFFQ=; b=NtTLDA840N2F66YTMJvEQgss96TJJpBVSD/n1TgMlg205MAMYST4iwoepjFbxOomxQIg08 xiZL6kJo7KJFKnAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1619770140; 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=+WDB9C1N9IIQ0V7mREEO3//Qxgy3fKnx+L28JRiYFFQ=; b=DF5+p/qIYmaSjjRMnE895ykwFwY038Yy6eK/GEXpolykdGs6YEY7OJQ971GocD+iHgGdWv j9rSwpg+GrD67/ymPKDREdaw2IuD9wmwdF68jUvrFx4Fl/nXox/pNFOiAMtrFv5JgDTXid rcI6ysRkJbtw81QviX/1u3yaTB8I6t5lA4Ndh1JY1rGLSlOKgVWJ6c3wYK/Nb39ywN836q nnKvIJ1zEVLZmw9cyrGKLWwFBlZ9u8GtoveMDVNKMTYvwFNj5rmhzW2d73hExIBHCVPYaP 1OHqGqFINv44ek0XihBufZygqT90oTNTYajMBXyls/sCUYlFU+xPlm4QrJEExw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] less: Update to 581.2 Date: Fri, 30 Apr 2021 10:08:58 +0200 Message-Id: <20210430080858.244560-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 581 to 581.2 - Update of rootfile not required - Changelog This fixes a bug found in less-581 where the terminal was sometimes left in mouse-reporting mode after exiting less Signed-off-by: Adolf Belka --- lfs/less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/less b/lfs/less index 2655e8c17..5e33bf311 100644 --- a/lfs/less +++ b/lfs/less @@ -24,7 +24,7 @@ include Config -VER = 581 +VER = 581.2 THISAPP = less-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 6201df5b9dae2af9767fc220471471b3 +$(DL_FILE)_MD5 = 18f5d83c0cada3f288a5a20bf88faea2 install : $(TARGET)