Changeset 6c6f393


Ignore:
Timestamp:
11/09/2017 10:48:19 AM (6 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
c1784c5
Parents:
fbc71c3
Message:

dovecot-2.2.33.2
mercurial-4.4.1
lvm2-2.2.02.176
libxml2-2.9.7
libxslt-1.1.32
cmke-3.9.5

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

Files:
9 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rfbc71c3 r6c6f393  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "08">                   <!-- Always 2 digits -->
     3<!ENTITY day          "09">                   <!-- Always 2 digits -->
    44<!ENTITY month        "11">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2017">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "November 8th, &year;">
     9<!ENTITY releasedate  "November 9th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/libxml2.xml

    rfbc71c3 r6c6f393  
    77  <!ENTITY libxml2-download-http "http://xmlsoft.org/sources/libxml2-&libxml2-version;.tar.gz">
    88  <!ENTITY libxml2-download-ftp  "ftp://xmlsoft.org/libxml2/libxml2-&libxml2-version;.tar.gz">
    9   <!ENTITY libxml2-md5sum        "dbae8327d8471941bf0472e273473e36">
     9  <!ENTITY libxml2-md5sum        "896608641a08b465098a40ddf51cefba">
    1010  <!ENTITY libxml2-size          "5.2 MB">
    11   <!ENTITY libxml2-buildsize     "97 MB (add 30 MB for tests)">
     11  <!ENTITY libxml2-buildsize     "81 MB (add 31 MB for tests)">
    1212  <!ENTITY libxml2-time          "0.4 SBU (add 0.3 SBU for tests)">
    1313  <!ENTITY testsuite-version     "20130923">
     
    188188
    189189    <para>
    190       <option>--with-python=/usr/bin/python3</option>: Add this switch if you
    191       want libxml2 to use Python3 instead of Python2.
     190      <parameter>--with-python=/usr/bin/python3</parameter>: Allows to build
     191      the libxml2 module with Python3 instead of Python2.
    192192    </para>
    193193
  • general/genlib/libxslt.xml

    rfbc71c3 r6c6f393  
    77  <!ENTITY libxslt-download-http "http://xmlsoft.org/sources/libxslt-&libxslt-version;.tar.gz">
    88  <!ENTITY libxslt-download-ftp  "ftp://xmlsoft.org/libxslt/libxslt-&libxslt-version;.tar.gz">
    9   <!ENTITY libxslt-md5sum        "14e9842a70fda476065f2eefcbc29af0">
     9  <!ENTITY libxslt-md5sum        "1fc72f98e98bf4443f1651165f3aa146">
    1010  <!ENTITY libxslt-size          "3.3 MB">
    11   <!ENTITY libxslt-buildsize     "36 MB (with tests)">
    12   <!ENTITY libxslt-time          "0.3 SBU (with tests)">
     11  <!ENTITY libxslt-buildsize     "37 MB (with tests)">
     12  <!ENTITY libxslt-time          "0.1 SBU (with tests)">
    1313]>
    1414
     
    8989    <para role="optional">
    9090      <xref linkend="libgcrypt"/> and
    91       <xref linkend="python2"/>
     91      <xref linkend="python2"/> (the python module for <xref role="nodep"
     92      linkend="libxml2"/> should be built for Python 2)
    9293    </para>
    9394
     
    157158        <seg>
    158159          libexslt.so, libxslt.so and optionally, libxsltmod.so
    159           <application>Python</application> modules
     160          <application>Python</application> module
    160161        </seg>
    161162        <seg>
  • general/prog/cmake.xml

    rfbc71c3 r6c6f393  
    77  <!ENTITY cmake-download-http "https://cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz">
    88  <!ENTITY cmake-download-ftp  " ">
    9   <!ENTITY cmake-md5sum        "33769e001bdcd788f565bf378692e5ae">
    10   <!ENTITY cmake-size          "7.4 MB">
    11   <!ENTITY cmake-buildsize     "316 MB (add 381 MB for tests)">
    12   <!ENTITY cmake-time          "1.9 SBU (add 2.9 SBU for tests, both using parallelism=4)">
     9  <!ENTITY cmake-md5sum        "0922130d0e0c142a88e58c6e4fef4d7d">
     10  <!ENTITY cmake-size          "7.3 MB">
     11  <!ENTITY cmake-buildsize     "382 MB (add 389 MB for tests)">
     12  <!ENTITY cmake-time          "1.3 SBU (add 3.4 SBU for tests, both using parallelism=4)">
    1313]>
    1414
     
    188188      <seglistitem>
    189189        <seg>
    190           ccmake, cmake, cmake-gui (optional), cpack and ctest
     190          ccmake, cmake, cmake-gui (optional), cpack, and ctest
    191191        </seg>
    192192        <seg>
  • general/prog/mercurial.xml

    rfbc71c3 r6c6f393  
    77  <!ENTITY mercurial-download-http "https://www.mercurial-scm.org/release/mercurial-&mercurial-version;.tar.gz">
    88  <!ENTITY mercurial-download-ftp  " ">
    9   <!ENTITY mercurial-md5sum        "e99dae437b1867d9b8ad5bf9d1f51f86">
    10   <!ENTITY mercurial-size          "5.2 MB">
    11   <!ENTITY mercurial-buildsize     "47 MB (add 393 MB for tests)">
    12   <!ENTITY mercurial-time          "0.1 SBU (add 7.2 SBU for tests using -j4)">
     9  <!ENTITY mercurial-md5sum        "37974a416d1d9525e1375c92025b16d9">
     10  <!ENTITY mercurial-size          "5.4 MB">
     11  <!ENTITY mercurial-buildsize     "70 MB (add 422 MB for tests)">
     12  <!ENTITY mercurial-time          "0.2 SBU (add 7 SBU for tests using -j4)">
    1313]>
    1414
  • introduction/welcome/changelog.xml

    rfbc71c3 r6c6f393  
    4444
    4545    <listitem>
     46      <para>November 9th, 2017</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[pierre] - Update to cmake-3.9.5. Fixes
     50          <ulink url="&blfs-ticket-root;9987">#9987</ulink>.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[pierre] - Update to libxslt-1.1.32. Fixes
     54          <ulink url="&blfs-ticket-root;9982">#9982</ulink>.</para>
     55        </listitem>
     56        <listitem>
     57          <para>[pierre] - Update to libxml2-2.9.7. Fixes
     58          <ulink url="&blfs-ticket-root;9981">#9981</ulink>.</para>
     59        </listitem>
     60        <listitem>
     61          <para>[pierre] - Update to lvm2-2.2.02.176. Fixes
     62          <ulink url="&blfs-ticket-root;9980">#9980</ulink>.</para>
     63        </listitem>
     64        <listitem>
     65          <para>[pierre] - Update to mercurial-4.4.1. Fixes
     66          <ulink url="&blfs-ticket-root;9974">#9974</ulink>.</para>
     67        </listitem>
     68        <listitem>
     69          <para>[pierre] - Update to dovecot-2.2.33.2. Fixes
     70          <ulink url="&blfs-ticket-root;9910">#9910</ulink>.</para>
     71        </listitem>
     72      </itemizedlist>
     73    </listitem>
     74
     75    <listitem>
    4676      <para>November 8th, 2017</para>
    4777      <itemizedlist>
  • packages.ent

    rfbc71c3 r6c6f393  
    5454<!ENTITY fuse2-version                "2.9.7">
    5555<!ENTITY jfsutils-version             "1.1.15">
    56 <!ENTITY lvm2-version                 "2.02.175">
     56<!ENTITY lvm2-version                 "2.02.176">
    5757<!ENTITY mdadm-version                "4.0">
    5858<!ENTITY ntfs-3g-version              "2017.3.23">
     
    164164<!ENTITY libusb-compat-version        "0.1.5">
    165165<!ENTITY libxkbcommon-version         "0.7.2">
    166 <!ENTITY libxml2-version              "2.9.6">
    167 <!ENTITY libxslt-version              "1.1.31">
     166<!ENTITY libxml2-version              "2.9.7">
     167<!ENTITY libxslt-version              "1.1.32">
    168168<!ENTITY libwacom-version             "0.26">
    169169<!ENTITY libzeitgeist-version         "0.3.18">
     
    302302<!ENTITY clisp-version                "2.49">
    303303<!ENTITY cmake-major-version          "3.9">
    304 <!ENTITY cmake-minor-version          "4">
     304<!ENTITY cmake-minor-version          "5">
    305305<!ENTITY cmake-version                "&cmake-major-version;.&cmake-minor-version;">
    306306<!--<!ENTITY cvs-version                  "1.11.23">-->
     
    320320<!ENTITY llvm-old-version             "3.9.1">
    321321<!ENTITY lua-version                  "5.3.4">
    322 <!ENTITY mercurial-version            "4.3.3">
     322<!ENTITY mercurial-version            "4.4.1">
    323323<!ENTITY nasm-version                 "2.13.01">
    324324<!ENTITY ninja-version                "1.8.2">
     
    493493<!ENTITY dovecot-major                "2">
    494494<!ENTITY dovecot-minor                "2">
    495 <!ENTITY dovecot-micro                "33.1">
     495<!ENTITY dovecot-micro                "33.2">
    496496<!ENTITY dovecot-version              "&dovecot-major;.&dovecot-minor;.&dovecot-micro;">
    497497
  • postlfs/filesystems/lvm2.xml

    rfbc71c3 r6c6f393  
    77  <!ENTITY lvm2-download-http "https://sourceware.org/ftp/lvm2/releases/LVM2.&lvm2-version;.tgz">
    88  <!ENTITY lvm2-download-ftp  "ftp://sourceware.org/pub/lvm2/releases/LVM2.&lvm2-version;.tgz">
    9   <!ENTITY lvm2-md5sum        "f231f742f6e2711f3e780703a60fe75b">
     9  <!ENTITY lvm2-md5sum        "8739a74d57075215cd990efcaac41b6d">
    1010  <!ENTITY lvm2-size          "2.3 MB">
    11   <!ENTITY lvm2-buildsize     "33 MB (add 15 MB for tests, however transient files can grow up to around 500 MB)">
    12   <!ENTITY lvm2-time          "0.2 SBU (using parallelism=4; add 52 SBU for tests)">
     11  <!ENTITY lvm2-buildsize     "41 MB (add 59 MB for tests, however transient files can grow up to around 500 MB)">
     12  <!ENTITY lvm2-time          "0.4 SBU (add 22 SBU for tests)">
    1313]>
    1414
     
    189189    </para>
    190190
    191     <!-- Results for LVM2.2.02.170:
    192     ### 277 tests: 167 passed, 51 skipped, 0 timed out, 53 warned, 6 failed
     191    <!-- Results for LVM2.2.02.176:
     192    ### 292 tests: 177 passed, 46 skipped, 0 timed out, 60 warned, 9 failed
    193193    -->
    194194
  • server/mail/dovecot.xml

    rfbc71c3 r6c6f393  
    88  "https://www.dovecot.org/releases/&dovecot-major;.&dovecot-minor;/dovecot-&dovecot-version;.tar.gz">
    99  <!ENTITY dovecot-download-ftp  " ">
    10   <!ENTITY dovecot-md5sum        "2cd595aa6435f9c3cf01a08156c17cac">
     10  <!ENTITY dovecot-md5sum        "85c3e903870aee914be93889a6ea98ea">
    1111  <!ENTITY dovecot-size          "5.8 MB">
    12   <!ENTITY dovecot-buildsize     "147 MB (add 6 MB for tests)">
    13   <!ENTITY dovecot-time          "1.3 SBU (add 1.6 SBU for tests)">
     12  <!ENTITY dovecot-buildsize     "336 MB (add 25 MB for tests)">
     13  <!ENTITY dovecot-time          "1.9 SBU (add 1.3 SBU for tests)">
    1414]>
    1515
Note: See TracChangeset for help on using the changeset viewer.