From: Arne Fitzenreiter <git@ipfire.org>
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 30fcfc4cd56414383259895ac1c807d9e2cc182a
Date: Fri, 24 Jan 2020 07:51:53 +0000 [thread overview]
Message-ID: <483rvF5Sb7z2yXN@people01.haj.ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 4340 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 30fcfc4cd56414383259895ac1c807d9e2cc182a (commit)
via fa886f25615de1dd1b3a363f0be5561dbc9b9424 (commit)
from 4a791d2ab924129ff3dacc1bd47da4533badc33a (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 30fcfc4cd56414383259895ac1c807d9e2cc182a
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Thu Jan 23 17:52:14 2020 +0000
core140: ship glibc built with new gcc
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit fa886f25615de1dd1b3a363f0be5561dbc9b9424
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Thu Jan 23 17:47:42 2020 +0000
core140: add gui.cgi
this cgi was forgotten in core139
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
config/rootfiles/{oldcore/125 => core/140}/filelists/aarch64/glibc | 0
config/rootfiles/{oldcore/100 => core/140}/filelists/armv5tel/glibc | 0
config/rootfiles/core/140/filelists/files | 1 +
config/rootfiles/{oldcore/100 => core/140}/filelists/i586/glibc | 0
config/rootfiles/{oldcore/100 => core/140}/filelists/x86_64/glibc | 0
config/rootfiles/core/140/update.sh | 3 +++
6 files changed, 4 insertions(+)
copy config/rootfiles/{oldcore/125 => core/140}/filelists/aarch64/glibc (100%)
copy config/rootfiles/{oldcore/100 => core/140}/filelists/armv5tel/glibc (100%)
copy config/rootfiles/{oldcore/100 => core/140}/filelists/i586/glibc (100%)
copy config/rootfiles/{oldcore/100 => core/140}/filelists/x86_64/glibc (100%)
Difference in files:
diff --git a/config/rootfiles/core/140/filelists/aarch64/glibc b/config/rootfiles/core/140/filelists/aarch64/glibc
new file mode 120000
index 000000000..d13849ff9
--- /dev/null
+++ b/config/rootfiles/core/140/filelists/aarch64/glibc
@@ -0,0 +1 @@
+../../../../common/aarch64/glibc
\ No newline at end of file
diff --git a/config/rootfiles/core/140/filelists/armv5tel/glibc b/config/rootfiles/core/140/filelists/armv5tel/glibc
new file mode 120000
index 000000000..4c70d724b
--- /dev/null
+++ b/config/rootfiles/core/140/filelists/armv5tel/glibc
@@ -0,0 +1 @@
+../../../../common/armv5tel/glibc
\ No newline at end of file
diff --git a/config/rootfiles/core/140/filelists/files b/config/rootfiles/core/140/filelists/files
index 7253bbad6..47f915b5a 100644
--- a/config/rootfiles/core/140/filelists/files
+++ b/config/rootfiles/core/140/filelists/files
@@ -19,6 +19,7 @@ opt/pakfire/etc/pakfire.conf
opt/pakfire/lib/functions.pl
srv/web/ipfire/cgi-bin/dns.cgi
srv/web/ipfire/cgi-bin/dnsforward.cgi
+srv/web/ipfire/cgi-bin/gui.cgi
srv/web/ipfire/cgi-bin/hosts.cgi
srv/web/ipfire/cgi-bin/ids.cgi
srv/web/ipfire/cgi-bin/index.cgi
diff --git a/config/rootfiles/core/140/filelists/i586/glibc b/config/rootfiles/core/140/filelists/i586/glibc
new file mode 120000
index 000000000..943021f19
--- /dev/null
+++ b/config/rootfiles/core/140/filelists/i586/glibc
@@ -0,0 +1 @@
+../../../../common/i586/glibc
\ No newline at end of file
diff --git a/config/rootfiles/core/140/filelists/x86_64/glibc b/config/rootfiles/core/140/filelists/x86_64/glibc
new file mode 120000
index 000000000..111909966
--- /dev/null
+++ b/config/rootfiles/core/140/filelists/x86_64/glibc
@@ -0,0 +1 @@
+../../../../common/x86_64/glibc
\ No newline at end of file
diff --git a/config/rootfiles/core/140/update.sh b/config/rootfiles/core/140/update.sh
index 0b43a388d..2f044fb4b 100644
--- a/config/rootfiles/core/140/update.sh
+++ b/config/rootfiles/core/140/update.sh
@@ -53,6 +53,9 @@ extract_files
# update linker config
ldconfig
+# restart init after glibc replace
+telinit u
+
# Update Language cache
/usr/local/bin/update-lang-cache
hooks/post-receive
--
IPFire 2.x development tree
reply other threads:[~2020-01-24 7:51 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=483rvF5Sb7z2yXN@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