Changeset 90691c2 for general/sysutils


Ignore:
Timestamp:
11/13/2020 03:49:30 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:
544b6a3
Parents:
0d9bfe78
Message:

Add raptor2 security patch
Update to gpgme-1.15.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/raptor.xml

    r0d9bfe78 r90691c2  
    7272    </itemizedlist>
    7373
     74    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     75    <itemizedlist spacing="compact">
     76      <listitem>
     77        <para>
     78          Required patch:
     79          <ulink url="&patch-root;/raptor-&raptor-version;-security_fixes-1.patch"/>
     80        </para>
     81      </listitem>
     82    </itemizedlist>
     83
    7484    <bridgehead renderas="sect3">Raptor Dependencies</bridgehead>
    7585
     
    94104  <sect2 role="installation">
    95105    <title>Installation of Raptor</title>
     106
     107    <para>
     108      First, apply a patch that fixes a couple of security issues:
     109    </para>
     110
     111<screen><userinput remap="pre">patch -Np1 -i ../raptor-&raptor-version;-security_fixes-1.patch</userinput></screen>
    96112
    97113    <para>
Note: See TracChangeset for help on using the changeset viewer.