Changeset 3b4e848


Ignore:
Timestamp:
12/25/2017 08:32:57 AM (6 years ago)
Author:
DJ Lucas <dj@…>
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, 8.2, 8.3, 8.4, 9.0, 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:
9fde3e9
Parents:
94e3e7bd
Message:

Update to Python-3.6.4. Fixes #4178.
Add glibc-2.26-local_glob_exploits-2.patch. Fixes #4157.

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r94e3e7bd r3b4e848  
    4444-->
    4545    <listitem>
     46      <para>2017-12-25</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[dj] - Update to Python-3.6.4. Fixes
     50          <ulink url="&lfs-ticket-root;4178">#4178</ulink>.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[dj] - Add glibc-2.26-local_glob_exploits-2.patch. Fixes
     54          <ulink url="&lfs-ticket-root;4157">#4157</ulink>.</para>
     55        </listitem>
     56      </itemizedlist>
     57    </listitem>
     58
     59    <listitem>
    4660      <para>2017-12-22</para>
    4761      <itemizedlist>
  • chapter03/patches.xml

    r94e3e7bd r3b4e848  
    7878
    7979    <varlistentry>
     80      <term>Glibc Glob Security Patch - <token>&glibc-glob-patch-size;</token>:</term>
     81      <listitem>
     82        <para>Download: <ulink url="&patches-root;&glibc-glob-patch;"/></para>
     83        <para>MD5 sum: <literal>&glibc-glob-patch-md5;</literal></para>
     84      </listitem>
     85    </varlistentry>
     86
     87    <varlistentry>
    8088      <term>Kbd Backspace/Delete Fix Patch - <token>&kbd-backspace-patch-size;</token>:</term>
    8189      <listitem>
  • chapter06/glibc.xml

    r94e3e7bd r3b4e848  
    5757
    5858<screen><userinput remap="pre">patch -Np1 -i ../&glibc-fhs-patch;</userinput></screen>
     59
     60    <para>Fix a minor security issue with glob functions:</para>
     61
     62<screen><userinput remap="pre">patch -Np1 -i ../&glibc-glob-patch;</userinput></screen>
    5963
    6064    <para>First create a compatibility symlink to avoid references to /tools in
  • general.ent

    r94e3e7bd r3b4e848  
    1 <!ENTITY version         "SVN-20171222">
     1<!ENTITY version         "SVN-20171225">
    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        "20171222-systemd">
     6<!ENTITY versiond        "20171225-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "December 22, 2017">
     10<!ENTITY releasedate     "December 25, 2017">
    1111
    1212<!ENTITY copyrightdate   "1999-2017"><!-- jhalfs needs a literal dash, not &ndash; -->
  • packages.ent

    r94e3e7bd r3b4e848  
    549549<!ENTITY psmisc-ch6-sbu "less than 0.1 SBU">
    550550
    551 <!ENTITY python-version "3.6.3">
    552 <!ENTITY python-size "16,584 KB">
     551<!ENTITY python-version "3.6.4">
     552<!ENTITY python-size "16,600 KB">
    553553<!ENTITY python-url "https://www.python.org/ftp/python/&python-version;/Python-&python-version;.tar.xz">
    554 <!ENTITY python-md5 "b9c2c36c33fb89bda1fefd37ad5af9be">
     554<!ENTITY python-md5 "1325134dd525b4a2c3272a1a0214dd54">
    555555<!ENTITY python-home "https://www.python.org/">
    556556<!ENTITY python-ch6-du "355 MB">
    557557<!ENTITY python-ch6-sbu "1.3 SBU">
    558 <!ENTITY python-docs-url "https://docs.python.org/ftp/python/doc/3.6.3/python-3.6.3-docs-html.tar.bz2">
    559 <!ENTITY python-docs-md5 "5f9668cb0cf994d265774585ba622552">
    560 <!ENTITY python-docs-size "5,807 MB">
     558<!ENTITY python-docs-url "https://docs.python.org/ftp/python/doc/&python-version;/python-&python-version;-docs-html.tar.bz2">
     559<!ENTITY python-docs-md5 "205aba4b06fd5e44598d1638a2ff81d8">
     560<!ENTITY python-docs-size "5,824 KB">
    561561
    562562<!ENTITY readline-version "7.0">
  • patches.ent

    r94e3e7bd r3b4e848  
    3535<!ENTITY glibc-fhs-patch-size "2.8 KB">
    3636
     37<!ENTITY glibc-glob-patch "glibc-&glibc-version;-local_glob_exploits-2.patch">
     38<!ENTITY glibc-glob-patch-md5 "1377e4f5422c6672ff48d430c07b245c">
     39<!ENTITY glibc-glob-patch-size "2.3 KB">
     40
    3741<!--
    3842<!ENTITY glibc-upstream-patch "glibc-&glibc-version;-upstream_fixes-1.patch">
Note: See TracChangeset for help on using the changeset viewer.