Changeset ab67425


Ignore:
Timestamp:
05/08/2018 11:20:46 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
17ca98e6
Parents:
61aa55f
Message:

firefox-60.0. No release notes yet, so I'm not marking this as a security update - but I will not be surprised if htat turns out to be the case.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20131 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r61aa55f rab67425  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "07">                   <!-- Always 2 digits -->
     3<!ENTITY day          "08">                   <!-- Always 2 digits -->
    44<!ENTITY month        "05">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2018">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "May 7th, &year;">
     9<!ENTITY releasedate  "May 8th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r61aa55f rab67425  
    4343-->
    4444   <listitem>
     45      <para>May 8th, 2018</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Update to firefox-60.0. Fixes
     49          <ulink url="&blfs-ticket-root;10754">#10754</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52   </listitem>
     53
     54   <listitem>
    4555      <para>May 7th, 2018</para>
    4656      <itemizedlist>
  • packages.ent

    r61aa55f rab67425  
    735735<!ENTITY chromium-version             "64.0.3282.186">
    736736<!ENTITY epiphany-version             "3.28.1">
    737 <!ENTITY firefox-version              "59.0.2">
     737<!ENTITY firefox-version              "60.0">
    738738<!ENTITY flashplayer-version          "27.0.0.187">
    739739<!ENTITY qupzilla-version             "2.2.6">
  • xsoft/graphweb/firefox.xml

    r61aa55f rab67425  
    55  %general-entities;
    66
    7 <!--
    87  <!ENTITY firefox-download-http "&mozilla-http;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.xz">
    9 -->
    10    <!ENTITY firefox-hgversion "239e434d6d2b8e1e2b697c3416d1e96d48fe98e5">
    11   <!-- use tinyurl to get a much shorter link for the wget example -->
    12   <!ENTITY firefox-tiny "https://tinyurl.com/firefox-59-0-2-tar-bz2">
    13   <!ENTITY firefox-download-http "&mozilla-hg;&firefox-hgversion;.tar.bz2">
    148  <!ENTITY firefox-download-ftp  " ">
    15   <!ENTITY firefox-md5sum        "fa4f7a5a7e2b2c7900369530b396b74a">
    16   <!ENTITY firefox-size          "291 MB">
     9  <!ENTITY firefox-md5sum        "3d89ee8a722279c4e883a7a8af81c21d">
     10  <!ENTITY firefox-size          "255 MB">
    1711  <!-- NB with stylo, much of the build uses rust, and therefore cargo files.
    18     But when building 58.0 on rustc-1.22.1 the extra files, if any, seem to be minimal -->
    19   <!ENTITY firefox-buildsize     "7.5 GB (157 MB installed) without tests">
    20   <!ENTITY firefox-time          "21 SBU (with parallelism=4) without tests">
     12    But the extra files, if any, seem to be minimal -->
     13  <!ENTITY firefox-buildsize     "7.7 GB (157 MB installed) without tests">
     14  <!ENTITY firefox-time          "27 SBU (with parallelism=4) without tests">
    2115]>
    2216
     
    7973    </itemizedlist>
    8074
    81     <note>
    82       <para>
    83         Upstream now only provide tarballs named with 40-character mercurial
    84         commit hashes.
    85         <!--
    86         This will untar to <emphasis>mozilla-release-&firefox-hgversion;/</emphasis>,
    87         but it will build firefox-&firefox-version; - you may prefer to rename the
    88         -->
    89         You may prefer to rename the
    90         downloaded tarball, either to firefox-&firefox-version;.tar.bz2 or to
    91         mozilla-release-&firefox-hgversion;.tar.bz2, or to use wget, e.g.
    92 <screen><userinput>wget -c &firefox-tiny; \
    93      -O mozilla-release-&firefox-hgversion;.tar.bz2</userinput></screen>
    94       </para>
    95     </note>
    96 
    9775    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    9876    <itemizedlist spacing="compact">
    9977      <listitem>
    100         <para>Required patch: <ulink url="&patch-root;/firefox-&firefox-version;-ffmpeg4.0-1.patch"/></para>
     78        <para>Required patch if ffmpeg &gt;=3.5 has been installed: <ulink url="&patch-root;/firefox-&firefox-version;-ffmpeg4.0-1.patch"/></para>
    10179      </listitem>
    10280      <listitem>
     
    355333    </para></note>
    356334
    357 <screen><userinput>patch -Np1 -i ../firefox-&firefox-version;-ffmpeg-4.0-1.patch &amp;&amp;
    358 ./mach build</userinput></screen>
     335<screen><userinput>./mach build</userinput></screen>
    359336
    360337    <para>
Note: See TracChangeset for help on using the changeset viewer.