Changeset 4072774


Ignore:
Timestamp:
10/04/2014 08:10:00 PM (10 years ago)
Author:
Krejzi <krejzi@…>
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, 7.7, 7.8, 7.9, 8.0, 8.1, 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:
6da9d4d
Parents:
5d1f0157
Message:

Updated bash and readline fixes to latest available from upstream.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r5d1f0157 r4072774  
    3636    </listitem>
    3737-->
     38    <listitem>
     39      <para>2014-09-26</para>
     40      <itemizedlist>
     41        <listitem>
     42          <para>[krejzi] - Updated bash upstream patches and added fixes for
     43          CVE-2014-6277. Fixes <ulink
     44          url="&lfs-ticket-root;3680">#3686</ulink>.</para>
     45        </listitem>
     46        <listitem>
     47          <para>[krejzi] - Updated reaadline upstream patches. Fixes <ulink
     48          url="&lfs-ticket-root;3680">#3687</ulink>.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
    3853    <listitem>
    3954      <para>2014-10-02</para>
  • chapter01/whatsnew.xml

    r5d1f0157 r4072774  
    5050      <para>Bzip2 &bzip2-version;</para>
    5151    </listitem>-->
    52     <!-- <listitem>
     52    <!--<listitem>
    5353      <para>Check &check-version;</para>
    5454    </listitem>-->
     
    249249      <para>&perl-fix-patch;</para>
    250250    </listitem>
     251
     252    <listitem>
     253      <para>&readline-fixes-patch;</para>
     254    </listitem>
     255
    251256  </itemizedlist>
    252257
     
    259264    </listitem>
    260265
     266    <listitem>
     267      <para>readline-6.3-upstream_fixes-2.patch</para>
     268    </listitem>
     269
    261270  </itemizedlist>
    262271
  • general.ent

    r5d1f0157 r4072774  
    1 <!ENTITY version         "SVN-20140929">
     1<!ENTITY version         "SVN-20141004">
    22<!ENTITY short-version   "svn">  <!-- Used in dbus chapter, change to x.y for release -->
    3 <!ENTITY releasedate     "September 29, 2014">
     3<!ENTITY releasedate     "October 4, 2014">
    44<!ENTITY copyrightdate   "1999-2014"><!-- jhalfs needs a literal dash, not &ndash; -->
    55<!ENTITY milestone       "7.7">
  • patches.ent

    r5d1f0157 r4072774  
    33<!-- Start of Common Patches -->
    44
    5 <!ENTITY bash-fixes-patch "bash-&bash-version;-upstream_fixes-5.patch">
    6 <!ENTITY bash-fixes-patch-md5 "65f72a5b5fc7c36970347a26ec0f0e99">
    7 <!ENTITY bash-fixes-patch-size "37 KB">
     5<!ENTITY bash-fixes-patch "bash-&bash-version;-upstream_fixes-6.patch">
     6<!ENTITY bash-fixes-patch-md5 "d2ab19ad99e20ca29ccb4e3c95468b72">
     7<!ENTITY bash-fixes-patch-size "88 KB">
    88
    99<!ENTITY binutils-lto-patch "binutils-&binutils-version;-load_gcc_lto_plugin_by_default-1.patch">
     
    5858<!ENTITY perl-fix-patch-size "11 KB">
    5959
    60 <!ENTITY readline-fixes-patch "readline-6.3-upstream_fixes-2.patch">
    61 <!ENTITY readline-fixes-patch-md5 "97f74f1c3c83008f268b32d36e9fd376">
    62 <!ENTITY readline-fixes-patch-size "4 KB">
     60<!ENTITY readline-fixes-patch "readline-&readline-version;-upstream_fixes-3.patch">
     61<!ENTITY readline-fixes-patch-md5 "6b0d9f4e79319d56a7fee9b35e5cfd1b">
     62<!ENTITY readline-fixes-patch-size "8 KB">
    6363
    6464<!ENTITY sysvinit-consolidated-patch "sysvinit-&sysvinit-version;-consolidated-1.patch">
Note: See TracChangeset for help on using the changeset viewer.