Changeset 2c5bbb8
- Timestamp:
- 03/23/2021 04:36:17 PM (3 years ago)
- Branches:
- 11.0, 11.1, 11.2, 11.3, 12.0, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 756a787
- Parents:
- 639a5b9
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r639a5b9 r2c5bbb8 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 2"> <!-- Always 2 digits -->3 <!ENTITY day "23"> <!-- Always 2 digits --> 4 4 <!ENTITY month "03"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2021"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "March 2 2nd, &year;">9 <!ENTITY releasedate "March 23rd, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/genlib/js78.xml
r639a5b9 r2c5bbb8 7 7 <!-- for when firefox and js78 use same version 8 8 <!ENTITY ff78-version "&firefox-version;"> 9 and when they are on differ net versions - keep this for when9 and when they are on different versions - keep this for when 10 10 we have moved to next firefox-esr (ff-91) and JS has not moved 11 11 <!ENTITY ff78-version "&JS78-version;"> --> … … 14 14 <!ENTITY js78-download-http "&mozilla-http;/firefox/releases/&ff78-version;esr/source/firefox-&ff78-version;esr.source.tar.xz"> 15 15 <!ENTITY js78-download-ftp " "> 16 <!ENTITY js78-md5sum " 04858eb8431d560e62189878d1abb7bd">17 <!ENTITY js78-size "31 6MB">18 <!ENTITY js78-buildsize "2. 9 GB (36 MB installed after removing 35MB static lib)">19 <!ENTITY js78-time "2. 2 SBU (with parallelism = 4)">16 <!ENTITY js78-md5sum "10529ea05d2a1b46eb239330a3ae5471"> 17 <!ENTITY js78-size "318 MB"> 18 <!ENTITY js78-buildsize "2.0 GB (36 MB installed after removing 34MB static lib)"> 19 <!ENTITY js78-time "2.0 SBU (on a 4-core machine)"> 20 20 ]> 21 21 -
introduction/welcome/changelog.xml
r639a5b9 r2c5bbb8 43 43 --> 44 44 <listitem> 45 <para>March 23nd, 2021</para> 46 <itemizedlist> 47 <listitem> 48 <para>[ken] - Update to firefox-78.9.0 and JS-78.9.0 (security fixes). 49 Fixes <ulink url="&blfs-ticket-root;14804">#14804</ulink>.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 54 <listitem> 45 55 <para>March 22nd, 2021</para> 46 56 <itemizedlist> -
packages.ent
r639a5b9 r2c5bbb8 917 917 <!ENTITY falkon-minor-version "0"> 918 918 <!ENTITY falkon-version "&falkon-major-version;.&falkon-minor-version;"> 919 <!ENTITY firefox-version "78. 8.0">919 <!ENTITY firefox-version "78.9.0"> 920 920 <!ENTITY flashplayer-version "27.0.0.187"> 921 921 <!ENTITY qupzilla-version "2.2.6"> -
xsoft/graphweb/firefox.xml
r639a5b9 r2c5bbb8 7 7 <!ENTITY firefox-download-http "&mozilla-http;/firefox/releases/&firefox-version;esr/source/firefox-&firefox-version;esr.source.tar.xz"> 8 8 <!ENTITY firefox-download-ftp " "> 9 <!ENTITY firefox-md5sum " 04858eb8431d560e62189878d1abb7bd">10 <!ENTITY firefox-size "31 6MB">9 <!ENTITY firefox-md5sum "10529ea05d2a1b46eb239330a3ae5471"> 10 <!ENTITY firefox-size "318 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 "5.1 GB (18 5MB installed) without tests">13 <!ENTITY firefox-buildsize "5.1 GB (187 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 "2 7SBU (on a 4-core machine) without tests">17 <!ENTITY firefox-time "22 SBU (on a 4-core machine) without tests"> 18 18 ]> 19 19 … … 386 386 </para> 387 387 388 <screen role="root"><userinput>./mach install && 389 390 mkdir -pv /usr/lib/mozilla/plugins && 391 ln -sfv ../../mozilla/plugins /usr/lib/firefox/browser/</userinput></screen> 388 <screen role="root"><userinput>./mach install</userinput></screen> 392 389 393 390 <para>
Note:
See TracChangeset
for help on using the changeset viewer.