Changeset f2d585bd for general


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

Location:
general
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glib2.xml

    r6d5f2eae rf2d585bd  
    77  <!ENTITY glib2-download-http "&gnome-download-http;/glib/&glib2-minor;/glib-&glib2-version;.tar.xz">
    88  <!ENTITY glib2-download-ftp  "&gnome-download-ftp;/glib/&glib2-minor;/glib-&glib2-version;.tar.xz">
    9   <!ENTITY glib2-md5sum        "fd805b652a0732579eaaafa7a17f90a6">
     9  <!ENTITY glib2-md5sum        "20d515238d2d22f1ec2057828fb59d52">
    1010  <!ENTITY glib2-size          "4.6 MB">
    11   <!ENTITY glib2-buildsize     "206 MB (add 5 MB for tests)">
     11  <!ENTITY glib2-buildsize     "206 MB (add 1 MB for tests)">
    1212  <!ENTITY glib2-time          "0.5 SBU (add 1.0 SBU for tests; both using parallelism=4)">
    1313]>
  • general/genutils/asciidoc.xml

    r6d5f2eae rf2d585bd  
    77  <!ENTITY asciidoc-download-http "https://github.com/asciidoc/asciidoc-py3/releases/download/&asciidoc-version;/asciidoc-&asciidoc-version;.tar.gz">
    88  <!ENTITY asciidoc-download-ftp  " ">
    9   <!ENTITY asciidoc-md5sum        "42f33c537bf8d6a6c95c861b70056eed">
     9  <!ENTITY asciidoc-md5sum        "6b0700c602a926325d71f7681dde5c6e">
    1010  <!ENTITY asciidoc-size          "1.2 MB">
    1111  <!ENTITY asciidoc-buildsize     "8.6 MB">
  • 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.