mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
Start Core Update 134
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
../../../../common/aarch64/binutils
|
||||
@@ -1 +0,0 @@
|
||||
../../../../common/aarch64/gcc
|
||||
@@ -1 +0,0 @@
|
||||
../../../../common/aarch64/glibc
|
||||
@@ -1 +0,0 @@
|
||||
../../../../common/armv5tel/binutils
|
||||
@@ -1 +0,0 @@
|
||||
../../../../common/armv5tel/gcc
|
||||
@@ -1 +0,0 @@
|
||||
../../../../common/armv5tel/glibc
|
||||
@@ -1 +0,0 @@
|
||||
../../../common/bind
|
||||
@@ -1,14 +0,0 @@
|
||||
etc/system-release
|
||||
etc/issue
|
||||
etc/rc.d/init.d/smt
|
||||
srv/web/ipfire/cgi-bin/credits.cgi
|
||||
srv/web/ipfire/cgi-bin/dhcp.cgi
|
||||
srv/web/ipfire/cgi-bin/ids.cgi
|
||||
srv/web/ipfire/cgi-bin/ovpnmain.cgi
|
||||
srv/web/ipfire/cgi-bin/vpnmain.cgi
|
||||
srv/web/ipfire/cgi-bin/vulnerabilities.cgi
|
||||
usr/local/bin/update-ids-ruleset
|
||||
usr/sbin/convert-ids-modifysids-file
|
||||
usr/sbin/convert-snort
|
||||
var/ipfire/ids-functions.pl
|
||||
var/ipfire/langs
|
||||
@@ -1 +0,0 @@
|
||||
../../../../common/i586/binutils
|
||||
@@ -1 +0,0 @@
|
||||
../../../../common/i586/gcc
|
||||
@@ -1 +0,0 @@
|
||||
../../../../common/i586/glibc
|
||||
@@ -1 +0,0 @@
|
||||
../../../../common/i586/hyperscan
|
||||
@@ -1 +0,0 @@
|
||||
../../../common/ids-ruleset-sources
|
||||
@@ -1 +0,0 @@
|
||||
../../../common/knot
|
||||
@@ -1 +0,0 @@
|
||||
../../../common/openssl
|
||||
@@ -1 +0,0 @@
|
||||
../../../common/pam
|
||||
@@ -1 +0,0 @@
|
||||
../../../common/rrdtool
|
||||
@@ -1 +0,0 @@
|
||||
../../../common/squid
|
||||
@@ -1 +0,0 @@
|
||||
../../../common/strongswan
|
||||
@@ -1 +0,0 @@
|
||||
../../../common/suricata
|
||||
@@ -1 +0,0 @@
|
||||
../../../common/wpa_supplicant
|
||||
@@ -1 +0,0 @@
|
||||
../../../../common/x86_64/binutils
|
||||
@@ -1 +0,0 @@
|
||||
../../../../common/x86_64/gcc
|
||||
@@ -1 +0,0 @@
|
||||
../../../../common/x86_64/glibc
|
||||
@@ -1 +0,0 @@
|
||||
../../../../common/x86_64/hyperscan
|
||||
5
config/rootfiles/core/134/filelists/files
Normal file
5
config/rootfiles/core/134/filelists/files
Normal file
@@ -0,0 +1,5 @@
|
||||
etc/system-release
|
||||
etc/issue
|
||||
etc/rc.d/init.d/unbound
|
||||
srv/web/ipfire/cgi-bin/credits.cgi
|
||||
var/ipfire/langs
|
||||
@@ -24,52 +24,26 @@
|
||||
. /opt/pakfire/lib/functions.sh
|
||||
/usr/local/bin/backupctrl exclude >/dev/null 2>&1
|
||||
|
||||
core=133
|
||||
core=134
|
||||
|
||||
# Remove old core updates from pakfire cache to save space...
|
||||
for (( i=1; i<=$core; i++ )); do
|
||||
rm -f /var/cache/pakfire/core-upgrade-*-$i.ipfire
|
||||
done
|
||||
|
||||
# remove dropped packages
|
||||
for package in jansson; do
|
||||
rm -f "/opt/pakfire/db/installed/meta-${package}"
|
||||
rm -f "/opt/pakfire/db/meta/meta-${package}"
|
||||
rm -f "/opt/pakfire/db/rootfiles/${package}"
|
||||
done
|
||||
|
||||
# Stop services
|
||||
/etc/init.d/squid stop
|
||||
/usr/local/bin/ipsecctrl D
|
||||
|
||||
# Extract files
|
||||
extract_files
|
||||
|
||||
# create main/security file
|
||||
touch /var/ipfire/main/security
|
||||
chmod 644 /var/ipfire/main/security
|
||||
chown nobody:nobody /var/ipfire/main/security
|
||||
|
||||
# update linker config
|
||||
ldconfig
|
||||
|
||||
# restart init after glibc update
|
||||
telinit u
|
||||
|
||||
# Update Language cache
|
||||
/usr/local/bin/update-lang-cache
|
||||
|
||||
# Regenerate /etc/ipsec.conf
|
||||
sudo -u nobody /srv/web/ipfire/cgi-bin/vpnmain.cgi
|
||||
|
||||
# Modify suricata modify-sids file
|
||||
/usr/sbin/convert-ids-modifysids-file
|
||||
|
||||
# Start services
|
||||
/usr/local/bin/ipsecctrl S
|
||||
/etc/init.d/suricata restart
|
||||
/etc/init.d/squid start
|
||||
/etc/init.d/collectd restart
|
||||
/etc/init.d/unbound restart
|
||||
|
||||
# Finish
|
||||
/etc/init.d/fireinfo start
|
||||
Reference in New Issue
Block a user