Changes in / [1dd1131:f181345]


Ignore:
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r1dd1131 rf181345  
    4444      <para>2022-03-15</para>
    4545      <itemizedlist>
     46        <listitem>
     47          <para>[bdubbs] - Update to openssl-3.0.2. Fixes
     48          <ulink url="&lfs-ticket-root;5024">#5024</ulink>.</para>
     49        </listitem>
    4650        <listitem>
    4751          <para>[bdubbs] - Update to meson-0.61.3. Fixes
  • chapter01/whatsnew.xml

    r1dd1131 rf181345  
    198198      <para>Ninja-&ninja-version;</para>
    199199    </listitem>-->
    200    <!--<listitem>
     200    <listitem>
    201201      <para>Openssl-&openssl-version;</para>
    202     </listitem>-->
     202    </listitem>
    203203    <!--<listitem>
    204204      <para>Patch-&patch-version;</para>
  • chapter08/pkgmgt.xml

    r1dd1131 rf181345  
    103103      scheme of library files suddenly.</para> </listitem>
    104104
    105       <listitem> <para>If a package containing a shared library is updated,
     105      <listitem><para>If a package containing a shared library is updated,
    106106      and the name of library doesn't change, but a severe issue
    107107      (especially, a security vulnerability) is fixed, all running programs
     
    121121        and rerun that command to confirm nothing is still using the
    122122        deleted libraries.
     123      </para>
     124
     125      <para revision='systemd'>
     126        If the <command>systemd</command> daemon (running as PID 1) is
     127        linked to the updated library, you can restart it without reboot
     128        by running <command>systemctl daemon-reexec</command> as the
     129        <systemitem class='username'>root</systemitem> user.
    123130      </para></listitem>
    124131
  • packages.ent

    r1dd1131 rf181345  
    539539<!ENTITY ninja-fin-sbu "0.2 SBU">
    540540
    541 <!ENTITY openssl-version "3.0.1">
    542 <!ENTITY openssl-size "14,660 KB">
     541<!ENTITY openssl-version "3.0.2">
     542<!ENTITY openssl-size "14,686 KB">
    543543<!ENTITY openssl-url "https://www.openssl.org/source/openssl-&openssl-version;.tar.gz">
    544 <!ENTITY openssl-md5 "7d07e849d77d276891edd579a8832bb3">
     544<!ENTITY openssl-md5 "7f9d43bb7a1e742722cf6d6f40531462">
    545545<!ENTITY openssl-home "https://www.openssl.org/">
    546546<!ENTITY openssl-fin-du "474 MB">
Note: See TracChangeset for help on using the changeset viewer.