Эх сурвалжийг харах

Update to bc-2.4.0
Update to linux-5.4.2
Update to systemd-244
Update to shadow-4.8

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11706 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Douglas R. Reno 5 жил өмнө
parent
commit
b7b0eea7be

+ 22 - 0
chapter01/changelog.xml

@@ -42,6 +42,28 @@
     <listitem revision="sysv"> or <listitem revision="systemd"> as
     appropriate for the entry or if needed the entire day's listitem.
        -->
+    <listitem>
+      <para>2019-12-05</para>
+      <itemizedlist>
+        <listitem revision="systemd">
+          <para>[renodr] - Update to systemd-244. Fixes
+          <ulink url="&lfs-ticket-root;4554">#4554</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[renodr] - Update to bc-2.4.0. Fixes
+          <ulink url="&lfs-ticket-root;4556">#4556</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[renodr] - Update to shadow-4.8. Fixes
+          <ulink url="&lfs-ticket-root;4557">#4557</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[renodr] - Update to linux-5.4.2. Fixes
+          <ulink url="&lfs-ticket-root;4558">#4558</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>2019-12-01</para>
       <itemizedlist>

+ 2 - 2
chapter03/patches.xml

@@ -116,7 +116,7 @@
         <para>MD5 sum: <literal>&sysvinit-consolidated-patch-md5;</literal></para>
       </listitem>
     </varlistentry>
-
+<!--
     <varlistentry revision="systemd">
       <term>Systemd Consolidated Patch - <token>&systemd-consolidated-patch-size;</token>:</term>
       <listitem>
@@ -124,7 +124,7 @@
         <para>MD5 sum: <literal>&systemd-consolidated-patch-md5;</literal></para>
       </listitem>
     </varlistentry>
-
+-->
   </variablelist>
 
   <para>Total size of these patches: about <returnvalue/></para>

+ 4 - 3
chapter06/shadow.xml

@@ -50,8 +50,8 @@
     </note>
 
     <para>Disable the installation of the <command>groups</command> program
-    and its man pages, as Coreutils provides a better version. Also 
-    Prevent the installation of manual pages that were already installed in
+    and its man pages, as Coreutils provides a better version. Also,
+    prevent the installation of manual pages that were already installed in
     <xref linkend="ch-system-man-pages"/>:</para>
 
 <screen><userinput remap="pre">sed -i 's/groups$(EXEEXT) //' src/Makefile.in
@@ -107,10 +107,11 @@ find man -name Makefile.in -exec sed -i 's/passwd\.5 / /'   {} \;</userinput></s
     <para>Install the package:</para>
 
 <screen><userinput remap="install">make install</userinput></screen>
-
+    <!--
     <para>Move a misplaced program to its proper location:</para>
 
 <screen><userinput remap="install">mv -v /usr/bin/passwd /bin</userinput></screen>
+    -->
 
     <!-- <para>Move Shadow's libraries to more appropriate locations:</para>
 

+ 3 - 2
chapter06/systemd.xml

@@ -39,11 +39,12 @@
 
   <sect2 role="installation">
     <title>Installation of systemd</title>
-
+<!--
     <para>First, apply a patch to fix various bugs since the release
     of systemd-243.</para>
 
 <screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-consolidated_fixes-2.patch</userinput></screen>
+-->
 
     <para>Create a symlink to work around missing xsltproc:</para>
 
@@ -68,7 +69,7 @@ done</userinput></screen>
     <systemitem class="groupname">render</systemitem>, from the default udev
     rules:</para>
 
-<screen><userinput remap="pre">sed -i 's/GROUP="render", //' rules/50-udev-default.rules.in</userinput></screen>
+<screen><userinput remap="pre">sed -i 's/GROUP="render", //' rules.d/50-udev-default.rules.in</userinput></screen>
 
     <para>Prepare systemd for compilation:</para>
 

+ 3 - 3
general.ent

@@ -1,13 +1,13 @@
-<!ENTITY version         "SVN-20191201">
+<!ENTITY version         "SVN-20191205">
 <!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}]" -->
 
-<!ENTITY versiond        "20191201-systemd">
+<!ENTITY versiond        "20191205-systemd">
 <!ENTITY short-versiond  "systemd">
 <!ENTITY generic-versiond "systemd"> 
 
-<!ENTITY releasedate     "December 1st, 2019">
+<!ENTITY releasedate     "December 5th, 2019">
 
 <!ENTITY copyrightdate   "1999-2019"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY milestone       "9.0">

+ 15 - 15
packages.ent

@@ -50,12 +50,12 @@
 <!ENTITY bash-ch6-du "62 MB">
 <!ENTITY bash-ch6-sbu "2.1 SBU">
 
-<!ENTITY bc-version "2.3.2">
-<!ENTITY bc-size "242 KB">
+<!ENTITY bc-version "2.4.0">
+<!ENTITY bc-size "244 KB">
 <!ENTITY bc-url "https://github.com/gavinhoward/bc/archive/&bc-version;/bc-&bc-version;.tar.gz">
-<!ENTITY bc-md5 "89e9063e852b3f84b010b836f815f88f">
+<!ENTITY bc-md5 "7cd18d7658216df1340beecbb5bfa610">
 <!ENTITY bc-home "https://github.com/gavinhoward/bc">
-<!ENTITY bc-ch6-du "2.8 MB">
+<!ENTITY bc-ch6-du "2.9 MB">
 <!ENTITY bc-ch6-sbu "0.1 SBU">
 
 <!ENTITY binutils-version "2.33.1">
@@ -422,12 +422,12 @@
 
 <!ENTITY linux-major-version "5">
 <!ENTITY linux-minor-version "4">
-<!ENTITY linux-patch-version "1">
+<!ENTITY linux-patch-version "2">
 <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
 <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
-<!ENTITY linux-size "106,871 KB">
+<!ENTITY linux-size "106,884 KB">
 <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
-<!ENTITY linux-md5 "1e62d81b5da8df7c45f6ca159edeeb17">
+<!ENTITY linux-md5 "07a4df090466eb7b24eec5fe4fbd5500">
 <!ENTITY linux-home "https://www.kernel.org/">
 <!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is
  allnoconfig extended for a hopefully-bootable build on desktop machine,
@@ -605,10 +605,10 @@
 <!ENTITY sed-ch6-du "32 MB">
 <!ENTITY sed-ch6-sbu "0.4 SBU">
 
-<!ENTITY shadow-version "4.7">
-<!ENTITY shadow-size "1,587 KB">
+<!ENTITY shadow-version "4.8">
+<!ENTITY shadow-size "1,572 KB">
 <!ENTITY shadow-url "&github;/shadow-maint/shadow/releases/download/&shadow-version;/shadow-&shadow-version;.tar.xz">
-<!ENTITY shadow-md5 "f7ce18c8dfd05f1a009266cb604d58b7">
+<!ENTITY shadow-md5 "723ebb19b06e2f52d9ed7f0653483851">
 <!ENTITY shadow-home "https://pkg-shadow.alioth.debian.org/"> 
 <!ENTITY shadow-ch6-du "46 MB">
 <!ENTITY shadow-ch6-sbu "0.2 SBU">
@@ -621,19 +621,19 @@
 <!ENTITY sysklogd-ch6-du "0.6 MB">
 <!ENTITY sysklogd-ch6-sbu "less than 0.1 SBU">
 
-<!ENTITY systemd-version  "243">
+<!ENTITY systemd-version  "244">
 <!--<!ENTITY systemd-stable   "6b4878d">-->
 <!-- The above entity is used whenever we move to a stable backport branch. In the event of a critical problem or kernel
      change that is incompatible, we will switch to the backport branch until the next stable release. -->
-<!ENTITY systemd-size     "8,052 KB">
+<!ENTITY systemd-size     "8,252 KB">
 <!ENTITY systemd-url      "&github;/systemd/systemd/archive/v&systemd-version;/systemd-&systemd-version;.tar.gz">
 <!--<!ENTITY systemd-url      "&anduin-sources;/systemd-&systemd-version;-&systemd-stable;.tar.xz">-->
-<!ENTITY systemd-md5      "ca2403fa7dff73afd2e896b4cb25021b">
+<!ENTITY systemd-md5      "413121fe918b252ae62310f6fc7c4b32">
 <!ENTITY systemd-home     "https://www.freedesktop.org/wiki/Software/systemd/">
-<!ENTITY systemd-man-size "504 KB">
+<!ENTITY systemd-man-size "508 KB">
 <!--<!ENTITY systemd-man-url  "&anduin-sources;/systemd-man-pages-&systemd-version;-&systemd-stable;.tar.xz">-->
 <!ENTITY systemd-man-url  "&anduin-sources;/systemd-man-pages-&systemd-version;.tar.xz">
-<!ENTITY systemd-man-md5  "22278b3c8fa27323b5baafffb093f0f0">
+<!ENTITY systemd-man-md5  "1839ad557eb376d22853cac54d00de77">
 <!ENTITY systemd-ch6-du   "228 MB">
 <!ENTITY systemd-ch6-sbu  "1.8 SBU">
 

+ 3 - 1
patches.ent

@@ -57,7 +57,9 @@
 <!ENTITY sysvinit-consolidated-patch-md5 "4900322141d493e74020c9cf437b2cdc">
 <!ENTITY sysvinit-consolidated-patch-size "2.4 KB">
 
+<!-- Use if there is a need to create another consolidated patch. 
+     So far, with 244, all is quiet.
 <!ENTITY systemd-consolidated-patch "systemd-&systemd-version;-consolidated_fixes-2.patch">
 <!ENTITY systemd-consolidated-patch-md5 "2bad2992f4373eb925885f2ea2fb8d14">
 <!ENTITY systemd-consolidated-patch-size "64 KB">
-
+-->