From patchwork Wed Sep 17 11:09:35 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9106 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) (Client CN "mail01.haj.ipfire.org", Issuer "R13" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4cRbdX3ybgz3x7R for ; Wed, 17 Sep 2025 11:09:52 +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) (Client CN "mail02.haj.ipfire.org", Issuer "E8" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4cRbdT6pTvz3wq for ; Wed, 17 Sep 2025 11:09:49 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cRbdS68Y4z332y for ; Wed, 17 Sep 2025 11:09:48 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R13" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cRbdQ1hh2z32h1 for ; Wed, 17 Sep 2025 11:09:46 +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 4cRbdP6CP7zm7; Wed, 17 Sep 2025 11:09:45 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1758107385; 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=S0vnetQNYuMRff8hlLb9A8JHT1TVnRm0SGBY6pNQUcU=; b=iE1RugZBP9q16M3IpB2PrjZuXQDkj9fLJX2FZAwkRVWaj9pg+OADoTwOmxGJ0FOyXlDl73 sjUyOts2ZBnb2IDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1758107385; 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=S0vnetQNYuMRff8hlLb9A8JHT1TVnRm0SGBY6pNQUcU=; b=foIbFIlpb9/4Gs/OhlqaJ3qlnSWrS31ui4cZrxr07dUkteplQGjX4hg4sQsPcfMe56roZA R97R+tPS30nVVl/1yt6G86I2KTS5KCnX17Ar8L3hOJbo9jMTFUzi4E2HWRGU62K3iCXJRg JuZYekaTxxqw58KIj/18vedESMizvk/cmkodGBozl6hE6eg4gKISLi2glfVpmUhcg421A9 ZvtJg4w8wliKwF12K7PPsr7FsXFxn0kiRQub/D/pLWg7eV4aXpY6mUUWtVGLI4XSUf9NSq 9ZMYSO+3uixzY+dCeNrE+HTF2G4rIHpHBOUrlaDgM+MHQekbLxHAl47BxFCLkQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] ed: Update to version 1.22.2 Date: Wed, 17 Sep 2025 13:09:35 +0200 Message-ID: <20250917110940.3378937-5-adolf.belka@ipfire.org> In-Reply-To: <20250917110940.3378937-1-adolf.belka@ipfire.org> References: <20250917110940.3378937-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 - Update from version 1.20.2 to 1.22.2 - Update of rootfile not required - Changelog 1.22.2 * Newline characters are no longer allowed in file names even when '--unsafe-names' is specified. * The file name is now printed escaped also when replaced into a shell command. 1.22.1 * Ed now departs from POSIX and ignores SIGPIPE to prevent commands like 'w !:' or ',!:' from terminating ed. A broken pipe is now detected as any other write error. (Reported by Sergei Trofimovich). 1.22 * An ex(1) style filter has been implemented; the shell escape command (!) now accepts line addresses to filter the addressed lines through a shell command. (Suggested by Shawn Wagner, Andrew L. Moore, and John Cowan). 1.21.1 * Fixed a compilation failure caused by the inclusion of the unused and obsolete header . (Reported by Michael Mikonos). * Ed now reads the initial window size for the z command from the environment variable LINES. (Suggested by Artyom Bologov). 1.21 * 'r !command' and 'w !command' ignore again the exit status of 'command'. Bug introduced in version 1.6. (Reported by Andrew L. Moore). * Include 'stdbool.h' instead of defining 'bool' to fix compilation in C23. (Reported by Alexander Jones). * The messages "Newline inserted" and "Newline appended" are now suppressed in scripted mode (-s). (Reported by Artyom Bologov). * The chapter 'Syntax of command-line arguments' has been added to the manual. Signed-off-by: Adolf Belka --- lfs/ed | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/ed b/lfs/ed index 2e2bb8f72..45c66883b 100644 --- a/lfs/ed +++ b/lfs/ed @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team # +# Copyright (C) 2007-2025 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 = 1.20.2 +VER = 1.22.2 THISAPP = ed-$(VER) DL_FILE = $(THISAPP).tar.lz @@ -43,7 +43,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 5a9d36dba98488e3cacb3e4c0b9d70003345ca94dbf9a3ebd3181b93567b9ef94df0e72614e99e2c6dde4929933d9333c6dba90fafcea6962e2c1abccb0525af +$(DL_FILE)_BLAKE2 = ee43321ea319129d391ef5d221b1a14b04169016c8ff327acd3f39ec5f901e7b013ac24a6790e6f04c5a51e4d7d10c202ced7528a5e74d1ed08a6e286405188d install : $(TARGET)