* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. f8798c09e97b99893f710ad3bb5648ac4d4eaa6d
@ 2021-02-27 15:31 Michael Tremer
0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2021-02-27 15:31 UTC (permalink / raw)
To: ipfire-scm
[-- Attachment #1: Type: text/plain, Size: 4573 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 f8798c09e97b99893f710ad3bb5648ac4d4eaa6d (commit)
via 3358a84fd597b70a226ced1e1313ce428e93e4b0 (commit)
from e1f33fdcecb77327667ee865b741bb5277bc44eb (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 f8798c09e97b99893f710ad3bb5648ac4d4eaa6d
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Sat Feb 27 15:31:07 2021 +0000
core155_ Ship boost again
This is necessary because boost has been removed by filesystem-cleanup.
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 3358a84fd597b70a226ced1e1313ce428e93e4b0
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Sat Feb 27 15:27:42 2021 +0000
filesystem-cleanup: Ignore boost
This package does not behave according to standard distribution rules
and our script deletes all libraries
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
config/rootfiles/{oldcore/151 => core/155}/filelists/aarch64/boost | 0
.../rootfiles/{oldcore/151 => core/155}/filelists/armv5tel/boost | 0
config/rootfiles/{oldcore/151 => core/155}/filelists/i586/boost | 0
config/rootfiles/{oldcore/151 => core/155}/filelists/x86_64/boost | 0
config/rootfiles/core/155/update.sh | 1 +
src/scripts/filesystem-cleanup | 7 +++++++
6 files changed, 8 insertions(+)
copy config/rootfiles/{oldcore/151 => core/155}/filelists/aarch64/boost (100%)
copy config/rootfiles/{oldcore/151 => core/155}/filelists/armv5tel/boost (100%)
copy config/rootfiles/{oldcore/151 => core/155}/filelists/i586/boost (100%)
copy config/rootfiles/{oldcore/151 => core/155}/filelists/x86_64/boost (100%)
Difference in files:
diff --git a/config/rootfiles/core/155/filelists/aarch64/boost b/config/rootfiles/core/155/filelists/aarch64/boost
new file mode 120000
index 000000000..807ad06be
--- /dev/null
+++ b/config/rootfiles/core/155/filelists/aarch64/boost
@@ -0,0 +1 @@
+../../../../common/aarch64/boost
\ No newline at end of file
diff --git a/config/rootfiles/core/155/filelists/armv5tel/boost b/config/rootfiles/core/155/filelists/armv5tel/boost
new file mode 120000
index 000000000..bb17e08d6
--- /dev/null
+++ b/config/rootfiles/core/155/filelists/armv5tel/boost
@@ -0,0 +1 @@
+../../../../common/armv5tel/boost
\ No newline at end of file
diff --git a/config/rootfiles/core/155/filelists/i586/boost b/config/rootfiles/core/155/filelists/i586/boost
new file mode 120000
index 000000000..3ff5a3be4
--- /dev/null
+++ b/config/rootfiles/core/155/filelists/i586/boost
@@ -0,0 +1 @@
+../../../../common/i586/boost
\ No newline at end of file
diff --git a/config/rootfiles/core/155/filelists/x86_64/boost b/config/rootfiles/core/155/filelists/x86_64/boost
new file mode 120000
index 000000000..9ed31e1d5
--- /dev/null
+++ b/config/rootfiles/core/155/filelists/x86_64/boost
@@ -0,0 +1 @@
+../../../../common/x86_64/boost
\ No newline at end of file
diff --git a/config/rootfiles/core/155/update.sh b/config/rootfiles/core/155/update.sh
index 6903e7998..eb00f339b 100644
--- a/config/rootfiles/core/155/update.sh
+++ b/config/rootfiles/core/155/update.sh
@@ -39,6 +39,7 @@ rm -vrf \
/lib/libreadline.so.6.3 \
/usr/lib/sse2 \
/usr/local/lib/sse2 \
+ /usr/lib/libboost* \
/usr/lib/libdb-4.so \
/usr/lib/libdb-4.4.so \
/usr/lib/libdb_cxx-4.so \
diff --git a/src/scripts/filesystem-cleanup b/src/scripts/filesystem-cleanup
index 932e7dc6c..e0eb0d361 100644
--- a/src/scripts/filesystem-cleanup
+++ b/src/scripts/filesystem-cleanup
@@ -53,6 +53,13 @@ main() {
# Find all files called libsomething.so.N
local lib
for lib in $(find "${path}" -maxdepth 1 -type l -name "lib*.so.*" | sort); do
+ # Ignore some libraries
+ case "${lib}" in
+ */libboost*)
+ continue
+ ;;
+ esac
+
# Read the name of the linked library
local link="$(readlink -m "${lib}")"
hooks/post-receive
--
IPFire 2.x development tree
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2021-02-27 15:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-27 15:31 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. f8798c09e97b99893f710ad3bb5648ac4d4eaa6d Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox