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, core134 has been updated
via 4e69701332f4cee583752ed3ff3e4d44b129931d (commit)
via b10365c832420b09be9cb62161fa21aef89e4017 (commit)
via 8c261d91e87a73804d11d71279ea103a4ac99fd6 (commit)
from c6e032e13d5d1eff16189c50229f00522835aae5 (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 4e69701332f4cee583752ed3ff3e4d44b129931d
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Sat Jun 22 20:59:32 2019 +0200
intel-microcode: update to 20190618
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit b10365c832420b09be9cb62161fa21aef89e4017
Merge: 8c261d91e c6e032e13
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Sat Jun 22 16:01:16 2019 +0200
Merge branch 'next' of git.ipfire.org:/pub/git/ipfire-2.x into next
commit 8c261d91e87a73804d11d71279ea103a4ac99fd6
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Sat Jun 22 16:00:37 2019 +0200
kernel: 4.14.129
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
.../{common => core/134/filelists}/i586/intel-microcode | 0
.../{oldcore/121 => core/134}/filelists/x86_64/intel-microcode | 0
lfs/intel-microcode | 9 ++++-----
lfs/linux | 6 +++---
4 files changed, 7 insertions(+), 8 deletions(-)
copy config/rootfiles/{common => core/134/filelists}/i586/intel-microcode (100%)
copy config/rootfiles/{oldcore/121 => core/134}/filelists/x86_64/intel-microcode (100%)
Difference in files:
diff --git a/config/rootfiles/core/134/filelists/i586/intel-microcode b/config/rootfiles/core/134/filelists/i586/intel-microcode
new file mode 120000
index 000000000..1c5bc5743
--- /dev/null
+++ b/config/rootfiles/core/134/filelists/i586/intel-microcode
@@ -0,0 +1 @@
+../x86_64/intel-microcode
\ No newline at end of file
diff --git a/config/rootfiles/core/134/filelists/x86_64/intel-microcode b/config/rootfiles/core/134/filelists/x86_64/intel-microcode
new file mode 120000
index 000000000..d5ac074e2
--- /dev/null
+++ b/config/rootfiles/core/134/filelists/x86_64/intel-microcode
@@ -0,0 +1 @@
+../../../../common/x86_64/intel-microcode
\ No newline at end of file
diff --git a/lfs/intel-microcode b/lfs/intel-microcode
index f2223148f..e01ea9934 100644
--- a/lfs/intel-microcode
+++ b/lfs/intel-microcode
@@ -24,10 +24,10 @@
include Config
-VER = 20190514
+VER = 20190618
THISAPP = Intel-Linux-Processor-Microcode-Data-Files-microcode-$(VER)
-DL_FILE = $(THISAPP).tar.gz
+DL_FILE = $(THISAPP).tar.xz
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
@@ -41,8 +41,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = ad5fe712f54387c0737caef8131b4770
-
+$(DL_FILE)_MD5 = 18af9bd8b6c7164f0cd917080a387244
install : $(TARGET)
@@ -74,7 +73,7 @@ $(subst %,%_MD5,$(objects)) :
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
- @rm -rf $(DIR_APP) && cd $(DIR_SRC) && mkdir -p $(DIR_APP) && tar zxf $(DIR_DL)/$(DL_FILE)
+ @rm -rf $(DIR_APP) && cd $(DIR_SRC) && mkdir -p $(DIR_APP) && tar axf $(DIR_DL)/$(DL_FILE)
# Copy the firmware files into the right position
cd $(DIR_APP) && cp -R intel-ucode /lib/firmware/
@rm -rf $(DIR_APP)
diff --git a/lfs/linux b/lfs/linux
index 6669cf220..91b014983 100644
--- a/lfs/linux
+++ b/lfs/linux
@@ -24,8 +24,8 @@
include Config
-VER = 4.14.128
-ARM_PATCHES = 4.14.128-ipfire0
+VER = 4.14.129
+ARM_PATCHES = 4.14.129-ipfire0
THISAPP = linux-$(VER)
DL_FILE = linux-$(VER).tar.xz
@@ -82,7 +82,7 @@ objects =$(DL_FILE) \
$(DL_FILE) = $(URL_IPFIRE)/$(DL_FILE)
arm-multi-patches-$(ARM_PATCHES).patch.xz = $(URL_IPFIRE)/arm-multi-patches-$(ARM_PATCHES).patch.xz
-$(DL_FILE)_MD5 = 6c51d852170552a503b497766cfb632f
+$(DL_FILE)_MD5 = e21f063410d670641b22512ae5219cd0
arm-multi-patches-$(ARM_PATCHES).patch.xz_MD5 = 5c5f6da89606e63701cdcd84a500aca1
install : $(TARGET)
hooks/post-receive
--
IPFire 2.x development tree