public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: Michael Tremer <git@ipfire.org>
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. f8798c09e97b99893f710ad3bb5648ac4d4eaa6d
Date: Sat, 27 Feb 2021 15:31:35 +0000	[thread overview]
Message-ID: <4Dnr940Zcvz2xlF@people01.haj.ipfire.org> (raw)

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

                 reply	other threads:[~2021-02-27 15:31 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=4Dnr940Zcvz2xlF@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