aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@xry111.site>2023-02-01 20:03:12 +0800
committerXi Ruoyao <xry111@xry111.site>2023-02-01 20:04:51 +0800
commitb5955260a5f8b3e51e17e90c9555ff562b5c312d (patch)
treef8b9a108c3610c1d9b44200579b9a21f2659574b
parentb79e65a04f5bf323e82d5266c7b94e91d1de87f8 (diff)
stripping: Add an <important> about updated packages
We've received enough reports for systems with zlib security update broken by stripping :(.
-rw-r--r--chapter08/stripping.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/chapter08/stripping.xml b/chapter08/stripping.xml
index a877ddb95..bbd1ed94d 100644
--- a/chapter08/stripping.xml
+++ b/chapter08/stripping.xml
@@ -52,6 +52,18 @@
with <quote>g</quote>, in case the commands below have already been
run.</para></note>
+ <important>
+ <para>
+ If any package of which the version is different from the version
+ specified by the book (either following a security advisory or
+ satisfying personal preference), it may be necessary to update the
+ the library file name in <envar>save_usrlib</envar> or
+ <envar>online_usrlib</envar>.
+ <emphasis role='bold'>Failing to do so may render the system
+ completely unusable.</emphasis>
+ </para>
+ </important>
+
<!-- also of interest are libgfortan, libgo, libgomp, and libobjc from GCC -->
<!--<screen><userinput>save_lib="ld-2.25.so libc-2.25.so libpthread-2.25.so libthread_db-1.0.so"-->