Changeset 44cd41e


Ignore:
Timestamp:
10/23/2018 07:45:37 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.4, 9.0, 9.1, bdubbs/svn, elogind, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
17756081
Parents:
05bcb18d
Message:

Update to firefox-63.0.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r05bcb18d r44cd41e  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "21">                   <!-- Always 2 digits -->
     3<!ENTITY day          "23">                   <!-- Always 2 digits -->
    44<!ENTITY month        "10">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2018">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "October 21st, &year;">
     9<!ENTITY releasedate  "October 23rd, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r05bcb18d r44cd41e  
    4343-->
    4444    <listitem>
     45      <para>October 23rd, 2018</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Update to firefox-63.0 [security fix]. Fixes
     49          <ulink url="&blfs-ticket-root;11277">#11277</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>October 21st, 2018</para>
    4656      <itemizedlist>
  • packages.ent

    r05bcb18d r44cd41e  
    745745<!ENTITY epiphany-version             "3.28.3.1">
    746746<!ENTITY falkon-version               "3.0.1">
    747 <!ENTITY firefox-version              "62.0.3">
     747<!ENTITY firefox-version              "63.0">
    748748<!ENTITY flashplayer-version          "27.0.0.187">
    749749<!ENTITY qupzilla-version             "2.2.6">
  • xsoft/graphweb/firefox.xml

    r05bcb18d r44cd41e  
    77  <!ENTITY firefox-download-http "&mozilla-http;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.xz">
    88  <!ENTITY firefox-download-ftp  " ">
    9   <!ENTITY firefox-md5sum        "01378ce8811bb595a06d0127608feacb">
    10   <!ENTITY firefox-size          "248 MB">
     9  <!ENTITY firefox-md5sum        "17f6cea22026840dfa255190a7cec1e2">
     10  <!ENTITY firefox-size          "254 MB">
    1111  <!-- NB with stylo, much of the build uses rust, and therefore cargo files.
    1212    But the extra cached cargo files, if any, seem to be minimal -->
    13   <!ENTITY firefox-buildsize     "9.5 GB (142 MB installed) without tests">
    14   <!ENTITY firefox-time          "25 SBU (with parallelism=4) without tests">
     13  <!ENTITY firefox-buildsize     "9.9 GB (141 MB installed) without tests">
     14  <!ENTITY firefox-time          "30 SBU (with parallelism=4) without tests">
    1515]>
    1616
     
    135135    <para role="required">
    136136      <xref linkend="autoconf213"/>,
     137      <xref linkend="cbindgen"/>,
    137138      <application>Clang</application> (from <xref linkend="llvm"/>),
    138139      both <xref linkend="gtk3"/> and
     
    155156      <xref linkend="icu"/>,
    156157      <xref linkend="libevent"/>,
    157       <xref linkend="libvpx"/>, and
     158      <xref linkend="libvpx"/>,
     159      <xref linkend="nodejs"/>, and
    158160      <xref linkend="sqlite"/>
    159161    </para>
     
    241243ac_add_options --disable-gconf
    242244
     245# Uncomment this if you have not installed nodejs
     246# but note that nodejs will be required in firefox-64
     247#ac_add_options --disable-nodejs
     248
    243249# From firefox-61, the stylo CSS code can no-longer be disabled
    244250
Note: See TracChangeset for help on using the changeset viewer.