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 f29ff21cd61fab2e7ed3ea443568c7c71bcb3f30 (commit) via 2092280a3a0cd749fc2869ae29ce8a25d7c1a055 (commit) from 271bac39a0b2999c843a5ec580438230d5398c74 (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 f29ff21cd61fab2e7ed3ea443568c7c71bcb3f30 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Jan 19 17:24:47 2019 +0100
core127: run xt_geoip_update
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit 2092280a3a0cd749fc2869ae29ce8a25d7c1a055 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Jan 19 17:20:51 2019 +0100
core127: ovpn ca index.txt is also missing on some installations
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/127/update.sh | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/127/update.sh b/config/rootfiles/core/127/update.sh index 537d9e8a4..e276e7e68 100644 --- a/config/rootfiles/core/127/update.sh +++ b/config/rootfiles/core/127/update.sh @@ -17,7 +17,7 @@ # along with IPFire; if not, write to the Free Software # # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # # -# Copyright (C) 2018 IPFire-Team info@ipfire.org. # +# Copyright (C) 2019 IPFire-Team info@ipfire.org. # # # ############################################################################ # @@ -48,10 +48,13 @@ 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 +# 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 chown nobody:nobody /var/ipfire/ovpn/ca/index.txt.attr +touch /var/ipfire/ovpn/ca/index.txt +chmod 644 /var/ipfire/ovpn/ca/index.txt +chown nobody:nobody /var/ipfire/ovpn/ca/index.txt
# Start services /etc/init.d/unbound restart @@ -63,6 +66,9 @@ sysctl -p # Re-run depmod depmod -a
+# Update xt_geoip +/usr/local/bin/xt_geoip_update + # This update needs a reboot... touch /var/run/need_reboot
hooks/post-receive -- IPFire 2.x development tree