diff --git a/config/rootfiles/common/exfatprogs b/config/rootfiles/common/exfatprogs index 19652c8c1..857b52c49 100644 --- a/config/rootfiles/common/exfatprogs +++ b/config/rootfiles/common/exfatprogs @@ -1,9 +1,11 @@ usr/sbin/dump.exfat +usr/sbin/exfat2img usr/sbin/exfatlabel usr/sbin/fsck.exfat usr/sbin/mkfs.exfat usr/sbin/tune.exfat #usr/share/man/man8/dump.exfat.8 +#usr/share/man/man8/exfat2img.8 #usr/share/man/man8/exfatlabel.8 #usr/share/man/man8/fsck.exfat.8 #usr/share/man/man8/mkfs.exfat.8 diff --git a/lfs/exfatprogs b/lfs/exfatprogs index f553d4694..51f6c45b9 100644 --- a/lfs/exfatprogs +++ b/lfs/exfatprogs @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2024 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,7 +24,7 @@ include Config -VER = 1.1.3 +VER = 1.2.5 THISAPP = exfatprogs-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 7d1e471eb24f408999efd7fd6e8e2b60f0ef4efbceca9780de5a52c0b0bcad18a25648b7e669e805a40f382541406c01ea75cd40b4660f44281848bf38f9d1c0 +$(DL_FILE)_BLAKE2 = 11909a494d0e6ae3ba938ae6c8511d587037f32c0a07a7775c3da5e1019cd2ca989f42e616da4a44e32551d936db97a935b0074322389cc39b4c336043535bea install : $(TARGET)