From 64fc136084e7fa759c7261a3f6e54d9eea72d5fc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Fri, 23 Sep 2022 10:35:39 +0000 Subject: [PATCH] Core Update 171: Ship and restart Unbound MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/171/filelists/unbound | 1 + config/rootfiles/core/171/update.sh | 3 +++ 2 files changed, 4 insertions(+) create mode 120000 config/rootfiles/core/171/filelists/unbound diff --git a/config/rootfiles/core/171/filelists/unbound b/config/rootfiles/core/171/filelists/unbound new file mode 120000 index 0000000000..66adf09242 --- /dev/null +++ b/config/rootfiles/core/171/filelists/unbound @@ -0,0 +1 @@ +../../../common/unbound \ No newline at end of file diff --git a/config/rootfiles/core/171/update.sh b/config/rootfiles/core/171/update.sh index 1332f676df..fc65dd8519 100644 --- a/config/rootfiles/core/171/update.sh +++ b/config/rootfiles/core/171/update.sh @@ -45,6 +45,7 @@ done # Stop services /etc/rc.d/init.d/apache stop +/etc/rc.d/init.d/unbound stop /etc/rc.d/init.d/squid stop /usr/local/bin/openvpnctrl -k /usr/local/bin/openvpnctrl -kn2n @@ -185,6 +186,7 @@ rm -rvf \ /usr/lib/libnettle.so.8.4 \ /usr/lib/libns-9.16.31.so \ /usr/lib/libopcodes-2.37.so \ + /usr/lib/libunbound.so.8.1.18 \ /usr/lib/perl5/5.32* \ /usr/lib/perl5/site_perl/5.32* @@ -202,6 +204,7 @@ ldconfig # Start services /etc/rc.d/init.d/collectd start +/etc/rc.d/init.d/unbound start /etc/rc.d/init.d/apache start if grep -q "ENABLED=on" /var/ipfire/ovpn/settings; then /usr/local/bin/openvpnctrl -s -- 2.39.5