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, core127 has been updated via 3d476ab017763b44deff9206c97b7cfb548ffa7e (commit) via a58c5ca1f240132605ec86a9db58ae2e0e24d783 (commit) via a6c298b540787fa0feffbe5191855a54f6c8a178 (commit) from 99549950fa26674ec1807aeee0904f35cb930cd8 (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 3d476ab017763b44deff9206c97b7cfb548ffa7e Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Jan 19 10:02:17 2019 +0100
core127: add ovpn ca changes to update
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit a58c5ca1f240132605ec86a9db58ae2e0e24d783 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Jan 19 10:01:40 2019 +0100
core127: add xt_geoip_update to update
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit a6c298b540787fa0feffbe5191855a54f6c8a178 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Jan 19 10:00:54 2019 +0100
core127: add bind to update
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/{oldcore/100 => core/127}/filelists/bind | 0 config/rootfiles/core/127/filelists/files | 1 + config/rootfiles/core/127/update.sh | 5 +++++ 3 files changed, 6 insertions(+) copy config/rootfiles/{oldcore/100 => core/127}/filelists/bind (100%)
Difference in files: diff --git a/config/rootfiles/core/127/filelists/bind b/config/rootfiles/core/127/filelists/bind new file mode 120000 index 000000000..48a0ebaef --- /dev/null +++ b/config/rootfiles/core/127/filelists/bind @@ -0,0 +1 @@ +../../../common/bind \ No newline at end of file diff --git a/config/rootfiles/core/127/filelists/files b/config/rootfiles/core/127/filelists/files index 758f9c537..e28d42006 100644 --- a/config/rootfiles/core/127/filelists/files +++ b/config/rootfiles/core/127/filelists/files @@ -16,6 +16,7 @@ srv/web/ipfire/cgi-bin/ovpnmain.cgi srv/web/ipfire/cgi-bin/proxy.cgi srv/web/ipfire/cgi-bin/vpnmain.cgi usr/lib/firewall/firewall-lib.pl +usr/local/bin/xt_geoip_update var/ipfire/backup/include var/ipfire/general-functions.pl var/ipfire/geoip-functions.pl diff --git a/config/rootfiles/core/127/update.sh b/config/rootfiles/core/127/update.sh index 8960ed46a..33604fc72 100644 --- a/config/rootfiles/core/127/update.sh +++ b/config/rootfiles/core/127/update.sh @@ -48,6 +48,11 @@ ldconfig # Regenerate squid configuration file sudo -u nobody /srv/web/ipfire/cgi-bin/proxy.cgi
+# If not exist create ovpn ca index.txt.attr and fix rights +touch /var/ipfire/ovpn/ca/index.txt.attr +chmod 644 /var/ipfire/ovpn/ca/index.txt.attr +chmod nobody:nobody /var/ipfire/ovpn/ca/index.txt.attr + # Start services /etc/init.d/unbound restart /etc/init.d/squid start
hooks/post-receive -- IPFire 2.x development tree