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 d952d6d7354658bcd764c1b2a98c4a66eda5542f (commit) via 4f84bf4074cbc82197dd9697e47289f698f29fd8 (commit) via 9ab4e56aa9b13695214e1faae822793937d4005b (commit) via f7eb5925d22de4a43a64bd2e37aa4153a36093e5 (commit) via 2f422374878c6923983de526e0146dc184422417 (commit) via 606efa9c2a1515fdb76e2f710b2237335d1584ce (commit) via cdf1bea72448ac1f5704bd292ae1a5338a856d58 (commit) from f91f0b775836e8a2977901031b1998e2067d276a (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 d952d6d7354658bcd764c1b2a98c4a66eda5542f Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Sep 14 18:13:21 2019 +0000
core136: apply local sshd config and restart sshd at update
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit 4f84bf4074cbc82197dd9697e47289f698f29fd8 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Sep 14 16:20:27 2019 +0000
core136: fix typo at GeoIP update
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit 9ab4e56aa9b13695214e1faae822793937d4005b Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Sep 14 15:21:41 2019 +0000
core136: ship perl-CGI and perl-Switch
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit f7eb5925d22de4a43a64bd2e37aa4153a36093e5 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Sep 14 15:18:29 2019 +0000
core136: ship updated perl scripts
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit 2f422374878c6923983de526e0146dc184422417 Merge: 606efa9c2 f91f0b775 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Thu Sep 12 12:57:09 2019 +0200
Merge branch 'next'
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/136/filelists/files | 7 +++++++ config/rootfiles/core/136/filelists/perl-CGI | 1 + config/rootfiles/core/136/filelists/perl-Switch | 1 + config/rootfiles/core/136/update.sh | 6 +++++- 4 files changed, 14 insertions(+), 1 deletion(-) create mode 120000 config/rootfiles/core/136/filelists/perl-CGI create mode 120000 config/rootfiles/core/136/filelists/perl-Switch
Difference in files: diff --git a/config/rootfiles/core/136/filelists/files b/config/rootfiles/core/136/filelists/files index a9f4fdd4c..c4f2c9be2 100644 --- a/config/rootfiles/core/136/filelists/files +++ b/config/rootfiles/core/136/filelists/files @@ -3,6 +3,13 @@ etc/issue srv/web/ipfire/cgi-bin/credits.cgi var/ipfire/langs etc/rc.d/init.d/firewall +usr/lib/firewall/firewall-lib.pl +usr/lib/firewall/rules.pl usr/local/bin/xt_geoip_update +srv/web/ipfire/cgi-bin/connections.cgi +srv/web/ipfire/cgi-bin/ddns.cgi +srv/web/ipfire/cgi-bin/dhcp.cgi +srv/web/ipfire/cgi-bin/firewall.cgi srv/web/ipfire/cgi-bin/logs.cgi/log.dat +srv/web/ipfire/cgi-bin/netexternal.cgi srv/web/ipfire/cgi-bin/zoneconf.cgi diff --git a/config/rootfiles/core/136/filelists/perl-CGI b/config/rootfiles/core/136/filelists/perl-CGI new file mode 120000 index 000000000..929656625 --- /dev/null +++ b/config/rootfiles/core/136/filelists/perl-CGI @@ -0,0 +1 @@ +../../../common/perl-CGI \ No newline at end of file diff --git a/config/rootfiles/core/136/filelists/perl-Switch b/config/rootfiles/core/136/filelists/perl-Switch new file mode 120000 index 000000000..56da43695 --- /dev/null +++ b/config/rootfiles/core/136/filelists/perl-Switch @@ -0,0 +1 @@ +../../../common/perl-Switch \ No newline at end of file diff --git a/config/rootfiles/core/136/update.sh b/config/rootfiles/core/136/update.sh index e6082c397..81b7be906 100644 --- a/config/rootfiles/core/136/update.sh +++ b/config/rootfiles/core/136/update.sh @@ -68,11 +68,15 @@ fcrontab -z &>/dev/null mv /etc/rc.d/rc0.d/K79unbound /etc/rc.d/rc0.d/K86unbound mv /etc/rc.d/rc6.d/K79unbound /etc/rc.d/rc6.d/K86unbound
+# Apply local configuration to sshd_config +/usr/local/bin/sshctrl + # Start services +/etc/init.d/sshd restart /etc/init.d/apache restart
# Update GeoIP -/usr/local/bin/xt_geoup_update +/usr/local/bin/xt_geoip_update
# This update needs a reboot... touch /var/run/need_reboot
hooks/post-receive -- IPFire 2.x development tree