From patchwork Wed Nov 1 01:45:48 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marcel Lorenz X-Patchwork-Id: 1500 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id 1033960D88 for ; Tue, 31 Oct 2017 15:46:08 +0100 (CET) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 9A73E2857; Tue, 31 Oct 2017 15:46:07 +0100 (CET) Received: from localhost.localdomain (mail.ml-systec.de [87.140.105.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id DBF81248B for ; Tue, 31 Oct 2017 15:46:04 +0100 (CET) From: Marcel Lorenz To: development@lists.ipfire.org Subject: [PATCH] texinfo: update to 6.5 Date: Tue, 31 Oct 2017 15:45:48 +0100 Message-Id: <20171031144548.5271-1-marcel.lorenz@ipfire.org> X-Mailer: git-send-email 2.14.2 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.21 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" Signed-off-by: Marcel Lorenz --- config/rootfiles/common/texinfo | 7 ++++++- lfs/texinfo | 8 ++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/config/rootfiles/common/texinfo b/config/rootfiles/common/texinfo index c023d7678..c18a8ad2b 100644 --- a/config/rootfiles/common/texinfo +++ b/config/rootfiles/common/texinfo @@ -8,6 +8,9 @@ #usr/bin/texi2pdf #usr/bin/texindex #usr/lib/texinfo +#usr/lib/texinfo/MiscXS.a +#usr/lib/texinfo/MiscXS.la +#usr/lib/texinfo/MiscXS.so #usr/lib/texinfo/XSParagraph.a #usr/lib/texinfo/XSParagraph.la #usr/lib/texinfo/XSParagraph.so @@ -29,7 +32,6 @@ #usr/share/man/man5/texinfo.5 #usr/share/texinfo #usr/share/texinfo/DebugTexinfo -#usr/share/texinfo/DebugTexinfo/DebugCount.pm #usr/share/texinfo/DebugTexinfo/DebugTree.pm #usr/share/texinfo/Pod-Simple-Texinfo #usr/share/texinfo/Pod-Simple-Texinfo/Pod @@ -61,10 +63,13 @@ #usr/share/texinfo/Texinfo/Convert/XSParagraph/TestXS.pm #usr/share/texinfo/Texinfo/Documentlanguages.pm #usr/share/texinfo/Texinfo/Encoding.pm +#usr/share/texinfo/Texinfo/MiscXS.pm #usr/share/texinfo/Texinfo/ModulePath.pm #usr/share/texinfo/Texinfo/Parser.pm #usr/share/texinfo/Texinfo/Report.pm #usr/share/texinfo/Texinfo/Structuring.pm +#usr/share/texinfo/Texinfo/Transformations.pm +#usr/share/texinfo/Texinfo/XSLoader.pm #usr/share/texinfo/htmlxref.cnf #usr/share/texinfo/init #usr/share/texinfo/init/book.pm diff --git a/lfs/texinfo b/lfs/texinfo index 95e244a52..a09b6dad1 100644 --- a/lfs/texinfo +++ b/lfs/texinfo @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2016 IPFire Team # +# Copyright (C) 2017 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,12 +24,12 @@ include Config -VER = 6.3 +VER = 6.5 THISAPP = texinfo-$(VER) DL_FILE = $(THISAPP).tar.xz DL_FROM = $(URL_IPFIRE) -DIR_APP = $(DIR_SRC)/texinfo-6.3 +DIR_APP = $(DIR_SRC)/$(THISAPP) # Normal build or /tools build. # @@ -49,7 +49,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 32baefe5c7080dfb512a4eac5ce67b2a +$(DL_FILE)_MD5 = 3715197e62e0e07f85860b3d7aab55ed install : $(TARGET)