Changeset c9677a35


Ignore:
Timestamp:
06/19/2019 10:13:47 AM (5 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, 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:
8e4c989
Parents:
2e98a372
Message:

Firefox-67.0.3

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r2e98a372 rc9677a35  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "17">                   <!-- Always 2 digits -->
     3<!ENTITY day          "19">                   <!-- Always 2 digits -->
    44<!ENTITY month        "06">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2019">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "June 17th, &year;">
     9<!ENTITY releasedate  "June 19th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r2e98a372 rc9677a35  
    4242    </listitem>
    4343    -->
     44    <listitem>
     45      <para>June 19th, 2019</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Update to firefox-67.0.3 (Security Fix, and also
     49          disable elf-hack which breaks the install on some machines). Fixes
     50          <ulink url="&blfs-ticket-root;12172">#12172</ulink>.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
    4455    <listitem>
    4556      <para>June 17th, 2019</para>
  • packages.ent

    r2e98a372 rc9677a35  
    867867<!ENTITY epiphany-version             "3.32.3">
    868868<!ENTITY falkon-version               "3.0.1">
    869 <!ENTITY firefox-version              "67.0.2">
     869<!ENTITY firefox-version              "67.0.3">
    870870<!ENTITY flashplayer-version          "27.0.0.187">
    871871<!ENTITY qupzilla-version             "2.2.6">
  • xsoft/graphweb/firefox.xml

    r2e98a372 rc9677a35  
    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        "44ddd660e0d195be793a0f5d79946709">
    10   <!ENTITY firefox-size          "270 MB">
     9  <!ENTITY firefox-md5sum        "b1bcca10225cb12288b7275faad1e99e">
     10  <!ENTITY firefox-size          "273 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     "3.8 GB (154 MB installed) without tests">
     13  <!ENTITY firefox-buildsize     "3.9 GB (160 MB installed) without tests">
    1414  <!-- editors: with ff63 and rust-1.29, ./mach build -j4 is probably the
    1515   most practical way to get a timing on a machine with more cores, if taking
     
    285285ac_add_options --enable-application=browser
    286286
     287# The elf-hack is reported to cause failed installs (after successful builds)
     288# on some machines. It is supposed to improve startup time and it shrinks
     289# libxul.so by a few MB - comment this if you know your machine is not affected.
     290ac_add_options --disable-elf-hack
     291
    287292ac_add_options --disable-crashreporter
    288293ac_add_options --disable-updater
Note: See TracChangeset for help on using the changeset viewer.