Changeset 2fd0fc93


Ignore:
Timestamp:
08/08/2017 12:55:05 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:
75d969ad
Parents:
f067fa94
Message:

Update to Chromium-60.0.3112.90. Fixes #9566.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

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

    rf067fa94 r2fd0fc93  
    4242    </listitem>
    4343-->
     44
     45    <listitem>
     46      <para>August 8th, 2017</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[dj] - Update to Chromium-60.0.3112.90. Fixes
     50          <ulink url="&blfs-ticket-root;9566">#9566</ulink>.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
    4454
    4555    <listitem>
  • packages.ent

    rf067fa94 r2fd0fc93  
    711711
    712712<!-- Chapter 43 -->
    713 <!ENTITY chromium-version             "60.0.3112.78">
     713<!ENTITY chromium-version             "60.0.3112.90">
    714714<!ENTITY firefox-version              "55.0">
    715715<!ENTITY flashplayer-version          "26.0.0.137">
  • xsoft/graphweb/chromium.xml

    rf067fa94 r2fd0fc93  
    77  <!ENTITY chromium-download-http "https://commondatastorage.googleapis.com/chromium-browser-official/chromium-&chromium-version;.tar.xz">
    88  <!ENTITY chromium-download-ftp  " ">
    9   <!ENTITY chromium-md5sum        "e5f1c85bec4a50df09da6d4b17249826">
     9  <!ENTITY chromium-md5sum        "75f9199e5e0b31e9fbfbaf1f3071b411">
    1010  <!ENTITY chromium-size          "513 MB">
    1111  <!ENTITY chromium-buildsize     "5.9 GB">
     
    7171      </listitem>
    7272    </itemizedlist>
    73 
     73<!--
    7474    <bridgehead renderas="sect4">Required patch to fix build issues with
    7575    <application>freetype-2.8</application>:</bridgehead>
     
    8181      </listitem>
    8282    </itemizedlist>
     83-->
    8384
    8485    <bridgehead renderas="sect4">Optional Chrome binaries to extract the
     
    9293      </listitem>
    9394      <listitem>
    94         <para>Download MD5 sum: 129a9dd66da2e37f74c6d9f43b5b8c0b</para>
    95       </listitem>
    96       <listitem>
    97         <para>Download size: 59 MB</para>
     95        <para>Download MD5 sum: 5498d8f1a1d5d4867540ad93d6fc33b5</para>
     96      </listitem>
     97      <listitem>
     98        <para>Download size: 56 MB</para>
    9899      </listitem>
    99100    </itemizedlist>
     
    178179
    179180<screen><userinput>patch -Np1 -i ../chromium-&chromium-version;-gcc7-1.patch</userinput></screen>
    180 
     181<!--
    181182    <para>Apply a patch to fix an issue when building against freetype-2.8:</para>
    182183
    183184<screen><userinput>patch -Np1 -i ../chromium-&chromium-version;-skia_clip-1.patch</userinput></screen>
    184 
     185-->
    185186    <para>Enable the use of the
    186187    <ulink url="http://www.widevine.com/">WideVine</ulink> plugin, needed for
Note: See TracChangeset for help on using the changeset viewer.