Ignore:
Timestamp:
02/12/2021 05:52:23 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
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:
eee261a
Parents:
6d5f2eae
Message:

Update to glib-2.66.7
Update to WebKitGTK+-2.30.5
Update to asciidoc-9.1.0
Update to xterm-366 (Security Update)
Fix a crash in bluez when using A2DP-based bluetooth devices
Belatedly mark Jinja2 as a security update

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/bluez.xml

    r6d5f2eae rf2d585bd  
    7171    </itemizedlist>
    7272
    73       <!--bridgehead renderas="sect3" revision="sysv">Additional Downloads</bridgehead>
    74       <itemizedlist spacing="compact" revision="sysv">
    75         <listitem>
    76           <para>
    77              Optional patch (required to work properly with gnome-bluetooth
    78              and/or kde bluedevil):
    79             <ulink url="&patch-root;/bluez-&bluez-version;-obexd_without_systemd-1.patch"/>
    80           </para>
    81         </listitem>
    82       </itemizedlist-->
     73    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     74    <itemizedlist spacing="compact">
     75      <listitem>
     76        <para>
     77          Required patch:
     78          <ulink url="&patch-root;/bluez-&bluez-version;-upstream_fixes-1.patch"/>
     79        </para>
     80      </listitem>
     81    </itemizedlist>
    8382
    8483    <bridgehead renderas="sect3">BlueZ Dependencies</bridgehead>
     
    137136  <sect2 role="installation">
    138137    <title>Installation of BlueZ</title>
    139 <!--
    140     <para revision="sysv">
    141       If you are going to use <application>BlueZ</application> with
    142       gnome-bluetooth and/or kde bluedevil, apply the following patch:
    143     </para>
    144 
    145 <screen revision="sysv"><userinput>patch -Np1 -i ../bluez-&bluez-version;-obexd_without_systemd-1.patch</userinput></screen>
    146 -->
     138
     139    <para>
     140      First, fix a segmentation fault that occurs when connecting to AD2P-based
     141      bluetooth devices:
     142    </para>
     143
     144<screen><userinput remap="pre">patch -Np1 -i ../bluez-&bluez-version;-upstream_fixes-1.patch</userinput></screen>
     145
    147146<!--
    148147    <para>
Note: See TracChangeset for help on using the changeset viewer.