Преглед на файлове

Fix a problem introduced by linux-5.2 by adding an include file to a glibc header.

was r11651.
Bruce Dubbs преди 4 години
родител
ревизия
143f054f6a
променени са 3 файла, в които са добавени 17 реда и са изтрити 7 реда
  1. 10 0
      chapter01/changelog.xml
  2. 5 5
      chapter06/glibc.xml
  3. 2 2
      general-orig.ent

+ 10 - 0
chapter01/changelog.xml

@@ -43,6 +43,16 @@
     appropriate for the entry or if needed the entire day's listitem.
        -->
 
+    <listitem>
+      <para>2019-08-04</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Fix a problem introduced by linux-5.2 by
+          adding an include file to a glibc header.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>2019-08-03</para>
       <itemizedlist>

+ 5 - 5
chapter06/glibc.xml

@@ -74,12 +74,12 @@
     <para>Fix a minor security issue with glob functions:</para>
 
 <screen><userinput remap="pre">patch -Np1 -i ../&glibc-glob-patch;</userinput></screen>
---><!--
-    <para>First create a compatibility symlink to avoid references to /tools in
-    our final glibc:</para>
-
-<screen><userinput remap="pre">ln -sfv /tools/lib/gcc /usr/lib</userinput></screen>
 -->
+    <para>修复 linux-5.2 内核引入的一个问题:</para>
+
+<screen><userinput remap="pre">sed -i '/asm.socket.h/a# include &lt;linux/sockios.h&gt;' \
+   sysdeps/unix/sysv/linux/bits/socket.h</userinput></screen>
+
     <!--para>Create a symlink for LSB
     compliance. Additionally, for x86_64, create a compatibility symlink
     required for the dynamic loader to function correctly:</para-->

+ 2 - 2
general-orig.ent

@@ -1,4 +1,4 @@
-<!ENTITY version         "SVN-20190803">
+<!ENTITY version         "SVN-20190804">
 <!ENTITY short-version   "svn">  <!-- Used below in &blfs-book; 
                                       Change to x.y for release but not -rc releases -->
 <!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
@@ -7,7 +7,7 @@
 <!ENTITY short-versiond  "systemd">
 <!ENTITY generic-versiond "systemd"> 
 
-<!ENTITY releasedate     "August 3rd, 2019">
+<!ENTITY releasedate     "August 4th, 2019">
 
 <!ENTITY copyrightdate   "1999-2019"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY milestone       "9.0">