public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 3c2b8c6cd99466b8e4d101b48a2d56e7296b3139
@ 2021-10-29  8:07 Arne Fitzenreiter
  0 siblings, 0 replies; only message in thread
From: Arne Fitzenreiter @ 2021-10-29  8:07 UTC (permalink / raw)
  To: ipfire-scm

[-- 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-29  8:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-29  8:07 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 3c2b8c6cd99466b8e4d101b48a2d56e7296b3139 Arne Fitzenreiter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox