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. 3c2b8c6cd99466b8e4d101b48a2d56e7296b3139
Date: Fri, 29 Oct 2021 08:07:45 +0000	[thread overview]
Message-ID: <4HgZmK5nq1z2xkh@people01.haj.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 3524 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  3c2b8c6cd99466b8e4d101b48a2d56e7296b3139 (commit)
       via  09b36b16c3ababba14e0942a2c45593f0d353bff (commit)
       via  967e2973b4c8f264ebf8e134edf362b4975c3b8c (commit)
      from  edb856c4af5dd4db50f0a10db4807d99e91e03d4 (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 3c2b8c6cd99466b8e4d101b48a2d56e7296b3139
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Fri Oct 29 10:07:15 2021 +0200

    gcc: enable parallel build
    
    Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>

commit 09b36b16c3ababba14e0942a2c45593f0d353bff
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Fri Oct 29 10:06:23 2021 +0200

    core161: reconnect after firewall restart
    
    Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>

commit 967e2973b4c8f264ebf8e134edf362b4975c3b8c
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Fri Oct 29 10:03:40 2021 +0200

    kernel: armv6l rootfile update
    
    Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>

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

Summary of changes:
 config/rootfiles/common/armv6l/linux | 2 ++
 config/rootfiles/core/161/update.sh  | 5 ++++-
 lfs/gcc                              | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

Difference in files:
diff --git a/config/rootfiles/common/armv6l/linux b/config/rootfiles/common/armv6l/linux
index 1f2318123..12187628c 100644
--- a/config/rootfiles/common/armv6l/linux
+++ b/config/rootfiles/common/armv6l/linux
@@ -8735,6 +8735,8 @@ etc/modprobe.d/ipv6.conf
 #lib/modules/KVER-ipfire/build/include/config/have/function/graph
 #lib/modules/KVER-ipfire/build/include/config/have/function/graph/tracer.h
 #lib/modules/KVER-ipfire/build/include/config/have/function/tracer.h
+#lib/modules/KVER-ipfire/build/include/config/have/futex
+#lib/modules/KVER-ipfire/build/include/config/have/futex/cmpxchg.h
 #lib/modules/KVER-ipfire/build/include/config/have/gcc
 #lib/modules/KVER-ipfire/build/include/config/have/gcc/plugins.h
 #lib/modules/KVER-ipfire/build/include/config/have/generic
diff --git a/config/rootfiles/core/161/update.sh b/config/rootfiles/core/161/update.sh
index 0e4cdeff9..410381f6b 100644
--- a/config/rootfiles/core/161/update.sh
+++ b/config/rootfiles/core/161/update.sh
@@ -119,8 +119,11 @@ ldconfig
 # Filesytem cleanup
 /usr/local/bin/filesystem-cleanup
 
-# Start services
+# restart firewall and reconnect
 /etc/init.d/firewall restart
+/usr/lical/bin/connscheduler reconnect
+
+# Start services
 if grep -q "ENABLED=on" /var/ipfire/vpn/settings; then
 	/etc/init.d/ipsec start
 fi
diff --git a/lfs/gcc b/lfs/gcc
index 44112bd70..3dbb17b94 100644
--- a/lfs/gcc
+++ b/lfs/gcc
@@ -285,7 +285,7 @@ else
 		$(EXTRA_ENV) \
 		$(DIR_APP)/configure \
 			$(EXTRA_CONFIG)
-	cd $(DIR_SRC)/gcc-build && make $(EXTRA_MAKE)
+	cd $(DIR_SRC)/gcc-build && make $(EXTRA_MAKE) $(MAKETUNING)
 	cd $(DIR_SRC)/gcc-build && make $(EXTRA_INSTALL) install
 endif
 


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

                 reply	other threads:[~2021-10-29  8:07 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=4HgZmK5nq1z2xkh@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