Changeset a2ce753


Ignore:
Timestamp:
03/27/2021 09:55:25 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
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:
5505c45
Parents:
cceceaaf
Message:

Update to valgrind-3.17.0
Update to lxml-4.6.3 (Python Module - Security Update)
Update to nettle-3.7.2 (Security Update)
Update to Thunar-4.16.6
Update to cairo-1.17.4

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general/prog/lxml.xml

    rcceceaaf ra2ce753  
    77  <!ENTITY lxml-download-http "&pymodules-dl;/l/lxml/lxml-&lxml-version;.tar.gz">
    88  <!ENTITY lxml-download-ftp  " ">
    9   <!ENTITY lxml-md5sum        "2e39c6e17d61f61e5be68fd328ba6a51">
     9  <!ENTITY lxml-md5sum        "017f94473dcec0f9b2e9b03524398fa5">
    1010  <!ENTITY lxml-size          "3.0 MB">
    11   <!ENTITY lxml-buildsize     "168 MB (add 51 MB for tests)">
    12   <!ENTITY lxml-time          "1.6 SBU (add 1.6 SBU for tests)">
     11  <!ENTITY lxml-buildsize     "204 MB (add 29 MB for tests)">
     12  <!ENTITY lxml-time          "1.6 SBU (add 0.6 SBU for tests)">
    1313]>
    1414
  • general/prog/valgrind.xml

    rcceceaaf ra2ce753  
    77  <!ENTITY valgrind-download-http "https://sourceware.org/ftp/valgrind/valgrind-&valgrind-version;.tar.bz2">
    88  <!ENTITY valgrind-download-ftp  "ftp://sourceware.org/pub/valgrind/valgrind-&valgrind-version;.tar.bz2">
    9   <!ENTITY valgrind-md5sum        "d1b153f1ab17cf1f311705e7a83ef589">
     9  <!ENTITY valgrind-md5sum        "afe11b5572c3121a781433b7c0ab741b">
    1010  <!ENTITY valgrind-size          "16 MB">
    11   <!ENTITY valgrind-buildsize     "615 MB (add 100 MB for tests)">
    12   <!ENTITY valgrind-time          "0.6 SBU (Using parallelism=4; add 7.7 SBU for tests)">
     11  <!ENTITY valgrind-buildsize     "629 MB (add 103 MB for tests)">
     12  <!ENTITY valgrind-time          "0.5 SBU (Using parallelism=4; add 7.9 SBU for tests)">
    1313]>
    1414
     
    120120<screen><userinput remap="pre">patch -Np1 -i ../valgrind-&valgrind-version;-gcc_10-fixes-1.patch</userinput></screen>
    121121-->
     122<!-- Not needed with 3.17.0
    122123    <para>
    123124      First, adapt the tests to glibc-2.33:
     
    125126
    126127<screen><userinput remap="pre">sed -i 's/arm64/amd64/' gdbserver_tests/nlcontrolc.vgtest</userinput></screen>
     128-->
    127129
    128130    <para>
     
    195197    <segmentedlist>
    196198      <segtitle>Installed Programs</segtitle>
    197       <segtitle>Installed Library</segtitle>
     199      <segtitle>Installed Libraries</segtitle>
    198200      <segtitle>Installed Directories</segtitle>
    199201
     
    212214        </seg>
    213215        <seg>
     216           <!-- Moved to /usr/lib/valgrind in 3.17.0
    214217          libcoregrind-&lt;Arch&gt;-linux.a,
    215218          libgcc-sup-&lt;Arch&gt;-linux.a,
     
    224227          vgpreload_memcheck-&lt;Arch&gt;-linux.so, where
    225228          &lt;Arch&gt; is x86 or amd64
     229          -->
     230          None
    226231        </seg>
    227232        <seg>
  • introduction/welcome/changelog.xml

    rcceceaaf ra2ce753  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[renodr] - Update to cairo-1.17.4. Fixes
     49          <ulink url="&blfs-ticket-root;14802">#14802</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[renodr] - Update to Thunar-4.16.6. Fixes
     53          <ulink url="&blfs-ticket-root;14806">#14806</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[renodr] - Update to nettle-3.7.2 (Security Update). Fixes
     57          <ulink url="&blfs-ticket-root;14807">#14807</ulink>.</para>
     58        </listitem>
     59        <listitem>
     60          <para>[renodr] - Update to lxml-4.6.3 (Python Module). Includes a
     61          fix for a security vulnerability. Fixes
     62          <ulink url="&blfs-ticket-root;14808">#14808</ulink>.</para>
     63        </listitem>
     64        <listitem>
     65          <para>[renodr] - Update to valgrind-3.17.0. Fixes
     66          <ulink url="&blfs-ticket-root;14809">#14809</ulink>.</para>
     67        </listitem>
     68        <listitem>
    4869          <para>[renodr] - Update to links-2.22. Fixes
    4970          <ulink url="&blfs-ticket-root;14787">#14787</ulink>.</para>
  • packages.ent

    rcceceaaf ra2ce753  
    2626<!ENTITY mitkrb-version               "&mitkrb-major-version;.1">
    2727<!ENTITY nftables-version             "0.9.3">
    28 <!ENTITY nettle-version               "3.7.1">
     28<!ENTITY nettle-version               "3.7.2">
    2929
    3030<!ENTITY nss-minor-version            "63">
     
    384384<!ENTITY vala-major-version           "0.50">  <!-- even minors only -->
    385385<!ENTITY vala-version                 "&vala-major-version;.4">
    386 <!ENTITY valgrind-version             "3.16.1">
     386<!ENTITY valgrind-version             "3.17.0">
    387387<!ENTITY yasm-version                 "1.3.0">
    388388
     
    560560<!ENTITY Jinja2-version               "2.11.3">
    561561<!-- libxml2 for Python2 shares the version of libxml2 -->
    562 <!ENTITY lxml-version                 "4.6.2">
     562<!ENTITY lxml-version                 "4.6.3">
    563563<!ENTITY mako-version                 "1.1.4">
    564564<!ENTITY MarkupSafe-version           "1.1.1">
     
    727727<!ENTITY at-spi2-core-version         "2.38.0">
    728728<!ENTITY at-spi2-atk-version          "2.38.0">
    729 <!ENTITY cairo-version                "1.17.2+f93fc72c03e">
     729<!ENTITY cairo-version                "1.17.4">
    730730<!ENTITY cairomm-1.0-version          "1.14.0">
    731731<!ENTITY cairomm-version              "1.16.0">
     
    834834<!ENTITY garcon-minor                 "4.16">
    835835<!ENTITY garcon-version               "4.16.1">
    836 <!ENTITY thunar-version               "4.16.5">
     836<!ENTITY thunar-version               "4.16.6">
    837837<!ENTITY thunar-volman-version        "4.16.0">
    838838<!ENTITY tumbler-version              "4.16.0">
  • postlfs/security/nettle.xml

    rcceceaaf ra2ce753  
    77  <!ENTITY nettle-download-http "&gnu-http;/nettle/nettle-&nettle-version;.tar.gz">
    88  <!ENTITY nettle-download-ftp  "&gnu-ftp;/nettle/nettle-&nettle-version;.tar.gz">
    9   <!ENTITY nettle-md5sum        "4d23a99df650ee88511653fb9acea3f0">
     9  <!ENTITY nettle-md5sum        "22849db27ed563ebbc829273f0c97e35">
    1010  <!ENTITY nettle-size          "2.3 MB">
    11   <!ENTITY nettle-buildsize     "89 MB (with tests)">
     11  <!ENTITY nettle-buildsize     "88 MB (with tests)">
    1212  <!ENTITY nettle-time          "0.4 SBU (with tests)">
    1313]>
     
    7070      </listitem>
    7171    </itemizedlist>
    72 <!--
     72
    7373    <bridgehead renderas="sect3">Nettle Dependencies</bridgehead>
    7474
    7575    <bridgehead renderas="sect4">Optional</bridgehead>
    7676    <para role="optional">
    77       <xref linkend="openssl"/> (for examples)
    78     </para>
    79 -->
     77      <xref linkend="valgrind"/> (optional for the tests)
     78    </para>
     79
    8080    <para condition="html" role="usernotes">User Notes:
    8181      <ulink url="&blfs-wiki;/nettle"/>
     
    175175        <listitem>
    176176          <para>
    177             password-based key derivation function that take as input a
    178             password or passphrase and typically strengthen it and protect
    179             against certain pre-computation attacks by using salting and
    180             expensive computation
     177            is a password-based key derivation function that takes a password
     178            or a passphrase as input and returns a strengthened password,
     179            which is protected against pre-computation attacks by using
     180            salting and other expensive computations.
    181181          </para>
    182182          <indexterm zone="nettle nettle-pbkdf2">
  • x/lib/cairo.xml

    rcceceaaf ra2ce753  
    55  %general-entities;
    66
    7   <!--
    8   <!ENTITY cairo-download-http "https://www.cairographics.org/releases/cairo-&cairo-version;.tar.xz">
    9   -->
    10   <!ENTITY cairo-download-http "&sources-anduin-http;/cairo/cairo-&cairo-version;.tar.xz">
     7  <!ENTITY cairo-download-http "https://www.cairographics.org/snapshots/cairo-&cairo-version;.tar.xz"> 
     8  <!--<!ENTITY cairo-download-http "&sources-anduin-http;/cairo/cairo-&cairo-version;.tar.xz">-->
    119  <!ENTITY cairo-download-ftp  " ">
    12   <!ENTITY cairo-md5sum        "23a9420780f74ad0ca1e9885e53ee022">
     10  <!ENTITY cairo-md5sum        "bf9d0d324ecbd350d0e9308125fa4ce0">
    1311  <!ENTITY cairo-size          "40 MB">
    14   <!ENTITY cairo-buildsize     "148 MB">
    15   <!ENTITY cairo-time          "0.9 SBU">
     12  <!ENTITY cairo-buildsize     "154 MB">
     13  <!ENTITY cairo-time          "0.8 SBU">
    1614]>
    1715
     
    144142    </para>
    145143
    146 <screen><userinput>autoreconf -fv              &amp;&amp;
    147 ./configure --prefix=/usr    \
     144<screen><userinput>./configure --prefix=/usr    \
    148145            --disable-static \
    149146            --enable-tee &amp;&amp;
     
    152149    <para>
    153150      This package does not have a working testsuite.
     151      <!-- The test suite can be run with 'make check', but 488 tests fail and
     152      59 tests pass. This seems to be due to minute changes in the expected
     153      output, similar to librsvg's tests. Since it's a huge chunk of the tests,
     154      let's keep it as "broken" for now.-->
    154155    </para>
    155156
     
    164165    <title>Command Explanations</title>
    165166
     167<!-- Not needed with 1.17.4
    166168    <para>
    167169      <parameter>autoreconf -fv</parameter>: This prevents
     
    170172      definitions came from a previous version.
    171173    </para>
     174-->
    172175
    173176    <para>
     
    215218      <seglistitem>
    216219        <seg>
    217           cairo-sphinx and cairo-trace
     220          cairo-trace
    218221        </seg>
    219222        <seg>
     
    232235      <?dbhtml list-presentation="table"?>
    233236
     237<!--
    234238     <varlistentry id="cairo-sphinx">
    235239        <term><command>cairo-sphinx</command></term>
     
    243247        </listitem>
    244248      </varlistentry>
     249-->
    245250
    246251      <varlistentry id="cairo-trace">
  • xfce/core/thunar.xml

    rcceceaaf ra2ce753  
    88           "http://archive.xfce.org/src/xfce/thunar/&xfce4-version;/thunar-&thunar-version;.tar.bz2">
    99  <!ENTITY thunar-download-ftp  " ">
    10   <!ENTITY thunar-md5sum        "eb97f29f3ecfcb36e1219ac8bd935cd4">
    11   <!ENTITY thunar-size          "2.4 MB">
    12   <!ENTITY thunar-buildsize     "53 MB">
     10  <!ENTITY thunar-md5sum        "eab974609004395c2af42d466b3f3bca">
     11  <!ENTITY thunar-size          "2.3 MB">
     12  <!ENTITY thunar-buildsize     "65 MB">
    1313  <!ENTITY thunar-time          "0.5 SBU">
    1414]>
Note: See TracChangeset for help on using the changeset viewer.