Changeset bffe904


Ignore:
Timestamp:
10/09/2014 02:10:47 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
6fc9828
Parents:
e290a8f5
Message:

Update to zsh-5.0.7.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14554 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    re290a8f5 rbffe904  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "08">                   <!-- Always 2 digits -->
     3<!ENTITY day          "09">                   <!-- Always 2 digits -->
    44<!ENTITY month        "10">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2014">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "October 8th, &year;">
     9<!ENTITY releasedate  "October 9th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    re290a8f5 rbffe904  
    4646
    4747    <listitem>
     48      <para>October 9th, 2014</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Update to zsh-5.0.7.  Fixes
     52          <ulink url="&blfs-ticket-root;5637">#5637</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
     57    <listitem>
    4858      <para>October 8th, 2014</para>
    4959      <itemizedlist>
  • packages.ent

    re290a8f5 rbffe904  
    6262<!ENTITY dash-version                 "0.5.8">
    6363<!ENTITY tcsh-version                 "6.18.01">
    64 <!ENTITY zsh-version                  "5.0.6">
     64<!ENTITY zsh-version                  "5.0.7">
    6565
    6666<!-- Chapter 8 Virtualization -->
  • postlfs/shells/zsh.xml

    re290a8f5 rbffe904  
    77  <!ENTITY zsh-download-http "http://www.zsh.org/pub/zsh-&zsh-version;.tar.bz2">
    88  <!ENTITY zsh-download-ftp  " ">
    9   <!ENTITY zsh-md5sum        "7150a6abc2aa1a79d81ed9a282594225">
     9  <!ENTITY zsh-md5sum        "1cd396ce17952de50b8a89980d617f0a">
    1010  <!ENTITY zsh-size          "3.1 MB">
    11   <!ENTITY zsh-buildsize     "64 MB (includes installing documentation - additional 2 MB for PDF documentation)">
     11  <!ENTITY zsh-buildsize     "63 MB (includes installing documentation - additional 1 MB for PDF documentation)">
    1212  <!ENTITY zsh-time          "0.9 SBU (additional less than 0.1 SBU for PDF documentation and additional 0.2 SBU for the tests)">
    1313
    14   <!ENTITY zsh-doc-md5sum    "3333759b5ae9710ceed11b02645a0049">
     14  <!ENTITY zsh-doc-md5sum    "ec04d46211a20281778ddbbde9aa680f">
    1515  <!ENTITY zsh-doc-size      "2.9 MB">
    1616]>
     
    110110    commands:</para>
    111111
    112 <screen><userinput>sed -e '/attr.mdh/ d' -e '/attr.pro/ d'                                        \
    113     -e '/include &lt;sys\/xattr.h&gt;/ a\\n#include "attr.mdh"\n#include "attr.pro"' \
    114     -i Src/Modules/attr.c                             &amp;&amp;
    115 
    116 ./configure --prefix=/usr         \
     112<screen><userinput>./configure --prefix=/usr         \
    117113            --bindir=/bin         \
    118114            --sysconfdir=/etc/zsh \
     
    162158  <sect2 role="commands">
    163159    <title>Command Explanations</title>
    164 
    165     <para><command>sed ... Src/Modules/attr.c</command>: Fix
    166     <application>zsh-&zsh-version;</application> to build with
    167     <application>libcap-2.x</application> (x &gt; 23).</para>
    168160
    169161    <para><parameter>--sysconfdir=/etc/zsh</parameter> and
Note: See TracChangeset for help on using the changeset viewer.