Start Core Update 185

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-02-10 11:47:13 +00:00
parent 4c68bcb588
commit 24dbe4eaf2
44 changed files with 111 additions and 1 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,6 +0,0 @@
etc/rc.d/init.d/collectd
etc/rc.d/init.d/firewall
srv/web/ipfire/cgi-bin/optionsfw.cgi
srv/web/ipfire/cgi-bin/vpnmain.cgi
usr/lib/firewall/rules.pl
var/ipfire/graphs.pl

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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/suricata

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -24,7 +24,7 @@
. /opt/pakfire/lib/functions.sh
/usr/local/bin/backupctrl exclude >/dev/null 2>&1
core=184
core=185
# Remove old core updates from pakfire cache to save space...
for (( i=1; i<=$core; i++ )); do
@@ -32,36 +32,10 @@ for (( i=1; i<=$core; i++ )); do
done
# Stop services
/etc/init.d/squid stop
/etc/init.d/vnstat stop
# Extract files
extract_files
# Remove dropped elfutils addon
rm -vf \
/opt/pakfire/db/installed/meta-elfutils \
/opt/pakfire/db/meta/meta-elfutils \
/opt/pakfire/db/rootfiles/elfutils \
/usr/bin/eu-addr2line \
/usr/bin/eu-ar \
/usr/bin/eu-elfclassify \
/usr/bin/eu-elfcmp \
/usr/bin/eu-elfcompress \
/usr/bin/eu-elflint \
/usr/bin/eu-findtextrel \
/usr/bin/eu-make-debug-archive \
/usr/bin/eu-nm \
/usr/bin/eu-objdump \
/usr/bin/eu-ranlib \
/usr/bin/eu-readelf \
/usr/bin/eu-size \
/usr/bin/eu-srcfiles \
/usr/bin/eu-stack \
/usr/bin/eu-strings \
/usr/bin/eu-strip \
/usr/bin/eu-unstrip
# Remove files
# update linker config
@@ -77,16 +51,9 @@ ldconfig
/usr/local/bin/sshctrl
# Start services
telinit u
/etc/init.d/vnstat start
/etc/init.d/collectd restart
/etc/init.d/suricata restart
if [ -f /var/ipfire/proxy/enable ]; then
/etc/init.d/squid start
fi
# This update needs a reboot...
touch /var/run/need_reboot
#touch /var/run/need_reboot
# Finish
/etc/init.d/fireinfo start