core106: Add recently updated packages, etc.

This update removes dnsmasq and replaces it with unbound.

Also many packages are updated and shipped.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2016-09-26 21:03:33 +01:00
parent 59bddc7989
commit e26a93322d
32 changed files with 67 additions and 1 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,2 +1,17 @@
etc/system-release
etc/issue
etc/rc.d/init.d/dhcp
etc/rc.d/init.d/network
etc/rc.d/init.d/networking/red.down/05-update-dns-forwarders
etc/rc.d/init.d/networking/red.up/05-update-dns-forwarders
etc/rc.d/init.d/unbound
etc/rc.d/rc0.d/K79unbound
etc/rc.d/rc3.d/S21unbound
etc/rc.d/rc6.d/K79unbound
srv/web/ipfire/cgi-bin/dns.cgi
srv/web/ipfire/cgi-bin/dnsforward.cgi
srv/web/ipfire/cgi-bin/firewall.cgi
srv/web/ipfire/cgi-bin/hosts.cgi
srv/web/ipfire/cgi-bin/logs.cgi/log.dat
srv/web/ipfire/cgi-bin/pppsetup.cgi
srv/web/ipfire/cgi-bin/services.cgi

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -0,0 +1 @@
../../../common/libjpeg-compat

View File

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

View File

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

View File

@@ -0,0 +1 @@
../../../common/misc-progs

View File

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

View File

@@ -0,0 +1 @@
../../../common/python-daemon

View File

@@ -0,0 +1 @@
../../../common/python-docutils

View File

@@ -0,0 +1 @@
../../../common/python-inotify

View File

@@ -0,0 +1 @@
../../../common/python-ipaddress

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -41,17 +41,38 @@ done
# Stop services
/etc/init.d/squid stop
/etc/init.d/ipsec stop
/etc/init.d/dnsmasq stop
# Extract files
extract_files
# Delete dnsmasq
rm -vf \
/etc/rc.d/init.d/dnsmasq \
/etc/rc.d/init.d/networking/red.down/05-RS-dnsmasq \
/etc/rc.d/init.d/networking/red.up/05-RS-dnsmasq \
/usr/sbin/dnsmasq
# update linker config
ldconfig
grep -q unbound-anchor /var/spool/cron/root.orig || cat <<EOF >> /var/spool/cron/root.orig
# Update DNS trust anchor
%daily,random * * @runas(nobody) /usr/sbin/unbound-anchor -a /var/lib/unbound/root.key -c /etc/unbound/icannbundle.pem
EOF
# Update Language cache
#/usr/local/bin/update-lang-cache
/usr/local/bin/update-lang-cache
# Start services
/etc/init.d/unbound start
/etc/init.d/squid start
if grep -q "ENABLED=on" /var/ipfire/vpn/settings; then
/etc/init.d/ipsec start
fi
# This update need a reboot...
touch /var/run/need_reboot