Ignore:
Timestamp:
06/26/2022 11:17:17 AM (22 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
e4d72ed
Parents:
100ca4e (diff), bfc6495 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' into xry111/clfs-ng

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/openssl.xml

    r100ca4e rf7c33596  
    8282      <para>
    8383        You should update OpenSSL when a new version which fixes vulnerabilities
    84         is announced. The releases run in series, with a letter for each release
    85         after the initial release (e.g. 1.1.1, 1.1.1a, 1.1.1b, etc). Because LFS
    86         installs only the shared libraries, there is no need to recompile packages
    87         which link to <filename class="libraryfile">libcrypto.so</filename> or
     84        is announced.  Since OpenSSL 3.0.0, the OpenSSL versioning scheme
     85        follows the MAJOR.MINOR.PATCH format.  API/ABI compatibility
     86        are guaranteed for the same MAJOR version number.  Because LFS
     87        installs only the shared libraries, there is no need to recompile
     88        packages which link to
     89        <filename class="libraryfile">libcrypto.so</filename> or
    8890        <filename class="libraryfile">libssl.so</filename>
    89         <emphasis>when upgrading in the same series.</emphasis>
     91        <emphasis>when upgrading to a version with MAJOR version number
     92        unchanged</emphasis>.
    9093      </para>
    9194
     
    133136        <listitem>
    134137          <para>
    135             is a <application>Perl</application> script that scans all files in
    136             a directory and adds symbolic links to their hash values
     138            is a <application>Perl</application> script that
     139            scans all files in a directory and adds symbolic links to their
     140            hash values.  Use of <command>c_rehash</command> is considered
     141            obsolete and should be replaced by
     142            <command>openssl rehash</command> command
    137143          </para>
    138144          <indexterm zone="ch-system-openssl c_rehash">
Note: See TracChangeset for help on using the changeset viewer.