Start Core Update 155

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2021-02-05 16:48:59 +00:00
parent 8e308e4eb2
commit eb53b56d3a
49 changed files with 106 additions and 1 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,33 +0,0 @@
etc/system-release
etc/issue
etc/os-release
etc/rc.d/init.d/functions
etc/rc.d/init.d/sshd
etc/rc.d/init.d/unbound
etc/rc.d/init.d/wlanclient
etc/unbound/unbound.conf
lib/udev/network-hotplug-bridges
opt/pakfire/lib/functions.sh
srv/web/ipfire/cgi-bin/country.cgi
srv/web/ipfire/cgi-bin/credits.cgi
srv/web/ipfire/cgi-bin/ddns.cgi
srv/web/ipfire/cgi-bin/dhcp.cgi
srv/web/ipfire/cgi-bin/extrahd.cgi
srv/web/ipfire/cgi-bin/gpl.cgi
srv/web/ipfire/cgi-bin/hardwaregraphs.cgi
srv/web/ipfire/cgi-bin/ids.cgi
srv/web/ipfire/cgi-bin/optionsfw.cgi
srv/web/ipfire/cgi-bin/pakfire.cgi
srv/web/ipfire/cgi-bin/remote.cgi
srv/web/ipfire/cgi-bin/services.cgi
srv/web/ipfire/cgi-bin/wakeonlan.cgi
srv/web/ipfire/cgi-bin/wirelessclient.cgi
usr/local/bin/ipsec-interfaces
usr/local/bin/sshctrl
usr/sbin/convert-snort
var/ipfire/extrahd/bin/extrahd.pl
var/ipfire/general-functions.pl
var/ipfire/ids-functions.pl
var/ipfire/network-functions.pl
var/ipfire/header.pl
var/ipfire/langs

View File

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

View File

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

View File

@@ -1 +0,0 @@
../../../../common/i586/hyperscan

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1 +0,0 @@
../../../common/libgpg-error

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,4 @@
etc/system-release
etc/issue
etc/os-release
var/ipfire/langs

View File

@@ -24,7 +24,7 @@
. /opt/pakfire/lib/functions.sh
/usr/local/bin/backupctrl exclude >/dev/null 2>&1
core=154
core=155
# Remove old core updates from pakfire cache to save space...
for (( i=1; i<=$core; i++ )); do
@@ -32,9 +32,6 @@ for (( i=1; i<=$core; i++ )); do
done
# Remove files
rm -vf \
/usr/local/bin/launch-ether-wake \
/usr/local/bin/upnpctrl
# Stop services
@@ -44,9 +41,6 @@ extract_files
# update linker config
ldconfig
# Manually set capabilities
setcap cap_net_raw+ep /usr/sbin/etherwake
# Update Language cache
/usr/local/bin/update-lang-cache
@@ -54,7 +48,6 @@ setcap cap_net_raw+ep /usr/sbin/etherwake
/usr/local/bin/filesystem-cleanup
# Start services
/etc/init.d/unbound restart
# This update needs a reboot...
#touch /var/run/need_reboot