Changeset bc38b45


Ignore:
Timestamp:
01/16/2021 05:55:52 PM (3 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
91378ee
Parents:
a6423d8
Message:

tk-8.6.11.1
mesa-20.3.3
gptfdisk-1.0.6
cmake-3.19.3
Mako-1.1.4 (python module)
elogind-249.6.2

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

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • general/prog/cmake.xml

    ra6423d8 rbc38b45  
    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        "043d47c9a37755f3da1e8c1123e1a2dd">
     9  <!ENTITY cmake-md5sum        "6f864e620ddf9f01dda37d7fe73667f2">
    1010  <!ENTITY cmake-size          "8.8 MB">
    11   <!ENTITY cmake-buildsize     "352 MB (add 699 MB for tests)">
    12   <!ENTITY cmake-time          "1.7 SBU (add 3.1 SBU for tests, both using parallelism=4)">
     11  <!ENTITY cmake-buildsize     "354 MB (add 728 MB for tests)">
     12  <!ENTITY cmake-time          "2.1 SBU (add 3.3 SBU for tests, both using parallelism=4)">
    1313]>
    1414
     
    143143
    144144    <para>
    145       To test the results, issue: <command>bin/ctest
     145      To test the results, issue: <command>LC_ALL=en_US.UTF-8 bin/ctest
    146146      -j<replaceable>&lt;N&gt;</replaceable> -O
    147147      cmake-&cmake-version;-test.log</command>, where
    148148      <replaceable>&lt;N&gt;</replaceable> is an integer between 1 and the
    149       number of system cores. In case the environment variable
    150       <literal>LANG</literal> is set to a non-blank value and failures
    151       occur, try running the tests without having <literal>LANG</literal> set.
     149      number of system cores. Setting <envar>LC_ALL</envar> is needed to
     150      prevent some test failures when some of the locale variables are
     151      set to non English locales.
    152152
    153153     <!-- Please, don't remove this comment, needed if tests start to fail
  • general/prog/mako.xml

    ra6423d8 rbc38b45  
    77  <!ENTITY Mako-download-http "&pymodules-dl;/M/Mako/Mako-&mako-version;.tar.gz">
    88  <!ENTITY Mako-download-ftp  " ">
    9   <!ENTITY Mako-md5sum        "184bb2ba4b937127e7c557b93db89377">
    10   <!ENTITY Mako-size          "468 KB">
    11   <!ENTITY Mako-buildsize     "3.1 MB">
     9  <!ENTITY Mako-md5sum        "2cd02c14d08c2180b3e10d3c2e749b9e">
     10  <!ENTITY Mako-size          "469 KB">
     11  <!ENTITY Mako-buildsize     "3.8 MB">
    1212  <!ENTITY Mako-time          "less than 0.1 SBU">
    1313]>
     
    134134        <seglistitem>
    135135          <seg>
    136             <!--mako-render and/or--> mako-render3
     136            mako-render
    137137          </seg>
    138138          <seg>
     
    142142<!--            /usr/lib/python&python2-majorver;/site-packages/mako,
    143143            /usr/lib/python&python2-majorver;/site-packages/Mako-&mako-version;-py&python2-majorver;.egg-info and/or-->
    144             /usr/lib/python&python3-majorver;/site-packages/mako and
    145             /usr/lib/python&python3-majorver;/site-packages/Mako-&mako-version;-py&python3-majorver;.egg-info
     144            /usr/lib/python&python3-majorver;/site-packages/Mako-&mako-version;-py&python3-majorver;.egg
     145<!-- This is different when doing a -\-root install and a direct install.
     146     In the latter case, there is only a .egg directory, and no mako
     147     directory. -->
    146148          </seg>
    147149        </seglistitem>
  • general/prog/tk.xml

    ra6423d8 rbc38b45  
    77  <!ENTITY tk-download-http "&sourceforge-dl;/tcl/tk&tk-version;-src.tar.gz">
    88  <!ENTITY tk-download-ftp  " ">
    9   <!ENTITY tk-md5sum        "602a47ad9ecac7bf655ada729d140a94">
    10   <!ENTITY tk-size          "4.2 MB">
    11   <!ENTITY tk-buildsize     "24 MB">
     9  <!ENTITY tk-md5sum        "964d69b6307f86bb7e51f7c189666880">
     10  <!ENTITY tk-size          "4.3 MB">
     11  <!ENTITY tk-buildsize     "31 MB">
    1212  <!ENTITY tk-time          "0.3 SBU (add 2.0 SBU for tests)">
    1313
     
    123123      tk8.6.10 - bdubbs 11/25/2019
    124124      Total   480     Passed  463     Skipped 17      Failed  0
     125
     126      tk8.6.11.1 - pierre 01/16/2021 There are two summary lines apparently:
     127      Total   9650    Passed  8847    Skipped 708     Failed  95
     128      Total   488     Passed  470     Skipped 17      Failed  1
    125129      -->
    126130    </para>
  • general/sysutils/elogind.xml

    ra6423d8 rbc38b45  
    77  <!ENTITY elogind-download-http "https://github.com/elogind/elogind/archive/v&elogind-version;/elogind-&elogind-version;.tar.gz">
    88  <!ENTITY elogind-download-ftp  " ">
    9   <!ENTITY elogind-md5sum        "d9fdee3692990afadcd8c8764e440fa0">
     9  <!ENTITY elogind-md5sum        "fb5d3baf179e5c62cb064b3657dde069">
    1010  <!ENTITY elogind-size          "1.5 MB">
    11   <!ENTITY elogind-buildsize     "52 MB (with tests)">
    12   <!ENTITY elogind-time          "0.4 SBU">
     11  <!ENTITY elogind-buildsize     "67 MB (with tests)">
     12  <!ENTITY elogind-time          "0.3 SBU (with parallelism=4)">
    1313]>
    1414
     
    148148  <sect2 role="installation">
    149149    <title>Installation of elogind</title>
    150 
     150<!--
    151151    <para>
    152152      First, fix a problem starting the package via pam:
     
    154154
    155155<screen><userinput>sed -i '/running/,+1s:^://:' src/login/pam_elogind.c</userinput></screen>
    156 
     156-->
    157157    <para>
    158158      Install <application>elogind</application> by running the following
  • introduction/welcome/changelog.xml

    ra6423d8 rbc38b45  
    4646       <itemizedlist>
    4747        <listitem>
     48          <para>[pierre] - Update to elogind-249.6.2. Fixes
     49          <ulink url="&blfs-ticket-root;14524">#14524</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[pierre] - Update to Mako-1.1.4 (Python module). Fixes
     53          <ulink url="&blfs-ticket-root;14520">#14520</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[pierre] - Update to cmake-3.19.3. Fixes
     57          <ulink url="&blfs-ticket-root;14515">#14515</ulink>.</para>
     58        </listitem>
     59        <listitem>
     60          <para>[pierre] - Update to gptfdisk-1.0.6. Fixes
     61          <ulink url="&blfs-ticket-root;14512">#14512</ulink>.</para>
     62        </listitem>
     63        <listitem>
     64          <para>[pierre] - Update to mesa-20.3.3. Fixes
     65          <ulink url="&blfs-ticket-root;14511">#14511</ulink>.</para>
     66        </listitem>
     67        <listitem>
     68          <para>[pierre] - Update to tk-8.6.11.1. Fixes
     69          <ulink url="&blfs-ticket-root;14469">#14469</ulink>.</para>
     70        </listitem>
     71        <listitem>
    4872          <para>[timtas] - Update to garcon-4.16.1. Fixes
    4973          <ulink url="&blfs-ticket-root;14522">#14522</ulink>.</para>
  • packages.ent

    ra6423d8 rbc38b45  
    5353<!ENTITY mdadm-version                "4.1">
    5454<!ENTITY ntfs-3g-version              "2017.3.23">
    55 <!ENTITY gptfdisk-version             "1.0.5">
     55<!ENTITY gptfdisk-version             "1.0.6">
    5656<!ENTITY parted-version               "3.3">
    5757<!ENTITY reiser-version               "3.6.27">
     
    286286<!ENTITY cups-pk-helper-version       "0.2.6">
    287287<!ENTITY dbus-version                 "1.12.20">   <!-- Even minors only -->
    288 <!ENTITY elogind-version              "246.9.1">
     288<!ENTITY elogind-version              "246.9.2">
    289289<!ENTITY blocaled-version             "0.3">
    290290<!ENTITY eudev-version                "1.7">
     
    329329<!ENTITY clisp-version                "2.49">
    330330<!ENTITY cmake-major-version          "3.19">
    331 <!ENTITY cmake-minor-version          "2">
     331<!ENTITY cmake-minor-version          "3">
    332332<!ENTITY cmake-version                "&cmake-major-version;.&cmake-minor-version;">
    333333<!ENTITY dejagnu-version              "1.6.2">
     
    372372<!ENTITY swig-version                 "4.0.2">
    373373<!ENTITY sysprof-version              "3.38.1">
    374 <!ENTITY tcl-version                  "8.6.10">
    375 <!ENTITY tk-version                   "8.6.10">
     374<!ENTITY tcl-version                  "8.6.11">
     375<!ENTITY tk-version                   "8.6.11.1">
    376376<!ENTITY vala-major-version           "0.50">  <!-- even minors only -->
    377377<!ENTITY vala-version                 "&vala-major-version;.3">
     
    553553<!-- libxml2 for Python2 shares the version of libxml2 -->
    554554<!ENTITY lxml-version                 "4.6.2">
    555 <!ENTITY mako-version                 "1.1.3">
     555<!ENTITY mako-version                 "1.1.4">
    556556<!ENTITY MarkupSafe-version           "1.1.1">
    557557<!ENTITY py3c-version                 "1.3.1">
     
    693693<!ENTITY xkeyboard-config-version     "2.31">
    694694<!ENTITY mesa-major-minor             "20.3">
    695 <!ENTITY mesa-version                 "&mesa-major-minor;.2">
     695<!ENTITY mesa-version                 "&mesa-major-minor;.3">
    696696<!ENTITY xcb-util-version             "0.4.0">
    697697<!ENTITY xcb-util-image-version       "0.4.0">
  • postlfs/filesystems/gptfdisk.xml

    ra6423d8 rbc38b45  
    77  <!ENTITY gptfdisk-download-http "&sourceforge-dl;/gptfdisk/gptfdisk-&gptfdisk-version;.tar.gz">
    88  <!ENTITY gptfdisk-download-ftp  " ">
    9   <!ENTITY gptfdisk-md5sum        "58dac67c85e46ca87b587231549aefe6">
    10   <!ENTITY gptfdisk-size          "204 KB">
    11   <!ENTITY gptfdisk-buildsize     "2.3 MB">
    12   <!ENTITY gptfdisk-time          "less than 0.1 SBU">
     9  <!ENTITY gptfdisk-md5sum        "68da8921f0df2f1aa559f360de9c86dd">
     10  <!ENTITY gptfdisk-size          "202 KB">
     11  <!ENTITY gptfdisk-buildsize     "3.3 MB">
     12  <!ENTITY gptfdisk-time          "less than 0.1 SBU (0.2 SBU for tests)">
    1313]>
    1414
  • x/installing/mesa.xml

    ra6423d8 rbc38b45  
    77  <!ENTITY mesa-download-http "https://mesa.freedesktop.org/archive/mesa-&mesa-version;.tar.xz">
    88  <!ENTITY mesa-download-ftp  "ftp://ftp.freedesktop.org/pub/mesa/mesa-&mesa-version;.tar.xz">
    9   <!ENTITY mesa-md5sum        "b378394df26fc6b4d58888f9f1ef1bdb">
     9  <!ENTITY mesa-md5sum        "c4c81cbd8a93f87104d3f1209948b238">
    1010  <!ENTITY mesa-size          "14 MB">
    11   <!ENTITY mesa-buildsize     "481 MB (with docs), add 317 MB for tests">
    12   <!ENTITY mesa-time          "2.5 SBU (with parallelism=4 and docs). Add 0.5 SBU for tests">
     11  <!ENTITY mesa-buildsize     "631 MB (with docs), add 317 MB for tests">
     12  <!ENTITY mesa-time          "2.7 SBU (with parallelism=4 and docs). Add 0.5 SBU for tests">
    1313]>
    1414
     
    387387          r600_dri.so,
    388388          r600_drv_video.so,
    389           radeon_dri.so,
     389          radeon_dri.so (optional),
    390390          radeonsi_dri.so,
    391391          radeonsi_drv_video.so,
Note: See TracChangeset for help on using the changeset viewer.