- removal of EX-addonsvc.menu entry in config/menu/ as the lfs file for this could not be found in the IPFire git repo all the way back to CU30 - removal of EX-addonsvc.menu, EX-asterisk.menu and EX-bluetooth.menu which are no longer in IPfire for two years or longer.
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- config/menu/EX-addonsvc.menu | 5 ----- config/rootfiles/common/configroot | 3 --- 2 files changed, 8 deletions(-) delete mode 100644 config/menu/EX-addonsvc.menu
diff --git a/config/menu/EX-addonsvc.menu b/config/menu/EX-addonsvc.menu deleted file mode 100644 index 99db1f002..000000000 --- a/config/menu/EX-addonsvc.menu +++ /dev/null @@ -1,5 +0,0 @@ - $subipfire->{'11.addonsvc'} = {'caption' => 'Addon Services', - 'uri' => '/cgi-bin/addonsvc.cgi', - 'title' => 'Addon Services', - 'enabled' => 1, - }; diff --git a/config/rootfiles/common/configroot b/config/rootfiles/common/configroot index bc979cf2c..84b3f4b1e 100644 --- a/config/rootfiles/common/configroot +++ b/config/rootfiles/common/configroot @@ -117,10 +117,7 @@ var/ipfire/menu.d/40-services.menu var/ipfire/menu.d/50-firewall.menu var/ipfire/menu.d/60-ipfire.menu var/ipfire/menu.d/70-log.menu -#var/ipfire/menu.d/EX-addonsvc.menu #var/ipfire/menu.d/EX-apcupsd.menu -#var/ipfire/menu.d/EX-asterisk.menu -#var/ipfire/menu.d/EX-bluetooth.menu #var/ipfire/menu.d/EX-guardian.menu #var/ipfire/menu.d/EX-mpfire.menu #var/ipfire/menu.d/EX-samba.menu
- Update from version 6.1.1 to 6.2.0 - Update of rootfile not required - Changelog There is no changelog in the source tarball or in the kernel site where the source tarballs are available from. The only sourec of change info is the git commit log https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/log/
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- lfs/xfsprogs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lfs/xfsprogs b/lfs/xfsprogs index 5dfb1542e..07c5c7b97 100644 --- a/lfs/xfsprogs +++ b/lfs/xfsprogs @@ -24,7 +24,7 @@
include Config
-VER = 6.1.1 +VER = 6.2.0
THISAPP = xfsprogs-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = f6551356ccc68ee6d0bdc50edcf9717bfc94053e97b408f0fa6b316d51391bd347baa8c6ce09e269d09177eec14befc4235738e92d5e4408bda1113c79b2b18b +$(DL_FILE)_BLAKE2 = 847ad267b3667604c9c6a30857605e9cef0f184b7c375d0771b29a0c9596f621a819cc4e88af939a3f9a3ce14a2984fece5e70346bc673a5982af6eebe3909cc
install : $(TARGET)