Changeset 9f5dcb97 for general


Ignore:
Timestamp:
03/16/2018 11:59:47 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
Children:
2fb1e2b
Parents:
c0ee00e
Message:

Update to cryptsetup-2.0.2.
Update to mercurial-4.5.2.
Update to exempi-2.4.5.
Update to nspr-4.19.

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

Location:
general
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/exempi.xml

    rc0ee00e r9f5dcb97  
    77  <!ENTITY exempi-download-http "https://libopenraw.freedesktop.org/download/exempi-&exempi-version;.tar.bz2">
    88  <!ENTITY exempi-download-ftp  " ">
    9   <!ENTITY exempi-md5sum        "a335b032f0174bb2f3e152fb442e4603">
     9  <!ENTITY exempi-md5sum        "bb7a06ef8bbf79a59e32562b198daefd">
    1010  <!ENTITY exempi-size          "3.5 MB">
    11   <!ENTITY exempi-buildsize     "232 MB (add 22 MB for tests)">
     11  <!ENTITY exempi-buildsize     "233 MB (add 21 MB for tests)">
    1212  <!ENTITY exempi-time          "0.4 SBU (using parallelism=4; add 0.2 SBU for tests)">
    1313]>
  • general/genlib/nspr.xml

    rc0ee00e r9f5dcb97  
    77  <!ENTITY nspr-download-http "&mozilla-http;/nspr/releases/v&nspr-version;/src/nspr-&nspr-version;.tar.gz">
    88  <!ENTITY nspr-download-ftp " ">
    9   <!ENTITY nspr-md5sum        "2a558f9aeb109bfb16d78bdc42033a1e">
     9  <!ENTITY nspr-md5sum        "e1d27282ad6286b69d6b9fd07201d3dd">
    1010  <!ENTITY nspr-size          "1.1 MB">
    11   <!ENTITY nspr-buildsize     "12 MB">
     11  <!ENTITY nspr-buildsize     "10 MB">
    1212  <!ENTITY nspr-time          "less than 0.1 SBU">
    1313]>
  • general/prog/mercurial.xml

    rc0ee00e r9f5dcb97  
    77  <!ENTITY mercurial-download-http "https://www.mercurial-scm.org/release/mercurial-&mercurial-version;.tar.gz">
    88  <!ENTITY mercurial-download-ftp  " ">
    9   <!ENTITY mercurial-md5sum        "5ca07ebb0c7f7eeb7b5a8ca9822cb8f1">
    10   <!ENTITY mercurial-size          "5.6 MB">
    11   <!ENTITY mercurial-buildsize     "52 MB (add 523 MB for tests)">
     9  <!ENTITY mercurial-md5sum        "35ff3213307420f5615d4ac7139537cd">
     10  <!ENTITY mercurial-size          "5.5 MB">
     11  <!ENTITY mercurial-buildsize     "52 MB (add 3 MB for tests)">
    1212  <!ENTITY mercurial-time          "0.2 SBU (add 6.2 SBU for tests using -j4)">
    1313]>
     
    121121
    122122    <para>where <replaceable>&lt;N&gt;</replaceable> is an integer between one
    123     and the number of ( processor X threads ), inclusive. One test,
    124     test-gpg.t, fails if <xref linkend="gnupg2"/> is not installed. In order to
    125     investigate any other apparently failing tests, you may use the
     123    and the number of ( processor X threads ), inclusive. One test, test-gpg.t,
     124    fails if <xref linkend="gnupg2"/> is not installed. One other test,
     125    test-bundle2-exchange.t, is known to fail.  In order to investigate any
     126    other apparently failing tests, you may use the
    126127    <command>run-tests.py</command> script. To see the almost forty switches,
    127     some of them very useful, issue <command>tests/run-tests.py --help</command>.
    128     Running the following commands, you will execute only the tests that failed
    129     before:</para>
     128    some of them very useful, issue <command>tests/run-tests.py
     129    --help</command>.  Running the following commands, you will execute only
     130    the tests that failed before:</para>
    130131
    131132<screen><userinput>pushd tests  &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.