public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] texinfo: Update to version 7.1.1
Date: Fri, 13 Sep 2024 18:25:20 +0200	[thread overview]
Message-ID: <20240913162520.2352467-5-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20240913162520.2352467-1-adolf.belka@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 2657 bytes --]

- Update from version 7.1 to 7.1.1
- Update of rootfile not required
- Changelog
    7.1.1
	* texi2any
	  . fix potential crash when @include is used inside a table
	  . do not complain about presence of @anchor inside @item in a table
	  . C source files that are generated from *.xs files are no no longer
	    distributed, so xsubpp from Perl is needed to build XS modules.
	  . fix bug that led to memory alignment error on SPARC
	  . performance improvement and fixes for MinGW
	  . test failures due to floating point rounding error fixed (observed
	    on IBM POWER9 processor)
	* info
	  . crash when setting style to invalid value fixed
	  . potential call of memcpy with null argument fixed

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 lfs/texinfo | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/lfs/texinfo b/lfs/texinfo
index 4210ea89e..58cd05ba8 100644
--- a/lfs/texinfo
+++ b/lfs/texinfo
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2023  IPFire Team  <info(a)ipfire.org>                     #
+# Copyright (C) 2007-2024  IPFire Team  <info(a)ipfire.org>                     #
 #                                                                             #
 # 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        = 7.1
+VER        = 7.1.1
 
 THISAPP    = texinfo-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 4385ca6250daeaa4f6bfedd9ab41f25993613031bcb8da55360365701213f4f3cf786d958749c59dc1c9dda328eca42f028aa051a7062313142aa92f55a96ecd
+$(DL_FILE)_BLAKE2 = 64dbd315e65d5b7cb0bb06c918e9924bb15a25a4bb26322db10b7ee98e9e6626b62592f8edd0ff016256f4a84837dabacb5278c3826e34fa3e080a5e8c0fb626
 
 install : $(TARGET)
 
@@ -77,7 +77,9 @@ $(subst %,%_BLAKE2,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	@$(PREBUILD)
 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
-	cd $(DIR_APP) && ./configure --prefix=$(PREFIX) --disable-nls
+	cd $(DIR_APP) && ./configure \
+				--prefix=$(PREFIX) \
+				--disable-nls
 	cd $(DIR_APP) && make $(MAKETUNING)
 	cd $(DIR_APP) && make install
 	@rm -rf $(DIR_APP)
-- 
2.46.0


      parent reply	other threads:[~2024-09-13 16:25 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-13 16:25 [PATCH] curl: Update to version 8.10.0 Adolf Belka
2024-09-13 16:25 ` [PATCH] liburcu: Update to version 0.14.1 Adolf Belka
2024-09-13 16:25 ` [PATCH] nano: Update to version 8.2 Adolf Belka
2024-09-13 16:25 ` [PATCH] samba: Update to version 4.21.0 Adolf Belka
2024-09-13 16:25 ` Adolf Belka [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240913162520.2352467-5-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox