From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, master, updated. 6084fa89bfe8e65592b8e3a74b21470585332736 Date: Fri, 28 Jul 2023 16:57:07 +0000 Message-ID: <4RCDM76dSmz2xY0@people01.haj.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6273662413480869020==" List-Id: --===============6273662413480869020== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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, master has been updated via 6084fa89bfe8e65592b8e3a74b21470585332736 (commit) via d4781c29aeb8f5ae2323c445142e48b303fd09e5 (commit) via 8ffe9b67de2fad230ea28200cd5c5b79d586c793 (commit) via 0bb82a95dd383912bde857db9a7d702604e582f6 (commit) from 84a3246be960629b4e14103b89f07662eca26206 (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 6084fa89bfe8e65592b8e3a74b21470585332736 Author: Arne Fitzenreiter Date: Fri Jul 28 18:30:21 2023 +0200 kernel: update to 6.1.42 =20 Signed-off-by: Arne Fitzenreiter Signed-off-by: Michael Tremer commit d4781c29aeb8f5ae2323c445142e48b303fd09e5 Author: Michael Tremer Date: Fri Jul 28 16:21:12 2023 +0000 core177: Fix typo in removing rngd init links =20 Signed-off-by: Michael Tremer commit 8ffe9b67de2fad230ea28200cd5c5b79d586c793 Author: Arne Fitzenreiter Date: Fri Jul 28 18:19:16 2023 +0200 core177: remove rngd if the addon was not installed via pakfire =20 the old version is linked against the old openssl and will fail. =20 fixes: #13197 =20 Signed-off-by: Arne Fitzenreiter Signed-off-by: Michael Tremer commit 0bb82a95dd383912bde857db9a7d702604e582f6 Author: Arne Fitzenreiter Date: Fri Jul 28 18:04:25 2023 +0200 initskripts: remove buggy remount at halt and reboot =20 mount -f does nothing and also the sync calls should do nothing on a already ro mounted filesystem. =20 fixes: #13195 =20 Signed-off-by: Arne Fitzenreiter Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: config/kernel/kernel.config.x86_64-ipfire | 2 +- config/rootfiles/core/177/filelists/files | 2 ++ config/rootfiles/core/177/update.sh | 9 +++++++++ lfs/linux | 4 ++-- src/initscripts/system/halt | 5 ----- src/initscripts/system/reboot | 4 ---- 6 files changed, 14 insertions(+), 12 deletions(-) Difference in files: diff --git a/config/kernel/kernel.config.x86_64-ipfire b/config/kernel/kernel= .config.x86_64-ipfire index 32fcb18c4..a5ad9700f 100644 --- a/config/kernel/kernel.config.x86_64-ipfire +++ b/config/kernel/kernel.config.x86_64-ipfire @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 6.1.41-ipfire Kernel Configuration +# Linux/x86 6.1.42-ipfire Kernel Configuration # CONFIG_CC_VERSION_TEXT=3D"gcc (GCC) 13.1.0" CONFIG_CC_IS_GCC=3Dy diff --git a/config/rootfiles/core/177/filelists/files b/config/rootfiles/cor= e/177/filelists/files index e9ba30a0c..5f0034d81 100644 --- a/config/rootfiles/core/177/filelists/files +++ b/config/rootfiles/core/177/filelists/files @@ -1,3 +1,5 @@ +etc/rc.d/init.d/halt +etc/rc.d/init.d/reboot lib/firmware/amd-ucode/microcode_amd_fam17h.bin lib/firmware/amd-ucode/microcode_amd_fam19h.bin lib/firmware/amdgpu/aldebaran_mec2.bin diff --git a/config/rootfiles/core/177/update.sh b/config/rootfiles/core/177/= update.sh index 818079940..52ef205b0 100644 --- a/config/rootfiles/core/177/update.sh +++ b/config/rootfiles/core/177/update.sh @@ -97,6 +97,15 @@ rm -f \ /opt/pakfire/db/meta/meta-squidclamav \ /opt/pakfire/db/rootfiles/squidclamav =20 +# remove old rngd if the addon is not installed +if [ ! -e "/opt/pakfire/db/installed/meta-rng-tools" ]; then + rm -fv /usr/bin/randstat \ + /usr/bin/rngtest \ + /usr/sbin/rngd \ + /etc/rc.d/init.d/rngd \ + /etc/rc.d/rc?.d/*rngd +fi + # Extract files extract_files =20 diff --git a/lfs/linux b/lfs/linux index 4aa8c08cb..2160482ca 100644 --- a/lfs/linux +++ b/lfs/linux @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 6.1.41 +VER =3D 6.1.42 ARM_PATCHES =3D 6.1.y-ipfire2 =20 THISAPP =3D linux-$(VER) @@ -75,7 +75,7 @@ objects =3D \ $(DL_FILE) =3D $(URL_IPFIRE)/$(DL_FILE) arm-multi-patches-$(ARM_PATCHES).patch.xz =3D $(URL_IPFIRE)/arm-multi-patche= s-$(ARM_PATCHES).patch.xz =20 -$(DL_FILE)_BLAKE2 =3D 7b67b16cb45e8089a4554c59e5be29fef39acd95013345752f5e57= af4f185cc79a5effb13741f643d7a9ef2c99555342cfeb1e859f38303be800d889a35972fe +$(DL_FILE)_BLAKE2 =3D 27d506867a44764ca5fb71d36a1732ded064b8d24d2d53bd1b2158= db53cc82283a390b46071ed0cd07fdd68a0fd60486e5ec231fc6247f87bc0bea9692d449f9 arm-multi-patches-$(ARM_PATCHES).patch.xz_BLAKE2 =3D 7afc460562fb24bcd75784f= c79de768f9b60780aedd88d1a847927169e31920bbb475b1ac1466c4a224a7876d16bd8d465b9= 6202de12b74f6e2ccbfcec731ad3 =20 install : $(TARGET) diff --git a/src/initscripts/system/halt b/src/initscripts/system/halt index 91c89455c..40a72ac7d 100644 --- a/src/initscripts/system/halt +++ b/src/initscripts/system/halt @@ -24,11 +24,6 @@ =20 case "${1}" in stop) - sync && sync - boot_mesg "Remount root readonly..." - mount -f -o remount,ro / > /dev/null 2>&1 - evaluate_retval - boot_mesg "Prepare for halt..." sleep 2 =20 diff --git a/src/initscripts/system/reboot b/src/initscripts/system/reboot index 30c504025..f87f12921 100644 --- a/src/initscripts/system/reboot +++ b/src/initscripts/system/reboot @@ -24,10 +24,6 @@ =20 case "${1}" in stop) - sync && sync - boot_mesg "Remount root readonly..." - mount -f -o remount,ro / > /dev/null 2>&1 - evaluate_retval boot_mesg "Prepare for reboot..." sleep 2 reboot -d -f -i hooks/post-receive -- IPFire 2.x development tree --===============6273662413480869020==--