Changeset 653d3412


Ignore:
Timestamp:
05/02/2019 06:52:27 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
c0bd33e
Parents:
8a3967f
Message:

Update to mercurial-5.0.
Update to bubblewrap-0.3.3.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r8a3967f r653d3412  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "01">                   <!-- Always 2 digits -->
     3<!ENTITY day          "02">                   <!-- Always 2 digits -->
    44<!ENTITY month        "05">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2019">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "May 1st, &year;">
     9<!ENTITY releasedate  "May 2nd, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/mercurial.xml

    r8a3967f r653d3412  
    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        "78331325e2d3251e7c3644f22fb3403a">
    10   <!ENTITY mercurial-size          "6.7 MB">
    11   <!ENTITY mercurial-buildsize     "70 MB (add 663 MB for tests)">
    12   <!ENTITY mercurial-time          "0.4 SBU (add 10 SBU for tests using -j4)">
     9  <!ENTITY mercurial-md5sum        "26e1877d20c921af8da357e1c776d5e5">
     10  <!ENTITY mercurial-size          "6.9 MB">
     11  <!ENTITY mercurial-buildsize     "72 MB (add 678 MB for tests)">
     12  <!ENTITY mercurial-time          "0.4 SBU (add 11 SBU for tests using -j4)">
    1313]>
    1414
     
    140140    seems to be a problem with the test suite. If this happens, normally, from
    141141    now on, there will be no more such failures whether you use the debug switch
    142     or not.</para>
     142    or not. One test, test-https.t, is known to fail.</para>
    143143
    144144    <para>An interesting switch is "- -time", which will generate at the end of
  • general/sysutils/bubblewrap.xml

    r8a3967f r653d3412  
    77  <!ENTITY bubblewrap-download-http "https://github.com/projectatomic/bubblewrap/releases/download/v&bubblewrap-version;/bubblewrap-&bubblewrap-version;.tar.xz">
    88  <!ENTITY bubblewrap-download-ftp  " ">
    9   <!ENTITY bubblewrap-md5sum        "c34034985e80bdea39aaaaa4bcb92c64">
    10   <!ENTITY bubblewrap-size          "208 KB">
    11   <!ENTITY bubblewrap-buildsize     "2.0 MB">
    12   <!ENTITY bubblewrap-time          "Less than 0.1 SBU">
     9  <!ENTITY bubblewrap-md5sum        "69ce48ca2d637eaf6b42674ee903e5ad">
     10  <!ENTITY bubblewrap-size          "128 KB">
     11  <!ENTITY bubblewrap-buildsize     "1.4 MB">
     12  <!ENTITY bubblewrap-time          "less than 0.1 SBU">
    1313]>
    1414
  • introduction/welcome/changelog.xml

    r8a3967f r653d3412  
    4242    </listitem>
    4343    -->
     44
     45    <listitem>
     46      <para>May 1st, 2019</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[bdubbs] - Update to mercurial-5.0. Fixes
     50          <ulink url="&blfs-ticket-root;12008">#12008</ulink>.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[bdubbs] - Update to bubblewrap-0.3.3. Fixes
     54          <ulink url="&blfs-ticket-root;12007">#12007</ulink>.</para>
     55        </listitem>
     56      </itemizedlist>
     57    </listitem>
    4458
    4559    <listitem>
  • packages.ent

    r8a3967f r653d3412  
    267267<!ENTITY autofs-version               "5.1.5">
    268268<!ENTITY bluez-version                "5.50">
    269 <!ENTITY bubblewrap-version           "0.3.1">
     269<!ENTITY bubblewrap-version           "0.3.3">
    270270<!ENTITY colord-version               "1.4.4">
    271271<!ENTITY cpio-version                 "2.12">
     
    327327<!ENTITY lua-version                  "5.3.5">
    328328<!ENTITY lua52-version                "5.2.4">
    329 <!ENTITY mercurial-version            "4.9.1">
     329<!ENTITY mercurial-version            "5.0">
    330330<!ENTITY nasm-version                 "2.14.02">
    331331<!ENTITY ninja-version                "1.9.0">
Note: See TracChangeset for help on using the changeset viewer.