This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via e4c19cc91c23fb9f08b2b993133565670312a8e0 (commit) from 9662858bd8ad02dbd11369436797420a6a1f25b7 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit e4c19cc91c23fb9f08b2b993133565670312a8e0 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Thu Jan 16 15:01:13 2020 +0100
core140: add dns changes to updater.
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/140/filelists/files | 19 +++++++++++++++++++ config/rootfiles/core/140/update.sh | 1 + 2 files changed, 20 insertions(+)
Difference in files: diff --git a/config/rootfiles/core/140/filelists/files b/config/rootfiles/core/140/filelists/files index 2285170ff..4cb92f0d3 100644 --- a/config/rootfiles/core/140/filelists/files +++ b/config/rootfiles/core/140/filelists/files @@ -2,12 +2,31 @@ etc/system-release etc/issue srv/web/ipfire/cgi-bin/credits.cgi var/ipfire/langs +etc/rc.d/init.d/networking/dhcpcd.exe +etc/rc.d/init.d/networking/red +etc/rc.d/init.d/networking/red.up/05-update-dns-forwarders etc/rc.d/init.d/unbound etc/rc.d/init.d/suricata +etc/ppp/ip-down +etc/ppp/ip-up +etc/unbound/unbound.conf opt/pakfire/etc/pakfire.conf opt/pakfire/lib/functions.pl +srv/web/ipfire/cgi-bin/dns.cgi +srv/web/ipfire/cgi-bin/dnsforward.cgi +srv/web/ipfire/cgi-bin/hosts.cgi srv/web/ipfire/cgi-bin/ids.cgi +srv/web/ipfire/cgi-bin/index.cgi +srv/web/ipfire/cgi-bin/netexternal.cgi +srv/web/ipfire/cgi-bin/pppsetup.cgi srv/web/ipfire/cgi-bin/vpnmain.cgi usr/local/bin/backupiso +usr/local/bin/convert-dns-settings +usr/local/bin/unboundctrl usr/sbin/convert-snort usr/sbin/setup +usr/sbin/unbound-dhcp-leases-bridge +var/ipfire/backup/bin/backup.pl +var/ipfire/ids-functions.pl +var/ipfire/menu.d/30-network.menu +var/ipfire/general-functions.pl diff --git a/config/rootfiles/core/140/update.sh b/config/rootfiles/core/140/update.sh index 27b032966..0b43a388d 100644 --- a/config/rootfiles/core/140/update.sh +++ b/config/rootfiles/core/140/update.sh @@ -43,6 +43,7 @@ done
# Remove files +rm -f /etc/rc.d/init.d/networking/red.up/06-safe-search
# Stop services
hooks/post-receive -- IPFire 2.x development tree