From 03c56a420feb3fb6d42e4840bcf888d66d1b0968 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Sun, 23 Feb 2025 04:20:25 +0000 Subject: [PATCH] mtools: update to 4.0.48 --- packages/tools/mtools/package.mk | 4 ++-- .../mtools/patches/mtools-05-fix-install.patch | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/tools/mtools/package.mk b/packages/tools/mtools/package.mk index b9080f6471..be27912d67 100644 --- a/packages/tools/mtools/package.mk +++ b/packages/tools/mtools/package.mk @@ -3,8 +3,8 @@ # Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv) PKG_NAME="mtools" -PKG_VERSION="4.0.47" -PKG_SHA256="31aa06078cc3f50591b95e71a909c56dd179d87e9cbdc07bf435e595bd7cc7ff" +PKG_VERSION="4.0.48" +PKG_SHA256="03c29aac8735dd7154a989fbc29eaf2b506121ae1c3a35cd0bf2a02e94d271a9" PKG_LICENSE="GPL" PKG_SITE="http://www.gnu.org/software/mtools/" PKG_URL="https://ftpmirror.gnu.org/${PKG_NAME}/${PKG_NAME}-${PKG_VERSION}.tar.bz2" diff --git a/packages/tools/mtools/patches/mtools-05-fix-install.patch b/packages/tools/mtools/patches/mtools-05-fix-install.patch index 962d886433..ee3f5815a3 100644 --- a/packages/tools/mtools/patches/mtools-05-fix-install.patch +++ b/packages/tools/mtools/patches/mtools-05-fix-install.patch @@ -1,16 +1,16 @@ removes installing of floppyd, manuals and info should fix occasional mtools installation problems few of us had ---- a/Makefile.in 2010-10-17 17:41:09.000000000 +0200 -+++ b/Makefile.in 2016-04-28 11:42:28.015052786 +0200 -@@ -236,8 +236,8 @@ +--- a/Makefile.in 2025-02-05 12:30:43.000000000 +0000 ++++ b/Makefile.in 2025-02-23 04:28:25.663710133 +0000 +@@ -226,8 +226,8 @@ uninstall-info: cd $(DESTDIR)$(infodir) && rm -f mtools.info* --install: $(DESTDIR)$(bindir)/mtools @BINFLOPPYD@ install-man install-links \ -- $(DESTDIR)$(bindir)/mkmanifest install-scripts install-info -+install: $(DESTDIR)$(bindir)/mtools install-links \ -+ $(DESTDIR)$(bindir)/mkmanifest install-scripts +-install: $(DESTDIR)$(bindir)/mtools$(EXEEXT) @BINFLOPPYD@ install-man install-links \ +- $(DESTDIR)$(bindir)/mkmanifest$(EXEEXT) install-scripts install-info ++install: $(DESTDIR)$(bindir)/mtools$(EXEEXT) install-links \ ++ $(DESTDIR)$(bindir)/mkmanifest$(EXEEXT) install-scripts uninstall: uninstall-bin uninstall-man uninstall-links \ uninstall-scripts