Changeset 37dfd42


Ignore:
Timestamp:
10/06/2014 01:57:30 AM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
kde5-14686, systemd-13485
Children:
f101b9f2
Parents:
333e8400
Message:

Merge more updates from trunk.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/prog/mercurial.xml

    r333e8400 r37dfd42  
    77  <!ENTITY mercurial-download-http "http://mercurial.selenic.com/release/mercurial-&mercurial-version;.tar.gz">
    88  <!ENTITY mercurial-download-ftp  " ">
    9   <!ENTITY mercurial-md5sum        "5a530bb472b3cb306b757c8f5df91358">
    10   <!ENTITY mercurial-size          "3.8 MB">
    11   <!ENTITY mercurial-buildsize     "31 MB (additional 250 MB for the tests and 2 MB for docs generation)">
    12   <!ENTITY mercurial-time          "0.1 SBU (additional 8.8 SBU for tests)">
     9  <!ENTITY mercurial-md5sum        "72a79798de828d6d6fb055273f91201a">
     10  <!ENTITY mercurial-size          "3.9 MB">
     11  <!ENTITY mercurial-buildsize     "44 MB (additional 250 MB for the tests and 2 MB for docs generation)">
     12  <!ENTITY mercurial-time          "0.1 SBU (additional 9 SBU for tests)">
    1313]>
    1414
     
    113113make check</userinput></screen>
    114114
    115     <para>Tests may be run in parallel, just add
    116     <quote>-j$(getconf _NPROCESSORS_ONLN)</quote> to TESTFLAGS.</para>
     115    <para>More failing tests might be added to that file, if necessary. Tests
     116    may be run in parallel, just add <quote>-j$(getconf
     117    _NPROCESSORS_ONLN)</quote> to TESTFLAGS. In order to investigate a
     118    particular apparently failing test, e.g <quote>test-parse-date.t</quote>,
     119    issue the following commands (notice that omitting <option>--debug</option>
     120    sometimes modifies the result):</para>
     121
     122<screen><userinput>pushd tests &amp;&amp;
     123rm -rf tmp  &amp;&amp;
     124./run-tests.py --debug --tmpdir tmp test-parse-date.t &amp;&amp;
     125popd</userinput></screen>
    117126
    118127    <para>Install <application>Mercurial</application> by running
  • packages.ent

    r333e8400 r37dfd42  
    3131<!ENTITY openssh-version              "6.6p1">
    3232<!ENTITY openssl-version              "1.0.1i">
    33 <!ENTITY p11-kit-version              "0.20.7">    <!-- Even minors only -->
     33<!ENTITY p11-kit-version              "0.22.0">    <!-- Even minors only -->
    3434<!ENTITY polkit-version               "0.112">
    3535<!ENTITY shadow-version               "4.2.1">
     
    262262<!ENTITY llvm-version                 "3.5.0">
    263263<!ENTITY lua-version                  "5.2.3">
    264 <!ENTITY mercurial-version            "3.1.1">
     264<!ENTITY mercurial-version            "3.1.2">
    265265<!ENTITY nasm-version                 "2.11.05">
    266266<!ENTITY npapi-sdk-version            "0.27.2">
     
    437437<!ENTITY xcb-util-version             "0.3.9">
    438438<!ENTITY xcb-util-image-version       "0.3.9">
    439 <!ENTITY xcb-util-keysyms-version     "0.3.9">
     439<!ENTITY xcb-util-keysyms-version     "0.4.0">
    440440<!ENTITY xcb-util-renderutil-version  "0.3.9">
    441441<!ENTITY xcb-util-wm-version          "0.4.1">
  • postlfs/security/p11-kit.xml

    r333e8400 r37dfd42  
    77  <!ENTITY p11-kit-download-http "http://p11-glue.freedesktop.org/releases/p11-kit-&p11-kit-version;.tar.gz">
    88  <!ENTITY p11-kit-download-ftp  " ">
    9   <!ENTITY p11-kit-md5sum        "6648cad01a3080b685b8b3bf7372c91a">
     9  <!ENTITY p11-kit-md5sum        "2799d5d2817c895227d59cbf8516b7ff">
    1010  <!ENTITY p11-kit-size          "964 KB">
    11   <!ENTITY p11-kit-buildsize     "38.9 MB (additional 7.6 MB for tests)">
    12   <!ENTITY p11-kit-time          "0.4 SBU (additional 0.1 SBU for tests)">
     11  <!ENTITY p11-kit-buildsize     "82 MB (additional 5 MB for tests)">
     12  <!ENTITY p11-kit-time          "0.5 SBU">
    1313]>
    1414
  • x/installing/xcb-util-keysyms.xml

    r333e8400 r37dfd42  
    88           "http://xcb.freedesktop.org/dist/xcb-util-keysyms-&xcb-util-keysyms-version;.tar.bz2">
    99  <!ENTITY xcb-util-keysyms-download-ftp  " ">
    10   <!ENTITY xcb-util-keysyms-md5sum        "64e4aad2d48cd4a92e2da13b9f35bfd2">
    11   <!ENTITY xcb-util-keysyms-size          "280 KB">
     10  <!ENTITY xcb-util-keysyms-md5sum        "1022293083eec9e62d5659261c29e367">
     11  <!ENTITY xcb-util-keysyms-size          "284 KB">
    1212  <!ENTITY xcb-util-keysyms-buildsize     "2.2 MB">
    1313  <!ENTITY xcb-util-keysyms-time          "less than 0.1 SBU">
Note: See TracChangeset for help on using the changeset viewer.