Changeset 6a24823


Ignore:
Timestamp:
10/04/2014 08:10:00 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
edf7166
Parents:
a90bdb6
Message:

Updated bash and readline fixes to latest available from upstream.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    ra90bdb6 r6a24823  
    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

    ra90bdb6 r6a24823  
    246246      <para>&perl-fix-patch;</para>
    247247    </listitem>
     248
     249    <listitem>
     250      <para>&readline-fixes-patch;</para>
     251    </listitem>
     252
    248253  </itemizedlist>
    249254
     
    256261    </listitem>
    257262
     263    <listitem>
     264      <para>readline-6.3-upstream_fixes-2.patch</para>
     265    </listitem>
     266
    258267  </itemizedlist>
    259268
  • general.ent

    ra90bdb6 r6a24823  
    1 <!ENTITY version         "20140926-systemd">
     1<!ENTITY version         "20141014-systemd">
    22<!ENTITY short-version   "systemd">  <!-- Used in dbus chapter, change to x.y for release -->
    3 <!ENTITY releasedate     "September 26, 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

    ra90bdb6 r6a24823  
    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 "6d2ab19ad99e20ca29ccb4e3c95468b72">
     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 systemd-compat-patch "systemd-&systemd-version;-compat-1.patch">
Note: See TracChangeset for help on using the changeset viewer.