Changeset ad81302


Ignore:
Timestamp:
11/09/2019 04:37:51 AM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
e5b06c3
Parents:
87b22cad
Message:

Update to linux-5.3.9

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r87b22cad rad81302  
    4343    appropriate for the entry or if needed the entire day's listitem.
    4444       -->
     45    <listitem>
     46      <para>2019-11-08</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[renodr] - Update to Linux-5.3.9. Resolves a regression
     50          with restarting systems with HD Audio (hda), data corruption
     51          on btrfs, and a security vulnerability with systems that use
     52          the RTLWIFI driver. Fixes
     53          <ulink url="&lfs-ticket-root;4544">#4544</ulink>.</para>
     54        </listitem>
     55      </itemizedlist>
     56    </listitem>
     57
    4558    <listitem revision="systemd">
    4659      <para>2019-11-06</para>
  • general.ent

    r87b22cad rad81302  
    1 <!ENTITY version         "SVN-20191106">
     1<!ENTITY version         "SVN-20191108">
    22<!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;
    33                                      Change to x.y for release but not -rc releases -->
    44<!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
    55
    6 <!ENTITY versiond        "20191106-systemd">
     6<!ENTITY versiond        "20191108-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "November 6th, 2019">
     10<!ENTITY releasedate     "November 8th, 2019">
    1111
    1212<!ENTITY copyrightdate   "1999-2019"><!-- jhalfs needs a literal dash, not &ndash; -->
  • packages.ent

    r87b22cad rad81302  
    423423<!ENTITY linux-major-version "5">
    424424<!ENTITY linux-minor-version "3">
    425 <!ENTITY linux-patch-version "8">
     425<!ENTITY linux-patch-version "9">
    426426<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
    427427<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
    428 <!ENTITY linux-size "106,024 KB">
     428<!ENTITY linux-size "106,036 KB">
    429429<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
    430 <!ENTITY linux-md5 "6f4ab59d6ac7311f4245fc359706a0b7">
     430<!ENTITY linux-md5 "56ebdb30b6816b0cf29ba18f06c89836">
    431431<!ENTITY linux-home "https://www.kernel.org/">
    432432<!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is
Note: See TracChangeset for help on using the changeset viewer.