Changeset 1b0a207
- Timestamp:
- 05/10/2019 02:09:18 AM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.0, 9.1, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 78fb227
- Parents:
- 1017eed
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r1017eed r1b0a207 46 46 <para>May 9th, 2019</para> 47 47 <itemizedlist> 48 <listitem> 49 <para>[renodr] - Update to Firefox-66.0.5. This version is required 50 to continue using AddOns past May 13th, 2019, and is a recommended 51 update for other reasons. Fixes 52 <ulink url="&blfs-ticket-root;11932">#11932</ulink>.</para> 53 </listitem> 48 54 <listitem> 49 55 <para>[bdubbs] - Archive js52. No longer needed.</para> -
packages.ent
r1017eed r1b0a207 866 866 <!ENTITY epiphany-version "3.30.3"> 867 867 <!ENTITY falkon-version "3.0.1"> 868 <!ENTITY firefox-version "66.0. 2">868 <!ENTITY firefox-version "66.0.5"> 869 869 <!ENTITY flashplayer-version "27.0.0.187"> 870 870 <!ENTITY qupzilla-version "2.2.6"> -
xsoft/graphweb/firefox.xml
r1017eed r1b0a207 7 7 <!ENTITY firefox-download-http "&mozilla-http;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.xz"> 8 8 <!ENTITY firefox-download-ftp " "> 9 <!ENTITY firefox-md5sum " fa81e8cbaa653c60c94d0830f0868877">10 <!ENTITY firefox-size "26 8MB">9 <!ENTITY firefox-md5sum "a3d00fb4e950558135f08a5155745d4e"> 10 <!ENTITY firefox-size "269 MB"> 11 11 <!-- NB with stylo, much of the build uses rust, and therefore cargo files. 12 12 But the extra cached cargo files, if any, seem to be minimal --> 13 <!ENTITY firefox-buildsize " 9.6GB (156 MB installed) without tests">13 <!ENTITY firefox-buildsize "11.8 GB (156 MB installed) without tests"> 14 14 <!-- editors: with ff63 and rust-1.29, ./mach build -j4 is probably the 15 15 most practical way to get a timing on a machine with more cores, if taking 16 16 cores offline is not practical. If in doubt, round up --> 17 <!ENTITY firefox-time " 30SBU (with parallelism=4) without tests">17 <!ENTITY firefox-time "25 SBU (with parallelism=4) without tests"> 18 18 ]> 19 19 … … 306 306 ac_add_options --with-system-zlib 307 307 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. 314 unset MOZ_TELEMETRY_REPORTING 315 308 316 mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/firefox-build-dir</literal> 309 317 EOF</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.