mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
Start Core Update 185
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
../../../../common/aarch64/glibc
|
||||
@@ -1 +0,0 @@
|
||||
../../../common/acl
|
||||
@@ -1 +0,0 @@
|
||||
../../../common/attr
|
||||
@@ -1 +0,0 @@
|
||||
../../../common/bash
|
||||
@@ -1 +0,0 @@
|
||||
../../../common/dhcpcd
|
||||
@@ -1 +0,0 @@
|
||||
../../../common/diffutils
|
||||
@@ -1 +0,0 @@
|
||||
../../../common/ed
|
||||
@@ -1 +0,0 @@
|
||||
../../../common/expat
|
||||
@@ -1 +0,0 @@
|
||||
../../../common/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
|
||||
@@ -1 +0,0 @@
|
||||
../../../common/gettext
|
||||
@@ -1 +0,0 @@
|
||||
../../../common/gnutls
|
||||
@@ -1 +0,0 @@
|
||||
../../../common/iana-etc
|
||||
@@ -1 +0,0 @@
|
||||
../../../common/iproute2
|
||||
@@ -1 +0,0 @@
|
||||
../../../common/ipset
|
||||
@@ -1 +0,0 @@
|
||||
../../../common/iputils
|
||||
@@ -1 +0,0 @@
|
||||
../../../common/libhtp
|
||||
@@ -1 +0,0 @@
|
||||
../../../common/libidn
|
||||
@@ -1 +0,0 @@
|
||||
../../../common/libpng
|
||||
@@ -1 +0,0 @@
|
||||
../../../common/lvm2
|
||||
@@ -1 +0,0 @@
|
||||
../../../common/lzip
|
||||
@@ -1 +0,0 @@
|
||||
../../../common/memtest
|
||||
@@ -1 +0,0 @@
|
||||
../../../common/openssl
|
||||
@@ -1 +0,0 @@
|
||||
../../../common/pam
|
||||
@@ -1 +0,0 @@
|
||||
../../../common/pixman
|
||||
@@ -1 +0,0 @@
|
||||
../../../common/poppler
|
||||
@@ -1 +0,0 @@
|
||||
../../../common/readline
|
||||
@@ -1 +0,0 @@
|
||||
../../../../common/riscv64/glibc
|
||||
@@ -1 +0,0 @@
|
||||
../../../common/shadow
|
||||
@@ -1 +0,0 @@
|
||||
../../../common/sqlite
|
||||
@@ -1 +0,0 @@
|
||||
../../../common/squid
|
||||
@@ -1 +0,0 @@
|
||||
../../../common/suricata
|
||||
@@ -1 +0,0 @@
|
||||
../../../common/vnstat
|
||||
@@ -1 +0,0 @@
|
||||
../../../../common/x86_64/dmidecode
|
||||
@@ -1 +0,0 @@
|
||||
../../../../common/x86_64/glibc
|
||||
@@ -1 +0,0 @@
|
||||
../../../common/xz
|
||||
@@ -1 +0,0 @@
|
||||
../../../common/zlib
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user