From patchwork Thu May 18 18:43:27 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6877 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 4QMf550hn6z3wlM for ; Thu, 18 May 2023 18:43:53 +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 4QMf4v4SnjzC5F; Thu, 18 May 2023 18:43:43 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4QMf4v3pF6z30Jd; Thu, 18 May 2023 18:43:43 +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 4QMf4t28Xsz30JR for ; Thu, 18 May 2023 18:43:42 +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 4QMf4r0BMWz9VZ; Thu, 18 May 2023 18:43:39 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1684435420; 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=GRQmH/DuMC9joMk2K7wiT3gnMTigpOLWTw0Ysd3o6Uk=; b=wGMgGpQ/Fv1zJq71WhsL5w06MQtAxlDyuESTip1EyNdsF+kU83Ssb7o+0iNlmi7b1nJqSX GPcKjTKGH1QxinAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1684435420; 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=GRQmH/DuMC9joMk2K7wiT3gnMTigpOLWTw0Ysd3o6Uk=; b=C8ViDwf0VQxk9p9O+rRHc3RzAqVvB1WntspIBRzXYK7mlsTqk9OvY5CFIxMLbdOO9nsD1m qzJOiGJnDzEeTFENHQXpgVj6mhaZERxnJSmB0K/ylDUR+p66oq/7Apqi12o8Gzliw/5yml s0a6icPT7OuwcsxEWm5mj8ew16qPELDNOjh0P4NBjHN9Rix/gHGViW6V7t58uSRXLEBbMU ZQaXCO8XUFPs34MPSoqSkvu72+hCn0QZu9yHCdLi+pkYkGvZm1zwVoy2ZNmlg93FOedlzf XcJ0peeUQfJegq5htQDVPZ9Q4PKCP+jh1YZWRMkKrFtdynyODxgFKMEYByIZtg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] texinfo: Update to version 7.0.3 Date: Thu, 18 May 2023 20:43:27 +0200 Message-Id: <20230518184328.172754-10-adolf.belka@ipfire.org> In-Reply-To: <20230518184328.172754-1-adolf.belka@ipfire.org> References: <20230518184328.172754-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 version 7.0.2 to 7.0.3 - Update of rootfile not required - Changelog 7.0.3 (26 March 2023) This is a bug-fix release with minimal changes. * texi2any . fix performance regression when Perl binary extension (XS) modules are not being used (e.g. with TEXINFO_XS=omit) * info . further fix of recoding of UTF-8 files to ASCII to avoid text disappearing from nodes . avoid possible freeze at start of a file with `-v nodeline=pointers' Signed-off-by: Adolf Belka --- lfs/texinfo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/texinfo b/lfs/texinfo index 62acc0af5..6cd0e1f28 100644 --- a/lfs/texinfo +++ b/lfs/texinfo @@ -24,7 +24,7 @@ include Config -VER = 7.0.2 +VER = 7.0.3 THISAPP = texinfo-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -47,7 +47,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 23737cc800392c949add14c1d0a01a294e8c224d958c03325c96d6540dcfae49db5c2d4a8c29310c0603f8ac8477f6ee00a14db4aa6caab317b19e776139e617 +$(DL_FILE)_BLAKE2 = 38710faba2f717f7990228d58924901ea7d7378cc02e2059a437b5127f9e2dc67f732584e3f45fc34e8ef6d7671a546fe66871dadbd29e772f3417768622a650 install : $(TARGET)