Changeset 8cb8165


Ignore:
Timestamp:
05/25/2018 06:22:52 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
85d14e15
Parents:
ae02ca2
Message:

Update to gnumeric-1.12.41.
Update to webkitgtk-2.20.2.
Update to geoclue-2.4.10.
Update to php-7.2.6.
Update to vim-8.1.

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

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rae02ca2 r8cb8165  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "24">                   <!-- Always 2 digits -->
     3<!ENTITY day          "25">                   <!-- Always 2 digits -->
    44<!ENTITY month        "05">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2018">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "May 24th, &year;">
     9<!ENTITY releasedate  "May 25th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/php.xml

    rae02ca2 r8cb8165  
    77  <!ENTITY php-download-http "http://www.php.net/distributions/php-&php-version;.tar.xz">
    88  <!ENTITY php-download-ftp  " ">
    9   <!ENTITY php-md5sum        "0f2e2c6d749a4bc3913b50d1f7bb95fa">
    10   <!ENTITY php-size          "11 MB">
     9  <!ENTITY php-md5sum        "bdfc00d0ae0155775a3a2b0fc60f8ea7">
     10  <!ENTITY php-size          "12 MB">
    1111  <!ENTITY php-buildsize     "567 MB (add 2 MB for tests, add 111 MB for documentation)">
    1212  <!ENTITY php-time          "1.1 SBU (with parallelism=4; add 2.7 SBU for tests)">
  • introduction/welcome/changelog.xml

    rae02ca2 r8cb8165  
    4444
    4545   <listitem>
     46      <para>May 25th, 2018</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[bdubbs] - Update to gnumeric-1.12.41.  Fixes
     50          <ulink url="&blfs-ticket-root;10720">#10729</ulink>.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[bdubbs] - Update to webkitgtk-2.20.2.  Fixes
     54          <ulink url="&blfs-ticket-root;10756">#10756</ulink>.</para>
     55        </listitem>
     56        <listitem>
     57          <para>[bdubbs] - Update to geoclue-2.4.10.  Fixes
     58          <ulink url="&blfs-ticket-root;10732">#10732</ulink>.</para>
     59        </listitem>
     60        <listitem>
     61          <para>[bdubbs] - Update to php-7.2.6.  Fixes
     62          <ulink url="&blfs-ticket-root;10709">#10709</ulink>.</para>
     63        </listitem>
     64        <listitem>
     65          <para>[bdubbs] - Update to vim-8.1.  Fixes
     66          <ulink url="&blfs-ticket-root;10783">#10783</ulink>.</para>
     67        </listitem>
     68      </itemizedlist>
     69   </listitem>
     70
     71   <listitem>
    4672      <para>May 24th, 2018</para>
    4773      <itemizedlist>
  • networking/netlibs/geoclue2.xml

    rae02ca2 r8cb8165  
    1010  <!ENTITY geoclue2-md5sum        "db9747323ed397b02a0240cd4219c789">
    1111  <!ENTITY geoclue2-size          "360 KB">
    12   <!ENTITY geoclue2-buildsize     "12 MB">
     12  <!ENTITY geoclue2-buildsize     "13 MB">
    1313  <!ENTITY geoclue2-time          "0.2 SBU">
    1414]>
  • packages.ent

    rae02ca2 r8cb8165  
    7171<!ENTITY juffed-version               "0.10.r71.gc3c1a3f">
    7272<!ENTITY nano-version                 "2.9.7">
    73 <!ENTITY vim-version                  "8.0.586">
     73<!ENTITY vim-version                  "8.1">
    7474<!ENTITY vim-majmin                   "80">
    7575
     
    329329<!ENTITY ninja-version                "1.8.2">
    330330<!ENTITY npapi-sdk-version            "0.27.2">
    331 <!ENTITY php-version                  "7.2.5">
     331<!ENTITY php-version                  "7.2.6">
    332332<!ENTITY python2-version              "2.7.15">
    333333<!ENTITY python3-version              "3.6.5">
     
    465465<!ENTITY c-ares-version               "1.14.0">
    466466<!ENTITY curl-version                 "7.59.0">
    467 <!ENTITY geoclue2-version             "2.4.8">
     467<!ENTITY geoclue2-version             "2.4.10">
    468468<!ENTITY glib-networking-version      "2.56.0">
    469469<!ENTITY ldns-version                 "1.7.0">
     
    589589<!ENTITY shared-mime-info-version     "1.9">
    590590<!ENTITY startup-notification-version "0.12">
    591 <!ENTITY webkitgtk-version            "2.20.1">    <!-- Even minors only -->
     591<!ENTITY webkitgtk-version            "2.20.2">    <!-- Even minors only -->
    592592
    593593<!ENTITY gtk2-libdir                  "2.0/2.10.0">
     
    725725<!-- Chapter 42 -->
    726726<!ENTITY AbiWord-version              "3.0.2">
    727 <!ENTITY gnumeric-version             "1.12.39">
     727<!ENTITY gnumeric-version             "1.12.41">
    728728<!ENTITY gnucash-version              "2.4.11">
    729729
  • postlfs/editors/vim.xml

    rae02ca2 r8cb8165  
    77  <!ENTITY vim-download-http "http://ftp.vim.org/vim/unix/vim-&vim-version;.tar.bz2">
    88  <!ENTITY vim-download-ftp  " ">
    9   <!ENTITY vim-md5sum        "b35e794140c196ff59b492b56c1e73db">
    10   <!ENTITY vim-size          "10.4 MB">
    11   <!ENTITY vim-buildsize     "77 MB (with tests)">
    12   <!ENTITY vim-time          "2.2 SBU )with tests)">
     9  <!ENTITY vim-md5sum        "1739a1df312305155285f0cfa6118294">
     10  <!ENTITY vim-size          "10.7 MB">
     11  <!ENTITY vim-buildsize     "92 MB (Add 57 MB for tests)">
     12  <!ENTITY vim-time          "0.3 SBU (Using parallelism=4; add 1.5 SBU for tests)">
    1313]>
    1414
  • x/lib/webkitgtk.xml

    rae02ca2 r8cb8165  
    77  <!ENTITY webkitgtk-download-http "https://webkitgtk.org/releases/webkitgtk-&webkitgtk-version;.tar.xz">
    88  <!ENTITY webkitgtk-download-ftp  " ">
    9   <!ENTITY webkitgtk-md5sum        "0cd9b9ae1f48c04de5314f77806eceb4">
     9  <!ENTITY webkitgtk-md5sum        "3fdda40dc10eb2a00d5fba4219b83967">
    1010  <!ENTITY webkitgtk-size          "16 MB">
    1111  <!ENTITY webkitgtk-buildsize     "825 MB (128 MB installed)">
  • xsoft/office/gnumeric.xml

    rae02ca2 r8cb8165  
    77  <!ENTITY gnumeric-download-http "&gnome-download-http;/gnumeric/1.12/gnumeric-&gnumeric-version;.tar.xz">
    88  <!ENTITY gnumeric-download-ftp  "&gnome-download-ftp;/gnumeric/1.12/gnumeric-&gnumeric-version;.tar.xz">
    9   <!ENTITY gnumeric-md5sum        "0c23038c6434aa7fdeb22533dcea39c0">
    10   <!ENTITY gnumeric-size          "19 MB">
    11   <!ENTITY gnumeric-buildsize     "332 MB (add 84 MB for tests)">
    12   <!ENTITY gnumeric-time          "2.9 SBU (add 1.4 SBU for tests without valgrind)">
     9  <!ENTITY gnumeric-md5sum        "f7e353d742a578f2089f144fa8a3a502">
     10  <!ENTITY gnumeric-size          "17 MB">
     11  <!ENTITY gnumeric-buildsize     "262 MB (add 3 MB for tests)">
     12  <!ENTITY gnumeric-time          "1.1 SBU (Using parallelism=4; add 11 SBU for tests)">
    1313]>
    1414
     
    142142      To run the tests, issue <command>make check</command>.  Tests should be
    143143      run from an active X session, and <xref linkend="dconf"/> should be
    144       installed to prevent some failures. The valgrind-sstest is known to fail.
     144      installed to prevent some failures.  Two tests, t8050-valgrind-sstest.pl
     145      and t2001-func-help.pl, are known to fail.
    145146    </para>
    146147
Note: See TracChangeset for help on using the changeset viewer.