From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arne Fitzenreiter 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 Message-ID: <4HgZmK5nq1z2xkh@people01.haj.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3909391334425104922==" List-Id: --===============3909391334425104922== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 Date: Fri Oct 29 10:07:15 2021 +0200 gcc: enable parallel build =20 Signed-off-by: Arne Fitzenreiter commit 09b36b16c3ababba14e0942a2c45593f0d353bff Author: Arne Fitzenreiter Date: Fri Oct 29 10:06:23 2021 +0200 core161: reconnect after firewall restart =20 Signed-off-by: Arne Fitzenreiter commit 967e2973b4c8f264ebf8e134edf362b4975c3b8c Author: Arne Fitzenreiter Date: Fri Oct 29 10:03:40 2021 +0200 kernel: armv6l rootfile update =20 Signed-off-by: Arne Fitzenreiter ----------------------------------------------------------------------- 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/a= rmv6l/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 =20 -# Start services +# restart firewall and reconnect /etc/init.d/firewall restart +/usr/lical/bin/connscheduler reconnect + +# Start services if grep -q "ENABLED=3Don" /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 =20 hooks/post-receive -- IPFire 2.x development tree --===============3909391334425104922==--