Changeset 2742d99


Ignore:
Timestamp:
12/14/2016 05:46:12 AM (7 years ago)
Author:
DJ Lucas <dj@…>
Branches:
nosym
Children:
2f4cac2
Parents:
5b3be30
Message:

Sync to r18062.

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r5b3be30 r2742d99  
    4747      <itemizedlist>
    4848        <listitem>
     49          <para>[bdubbs] - Update to hexchat-2.12.4. Fixes
     50          <ulink url="&blfs-ticket-root;8635">#8635</ulink>.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[bdubbs] - Update to zsh-5.3. Fixes
     54          <ulink url="&blfs-ticket-root;8639">#8639</ulink>.</para>
     55        </listitem>
     56        <listitem>
    4957          <para>[bdubbs] - Update to jasper-2.0.6. Fixes
    5058          <ulink url="&blfs-ticket-root;8630">#8630</ulink>.</para>
  • packages.ent

    r5b3be30 r2742d99  
    7070<!ENTITY dash-version                 "0.5.9.1">
    7171<!ENTITY tcsh-version                 "6.20.00">
    72 <!ENTITY zsh-version                  "5.2">
     72<!ENTITY zsh-version                  "5.3">
    7373
    7474<!-- Chapter 8 Virtualization -->
     
    702702<!ENTITY gparted-version              "0.27.0">
    703703<!ENTITY gimp-version                 "2.8.18">
    704 <!ENTITY hexchat-version              "2.12.3">
     704<!ENTITY hexchat-version              "2.12.4">
    705705<!ENTITY icedtea-web-version          "1.6.2">
    706706<!ENTITY inkscape-version             "0.91">
  • postlfs/security/gnutls.xml

    r5b3be30 r2742d99  
    100100    <para role="recommended">
    101101      <xref linkend="cacerts"/>,
    102       <xref linkend="libtasn1"/> and
     102      <xref linkend="libunistring"/>,
     103      <xref linkend="libtasn1"/>, and
    103104      <xref linkend="p11-kit"/>
    104105    </para>
     
    193194      <option>--without-p11-kit</option>: use this switch if you have not
    194195      installed <application>p11-kit</application>.
     196    </para>
     197
     198    <para>
     199      <option>--with-included-unistring</option>: uses the bundled version of
     200      libunistring, instead of the system one. Use this switch if you have not
     201      installed <xref linkend="libunistring"/>.
    195202    </para>
    196203
  • postlfs/shells/zsh.xml

    r5b3be30 r2742d99  
    77  <!ENTITY zsh-download-http "http://www.zsh.org/pub/zsh-&zsh-version;.tar.xz">
    88  <!ENTITY zsh-download-ftp  " ">
    9   <!ENTITY zsh-md5sum        "afe96fde08b70e23c1cab1ca7a68fb34">
    10   <!ENTITY zsh-size          "2.7 MB">
    11   <!ENTITY zsh-buildsize     "64 MB (includes documentation and tests)">
    12   <!ENTITY zsh-time          "1.1 SBU (includes documentation and tests)">
    13 
    14   <!ENTITY zsh-doc-md5sum    "873f1ade1fa5d0d15f9cba16d3ba5f98">
    15   <!ENTITY zsh-doc-size      "3.0 MB">
     9  <!ENTITY zsh-md5sum        "c5ba34e68fcf62a2e78adc56bf3d328a">
     10  <!ENTITY zsh-size          "2.8 MB">
     11  <!ENTITY zsh-buildsize     "44 MB (includes documentation and tests)">
     12  <!ENTITY zsh-time          "1.0 SBU (includes documentation and tests)">
     13
     14  <!ENTITY zsh-doc-md5sum    "12c35fff5b1b902a5a81ab79cb9c3da6">
     15  <!ENTITY zsh-doc-size      "3.1 MB">
    1616]>
    1717
  • x/installing/x7font.xml

    r5b3be30 r2742d99  
    145145  tar -xf $package
    146146  pushd $packagedir
    147   ./configure $XORG_CONFIG
    148   make
    149   as_root make install
     147    ./configure $XORG_CONFIG
     148    make
     149    as_root make install
    150150  popd
    151151  as_root rm -rf $packagedir
  • xsoft/other/hexchat.xml

    r5b3be30 r2742d99  
    77  <!ENTITY hexchat-download-http "https://dl.hexchat.net/hexchat/hexchat-&hexchat-version;.tar.xz">
    88  <!ENTITY hexchat-download-ftp  " ">
    9   <!ENTITY hexchat-md5sum        "14577055cf2df57d25be48c2b57ddfaa">
    10   <!ENTITY hexchat-size          "1.5 MB">
     9  <!ENTITY hexchat-md5sum        "8f1ac351752d149a98aa3a77d40e1f7c">
     10  <!ENTITY hexchat-size          "1.4 MB">
    1111  <!ENTITY hexchat-buildsize     "30 MB">
    1212  <!ENTITY hexchat-time          "0.2 SBU">
Note: See TracChangeset for help on using the changeset viewer.