From: Arne Fitzenreiter <git@ipfire.org>
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, core127, updated. f29ff21cd61fab2e7ed3ea443568c7c71bcb3f30
Date: Sat, 19 Jan 2019 16:25:46 +0000 [thread overview]
Message-ID: <20190119162546.ACA9E84FDD4@people01.i.ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 3010 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, 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(a)ipfire.org>
Date: Sat Jan 19 17:24:47 2019 +0100
core127: run xt_geoip_update
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit 2092280a3a0cd749fc2869ae29ce8a25d7c1a055
Author: Arne Fitzenreiter <arne_f(a)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(a)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(a)ipfire.org>. #
+# Copyright (C) 2019 IPFire-Team <info(a)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
reply other threads:[~2019-01-19 16:25 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190119162546.ACA9E84FDD4@people01.i.ipfire.org \
--to=git@ipfire.org \
--cc=ipfire-scm@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox