From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4gbFX00LHtz36V8 for ; Wed, 10 Jun 2026 19:02:24 +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) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4gbFWs2M8Gz34Nj for ; Wed, 10 Jun 2026 19:02:17 +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 RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4gbFWr4fDrz716; Wed, 10 Jun 2026 19:02:16 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1781118136; 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: in-reply-to:in-reply-to:references:references; bh=2jbxG0gig3RMvbnfFYVf7mKVVYE3x1tXLQzThNci0o0=; b=t+gk8SGKDVb8wzzIjAJ7cFC/ughe/BtphInabKC0r8DOlntpuARb9D+bvZtVa5gzf1zksf 0CFPeYgrGJSYbeBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1781118136; 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: in-reply-to:in-reply-to:references:references; bh=2jbxG0gig3RMvbnfFYVf7mKVVYE3x1tXLQzThNci0o0=; b=VDXLzvMApfegVMacw2sGmgT6iPEW26XGOezKAhYiTsPSfmO2756X2W/6vgZ6r/x3XJ849C OSKR3U1TsV5sCjR12BXYFLhPSx+v6Pi2l2d3wcQHIbO30N6PPE4LAo5Ob8TnjizMq8w7KX fZs0F1KSD865AQudUVIZWMebk6ETl60gVA2EieiyPvGqRmeqCMOujcLoh4Xt5J0Yt6h6eD 5XaT1ch4qnLBKcha2e2SgcSj93ZxN6fBGWasBO7X0Fn/1+aCbScXW4vaW6D/+ozeTR4guK W5mo1U/cGPTt+VjzbR7fT5ZmARp+4x8cf2pzyRBW/E0kskF6+G6CwTUm3236kg== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] less; Update to version 704 Date: Wed, 10 Jun 2026 21:01:58 +0200 Message-ID: <20260610190208.3662425-13-adolf.belka@ipfire.org> In-Reply-To: <20260610190208.3662425-1-adolf.belka@ipfire.org> References: <20260610190208.3662425-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit - Update from version 702 to 704 - No change to rootfile - Changelog 704 Fix possibly passing unsafe options to man when opening an OSC 8 link (github #779). Fix possibly sending unsafe OSC sequence to terminal when file contains an unterminated OSC sequence (github #781). In Examine and Shell commands, expand % and # to shell-escaped filenames (github #784). Signed-off-by: Adolf Belka --- lfs/less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/less b/lfs/less index 92343823f..97cb9ed4f 100644 --- a/lfs/less +++ b/lfs/less @@ -24,7 +24,7 @@ include Config -VER = 702 +VER = 704 THISAPP = less-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 89d52e986a4bf62f6bb8fccf80a7e256e91a1a8e8935e6a4e0bf6ca02080008494b31e5f6d91a4ac5fb7eadb8d49d5289f1020b174bfc344534130baf00b0a39 +$(DL_FILE)_BLAKE2 = 490b5ea9006cec85b8a44f19bfc47f99da7394664e4dc4ed37fb9610c42d9fbe206a702540aaa04fe9b3320e0672522fb740ad189c835aa5a4580da4175fae71 install : $(TARGET) -- 2.54.0