Changeset 524e2103


Ignore:
Timestamp:
09/05/2014 12:30:04 AM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
systemd-11177
Children:
58a07d7
Parents:
048d7ef
Message:

Merged zsh update from trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14196 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r048d7ef r524e2103  
    106106          <para>[fernando] - Update to elfutils-0.160. Fixes
    107107          <ulink url="&blfs-ticket-root;5448">#5448</ulink>.</para>
     108        </listitem>
     109        <listitem>
     110          <para>[fernando] - Update to zsh-5.0.6. Fixes
     111          <ulink url="&blfs-ticket-root;5447">#5447</ulink>.</para>
    108112        </listitem>
    109113        <listitem>
  • packages.ent

    r048d7ef r524e2103  
    5959<!ENTITY dash-version                 "0.5.7">
    6060<!ENTITY tcsh-version                 "6.18.01">
    61 <!ENTITY zsh-version                  "5.0.5">
     61<!ENTITY zsh-version                  "5.0.6">
    6262
    6363<!-- Chapter 8 Virtualization -->
  • postlfs/shells/zsh.xml

    r048d7ef r524e2103  
    77  <!ENTITY zsh-download-http "http://www.zsh.org/pub/zsh-&zsh-version;.tar.bz2">
    88  <!ENTITY zsh-download-ftp  " ">
    9   <!ENTITY zsh-md5sum        "6156dc2f19b0a067bdbc0fb7f81e2017">
    10   <!ENTITY zsh-size          "3.0 MB">
    11   <!ENTITY zsh-buildsize     "61 MB (includes installing documentation -
    12                               additional 2 MB for PDF documentation)">
    13   <!ENTITY zsh-time          "0.8 SBU (additional 2 SBU for tests)">
    14 
    15   <!ENTITY zsh-doc-md5sum    "1eea70e7401a7a2116fa8de6ee5e8d32">
     9  <!ENTITY zsh-md5sum        "7150a6abc2aa1a79d81ed9a282594225">
     10  <!ENTITY zsh-size          "3.1 MB">
     11  <!ENTITY zsh-buildsize     "64 MB (includes installing documentation - additional 2 MB for PDF documentation)">
     12  <!ENTITY zsh-time          "0.9 SBU (additional less than 0.1 SBU for PDF documentation and additional 0.2 SBU for the tests)">
     13
     14  <!ENTITY zsh-doc-md5sum    "3333759b5ae9710ceed11b02645a0049">
    1615  <!ENTITY zsh-doc-size      "2.9 MB">
    1716]>
     
    8281    <bridgehead renderas="sect4">Optional</bridgehead>
    8382    <para role="optional">
    84       <xref linkend="pcre"/>
     83      <xref linkend="libcap-pam"/>,
     84      <xref linkend="pcre"/>, and
     85      <xref linkend="valgrind"/>,
    8586    </para>
    8687
     
    9899<screen><userinput>tar --strip-components=1 -xvf ../zsh-&zsh-version;-doc.tar.bz2</userinput></screen>
    99100
    100     <note>
     101<!--    <note>
    101102      <para>
    102103        Using a script to build with "su -c script" may produce a funny
    103104        configure error message: "no controlling tty". If this happens, add
    104         the switch --with-tcsetpgrp to configure.
     105        the switch -\-with-tcsetpgrp to configure.
    105106      </para>
    106107    </note>
    107 
     108-->
    108109    <para>Install <application>zsh</application> by running the following
    109110    commands:</para>
Note: See TracChangeset for help on using the changeset viewer.