Changes in / [953fd1f:c9d3c70]


Ignore:
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r953fd1f rc9d3c70  
    4545
    4646    <listitem>
     47      <para>2021-07-27</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[xry111] - Use workaround for Glibc NSS modules during
     51          stripping, to prevent bash from crash.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56    <listitem>
    4757      <para>2021-07-26</para>
    4858      <itemizedlist>
  • chapter08/strippingagain.xml

    r953fd1f rc9d3c70  
    6363               libhistory.so.&readline-version; libncursesw.so.&ncurses-version;
    6464               libm-&glibc-version;.so libreadline.so.&readline-version;
    65                libz.so.&zlib-version;"
     65               libz.so.&zlib-version;
     66               $(cd /usr/lib; find libnss*.so* -type f)"
    6667
    6768for BIN in $online_usrbin; do
Note: See TracChangeset for help on using the changeset viewer.