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 92d969d8adc6f6c12417b8b4c04b18754ac87bb2 (commit) via 26c98d0904897a4e8fcdaf5824907c325c77bfdc (commit) via 7e35b9b9bb29ab48c0e8a6e051dd203ffb9bb5cd (commit) from 1604674b51373aa592d6f353f8ccf5fef61be80a (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 92d969d8adc6f6c12417b8b4c04b18754ac87bb2 Merge: 1604674b5 26c98d090 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Thu Dec 21 09:53:50 2023 +0100
Merge remote-tracking branch 'origin/master' into next
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/oldcore/182/filelists/files | 5 +++++ config/rootfiles/oldcore/182/update.sh | 11 +++++++++++ 2 files changed, 16 insertions(+)
Difference in files: diff --git a/config/rootfiles/oldcore/182/filelists/files b/config/rootfiles/oldcore/182/filelists/files index 72c12c5ca..6ed086324 100644 --- a/config/rootfiles/oldcore/182/filelists/files +++ b/config/rootfiles/oldcore/182/filelists/files @@ -1,3 +1,7 @@ +bin/cat +bin/echo +bin/pwd +bin/stty lib/firmware/amd/amd_sev_fam19h_model0xh.sbin lib/firmware/amd/amd_sev_fam19h_model1xh.sbin lib/firmware/amdgpu/aldebaran_mec2.bin @@ -251,3 +255,4 @@ srv/web/ipfire/cgi-bin/connections.cgi srv/web/ipfire/cgi-bin/dhcp.cgi srv/web/ipfire/cgi-bin/tor.cgi usr/lib/libgcc_s.so.1 +usr/lib/libstdc++.so.6 diff --git a/config/rootfiles/oldcore/182/update.sh b/config/rootfiles/oldcore/182/update.sh index e906a8c60..1b5ddd3cb 100644 --- a/config/rootfiles/oldcore/182/update.sh +++ b/config/rootfiles/oldcore/182/update.sh @@ -57,7 +57,18 @@ rm -rvf \ /lib/firmware/intel/ibt-* \ /lib/firmware/mediatek/BT_RAM_CODE_* \ /lib/firmware/nxp \ + /lib/udev/accelerometer \ + /lib/udev/devices \ + /lib/udev/kpartx_id \ + /lib/udev/udevd \ + /lib/udev/rules.d/42-usb-hid-pm.rules \ + /lib/udev/rules.d/50-firmware.rules \ + /lib/udev/rules.d/60-keyboard.rules \ + /lib/udev/rules.d/60-persistent-serial.rules \ + /lib/udev/rules.d/61-accelerometer.rules \ /lib/udev/rules.d/64-xfs.rules \ + /lib/udev/rules.d/75-tty-description.rules \ + /lib/udev/rules.d/95-udev-late.rules \ /usr/bin/gawk-5.2* \ /usr/lib/grub/{arm64-efi,i386-pc,riscv64-efi,x86_64-efi}/gmodule.pl
hooks/post-receive -- IPFire 2.x development tree