Ignore:
Timestamp:
10/23/2018 07:45:37 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, elogind, 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:
17756081
Parents:
05bcb18d
Message:

Update to firefox-63.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    r05bcb18d r44cd41e  
    77  <!ENTITY firefox-download-http "&mozilla-http;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.xz">
    88  <!ENTITY firefox-download-ftp  " ">
    9   <!ENTITY firefox-md5sum        "01378ce8811bb595a06d0127608feacb">
    10   <!ENTITY firefox-size          "248 MB">
     9  <!ENTITY firefox-md5sum        "17f6cea22026840dfa255190a7cec1e2">
     10  <!ENTITY firefox-size          "254 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 -->
    13   <!ENTITY firefox-buildsize     "9.5 GB (142 MB installed) without tests">
    14   <!ENTITY firefox-time          "25 SBU (with parallelism=4) without tests">
     13  <!ENTITY firefox-buildsize     "9.9 GB (141 MB installed) without tests">
     14  <!ENTITY firefox-time          "30 SBU (with parallelism=4) without tests">
    1515]>
    1616
     
    135135    <para role="required">
    136136      <xref linkend="autoconf213"/>,
     137      <xref linkend="cbindgen"/>,
    137138      <application>Clang</application> (from <xref linkend="llvm"/>),
    138139      both <xref linkend="gtk3"/> and
     
    155156      <xref linkend="icu"/>,
    156157      <xref linkend="libevent"/>,
    157       <xref linkend="libvpx"/>, and
     158      <xref linkend="libvpx"/>,
     159      <xref linkend="nodejs"/>, and
    158160      <xref linkend="sqlite"/>
    159161    </para>
     
    241243ac_add_options --disable-gconf
    242244
     245# Uncomment this if you have not installed nodejs
     246# but note that nodejs will be required in firefox-64
     247#ac_add_options --disable-nodejs
     248
    243249# From firefox-61, the stylo CSS code can no-longer be disabled
    244250
Note: See TracChangeset for help on using the changeset viewer.