Changeset ad5a97d


Ignore:
Timestamp:
05/27/2017 06:46:56 AM (7 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 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:
ea07363c
Parents:
e1417b9
Message:

Update to Firefox-53.0.3. Fixes #9261.
Add geolocation APIs to Firefox.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

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

    re1417b9 rad5a97d  
    4343-->
    4444    <listitem>
     45      <para>May 27th, 2017</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[dj] - Update to Firefox-53.0.3. Fixes
     49          <ulink url="&blfs-ticket-root;9261">#9261</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[dj] - Add geolocation APIs to Firefox.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
     57    <listitem>
    4558      <para>May 26th, 2017</para>
    4659      <itemizedlist>
  • packages.ent

    re1417b9 rad5a97d  
    704704<!-- Chapter 43 -->
    705705<!ENTITY chromium-version             "58.0.3029.110">
    706 <!ENTITY firefox-version              "53.0.2">
     706<!ENTITY firefox-version              "53.0.3">
    707707<!ENTITY flashplayer-version          "25.0.0.171">
    708708<!ENTITY seamonkey-version            "2.46">
  • xsoft/graphweb/firefox.xml

    re1417b9 rad5a97d  
    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        "bf4643f9a95f13adf8336532490ea3d2">
    10   <!ENTITY firefox-size          "205 MB">
    11   <!ENTITY firefox-buildsize     "5.3 GB (111 MB installed)">           
     9  <!ENTITY firefox-md5sum        "16be3d9774f1e3bf74e2c4e198652d19">
     10  <!ENTITY firefox-size          "206 MB">
     11  <!ENTITY firefox-buildsize     "5.4 GB (111 MB installed)">           
    1212  <!ENTITY firefox-time          "17 SBU (with parallelism=4)">         
    1313]>
     
    212212ac_add_options --disable-necko-wifi
    213213
     214# API Keys for geolocation APIs - necko-wifi (above) is required for MLS
     215# Uncomment the following line if you wish to use Mozilla Location Service
     216#ac_add_options --with-mozilla-api-keyfile=$PWD/mozilla-key
     217
     218# Uncomment the following line if you wish to use Google's geolocaton API
     219# (needed for use with saved maps with Google Maps)
     220#ac_add_options --with-google-api-keyfile=$PWD/google-key
     221
    214222# Uncomment these lines if you have installed optional dependencies:
    215223#ac_add_options --enable-system-hunspell
     
    290298
    291299<screen><userinput>patch -Np1 -i ../firefox-&firefox-version;-system_graphite2_harfbuzz-1.patch</userinput></screen>
     300
     301    <para>
     302      If the geolocation APIs are needed:
     303    </para>
     304
     305<screen><userinput>echo "AIzaSyDxKL42zsPjbke5O8_rPVpVrLrJ8aeE9rQ" > google-key
     306echo "d2284a20-0505-4927-a809-7ffaf4d91e55" > mozilla-key</userinput></screen>
    292307
    293308    <note><para>
Note: See TracChangeset for help on using the changeset viewer.