Changeset 0ebcf2e


Ignore:
Timestamp:
02/17/2022 04:53:10 PM (2 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d9622443
Parents:
f687898
Message:

Two different tweaks:

Valgrind: Fix crash and warnings with glibc-2.35
bind-utils: Add --disable-doh as an option, and add nghttp2 as a
recommended dependency.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/valgrind.xml

    rf687898 r0ebcf2e  
    3737    </para>
    3838
    39     &lfs110a_checked;
     39    &lfs111_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7272      </listitem>
    7373    </itemizedlist>
    74 <!--
     74
    7575    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7676    <itemizedlist spacing="compact">
     
    8282      </listitem>
    8383    </itemizedlist>
    84 -->
     84
    8585    <bridgehead renderas="sect3">Valgrind Dependencies</bridgehead>
    8686
     
    107107    <title>Installation of Valgrind</title>
    108108
    109 <!-- Not needed anymore with 3.18.1
    110109    <para>
    111110      First, make several changes that are required for Valgrind to function on
    112       systems with glibc-2.34 installed:
     111      systems with glibc-2.35 installed:
    113112    </para>
    114113
    115114<screen><userinput remap="pre">patch -Np1 -i ../valgrind-&valgrind-version;-upstream_fixes-1.patch</userinput></screen>
    116 -->
     115
    117116
    118117    <para>
  • introduction/welcome/changelog.xml

    rf687898 r0ebcf2e  
    4545      <para>February 17th, 2022</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Patch valgrind to work properly with glibc-2.35.
     49          Fixes <ulink url="&blfs-ticket-root;16121">#16121</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[renodr] - Add an option to disable DNS-over-HTTPS support in
     53          bind-utils, and add nghttp2 as a recommended dependency.</para>
     54        </listitem>
    4755        <listitem>
    4856          <para>[xry111] - Update to efivar-38. Fixes
  • networking/netutils/bind-utils.xml

    rf687898 r0ebcf2e  
    4040    client side applications.</para>
    4141
    42     &lfs110a_checked;
     42    &lfs111_checked;
    4343
    4444    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7979    <bridgehead renderas="sect4">Recommended</bridgehead>
    8080    <para role="recommended">
    81       <xref linkend="json-c"/>
     81      <xref linkend="json-c"/> and
     82      <xref linkend="nghttp2"/>
    8283    </para>
    8384
     
    139140
    140141    <para>
     142      <option>--disable-doh</option>: Use this option if you have not installed
     143      <xref linkend="nghttp2" role="nodep"/> and you don't need DNS over HTTPS
     144      support.
     145    </para>
     146
     147    <para>
    141148      <command>make -C lib/...</command>: These commands build the
    142149      libraries that are needed for the client programs.
Note: See TracChangeset for help on using the changeset viewer.