Changeset d373629


Ignore:
Timestamp:
12/30/2016 10:07:13 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
239488a
Parents:
937adc0
Message:

Update to xapian-core-1.4.2.
Update to Python-3.6.0.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/xapian.xml

    r937adc0 rd373629  
    88           "http://oligarchy.co.uk/xapian/&xapian-version;/xapian-core-&xapian-version;.tar.xz">
    99  <!ENTITY xapian-download-ftp  " ">
    10   <!ENTITY xapian-md5sum        "0036ae0e1e1065ba1734790de69835b3">
     10  <!ENTITY xapian-md5sum        "cd7615e14a87a033cee2993a016edc43">
    1111  <!ENTITY xapian-size          "2.7 MB">
    12   <!ENTITY xapian-buildsize     "118 MB (additional 112 MB for tests)">
    13   <!ENTITY xapian-time          "1.7 SBU (additional 16 SBU for tests)">
     12  <!ENTITY xapian-buildsize     "120 MB (add 113 MB for tests)">
     13  <!ENTITY xapian-time          "1.7 SBU (add 26 SBU for tests)">
    1414]>
    1515
     
    6363    <bridgehead renderas="sect4">Optional</bridgehead>
    6464    <para role="optional">
    65       <xref linkend="valgrind"/>
     65      <xref linkend="valgrind"/> (for tests)
    6666    </para>
    6767
     
    8383
    8484    <para>
    85       To run the test suite, issue: <command>make check</command>.
     85      To run the test suite, issue: <command>make check</command>.
     86      Several tests based on valgrind fail.
    8687    </para>
    8788
  • general/prog/python3.xml

    r937adc0 rd373629  
    88           "https://www.python.org/ftp/python/&python3-version;/Python-&python3-version;.tar.xz">
    99  <!ENTITY python3-download-ftp  " ">
    10   <!ENTITY python3-md5sum        "8906efbacfcdc7c3c9198aeefafd159e">
    11   <!ENTITY python3-size          "15 MB">
    12   <!ENTITY python3-buildsize     "360 MB (with docs; additional 23 MB for the tests)">
    13   <!ENTITY python3-time          "1.1 SBU (additional 1.9 SBU for the tests)">
     10  <!ENTITY python3-md5sum        "82b143ebbf4514d7e05876bed7a6b1f5">
     11  <!ENTITY python3-size          "16 MB">
     12  <!ENTITY python3-buildsize     "355 MB (with docs; add 30 MB for the tests)">
     13  <!ENTITY python3-time          "1.3 SBU (add 1.0 SBU for the tests)">
    1414
    1515  <!ENTITY python3htmldoc-download-http
  • introduction/welcome/changelog.xml

    r937adc0 rd373629  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[bdubbs] - Update to xapian-core-1.4.2. Fixes
     51          <ulink url="&blfs-ticket-root;8685">#8685</ulink>.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[bdubbs] - Update to Python-3.6.0. Fixes
     55          <ulink url="&blfs-ticket-root;8680">#8680</ulink>.</para>
     56        </listitem>
     57        <listitem>
    5058          <para>[bdubbs] - Update to opencv-3.2.0. Fixes
    5159          <ulink url="&blfs-ticket-root;8679">#8679</ulink>.</para>
  • packages.ent

    r937adc0 rd373629  
    167167<!ENTITY wayland-protocols-version    "1.7">
    168168<!ENTITY wv-version                   "1.2.9">
    169 <!ENTITY xapian-version               "1.4.1">
     169<!ENTITY xapian-version               "1.4.2">
    170170<!ENTITY yaml-version                 "0.1.6">
    171171
     
    300300<!ENTITY php-version                  "7.1.0">
    301301<!ENTITY python2-version              "2.7.13">
    302 <!ENTITY python3-version              "3.5.2">
     302<!ENTITY python3-version              "3.6.0">
    303303<!ENTITY ruby-minor-version           "2.3">
    304304<!ENTITY ruby-patch-version           "3">
     
    321321
    322322<!ENTITY python2-majorver             "2.7">
    323 <!ENTITY python3-majorver             "3.5">
     323<!ENTITY python3-majorver             "3.6">
    324324
    325325<!-- Perl module versions used in the Perl Modules instructions -->
Note: See TracChangeset for help on using the changeset viewer.