Changeset a9435c4


Ignore:
Timestamp:
12/18/2014 07:35:36 PM (9 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, 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:
94785a6
Parents:
3d30e57
Message:

Update to cmake-3.1.0.
Update to dhcpcd-6.6.6.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/prog/cmake.xml

    r3d30e57 ra9435c4  
    77  <!ENTITY cmake-download-http "http://www.cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz">
    88  <!ENTITY cmake-download-ftp  " ">
    9   <!ENTITY cmake-md5sum        "db4c687a31444a929d2fdc36c4dfb95f">
    10   <!ENTITY cmake-size          "5.3 MB">
    11   <!ENTITY cmake-buildsize     "237 MB (additional 188 MB for tests)">
    12   <!ENTITY cmake-time          "1.8 SBU (additional 4.3 SBU for tests)">
     9  <!ENTITY cmake-md5sum        "188eb7dc9b1b82b363bc51c0d3f1d461">
     10  <!ENTITY cmake-size          "5.7 MB">
     11  <!ENTITY cmake-buildsize     "258 MB (additional 250 MB for tests)">
     12  <!ENTITY cmake-time          "1.9 SBU (additional 7.1 SBU for tests)">
    1313]>
    1414
     
    8585    <bridgehead renderas="sect4">Optional</bridgehead>
    8686    <para role="optional">
    87       <xref linkend="qt4"/> or <xref linkend="qt5"/> (for the Qt-based GUI),
    88       <xref linkend="subversion"/> (for testing), and
    89        <ulink url="http://pypi.python.org/pypi/Sphinx">Sphinx</ulink>
    90        (for building documents)
     87      <xref linkend="clucene"/>,
     88      <xref linkend="dbus"/>,
     89      <xref linkend="freetype2"/>,
     90      <xref linkend="giflib"/>,
     91      <xref linkend="git"/>,
     92      <xref linkend="gtkmm2"/>,
     93      <xref linkend="libglade"/>,
     94      <xref linkend="libjpeg"/>,
     95      <xref linkend="libmng"/>,
     96      <xref linkend="librsvg"/>,
     97      <xref linkend="libtiff"/>,
     98      <xref linkend="libxml2"/>,
     99      <xref linkend="mercurial"/>,
     100      <xref linkend="mesalib"/>,
     101      <xref linkend="openjdk"/>, or
     102      <xref linkend="java"/>, or
     103      <ulink url="http://www.oracle.com/technetwork/java/javase/downloads/">Oracle's JDK</ulink>,
     104      <xref linkend="openssh"/>,
     105      <xref linkend="qt4"/>, or <xref linkend="qt5"/> (for the Qt-based GUI),
     106      <xref linkend="pangomm"/>,
     107      <xref linkend="phonon"/>,
     108      <xref linkend="sqlite"/>,
     109      <xref linkend="subversion"/> (for testing),
     110      <xref linkend="valgrind"/>,
     111      <ulink url="https://www.dartlang.org/tools/download.html">Dart</ulink>,
     112      and
     113      <ulink url="http://pypi.python.org/pypi/Sphinx">Sphinx</ulink>
     114      (for building documents)
    91115    </para>
    92116
  • introduction/welcome/changelog.xml

    r3d30e57 ra9435c4  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[fernando] - Update to dhcpcd-6.6.6. Fixes
     52          <ulink url="&blfs-ticket-root;5959">#5959</ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[fernando] - Update to cmake-3.1.0. Fixes
     56          <ulink url="&blfs-ticket-root;5958">#5958</ulink>.</para>
     57        </listitem>
     58        <listitem>
    5159          <para>[fernando] - Update to harfbuzz-0.9.37. Fixes
    5260          <ulink url="&blfs-ticket-root;5957">#5957</ulink>.</para>
  • networking/connect/dhcpcd.xml

    r3d30e57 ra9435c4  
    66
    77  <!ENTITY dhcpcd-download-http "http://roy.marples.name/downloads/dhcpcd/dhcpcd-&dhcpcd-version;.tar.bz2">
    8   <!ENTITY dhcpcd-download-ftp  "ftp://roy.marples.name/pub/dhcpcd/dhcpcd-6.6.5.tar.bz2">
     8  <!ENTITY dhcpcd-download-ftp  "ftp://roy.marples.name/pub/dhcpcd/dhcpcd-&dhcpcd-version;.tar.bz2">
    99  <!--<!ENTITY dhcpcd-download-ftp  "ftp://ftp.osuosl.org/pub/gentoo/distfiles/dhcpcd-&dhcpcd-version;.tar.bz2">-->
    10   <!ENTITY dhcpcd-md5sum        "e56f630a2e1514b1c6c269dfac60f65d">
     10  <!ENTITY dhcpcd-md5sum        "af3e6cfb1f4e4657035a36716be1c1f6">
    1111  <!ENTITY dhcpcd-size          "156 KB">
    1212  <!ENTITY dhcpcd-buildsize     "2.3 MB">
  • packages.ent

    r3d30e57 ra9435c4  
    247247<!ENTITY check-version                "0.9.14">
    248248<!ENTITY clisp-version                "2.49">
    249 <!ENTITY cmake-major-version          "3.0">
    250 <!ENTITY cmake-minor-version          "2">
     249<!ENTITY cmake-major-version          "3.1">
     250<!ENTITY cmake-minor-version          "0">
    251251<!ENTITY cmake-version                "&cmake-major-version;.&cmake-minor-version;">
    252252<!ENTITY cvs-version                  "1.11.23">
     
    336336<!-- Chapter 14 -->
    337337<!ENTITY ppp-version                  "2.4.5">
    338 <!ENTITY dhcpcd-version               "6.6.5">
     338<!ENTITY dhcpcd-version               "6.6.6">
    339339<!ENTITY dhcp-version                 "4.3.1">
    340340
Note: See TracChangeset for help on using the changeset viewer.