Automatic merge of trunk into multilib

This commit is contained in:
Thomas Trepl (Moody) 2021-08-20 23:20:44 +02:00
commit fd6a5f8dd5
2 changed files with 15 additions and 0 deletions

View File

@ -44,6 +44,16 @@
<listitem revision="sysv"> or <listitem revision="systemd"> as <listitem revision="sysv"> or <listitem revision="systemd"> as
appropriate for the entry or if needed the entire day's listitem. appropriate for the entry or if needed the entire day's listitem.
--> -->
<listitem>
<para>2021-08-20</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Add a sed to glibc in Chapter 8 to fix a
critical security issue.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem> <listitem>
<para>2021-08-18</para> <para>2021-08-18</para>
<itemizedlist> <itemizedlist>

View File

@ -43,6 +43,11 @@
<sect2 role="installation"> <sect2 role="installation">
<title>Installation of Glibc</title> <title>Installation of Glibc</title>
<para>First, fix a security problem identified upstream:</para>
<screen><userinput remap="pre">sed -e '/NOTIFY_REMOVED)/s/)/ \&amp;\&amp; data.attr != NULL)/' \
-i sysdeps/unix/sysv/linux/mq_notify.c</userinput></screen>
<para>Some of the Glibc programs use the non-FHS compliant <para>Some of the Glibc programs use the non-FHS compliant
<filename class="directory">/var/db</filename> directory to store <filename class="directory">/var/db</filename> directory to store
their runtime data. Apply the following patch to make such programs their runtime data. Apply the following patch to make such programs