* [git.ipfire.org] IPFire 2.x development tree branch, master, updated. d952d6d7354658bcd764c1b2a98c4a66eda5542f
@ 2019-09-15 13:05 Arne Fitzenreiter
0 siblings, 0 replies; only message in thread
From: Arne Fitzenreiter @ 2019-09-15 13:05 UTC (permalink / raw)
To: ipfire-scm
[-- Attachment #1: Type: text/plain, Size: 4380 bytes --]
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 <arne_f(a)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(a)ipfire.org>
commit 4f84bf4074cbc82197dd9697e47289f698f29fd8
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Sat Sep 14 16:20:27 2019 +0000
core136: fix typo at GeoIP update
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit 9ab4e56aa9b13695214e1faae822793937d4005b
Author: Arne Fitzenreiter <arne_f(a)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(a)ipfire.org>
commit f7eb5925d22de4a43a64bd2e37aa4153a36093e5
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Sat Sep 14 15:18:29 2019 +0000
core136: ship updated perl scripts
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
-----------------------------------------------------------------------
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-09-15 13:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-15 13:05 [git.ipfire.org] IPFire 2.x development tree branch, master, updated. d952d6d7354658bcd764c1b2a98c4a66eda5542f Arne Fitzenreiter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox