Changeset 393517d3
- Timestamp:
- 11/16/2020 09:29:32 PM (4 years ago)
- Branches:
- 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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:
- 14ff5ee0
- Parents:
- 71654ad
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/js78.xml
r71654ad r393517d3 9 9 <!ENTITY js78-download-ftp " "> 10 10 <!-- 78.4.1 --> 11 <!ENTITY js78-md5sum " ec12a707c129a98fb957e4123eadce84">11 <!ENTITY js78-md5sum "154f790f56b0a7aa344947c45accad5d"> 12 12 <!ENTITY js78-size "319 MB"> 13 <!ENTITY js78-buildsize " 2.9GB (36 MB installed after removing 35MB static lib)">13 <!ENTITY js78-buildsize "3.0 GB (36 MB installed after removing 35MB static lib)"> 14 14 <!ENTITY js78-time "2.5 SBU (with parallelism = 4)"> 15 15 ]> … … 187 187 It's recommended to redirect the output into a log. 188 188 <!-- recheck when ICU gets upgraded --> 189 Fourteen JS tests related to locale and timezone are known to fail, 189 <!-- ken: removed "are known to fail' becasue there are 190 4096 known failures, these icu items are unexpected failures 191 and I found the wording confusing --> 192 Ten JS tests related to locale and timezone fail, 190 193 because of an issue in <xref linkend="icu"/>. 191 To run JIT test suite, issue:194 To run the JIT test suite, issue: 192 195 <command>make -C js/src check-jit-test 193 JITTEST_EXTRA_ARGS="--timeout 300"</command>. 196 JITTEST_EXTRA_ARGS="--timeout 300"</command>. Again, a few tests 197 may show as unexpected failures. 194 198 </para> 195 199 -
introduction/welcome/changelog.xml
r71654ad r393517d3 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[ken] - Update to Firefox-78.5.0 and JS78-78.5.0. Fixes 49 <ulink url="&blfs-ticket-root;14250">#14250</ulink>.</para> 50 </listitem> 51 <listitem> 48 52 <para>[bdubbs] - Update to paxmirabilis-20201030 (pax). Fixes 49 53 <ulink url="&blfs-ticket-root;14248">#14248</ulink>.</para> -
packages.ent
r71654ad r393517d3 914 914 <!ENTITY falkon-minor-version "0"> 915 915 <!ENTITY falkon-version "&falkon-major-version;.&falkon-minor-version;"> 916 <!ENTITY firefox-version "78. 4.1">916 <!ENTITY firefox-version "78.5.0"> 917 917 <!ENTITY flashplayer-version "27.0.0.187"> 918 918 <!ENTITY qupzilla-version "2.2.6"> -
xsoft/graphweb/firefox.xml
r71654ad r393517d3 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 " ec12a707c129a98fb957e4123eadce84">9 <!ENTITY firefox-md5sum "154f790f56b0a7aa344947c45accad5d"> 10 10 <!ENTITY firefox-size "319 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. 0GB (185 MB installed) without tests">13 <!ENTITY firefox-buildsize "5.1 GB (185 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 … … 76 76 </itemizedlist> 77 77 78 78 <!--<bridgehead renderas="sect3">Additional Downloads</bridgehead> 79 79 <itemizedlist spacing="compact"> 80 80 <listitem> … … 84 84 </para> 85 85 </listitem> 86 </itemizedlist> 86 </itemizedlist>--> 87 87 88 88 <note> … … 305 305 <para> 306 306 In the esr version of firefox-78, the code to ensure that add-ons 307 are signed by the trus ed root has been disabled, presumably for307 are signed by the trusted root has been disabled, presumably for 308 308 organizations which require their own add-ons. To enable it as an 309 309 added security measure issue the following command: … … 356 356 esac</userinput></screen> 357 357 --> 358 358 <!--<para> 359 359 Apply a patch to allow this to be compiled with <xref linkend="rust"/>: 360 360 </para> 361 361 362 <screen><userinput remap="pre">patch -p1 -i ../firefox-&firefox-version;esr-rustc1470-1.patch</userinput></screen> 362 <screen><userinput remap="pre">patch -p1 -i ../firefox-&firefox-version;esr-rustc1470-1.patch</userinput></screen>--> 363 363 364 364 <para>
Note:
See TracChangeset
for help on using the changeset viewer.