Start Core Update 188

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-07-22 15:09:13 +00:00
parent 5cee82ee5c
commit 357211c24f
53 changed files with 108 additions and 1 deletions

View File

@@ -1 +0,0 @@
../../../../common/aarch64/gcc

View File

@@ -1 +0,0 @@
../../../../common/aarch64/util-linux

View File

@@ -1 +0,0 @@
../../../../common/aarch64/vectorscan

View File

@@ -1 +0,0 @@
../../../common/apache2

View File

@@ -1 +0,0 @@
../../../common/bind

View File

@@ -1 +0,0 @@
../../../common/ca-certificates

View File

@@ -1 +0,0 @@
../../../common/cpio

View File

@@ -1 +0,0 @@
../../../common/curl

View File

@@ -1 +0,0 @@
../../../common/dhcpcd

View File

@@ -1 +0,0 @@
../../../common/e2fsprogs

View File

@@ -1 +0,0 @@
../../../common/ethtool

View File

@@ -1,8 +0,0 @@
etc/fcron.daily/openvpn-crl-updater
etc/rc.d/init.d/firewall
etc/sysctl.conf
srv/web/ipfire/cgi-bin/dns.cgi
srv/web/ipfire/cgi-bin/firewall.cgi
srv/web/ipfire/cgi-bin/vpnmain.cgi
usr/lib/firewall/rules.pl
var/ipfire/header.pl

View File

@@ -1 +0,0 @@
../../../common/gnutls

View File

@@ -1 +0,0 @@
../../../common/iana-etc

View File

@@ -1 +0,0 @@
../../../common/ipblocklist-sources

View File

@@ -1 +0,0 @@
../../../common/iw

View File

@@ -1 +0,0 @@
../../../common/jq

View File

@@ -1 +0,0 @@
../../../common/kbd

View File

@@ -1 +0,0 @@
../../../common/libedit

View File

@@ -1 +0,0 @@
../../../common/lzip

View File

@@ -1 +0,0 @@
../../../common/mdadm

View File

@@ -1 +0,0 @@
../../../common/ntp

View File

@@ -1 +0,0 @@
../../../common/oath-toolkit

View File

@@ -1 +0,0 @@
../../../common/openssh

View File

@@ -1 +0,0 @@
../../../common/pam

View File

@@ -1 +0,0 @@
../../../common/pcre2

View File

@@ -1 +0,0 @@
../../../common/ppp

View File

@@ -1 +0,0 @@
../../../common/psmisc

View File

@@ -1 +0,0 @@
../../../../common/riscv64/gcc

View File

@@ -1 +0,0 @@
../../../../common/riscv64/util-linux

View File

@@ -1 +0,0 @@
../../../common/screen

View File

@@ -1 +0,0 @@
../../../common/shadow

View File

@@ -1 +0,0 @@
../../../common/sqlite

View File

@@ -1 +0,0 @@
../../../common/squid

View File

@@ -1 +0,0 @@
../../../common/strongswan

View File

@@ -1 +0,0 @@
../../../common/suricata

View File

@@ -1 +0,0 @@
../../../common/unbound

View File

@@ -1 +0,0 @@
../../../common/vim

View File

@@ -1 +0,0 @@
../../../common/whois

View File

@@ -1 +0,0 @@
../../../../common/x86_64/gcc

View File

@@ -1 +0,0 @@
../../../../common/x86_64/intel-microcode

View File

@@ -1 +0,0 @@
../../../../common/x86_64/util-linux

View File

@@ -1 +0,0 @@
../../../../common/x86_64/vectorscan

View File

@@ -1 +0,0 @@
../../../common/xfsprogs

View File

@@ -1 +0,0 @@
../../../common/zstd

View File

@@ -24,7 +24,7 @@
. /opt/pakfire/lib/functions.sh
/usr/local/bin/backupctrl exclude >/dev/null 2>&1
core=187
core=188
# Remove old core updates from pakfire cache to save space...
for (( i=1; i<=$core; i++ )); do
@@ -37,8 +37,6 @@ done
extract_files
# Remove files
rm -rfv \
/usr/share/vim/vim90
# update linker config
ldconfig
@@ -49,28 +47,10 @@ ldconfig
# Filesytem cleanup
/usr/local/bin/filesystem-cleanup
# Apply local configuration to sshd_config
/usr/local/bin/sshctrl
# Start services
/etc/init.d/apache restart
/etc/init.d/unbound restart
/etc/init.d/suricata restart
/etc/init.d/sshd restart
/etc/init.d/firewall restart
# Build initial ramdisks (for intel-microcode)
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