Changeset 075290e


Ignore:
Timestamp:
03/17/2016 05:25:37 PM (8 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 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, nosym, 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:
709ec43
Parents:
3534fb0a
Message:

WebkitGTK+-2.10.9

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r3534fb0a r075290e  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[pierre] - Update to WebkitGTK+-2.10.9. Fixes
     51          <ulink url="&blfs-ticket-root;7565">#7565</ulink>.</para>
     52        </listitem>
     53        <listitem>
    5054          <para>[igor] - Update to dovecot-2.2.22. Fixes
    5155          <ulink url="&blfs-ticket-root;7592">#7592</ulink>.</para>
  • packages.ent

    r3534fb0a r075290e  
    506506<!ENTITY startup-notification-version "0.12">
    507507<!ENTITY webkitgtk2-version           "2.4.9">    <!-- Even minors only -->
    508 <!ENTITY webkitgtk-version            "2.10.7">    <!-- Even minors only -->
     508<!ENTITY webkitgtk-version            "2.10.9">    <!-- Even minors only -->
    509509
    510510<!ENTITY gtk2-libdir                  "2.0/2.10.0">
  • x/lib/webkitgtk.xml

    r3534fb0a r075290e  
    88  <!ENTITY webkitgtk-download-http "http://webkitgtk.org/releases/webkitgtk-&webkitgtk-version;.tar.xz">
    99  <!ENTITY webkitgtk-download-ftp  " ">
    10   <!ENTITY webkitgtk-md5sum        "84832b9d8329413b4f1d87df5f7e8efe">
    11   <!ENTITY webkitgtk-size          "11 MB">
    12   <!ENTITY webkitgtk-buildsize     "1016 MB (105 MB installed)">
     10  <!ENTITY webkitgtk-md5sum        "910749295bd17738469ae19ec9dded24">
     11  <!ENTITY webkitgtk-size          "10 MB">
     12  <!ENTITY webkitgtk-buildsize     "0.98 GB (105 MB installed)">
    1313  <!ENTITY webkitgtk-time          "35 SBU (using parallelism=4, estimated 88+ SBU using 1 core)">
    1414]>
     
    140140<screen><userinput>sed -e 's/&ldquo;/\"/' -e 's/&rdquo;/\"/' \
    141141    -i Source/WebCore/xml/XMLViewer.{css,js} &amp;&amp;
    142 
    143 sed -i "s#isnan#std::&amp;#g" Source/JavaScriptCore/runtime/Options.cpp &amp;&amp;
     142<!-- Fixed in 2.10.9
     143sed -i "s#isnan#std::&amp;#g" Source/JavaScriptCore/runtime/Options.cpp &amp;&amp;-->
    144144
    145145mkdir -vp build &amp;&amp;
     
    189189
    190190    <para>
    191       <command>sed -i ...</command>: The first sed fixes typos in two
    192       source code files, the second fixes a build failure caused by a
    193       <application>glibc-2.23</application> change.
     191      <command>sed -i ...</command>: Fixes typos in two
     192      source code files.
    194193    </para>
    195194
Note: See TracChangeset for help on using the changeset viewer.