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@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@ipfire.org
commit fa886f25615de1dd1b3a363f0be5561dbc9b9424 Author: Arne Fitzenreiter arne_f@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@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