public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: Arne Fitzenreiter <git@ipfire.org>
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 07a67eed52944e377d4346c6941c9106c83ab291
Date: Sun, 25 Aug 2019 16:15:00 +0100	[thread overview]
Message-ID: <20190825151501.0569D60A89@people01.haj.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 2850 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, next has been updated
       via  07a67eed52944e377d4346c6941c9106c83ab291 (commit)
       via  51a7871a35718843ef3d0529efa2e805582885ab (commit)
       via  ffb5a1535e978deec5c716b5ad09321bd8c7d661 (commit)
       via  18ec6097c3ccae855fddfafce8cf67627aac3d5d (commit)
      from  b0a8548bdabf1aa78b5754fb0af3dc60064b5d9f (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 07a67eed52944e377d4346c6941c9106c83ab291
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Sun Aug 25 17:11:29 2019 +0200

    core136: touch "need reboot" flag
    
    Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>

commit 51a7871a35718843ef3d0529efa2e805582885ab
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Sun Aug 25 17:10:44 2019 +0200

    core136: run xt_geoip_update
    
    Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>

commit ffb5a1535e978deec5c716b5ad09321bd8c7d661
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Sun Aug 25 17:09:03 2019 +0200

    core136: restart apache2
    
    Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>

commit 18ec6097c3ccae855fddfafce8cf67627aac3d5d
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Sun Aug 25 17:05:55 2019 +0200

    core136: remove old perl files
    
    Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 config/rootfiles/core/136/update.sh | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

Difference in files:
diff --git a/config/rootfiles/core/136/update.sh b/config/rootfiles/core/136/update.sh
index 7dcf87b62..3c5d4bd86 100644
--- a/config/rootfiles/core/136/update.sh
+++ b/config/rootfiles/core/136/update.sh
@@ -49,6 +49,11 @@ done
 # Extract files
 extract_files
 
+# Remove old perl files
+rm -rf /usr/bin/perl5.12.3
+rm -rf /usr/lib/perl5/5.12.3
+rm -rf /usr/lib/perl5/site_perl/5.12.3
+
 # update linker config
 ldconfig
 
@@ -60,9 +65,13 @@ 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
 
 # Start services
+/etc/init.d/apache restart
+
+# Update GeoIP
+/usr/local/bin/xt_geoup_update
 
 # This update needs a reboot...
-#touch /var/run/need_reboot
+touch /var/run/need_reboot
 
 # Finish
 /etc/init.d/fireinfo start


hooks/post-receive
--
IPFire 2.x development tree

                 reply	other threads:[~2019-08-25 15:15 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=20190825151501.0569D60A89@people01.haj.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