From patchwork Wed Sep 20 11:52:58 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7223 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 (secp384r1) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4RrH3M3vqQz3wnC for ; Wed, 20 Sep 2023 11:53:03 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4RrH3L0KN4z18B; Wed, 20 Sep 2023 11:53:02 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4RrH3K6Y8Jz2yv4; Wed, 20 Sep 2023 11:53: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 4RrH3K045vz2xlg for ; Wed, 20 Sep 2023 11:53:01 +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 (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4RrH3J15QKzdH; Wed, 20 Sep 2023 11:53:00 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1695210780; 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=4nuwAStvfj0Urg1CLMcE2vHmSe4faX9lANgsp1yXLTw=; b=v918AXM/+9CvtCeVU80R9doGEB1fr9L13FWgOs/k30WFOHTtc5lRNLjO5bI/FNmgIOHHnt iLtvoKHlHWMI+tBA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1695210780; 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=4nuwAStvfj0Urg1CLMcE2vHmSe4faX9lANgsp1yXLTw=; b=WbAsqSx5xxQz1wOI8DtvqKSbwoH+keaRaBb32XQTTqijN3PCKMXtAuwktBZ8sPe//f2VpC Oei9MflbbA08DyAIMWjBofbHvN7v1AoVa6CVIqI8afmk/0QC+b+96L8rCoBT1MdRsvk4YN lyAOQrJMjD4oovPThbnZXs+AVKlp4AEI/iOoT35rTyoX/spObp+XIHqFMzZQXQY7S6FagW w/EJyY76gST2rnBlq6YkoYRnMpmN64Hvs1Gvn4BpULm9ccWc6C3ZnQTIxwN/4vO4P6dsbD XZ4OmvaYN2MGJxhIC59WlwwciIdCI9Sil3WM3EdzM/DjydSkx+ZJEERlMyBAYg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] texinfo: Update to version 7.0.3-1 Date: Wed, 20 Sep 2023 13:52:58 +0200 Message-ID: <20230920115258.149824-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" - IPFire-3.x - Update from version 7.0.1-1.1 to 7.0.3-1 - Changelog 7.0.3 (26 March 2023) * 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' 7.0.2 (22 January 2023) * texi2any . do not distribute architecture-dependent files . build fixed on OpenIndiana 11 * info . further fix of recoding of UTF-8 files to ASCII . fix check for presence of man pages on Solaris * install-info . fix build by avoiding function name clash on some platforms . compiler warning re strncat silenced Signed-off-by: Adolf Belka --- texinfo/texinfo.nm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/texinfo/texinfo.nm b/texinfo/texinfo.nm index ec54bbe18..f53f0af62 100644 --- a/texinfo/texinfo.nm +++ b/texinfo/texinfo.nm @@ -4,8 +4,8 @@ ############################################################################### name = texinfo -version = 7.0.1 -release = 1.1 +version = 7.0.3 +release = 1 groups = Applications/Publishing url = https://www.gnu.org/software/texinfo/