Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master sorcery by Thomas Orgis (8ff0cffe559722ccd98b15d0fe122ccc28d2befd)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master sorcery by Thomas Orgis (8ff0cffe559722ccd98b15d0fe122ccc28d2befd)
  • Date: Wed, 19 Aug 2020 13:45:34 +0000

GIT changes to master sorcery by Thomas Orgis <sobukus AT sourcemage.org>:

ChangeLog | 3 +++
var/lib/sorcery/protected | 6 ++++++
2 files changed, 9 insertions(+)

New commits:
commit 8ff0cffe559722ccd98b15d0fe122ccc28d2befd
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

protected: add more core libs that hose the system on updates

Bash is broken when you remove libreadline. GCC is broken when you remove
libisl.
All hell is broken if you remove ICU libs. Just don't do that.

This fixes bug 16112. A proper fix for the whole library removal business
is
still to come. Hopefully (see bug 16100 for one recent approach).

diff --git a/ChangeLog b/ChangeLog
index 003a8e2..1062568 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2020-09-19 Thomas Orgis <sobukus AT sourcemage.org>
+ * protected: added readline, ncurses, isl, icu (bug 16112)
+
2020-08-05 Ismael Luceno <ismael AT sourcemage.org>
* protected: Added libintl
* libsorcery: Removed -DPIC from prelink optimization option
diff --git a/var/lib/sorcery/protected b/var/lib/sorcery/protected
index 11704bf..878c97b 100755
--- a/var/lib/sorcery/protected
+++ b/var/lib/sorcery/protected
@@ -71,3 +71,9 @@
^/usr/share/info/dir$
^/bin/mount$
^/lib/libmount\.so\.
+^/lib/libreadline\.so\.
+^/lib/libhistory\.so\.
+^/lib/libncurses\.so\.
+^/lib/libncursesw\.so\.
+^/usr/lib/libisl\.so\.
+^/usr/lib/libicu.*\.so\.



  • [SM-Commit] GIT changes to master sorcery by Thomas Orgis (8ff0cffe559722ccd98b15d0fe122ccc28d2befd), Thomas Orgis, 08/19/2020

Archive powered by MHonArc 2.6.24.

Top of Page