Changeset fcf1fd62


Ignore:
Timestamp:
11/10/2014 03:49:54 AM (9 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
systemd-13485
Children:
264ec35d
Parents:
2f80da5
Message:

Merge more updates from trunk.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r2f80da5 rfcf1fd62  
    5555          gst-libav version 1.4.4.  Fixes
    5656          <ulink url="&blfs-ticket-root;5778">#5778</ulink>.</para>
     57        </listitem>
     58      </itemizedlist>
     59    </listitem>
     60
     61    <listitem>
     62      <para>November 5th, 2014</para>
     63      <itemizedlist>
     64        <listitem>
     65          <para>[fernando] - Update to curl-7.39.0.  Fixes
     66          <ulink url="&blfs-ticket-root;5773">#5773</ulink>.</para>
    5767        </listitem>
    5868      </itemizedlist>
  • networking/netlibs/curl.xml

    r2f80da5 rfcf1fd62  
    77  <!ENTITY curl-download-http "http://curl.haxx.se/download/curl-&curl-version;.tar.lzma">
    88  <!ENTITY curl-download-ftp  " ">
    9   <!ENTITY curl-md5sum        "fdafc30cbf0acd2fe6bc31b956b856a5">
    10   <!ENTITY curl-size          "2.5 MB">
    11   <!ENTITY curl-buildsize     "40 MB (additional 7 MB for tests)">
    12   <!ENTITY curl-time          "0.4 SBU (additional 9 SBU for tests)">
     9  <!ENTITY curl-md5sum        "e9aa6dec29920eba8ef706ea5823bad7">
     10  <!ENTITY curl-size          "2.6 MB">
     11  <!ENTITY curl-buildsize     "41 MB (additional 7 MB for tests)">
     12  <!ENTITY curl-time          "0.4 SBU (additional 10 SBU for tests)">
    1313]>
    1414
     
    9191      <ulink url="https://launchpad.net/libmetalink/">libmetalink</ulink>,
    9292      <ulink url="http://www.libssh2.org">libssh2</ulink>, and
    93       <ulink url="http://www.vintela.com/resources/topics/spnego/">
     93      <ulink url="http://spnego.sourceforge.net/">
    9494      SPNEGO</ulink>
    9595    </para>
     
    120120
    121121    <para>
    122       To test the results, issue: <command>make test</command>.
    123     </para>
    124 <!--      Tests need many conditions to run successfully, and some may fail.
    125       Usually, each failed test takes a long time. If you wish to disable some
    126       tests, include them in the appropriate file and run the tests again:
    127       </para>
     122      Running the test suite is optional. About 2% of the tests fail. Increase
     123      in test time by each failed test is about 10%. Tests SBU above was
     124      obtained disabling failing tests, with:
     125    </para>
    128126
    129127<screen><userinput>cat &gt;&gt; tests/data/DISABLED &lt;&lt; "EOF"
    130 <literal>numb1
    131 ...
    132 numbN
    133 ...</literal>
    134 EOF</userinput></screen>-->
     128<literal>564
     129700
     130701
     131703
     132706
     133707
     134708
     135709
     136710
     137711
     138712
     1392034</literal>
     140EOF</userinput></screen>
     141
     142    <para>
     143       and running <command>make test</command>.
     144    </para>
    135145
    136146    <para>
  • packages.ent

    r2f80da5 rfcf1fd62  
    366366
    367367<!-- Chapter 17 -->
    368 <!ENTITY curl-version                 "7.38.0">
     368<!ENTITY curl-version                 "7.39.0">
    369369<!ENTITY geoclue-version              "0.12.0">
    370370<!ENTITY glib-networking-version      "2.42.0">
     
    584584<!-- Chapter 35 -->
    585585<!ENTITY seamonkey-version            "2.30">
    586 <!ENTITY firefox-version              "33.0.2">
     586<!ENTITY firefox-version              "33.0.3">
    587587
    588588<!-- Chapter 36 -->
  • xsoft/graphweb/firefox.xml

    r2f80da5 rfcf1fd62  
    99  <!ENTITY firefox-download-ftp
    1010           "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
    11   <!ENTITY firefox-md5sum        "385ad037451f141b68515c73cad01704">
     11  <!ENTITY firefox-md5sum        "ef274d62fffc2cdcfc287ccb84aeeb5d">
    1212  <!ENTITY firefox-size          "148 MB">
    13   <!ENTITY firefox-buildsize     "3.98 GB (66 MB installed)">
    14   <!ENTITY firefox-time          "53.4 SBU (using parallelism=2)">
     13  <!ENTITY firefox-buildsize     "3.8 GB (74 MB installed)">
     14  <!ENTITY firefox-time          "13 SBU (using parallelism=8)">
    1515]>
    1616
     
    262262      <envar>SHELL=/bin/sh</envar> to the first make command below.
    263263    </para></note>
    264 -->
    265 <screen><userinput>test $(uname -m) = "i686" &amp;&amp; sed -i 's/enable-optimize/disable-optimize/' mozconfig || true &amp;&amp;
    266 make -f client.mk</userinput></screen>
     264<!--<screen><userinput>test $(uname -m) = "i686" &amp;&amp; sed -i 's/enable-optimize/disable-optimize/' mozconfig || true &amp;&amp;-->
     265<screen><userinput>make -f client.mk</userinput></screen>
    267266
    268267    <para>
     
    314313  <sect2 role="commands">
    315314    <title>Command Explanations</title>
    316 
     315<!--
    317316    <para>
    318317      <command>test $(uname -m) = "i686" &amp;&amp; sed ...</command>:
     
    320319      With optimization, the install fails with a Python error.  This
    321320      command will fix i686 builds and preserve the optimization on x86_64.
    322     </para>
     321    </para>-->
    323322
    324323    <para>
Note: See TracChangeset for help on using the changeset viewer.