This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via b4fa906f8d0293b4e92c4f6e9aea83786d5a240a (commit) via fab2e0abd4b24f4968addd528b228002a3f8e3f6 (commit) from a18358290945cc28b5231f703ff13187a33a63ca (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit b4fa906f8d0293b4e92c4f6e9aea83786d5a240a Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Mar 14 09:34:17 2024 +0000
core185: Ship intel-microcode
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit fab2e0abd4b24f4968addd528b228002a3f8e3f6 Author: Adolf Belka adolf.belka@ipfire.org Date: Wed Mar 13 22:47:18 2024 +0100
intel-microcode: Update to version 20240312
- Update from version 20231114 to 20240312 - Update of rootfile - For the changelog details see the releasenote.md file in the source tarball.
Signed-off-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/x86_64/intel-microcode | 5 ++++- .../121 => core/185}/filelists/x86_64/intel-microcode | 0 config/rootfiles/core/185/update.sh | 13 ++++++++++++- lfs/intel-microcode | 6 +++--- 4 files changed, 19 insertions(+), 5 deletions(-) copy config/rootfiles/{oldcore/121 => core/185}/filelists/x86_64/intel-microcode (100%)
Difference in files: diff --git a/config/rootfiles/common/x86_64/intel-microcode b/config/rootfiles/common/x86_64/intel-microcode index 7f9632973..5037ac6a8 100644 --- a/config/rootfiles/common/x86_64/intel-microcode +++ b/config/rootfiles/common/x86_64/intel-microcode @@ -95,7 +95,6 @@ lib/firmware/intel-ucode/06-8e-09 lib/firmware/intel-ucode/06-8e-0a lib/firmware/intel-ucode/06-8e-0b lib/firmware/intel-ucode/06-8e-0c -lib/firmware/intel-ucode/06-8f-04 lib/firmware/intel-ucode/06-8f-05 lib/firmware/intel-ucode/06-8f-06 lib/firmware/intel-ucode/06-8f-07 @@ -117,12 +116,16 @@ lib/firmware/intel-ucode/06-a5-05 lib/firmware/intel-ucode/06-a6-00 lib/firmware/intel-ucode/06-a6-01 lib/firmware/intel-ucode/06-a7-01 +lib/firmware/intel-ucode/06-aa-04 lib/firmware/intel-ucode/06-b7-01 lib/firmware/intel-ucode/06-ba-02 lib/firmware/intel-ucode/06-ba-03 +lib/firmware/intel-ucode/06-ba-08 lib/firmware/intel-ucode/06-be-00 lib/firmware/intel-ucode/06-bf-02 lib/firmware/intel-ucode/06-bf-05 +lib/firmware/intel-ucode/06-cf-01 +lib/firmware/intel-ucode/06-cf-02 lib/firmware/intel-ucode/0f-00-07 lib/firmware/intel-ucode/0f-00-0a lib/firmware/intel-ucode/0f-01-02 diff --git a/config/rootfiles/core/185/filelists/x86_64/intel-microcode b/config/rootfiles/core/185/filelists/x86_64/intel-microcode new file mode 120000 index 000000000..d5ac074e2 --- /dev/null +++ b/config/rootfiles/core/185/filelists/x86_64/intel-microcode @@ -0,0 +1 @@ +../../../../common/x86_64/intel-microcode \ No newline at end of file diff --git a/config/rootfiles/core/185/update.sh b/config/rootfiles/core/185/update.sh index 33a05be39..3dce4693c 100644 --- a/config/rootfiles/core/185/update.sh +++ b/config/rootfiles/core/185/update.sh @@ -49,6 +49,7 @@ rm -rvf \ /lib/firmware/ath11k/WCN6855/hw2.0/Notice.txt \ /lib/firmware/intel-ucode/06-86-04 \ /lib/firmware/intel-ucode/06-86-05 \ + /lib/firmware/intel-ucode/06-8f-04 \ /sbin/xtables-multi \ /srv/web/ipfire/html/themes/ipfire-rounded \ /usr/lib/crda/pubkeys/linville.key.pub.pem \ @@ -113,8 +114,18 @@ mv /var/ipfire/ovpn/ovpnconfig.new /var/ipfire/ovpn/ovpnconfig # Set correct ownership chown nobody:nobody /var/ipfire/ovpn/ovpnconfig
+# Rebuild initial ramdisks +dracut --regenerate-all --force +KVER="xxxKVERxxx" +case "$(uname -m)" in + aarch64) + mkimage -A arm64 -T ramdisk -C lzma -d /boot/initramfs-${KVER}-ipfire.img /boot/uInit-${KVER}-ipfire + # dont remove initramfs because grub need this to boot. + ;; +esac + # This update needs a reboot... -#touch /var/run/need_reboot +touch /var/run/need_reboot
# Finish /etc/init.d/fireinfo start diff --git a/lfs/intel-microcode b/lfs/intel-microcode index 5e262dda3..785b2303b 100644 --- a/lfs/intel-microcode +++ b/lfs/intel-microcode @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2023 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2024 IPFire Team info@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 = 20231114 +VER = 20240312
THISAPP = Intel-Linux-Processor-Microcode-Data-Files-microcode-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -41,7 +41,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = e6084c92e9c3cc627af25a7f2f7fb26230b6ed117ddc197d19991df2816334132af92925f23af829bad005c32d0bd3afc362055ef223a599799d846216cf7612 +$(DL_FILE)_BLAKE2 = 43c771becef0f6dbfd41bf78a9a3cc8f6679a43ea48765d0e7f555c138dca6e3db42a4d33f743d8d51f38b0b6aa69322bba0c00ae9f1ff4c533b52166ee54747
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree