Changeset 703f0ce
- Timestamp:
- 09/03/2019 04:15:48 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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:
- 059e4c3
- Parents:
- 63438ec
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r63438ec r703f0ce 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 2"> <!-- Always 2 digits -->3 <!ENTITY day "03"> <!-- Always 2 digits --> 4 4 <!ENTITY month "09"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2019"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "September 2nd, &year;">9 <!ENTITY releasedate "September 3rd, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r63438ec r703f0ce 42 42 </listitem> 43 43 --> 44 <listitem> 45 <para>September 3rd, 2019</para> 46 <itemizedlist> 47 <listitem> 48 <para>[ken] - Update to firefox-69.0 (includes security fixes 49 and dbus-glib is now required). Fixes 50 <ulink url="&blfs-ticket-root;12475">#12475</ulink>.</para> 51 </listitem> 52 </itemizedlist> 53 </listitem> 54 44 55 45 56 <listitem> -
packages.ent
r63438ec r703f0ce 865 865 <!ENTITY epiphany-version "3.32.4"> 866 866 <!ENTITY falkon-version "3.0.1"> 867 <!ENTITY firefox-version "6 8.0.2">867 <!ENTITY firefox-version "69.0"> 868 868 <!ENTITY flashplayer-version "27.0.0.187"> 869 869 <!ENTITY qupzilla-version "2.2.6"> -
xsoft/graphweb/firefox.xml
r63438ec r703f0ce 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 " efb501a4e8100991d90c589cb6837798">10 <!ENTITY firefox-size " 297MB">9 <!ENTITY firefox-md5sum "22e8ec79442d04cfc63c5822b321cd9c"> 10 <!ENTITY firefox-size "309 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 "4. 1 GB (162MB installed) without tests">13 <!ENTITY firefox-buildsize "4.2 GB (165 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 " 25SBU (with parallelism=4) without tests">17 <!ENTITY firefox-time "32 SBU (with parallelism=4) without tests"> 18 18 ]> 19 19 … … 139 139 <xref linkend="autoconf213"/>, 140 140 <xref linkend="cbindgen"/>, 141 <!-- with ff-69.0 the configure system was happy to continue to disable 142 dbus-glib, but linking libxul.so failed because rust code uses it, so 143 make it required and remove from mozconfig : ken --> 144 <xref linkend="dbus-glib"/>, 141 145 both <xref linkend="gtk3"/> and 142 146 <xref linkend="gtk2"/>, … … 177 181 <para role="optional"> 178 182 <xref linkend="curl"/>, 179 <xref linkend="dbus-glib"/>,180 183 <xref linkend="doxygen"/>, 181 184 <xref role="runtime" linkend="ffmpeg"/> (runtime, to play mov, mp3 or mp4 files), … … 215 218 <literal># If you have a multicore machine, all cores will be used by default. 216 219 217 # If you have installed dbus-glib, comment out this line: 218 ac_add_options --disable-dbus 219 220 # If you have installed dbus-glib, and you have installed (or will install) 221 # wireless-tools, and you wish to use geolocation web services, comment out 222 # this line 220 # If you have installed (or will install) wireless-tools, and you wish 221 # to use geolocation web services, comment out this line 223 222 ac_add_options --disable-necko-wifi 224 223 … … 358 357 is mounted. 359 358 </para></note> 360 361 <para>362 If you are still using ICU-63, run a sed to avoid a conflict between363 upstream ICU's use of <literal>CheckImpl()</literal> in their public headers364 and firefox's internal use of a different <literal>CheckImpl()</literal>.365 </para>366 367 <screen role="nodump"><userinput>sed -e 's/checkImpl/checkFFImpl/g' -i js/src/vm/JSContext*.h</userinput></screen>368 359 369 360 <para>
Note:
See TracChangeset
for help on using the changeset viewer.