From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arne Fitzenreiter To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, master, updated. d952d6d7354658bcd764c1b2a98c4a66eda5542f Date: Sun, 15 Sep 2019 13:05:26 +0000 Message-ID: <46WV3W0x6Wz2y5X@people01.haj.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4521313332108860450==" List-Id: --===============4521313332108860450== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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, master has been updated via d952d6d7354658bcd764c1b2a98c4a66eda5542f (commit) via 4f84bf4074cbc82197dd9697e47289f698f29fd8 (commit) via 9ab4e56aa9b13695214e1faae822793937d4005b (commit) via f7eb5925d22de4a43a64bd2e37aa4153a36093e5 (commit) from 2f422374878c6923983de526e0146dc184422417 (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 Date: Sat Sep 14 18:13:21 2019 +0000 core136: apply local sshd config and restart sshd at update =20 Signed-off-by: Arne Fitzenreiter commit 4f84bf4074cbc82197dd9697e47289f698f29fd8 Author: Arne Fitzenreiter Date: Sat Sep 14 16:20:27 2019 +0000 core136: fix typo at GeoIP update =20 Signed-off-by: Arne Fitzenreiter commit 9ab4e56aa9b13695214e1faae822793937d4005b Author: Arne Fitzenreiter Date: Sat Sep 14 15:21:41 2019 +0000 core136: ship perl-CGI and perl-Switch =20 Signed-off-by: Arne Fitzenreiter commit f7eb5925d22de4a43a64bd2e37aa4153a36093e5 Author: Arne Fitzenreiter Date: Sat Sep 14 15:18:29 2019 +0000 core136: ship updated perl scripts =20 Signed-off-by: Arne Fitzenreiter ----------------------------------------------------------------------- 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/cor= e/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/rootfil= es/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 =20 +# Apply local configuration to sshd_config +/usr/local/bin/sshctrl + # Start services +/etc/init.d/sshd restart /etc/init.d/apache restart =20 # Update GeoIP -/usr/local/bin/xt_geoup_update +/usr/local/bin/xt_geoip_update =20 # This update needs a reboot... touch /var/run/need_reboot hooks/post-receive -- IPFire 2.x development tree --===============4521313332108860450==--