Changeset 3bdfc9fd
- Timestamp:
- 08/21/2018 04:47:19 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
- ab3656c
- Parents:
- 89b31a2c
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r89b31a2c r3bdfc9fd 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 0"> <!-- Always 2 digits -->3 <!ENTITY day "21"> <!-- Always 2 digits --> 4 4 <!ENTITY month "08"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2018"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "August 2 0th, &year;">9 <!ENTITY releasedate "August 21st, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r89b31a2c r3bdfc9fd 42 42 </listitem> 43 43 --> 44 <listitem> 45 <para>August 21st, 2018</para> 46 <itemizedlist> 47 <listitem> 48 <para>[ken] - Update to firefox-61.0.2. Fixes 49 <ulink url="&blfs-ticket-root;11013">#11013</ulink>.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 44 54 <listitem> 45 55 <para>August 20th, 2018</para> -
packages.ent
r89b31a2c r3bdfc9fd 736 736 <!ENTITY epiphany-version "3.28.1"> 737 737 <!ENTITY falkon-version "3.0.1"> 738 <!ENTITY firefox-version "61.0. 1">738 <!ENTITY firefox-version "61.0.2"> 739 739 <!ENTITY flashplayer-version "27.0.0.187"> 740 740 <!ENTITY qupzilla-version "2.2.6"> -
xsoft/graphweb/firefox.xml
r89b31a2c r3bdfc9fd 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 " 984f5d9067ead278b7a304e3d7648486">10 <!ENTITY firefox-size "25 5MB">9 <!ENTITY firefox-md5sum "f8ad78a0dfa6fa5dc67563785d62a25b"> 10 <!ENTITY firefox-size "254 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.2 GB (13 2MB installed) without tests">14 <!ENTITY firefox-time "3 5SBU (with parallelism=4) without tests">13 <!ENTITY firefox-buildsize "9.2 GB (139 MB installed) without tests"> 14 <!ENTITY firefox-time "31 SBU (with parallelism=4) without tests"> 15 15 ]> 16 16 … … 328 328 329 329 <para> 330 Invoke the Python script to compile the package: 331 </para> 332 333 <screen><userinput>./mach</userinput></screen> 334 335 <para> 330 336 The <filename>mozconfig</filename> above disables the tests because 331 337 they use a lot more time and disk space for no obvious benefit. If
Note:
See TracChangeset
for help on using the changeset viewer.