Merge branch 'trunk' into xry111/clfs-ng

This commit is contained in:
Xi Ruoyao 2022-03-16 15:51:40 +08:00
commit f1813455d9
No known key found for this signature in database
GPG Key ID: D95E4716CCBB34DC
4 changed files with 17 additions and 6 deletions

View File

@ -43,6 +43,10 @@
<listitem>
<para>2022-03-15</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Update to openssl-3.0.2. Fixes
<ulink url="&lfs-ticket-root;5024">#5024</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update to meson-0.61.3. Fixes
<ulink url="&lfs-ticket-root;5023">#5023</ulink>.</para>

View File

@ -197,9 +197,9 @@
<!--<listitem>
<para>Ninja-&ninja-version;</para>
</listitem>-->
<!--<listitem>
<listitem>
<para>Openssl-&openssl-version;</para>
</listitem>-->
</listitem>
<!--<listitem>
<para>Patch-&patch-version;</para>
</listitem>-->

View File

@ -102,7 +102,7 @@
you have to downgrade a package, or the package changes the versioning
scheme of library files suddenly.</para> </listitem>
<listitem> <para>If a package containing a shared library is updated,
<listitem><para>If a package containing a shared library is updated,
and the name of library doesn't change, but a severe issue
(especially, a security vulnerability) is fixed, all running programs
linked to the shared library should be restarted. The following
@ -120,6 +120,13 @@
restart <command>sshd</command> service, then logout, login again,
and rerun that command to confirm nothing is still using the
deleted libraries.
</para>
<para revision='systemd'>
If the <command>systemd</command> daemon (running as PID 1) is
linked to the updated library, you can restart it without reboot
by running <command>systemctl daemon-reexec</command> as the
<systemitem class='username'>root</systemitem> user.
</para></listitem>
<listitem>

View File

@ -538,10 +538,10 @@
<!ENTITY ninja-fin-du "64 MB">
<!ENTITY ninja-fin-sbu "0.2 SBU">
<!ENTITY openssl-version "3.0.1">
<!ENTITY openssl-size "14,660 KB">
<!ENTITY openssl-version "3.0.2">
<!ENTITY openssl-size "14,686 KB">
<!ENTITY openssl-url "https://www.openssl.org/source/openssl-&openssl-version;.tar.gz">
<!ENTITY openssl-md5 "7d07e849d77d276891edd579a8832bb3">
<!ENTITY openssl-md5 "7f9d43bb7a1e742722cf6d6f40531462">
<!ENTITY openssl-home "https://www.openssl.org/">
<!ENTITY openssl-fin-du "474 MB">
<!ENTITY openssl-fin-sbu "5.4 SBU">