Changeset c9f0cc0


Ignore:
Timestamp:
12/16/2020 05:21:20 PM (3 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
qt5new
Children:
eca919c
Parents:
6929000d (diff), f0acf55 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

merge trunk at r23984

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

Files:
1 added
19 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r6929000d rc9f0cc0  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "11">                   <!-- Always 2 digits -->
     3<!ENTITY day          "16">                   <!-- Always 2 digits -->
    44<!ENTITY month        "12">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2020">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "December 11th, &year;">
     9<!ENTITY releasedate  "December 16th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/boost.xml

    r6929000d rc9f0cc0  
    77  <!ENTITY boost-download-http "https://dl.bintray.com/boostorg/release/&boost-version;/source/boost_&boost-dl-version;.tar.bz2">
    88  <!ENTITY boost-download-ftp  " ">
    9   <!ENTITY boost-md5sum        "da07ca30dd1c0d1fdedbd487efee01bd">
    10   <!ENTITY boost-size          "105 MB">
     9  <!ENTITY boost-md5sum        "ea217ed7c4414e93d44106c316966ae1">
     10  <!ENTITY boost-size          "116 MB">
    1111  <!ENTITY boost-buildsize     "1.1 GB (175 MB installed)">
    12   <!ENTITY boost-time          "1.8 SBU (Using parallelism=4; add 1.2 SBU for tests)">
     12  <!ENTITY boost-time          "1.3 SBU (Using parallelism=4; add 1.3 SBU for tests)">
    1313]>
    1414
  • general/genlib/genlib.xml

    r6929000d rc9f0cc0  
    7979  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gspell.xml"/>
    8080  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="icu.xml"/>
     81  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="inih.xml"/>
    8182  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="jansson.xml"/>
    8283<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js38.xml"/> -->
  • general/genlib/js78.xml

    r6929000d rc9f0cc0  
    88  <!ENTITY js78-download-http "&mozilla-http;/firefox/releases/&ff78-version;esr/source/firefox-&ff78-version;esr.source.tar.xz">
    99  <!ENTITY js78-download-ftp  " ">
    10   <!-- 78.4.1 -->
    11   <!ENTITY js78-md5sum        "154f790f56b0a7aa344947c45accad5d">
    12   <!ENTITY js78-size          "319 MB">
     10  <!ENTITY js78-md5sum        "2df7dcedba6229f243dcf327ad3e7306">
     11  <!ENTITY js78-size          "323 MB">
    1312  <!ENTITY js78-buildsize     "3.0 GB (36 MB installed after removing 35MB static lib)">
    1413  <!ENTITY js78-time          "2.5 SBU (with parallelism = 4)">
     
    190189       4096 known failures, these icu items are unexpected failures
    191190       and I found the wording confusing  -->
    192       Ten JS tests related to locale and timezone fail,
     191      <!-- ken : For 78.4 this was 14 failures, I changed it to 10 for 78.5.
     192      On that machine with 78.6 still 10, but on another 14, both with similar
     193      setup and locale. -->
     194      Depending on the machine, either
     195      ten or fourteen JS tests related to locale and timezone fail,
    193196      because of an issue in <xref linkend="icu"/>.
    194197      To run the JIT test suite, issue:
  • general/genlib/libusb.xml

    r6929000d rc9f0cc0  
    77  <!ENTITY libusb-download-http "https://github.com//libusb/libusb/releases/download/v&libusb-version;/libusb-&libusb-version;.tar.bz2">
    88  <!ENTITY libusb-download-ftp  " ">
    9   <!ENTITY libusb-md5sum        "1e29700f6a134766d32b36b8d1d61a95">
    10   <!ENTITY libusb-size          "592 KB">
    11   <!ENTITY libusb-buildsize     "6.4 MB">
     9  <!ENTITY libusb-md5sum        "5bc27df16155302f308d409e73589872">
     10  <!ENTITY libusb-size          "596 KB">
     11  <!ENTITY libusb-buildsize     "5.8 MB">
    1212  <!ENTITY libusb-time          "less than 0.1 SBU">
    1313]>
     
    9797    </para>
    9898
    99 <screen><userinput>sed -i "s/^PROJECT_LOGO/#&amp;/" doc/doxygen.cfg.in &amp;&amp;
    100 
    101 ./configure --prefix=/usr --disable-static &amp;&amp;
    102 make -j1</userinput></screen>
     99<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     100make</userinput></screen>
    103101
    104102    <para>
     
    107105    </para>
    108106
    109 <screen remap="doc"><userinput>make -C doc docs</userinput></screen>
     107<screen remap="doc"><userinput>sed -i "s/^TCL_SUBST/#&amp;/; s/wide//" doc/doxygen.cfg &amp;&amp;
     108make -C doc docs</userinput></screen>
    110109
    111110    <para>
     
    135134
    136135    <para>
    137       <command>sed -i ...</command>: This sed prevents a warning when
     136      <command>sed -i ...</command>: This sed prevents some warnings when
    138137      building the documentation.
    139138    </para>
  • general/prog/python3.xml

    r6929000d rc9f0cc0  
    88           "https://www.python.org/ftp/python/&python3-version;/Python-&python3-version;.tar.xz">
    99  <!ENTITY python3-download-ftp  " ">
    10   <!ENTITY python3-md5sum        "6ebfe157f6e88d9eabfbaf3fa92129f6">
     10  <!ENTITY python3-md5sum        "61981498e75ac8f00adcb908281fadb6">
    1111  <!ENTITY python3-size          "18 MB">
    12   <!ENTITY python3-buildsize     "397 MB (add 30 MB for tests)">
    13   <!ENTITY python3-time          "0.4 SBU (using parallelism=4; add 2.2 SBU for tests, including rebuilding)">
     12  <!ENTITY python3-buildsize     "202 MB (add 31 MB for tests)">
     13  <!ENTITY python3-time          "0.5 SBU (using parallelism=4; add 1.9 SBU for tests, including rebuilding)">
    1414  <!--
    15 
    1615  Note: Size does not reflect docs that were install in LFS.
    1716
  • gnome.ent

    r6929000d rc9f0cc0  
    6262<!ENTITY gnome-settings-daemon-version     "3.38.1">
    6363<!ENTITY gnome-control-center-version      "3.38.2">
    64 <!ENTITY mutter-version                    "3.38.1">
    65 <!ENTITY gnome-shell-version               "3.38.1">
    66 <!ENTITY gnome-shell-extensions-version    "3.38.1">
     64<!ENTITY mutter-version                    "3.38.2">
     65<!ENTITY gnome-shell-version               "3.38.2">
     66<!ENTITY gnome-shell-extensions-version    "3.38.2">
    6767<!ENTITY gnome-session-version             "3.38.0">
    6868<!ENTITY gdm-version                       "3.38.2">
     
    9393<!ENTITY gnome-system-monitor-version      "3.38.0">
    9494<!ENTITY gnome-terminal-version            "3.38.1">
    95 <!ENTITY gnome-tweaks-version              "3.34.0">
     95<!ENTITY gnome-tweaks-version              "3.34.1">
    9696<!ENTITY gnome-weather-version             "3.36.1">
    9797<!ENTITY gucharmap-version                 "12.0.1">
  • gnome/applications/gnome-tweaks.xml

    r6929000d rc9f0cc0  
    99  <!ENTITY gnome-tweaks-download-ftp
    1010           "&gnome-download-ftp;/gnome-tweaks/&gnome-minor-34;/gnome-tweaks-&gnome-tweaks-version;.tar.xz">
    11   <!ENTITY gnome-tweaks-md5sum        "a625d8b167c5549c68e1c6ac7a87d369">
     11  <!ENTITY gnome-tweaks-md5sum        "34136ab30594546889d7c32ed8b13aba">
    1212  <!ENTITY gnome-tweaks-size          "244 KB">
    13   <!ENTITY gnome-tweaks-buildsize     "3.2 MB">
     13  <!ENTITY gnome-tweaks-buildsize     "5.2 MB">
    1414  <!ENTITY gnome-tweaks-time          "less than 0.1 SBU">
    1515]>
  • gnome/platform/gnome-session.xml

    r6929000d rc9f0cc0  
    113113
    114114<screen><userinput>sed 's@/bin/sh@/bin/sh -l@' -i gnome-session/gnome-session.in</userinput></screen>
     115
     116    <para revision="systemd">
     117      Adapt gnome-session to changes in systemd-247:
     118    </para>
     119
     120<screen revision="systemd"><userinput remap="pre">echo 'Slice=.slice' >> data/gnome-session-restart-dbus.service.in</userinput></screen>
    115121
    116122    <para revision="sysv">
  • gnome/platform/gnome-shell-extensions.xml

    r6929000d rc9f0cc0  
    99  <!ENTITY gnome-shell-extensions-download-ftp
    1010           "&gnome-download-ftp;/gnome-shell-extensions/&gnome-minor-38;/gnome-shell-extensions-&gnome-shell-extensions-version;.tar.xz">
    11   <!ENTITY gnome-shell-extensions-md5sum        "717e1b7f04cdb0bac27fd509c3128801">
     11  <!ENTITY gnome-shell-extensions-md5sum        "527017400c2a22748f97f0603f070dda">
    1212  <!ENTITY gnome-shell-extensions-size          "208 KB">
    1313  <!ENTITY gnome-shell-extensions-buildsize     "4.4 MB">
  • gnome/platform/gnome-shell.xml

    r6929000d rc9f0cc0  
    99  <!ENTITY gnome-shell-download-ftp
    1010           "&gnome-download-ftp;/gnome-shell/&gnome-minor-38;/gnome-shell-&gnome-shell-version;.tar.xz">
    11   <!ENTITY gnome-shell-md5sum        "a12f98e36f4cfc4b4f968c35edc6f778">
     11  <!ENTITY gnome-shell-md5sum        "069511072eedd1934b762320467c0ab7">
    1212  <!ENTITY gnome-shell-size          "1.7 MB">
    1313  <!ENTITY gnome-shell-buildsize     "72 MB (including tests)">
  • gnome/platform/mutter.xml

    r6929000d rc9f0cc0  
    77  <!ENTITY mutter-download-http "&gnome-download-http;/mutter/&gnome-minor-38;/mutter-&mutter-version;.tar.xz">
    88  <!ENTITY mutter-download-ftp  "&gnome-download-ftp;/mutter/&gnome-minor-38;/mutter-&mutter-version;.tar.xz">
    9   <!ENTITY mutter-md5sum        "df053c03ed2264e7b6dfd453ed5103ea">
     9  <!ENTITY mutter-md5sum        "07307571f9f2bdb433894741222773e1">
    1010  <!ENTITY mutter-size          "2.5 MB">
    11   <!ENTITY mutter-buildsize     "139 MB">
     11  <!ENTITY mutter-buildsize     "140 MB">
    1212  <!ENTITY mutter-time          "1.3 SBU (Using parallelism=4)">
    1313]>
     
    7272      </listitem>
    7373    </itemizedlist>
    74    
     74<!--
    7575    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7676    <itemizedlist spacing="compact">
     
    8282      </listitem>
    8383    </itemizedlist>
    84 
     84-->
    8585    <bridgehead renderas="sect3">Mutter Dependencies</bridgehead>
    8686
     
    138138    <title>Installation of Mutter</title>
    139139
     140<!--
    140141    <para>
    141142      First, fix a problem with the build system and bugs with wayland sessions:
     
    143144
    144145<screen><userinput remap="pre">patch -Np1 -i ../mutter-&mutter-version;-upstream_fixes-1.patch</userinput></screen>
     146-->
    145147
    146148    <para>
  • introduction/welcome/changelog.xml

    r6929000d rc9f0cc0  
    4343    -->
    4444    <listitem>
     45      <para>December 15th, 2020</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Update to p11-kit-0.23.22 (security update). Fixes
     49          <ulink url="&blfs-ticket-root;14371">#14371</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[bdubbs] - Update to boost-1.75.0. Fixes
     53          <ulink url="&blfs-ticket-root;14373">#14373</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[bdubbs] - Update to Python-3.9.1. Fixes
     57          <ulink url="&blfs-ticket-root;14355">#14355</ulink>.</para>
     58        </listitem>
     59        <listitem>
     60          <para>[bdubbs] - Update to libcap-2.46. Fixes
     61          <ulink url="&blfs-ticket-root;14378">#14378</ulink>.</para>
     62        </listitem>
     63        <listitem>
     64          <para>[ken] - Update to firefox-78.6.0 (security fixes) and JS 78.6.0. Fixes
     65          <ulink url="&blfs-ticket-root;14386">#14386</ulink> and
     66          <ulink url="&blfs-ticket-root;14385">#14385</ulink>.</para>
     67        </listitem>
     68      </itemizedlist>
     69    </listitem>
     70
     71    <listitem>
     72      <para>December 14th, 2020</para>
     73      <itemizedlist>
     74        <listitem>
     75          <para>[renodr] - Update to mutter-3.38.2. Fixes
     76          <ulink url="&blfs-ticket-root;14334">#14334</ulink>.</para>
     77        </listitem>
     78        <listitem>
     79          <para>[renodr] - Update to gnome-shell-3.38.2. Fixes
     80          <ulink url="&blfs-ticket-root;14333">#14333</ulink>.</para>
     81        </listitem>
     82        <listitem>
     83          <para>[renodr] - Update to gnome-shell-extensions-3.38.2. Fixes
     84          <ulink url="&blfs-ticket-root;14333">#14333</ulink>.</para>
     85        </listitem>
     86        <listitem>
     87          <para>[renodr] - Update to gnome-tweaks-3.34.1. Fixes
     88          <ulink url="&blfs-ticket-root;14369">#14369</ulink>.</para>
     89        </listitem>
     90        <listitem revision="systemd">
     91          <para>[renodr] - Adapt gnome-session to changes in systemd-247. Fixes
     92          <ulink url="&blfs-ticket-root;14341">#14341</ulink>.</para>
     93        </listitem>
     94      </itemizedlist>
     95    </listitem>
     96
     97    <listitem>
     98      <para>December 13th, 2020</para>
     99      <itemizedlist>
     100        <listitem>
     101          <para>[bdubbs] - Add inih-r52. Required for xfsprogs-5.10.0.</para>
     102        </listitem>
     103        <listitem>
     104          <para>[bdubbs] - Update to xfsprogs-5.10.0. Fixes
     105          <ulink url="&blfs-ticket-root;14372">#14372</ulink>.</para>
     106        </listitem>
     107        <listitem>
     108          <para>[bdubbs] - Update to libusb-1.0.24. Fixes
     109          <ulink url="&blfs-ticket-root;14368">#14368</ulink>.</para>
     110        </listitem>
     111        <listitem>
     112          <para>[bdubbs] - Update to qemu-5.2.0. Fixes
     113          <ulink url="&blfs-ticket-root;14360">#14360</ulink>.</para>
     114        </listitem>
     115      </itemizedlist>
     116    </listitem>
     117
     118    <listitem>
    45119      <para>December 11th, 2020</para>
    46120      <itemizedlist>
  • packages.ent

    r6929000d rc9f0cc0  
    1717<!ENTITY haveged-version              "1.9.13">
    1818<!ENTITY iptables-version             "1.8.6">
    19 <!ENTITY libcap-version               "2.45">
     19<!ENTITY libcap-version               "2.46">
    2020<!ENTITY liboauth-version             "1.0.3">
    2121<!ENTITY linux-pam-version            "1.5.1">
     
    3535<!-- <!ENTITY openssl-version              "1.1.0g"> -->
    3636<!ENTITY openssl10-version            "1.0.2q">
    37 <!ENTITY p11-kit-version              "0.23.21">
     37<!ENTITY p11-kit-version              "0.23.22">
    3838<!ENTITY polkit-version               "0.118">
    3939<!ENTITY polkit-gnome-version         "0.105">
     
    5858<!ENTITY smartmontools-version        "7.1">
    5959<!ENTITY sshfs-version                "3.7.1">
    60 <!ENTITY xfsprogs-version             "5.9.0">
     60<!ENTITY xfsprogs-version             "5.10.0">
    6161
    6262<!-- Chapter 6 -->
     
    7777
    7878<!-- Chapter 8 Virtualization -->
    79 <!ENTITY qemu-version                 "5.1.0">
     79<!ENTITY qemu-version                 "5.2.0">
    8080
    8181<!-- Part III -->
     
    8686
    8787<!ENTITY boost-major                  "1">
    88 <!ENTITY boost-minor                  "74">
     88<!ENTITY boost-minor                  "75">
    8989<!ENTITY boost-patch                  "0">
    9090<!ENTITY boost-version                "&boost-major;.&boost-minor;.&boost-patch;">
     
    116116<!ENTITY icu-dl-version               "&icu-major;_&icu-minor;"><!-- _&icu-patch;-->
    117117
     118<!ENTITY inih-version                 "52">
    118119<!ENTITY iso-codes-version            "4.5.0">
    119120<!ENTITY jansson-version              "2.13.1">
     
    166167<!ENTITY libunique-version            "1.1.6">
    167168<!ENTITY libunistring-version         "0.9.10">
    168 <!ENTITY libusb-version               "1.0.23">
     169<!ENTITY libusb-version               "1.0.24">
    169170<!ENTITY libusb-compat-version        "0.1.5">
    170171<!ENTITY libuv-version                "1.40.0">
     
    356357<!ENTITY python3-major                "3">
    357358<!ENTITY python3-minor                "9">
    358 <!ENTITY python3-patch                "0">
     359<!ENTITY python3-patch                "1">
    359360<!ENTITY python3-majorver             "&python3-major;.&python3-minor;">
    360361<!ENTITY python3-version              "&python3-majorver;.&python3-patch;">
     
    916917<!ENTITY falkon-minor-version         "0">
    917918<!ENTITY falkon-version               "&falkon-major-version;.&falkon-minor-version;">
    918 <!ENTITY firefox-version              "78.5.0">
     919<!ENTITY firefox-version              "78.6.0">
    919920<!ENTITY flashplayer-version          "27.0.0.187">
    920921<!ENTITY qupzilla-version             "2.2.6">
  • postlfs/filesystems/xfsprogs.xml

    r6929000d rc9f0cc0  
    77  <!ENTITY xfsprogs-download-http "&kernel-dl;/linux/utils/fs/xfs/xfsprogs/xfsprogs-&xfsprogs-version;.tar.xz">
    88  <!ENTITY xfsprogs-download-ftp  " ">
    9   <!ENTITY xfsprogs-md5sum        "5edd6f3d34b1e9950c326c961b5b84c4">
     9  <!ENTITY xfsprogs-md5sum        "f4156af67a0e247833be88efaa2869f9">
    1010  <!ENTITY xfsprogs-size          "1.2 MB">
    11   <!ENTITY xfsprogs-buildsize     "84 MB">
    12   <!ENTITY xfsprogs-time          "0.3 SBU (Using parallelism=4)">
     11  <!ENTITY xfsprogs-buildsize     "57 MB">
     12  <!ENTITY xfsprogs-time          "0.2 SBU (Using parallelism=4)">
    1313]>
    1414
     
    7070      </listitem>
    7171    </itemizedlist>
     72
     73    <bridgehead renderas="sect3">xfsprogs Dependencies</bridgehead>
     74
     75    <bridgehead renderas="sect4">Required</bridgehead>
     76    <para role="required">
     77      <xref linkend="inih"/>
     78    </para>
    7279
    7380    <bridgehead renderas="sect4">Optional</bridgehead>
  • postlfs/security/libcap.xml

    r6929000d rc9f0cc0  
    77  <!ENTITY libcap-download-http "&kernel-dl;/linux/libs/security/linux-privs/libcap2/libcap-&libcap-version;.tar.xz">
    88  <!ENTITY libcap-download-ftp  " ">
    9   <!ENTITY libcap-md5sum        "e4d4c04ad28a3b601e374c0367113236">
     9  <!ENTITY libcap-md5sum        "58ffae7d6a3226d6648cdb5d6f389cbf">
    1010  <!ENTITY libcap-size          "128 KB">
    1111  <!ENTITY libcap-buildsize     "1.3 MB">
  • postlfs/security/p11-kit.xml

    r6929000d rc9f0cc0  
    77  <!ENTITY p11-kit-download-http "https://github.com/p11-glue/p11-kit/releases/download/&p11-kit-version;/p11-kit-&p11-kit-version;.tar.xz">
    88  <!ENTITY p11-kit-download-ftp  " ">
    9   <!ENTITY p11-kit-md5sum        "db8d5509f61c73ab2ea03cc4d7bc5eef">
    10   <!ENTITY p11-kit-size          "808 KB">
     9  <!ENTITY p11-kit-md5sum        "03f93a4eb62127b5d40e345c624a0665">
     10  <!ENTITY p11-kit-size          "812 KB">
    1111  <!ENTITY p11-kit-buildsize     "47 MB (add 169 MB for tests)">
    12   <!ENTITY p11-kit-time          "0.3 SBU (add 0.6 SBU for tests)">
     12  <!ENTITY p11-kit-time          "0.2 SBU (add 0.6 SBU for tests)">
    1313]>
    1414
     
    100100    </para>
    101101
    102 <screen><userinput>sed '20,$ d' -i trust/trust-extract-compat.in &amp;&amp;
    103 cat &gt;&gt; trust/trust-extract-compat.in &lt;&lt; "EOF"
     102<screen><userinput>sed '20,$ d' -i trust/trust-extract-compat &amp;&amp;
     103cat &gt;&gt; trust/trust-extract-compat &lt;&lt; "EOF"
    104104<literal># Copy existing anchor modifications to /etc/ssl/local
    105105/usr/libexec/make-ca/copy-trust-modifications
  • postlfs/virtualization/qemu.xml

    r6929000d rc9f0cc0  
    77  <!ENTITY qemu-download-http "http://download.qemu-project.org/qemu-&qemu-version;.tar.xz">
    88  <!ENTITY qemu-download-ftp  " ">
    9   <!ENTITY qemu-md5sum        "f3eb729786591f05a9ac5d8ab03b9269">
    10   <!ENTITY qemu-size          "60 MB">
    11   <!ENTITY qemu-buildsize     "1.1 GB (add 450 MB for tests)">
    12   <!ENTITY qemu-time          "0.9 SBU (using parallelism=4; add 5.0 SBU for tests)">
     9  <!ENTITY qemu-md5sum        "179f86928835da857c237b42f4b2df73">
     10  <!ENTITY qemu-size          "102 MB">
     11  <!ENTITY qemu-buildsize     "1.7 GB">
     12  <!ENTITY qemu-time          "0.9 SBU (using parallelism=4; add 0.3 SBU for tests)">
    1313]>
    1414
     
    232232
    233233    <para>
    234       To run the built in tests, run <command>make V=1 -k check</command>.
     234      <application>qemu</application> uses <command>ninja</command> as
     235      a subprocess when building.  To run the tests, issue:
     236      <command>ninja test</command>.
    235237    </para>
    236238
     
    260262    <note>
    261263      <para>
    262       For convenience you may want to create a symbolic link to run
    263       the installed program. For instance:
    264     </para>
     264        For convenience you may want to create a symbolic link to run
     265        the installed program. For instance:
     266      </para>
    265267
    266268<screen role="root"><userinput>ln -sv qemu-system-`uname -m` /usr/bin/qemu</userinput></screen>
  • xsoft/graphweb/firefox.xml

    r6929000d rc9f0cc0  
    77  <!ENTITY firefox-download-http "&mozilla-http;/firefox/releases/&firefox-version;esr/source/firefox-&firefox-version;esr.source.tar.xz">
    88  <!ENTITY firefox-download-ftp  " ">
    9   <!ENTITY firefox-md5sum        "154f790f56b0a7aa344947c45accad5d">
    10   <!ENTITY firefox-size          "319 MB">
     9  <!ENTITY firefox-md5sum        "2df7dcedba6229f243dcf327ad3e7306">
     10  <!ENTITY firefox-size          "323 MB">
    1111  <!-- NB with stylo, much of the build uses rust, and therefore cargo files.
    1212    But the extra cached cargo files, if any, seem to be minimal -->
     
    1515   most practical way to get a timing on a machine with more cores, if taking
    1616   cores offline is not practical. If in doubt, round up -->
    17   <!ENTITY firefox-time          "29 SBU (on a 4-core machine) without tests">
     17  <!ENTITY firefox-time          "27 SBU (on a 4-core machine) without tests">
    1818]>
    1919
Note: See TracChangeset for help on using the changeset viewer.