Changeset 7ebae6b3 for general


Ignore:
Timestamp:
09/03/2015 11:10:59 PM (9 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
da5687e
Parents:
e5e7a1d
Message:

Fix buffer overflows in pcre-8.37 - these are also present in most previous 8.3x versions.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/pcre.xml

    re5e7a1d r7ebae6b3  
    7575    </itemizedlist>
    7676
     77    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     78    <itemizedlist spacing='compact'>
     79      <listitem>
     80        <para>Required patch: <ulink
     81        url="&patch-root;/pcre-&pcre-version;-upstream_fixes-1.patch"/></para>
     82      </listitem>
     83    </itemizedlist>
     84
    7785    <bridgehead renderas="sect3">PCRE Dependencies</bridgehead>
    7886
     
    95103    </para>
    96104
    97 <screen><userinput>./configure --prefix=/usr                     \
     105<screen><userinput>patch -Np1 -i ../pcre-&pcre-version;-upstream_fixes-1.patch &amp;&amp;
     106
     107./configure --prefix=/usr                     \
    98108            --docdir=/usr/share/doc/pcre-&pcre-version; \
    99109            --enable-unicode-properties       \
Note: See TracChangeset for help on using the changeset viewer.