Changeset 4f161b1


Ignore:
Timestamp:
03/04/2014 02:05:56 PM (10 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4a39deed
Parents:
49d3336
Message:

Add patches to php and mitkrb, against possible vulnerabilities

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/php.xml

    r49d3336 r4f161b1  
    6565        url="http://www.php.net/download-docs.php"/></para>
    6666      </listitem>
     67      <listitem>
     68        <para>
     69          Required patch:
     70          <ulink url="&patch-root;/php-&php-version;-libmagic_fix-1.patch"/>
     71        </para>
     72      </listitem>
     73
    6774    </itemizedlist>
    6875
     
    177184    running the following commands:</para>
    178185
    179 <screen><userinput>sed -i -e 's/2.6.5 2.7/&amp; 3.0/' configure &amp;&amp;
     186<screen><userinput>patch -Np1 -i ../php-&php-version;-libmagic_fix-1.patch &amp;&amp;
     187sed -i -e 's/2.6.5 2.7/&amp; 3.0/' configure &amp;&amp;
    180188./configure --prefix=/usr                \
    181189            --sysconfdir=/etc            \
  • postlfs/security/mitkrb.xml

    r49d3336 r4f161b1  
    7171        <para>
    7272          Estimated build time: &mitkrb-time;
     73        </para>
     74      </listitem>
     75    </itemizedlist>
     76
     77    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     78    <itemizedlist spacing="compact">
     79      <listitem>
     80        <para>
     81          Required patch:
     82          <ulink url="&patch-root;/mitkrb-&mitkrb-version;-db2_fix-1.patch"/>
    7383        </para>
    7484      </listitem>
     
    144154    </para>
    145155
    146 <screen><userinput>cd src &amp;&amp;
     156<screen><userinput>patch -Np1 -i ../mitkrb-&mitkrb-version;-db2_fix-1.patch
     157cd src &amp;&amp;
    147158sed -e "s@python2.5/Python.h@&amp; python2.7/Python.h@g" \
    148159    -e "s@-lpython2.5]@&amp;,\n  AC_CHECK_LIB(python2.7,main,[PYTHON_LIB=-lpython2.7])@g" \
     
    152163sed -e 's@\^u}@^u cols 300}@' \
    153164    -i tests/dejagnu/config/default.exp &amp;&amp;
    154 sed -e '/run\.test/d' \
    155     -i plugins/kdb/db2/libdb2/test/Makefile.in &amp;&amp;
    156165autoconf &amp;&amp;
    157166./configure --prefix=/usr            \
     
    211220      building with <application>Tcl</application> 8.6. The third one increases
    212221      the width of the virtual terminal used for some tests, to prevent
    213       some spurious characters to be echoed, which is taken as a failure. The
    214       last one disables one test, which may hang under certain circumstances.
     222      some spurious characters to be echoed, which is taken as a failure.
    215223    </para>
    216224
Note: See TracChangeset for help on using the changeset viewer.