Ignore:
Timestamp:
05/10/2019 02:09:18 AM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
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:
78fb227
Parents:
1017eed
Message:

Update to Firefox-66.0.5. This is a recommended update for all users of BLFS who have any previous versions installed, due to the Addons fiasco and forced telemetry which has been disabled with this version.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    r1017eed r1b0a207  
    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        "fa81e8cbaa653c60c94d0830f0868877">
    10   <!ENTITY firefox-size          "268 MB">
     9  <!ENTITY firefox-md5sum        "a3d00fb4e950558135f08a5155745d4e">
     10  <!ENTITY firefox-size          "269 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.6 GB (156 MB installed) without tests">
     13  <!ENTITY firefox-buildsize     "11.8 GB (156 MB installed) without tests">
    1414  <!-- editors: with ff63 and rust-1.29, ./mach build -j4 is probably the
    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          "30 SBU (with parallelism=4) without tests">
     17  <!ENTITY firefox-time          "25 SBU (with parallelism=4) without tests">
    1818]>
    1919
     
    306306ac_add_options --with-system-zlib
    307307
     308# The following option unsets Telemetry Reporting. With the Addons Fiasco,
     309# Mozilla was found to be collecting user's data, including saved passwords and
     310# web form data, without users consent. Mozilla was also found shipping updates
     311# to systems without the user's knowledge or permission.
     312# As a result of this, use the following command to permanently disable
     313# telemetry reporting in Firefox.
     314unset MOZ_TELEMETRY_REPORTING
     315
    308316mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/firefox-build-dir</literal>
    309317EOF</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.