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 3bd471b8203b878e9e270d833d49e08921c584e3 (commit) from 05a1fe1362b633b82b696a88801bb29fb1070872 (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 3bd471b8203b878e9e270d833d49e08921c584e3 Author: Peter Müller peter.mueller@ipfire.org Date: Thu May 5 14:23:30 2022 +0000
Core Update 168: Ship boost and delete orphaned libraries
Signed-off-by: Peter Müller peter.mueller@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/{oldcore/151 => core/168}/filelists/aarch64/boost | 0 config/rootfiles/{oldcore/159 => core/168}/filelists/armv6l/boost | 0 config/rootfiles/{oldcore/151 => core/168}/filelists/x86_64/boost | 0 config/rootfiles/core/168/update.sh | 1 + 4 files changed, 1 insertion(+) copy config/rootfiles/{oldcore/151 => core/168}/filelists/aarch64/boost (100%) copy config/rootfiles/{oldcore/159 => core/168}/filelists/armv6l/boost (100%) copy config/rootfiles/{oldcore/151 => core/168}/filelists/x86_64/boost (100%)
Difference in files: diff --git a/config/rootfiles/core/168/filelists/aarch64/boost b/config/rootfiles/core/168/filelists/aarch64/boost new file mode 120000 index 000000000..807ad06be --- /dev/null +++ b/config/rootfiles/core/168/filelists/aarch64/boost @@ -0,0 +1 @@ +../../../../common/aarch64/boost \ No newline at end of file diff --git a/config/rootfiles/core/168/filelists/armv6l/boost b/config/rootfiles/core/168/filelists/armv6l/boost new file mode 120000 index 000000000..42aa7cd23 --- /dev/null +++ b/config/rootfiles/core/168/filelists/armv6l/boost @@ -0,0 +1 @@ +../../../../common/armv6l/boost \ No newline at end of file diff --git a/config/rootfiles/core/168/filelists/x86_64/boost b/config/rootfiles/core/168/filelists/x86_64/boost new file mode 120000 index 000000000..9ed31e1d5 --- /dev/null +++ b/config/rootfiles/core/168/filelists/x86_64/boost @@ -0,0 +1 @@ +../../../../common/x86_64/boost \ No newline at end of file diff --git a/config/rootfiles/core/168/update.sh b/config/rootfiles/core/168/update.sh index 1a1ad44a9..45b530c90 100644 --- a/config/rootfiles/core/168/update.sh +++ b/config/rootfiles/core/168/update.sh @@ -42,6 +42,7 @@ rm -rvf \ /usr/bin/dnet-config \ /usr/bin/sdparm \ /usr/lib/libart_lgpl_2.so* \ + /usr/lib/libboost_python38* \ /usr/lib/libdnet.la \ /usr/lib/libdnet.so* \ /usr/lib/libevent-1.4.so* \
hooks/post-receive -- IPFire 2.x development tree