Changeset 33bbd44


Ignore:
Timestamp:
01/22/2006 01:01:45 AM (18 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 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:
567ca75
Parents:
e957423
Message:

Added post-3.4.3-kdelibs-kjs.diff security patch to kdelibs

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    re957423 r33bbd44  
    1 <!ENTITY day          "18">
     1<!ENTITY day          "21">
    22<!ENTITY month        "01">
    33<!ENTITY year         "2006">
    44<!ENTITY version      "svn-&year;&month;&day;">
    5 <!ENTITY releasedate  "January &day;th, &year;">
     5<!ENTITY releasedate  "January &day;st, &year;">
    66<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    77<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    re957423 r33bbd44  
    4343
    4444    <listitem>
     45      <para>January 21st, 2006</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Added the post-3.4.3-kdelibs-kjs.diff security
     49          vulnerability patch to the kdelibs instructions.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>January 18th, 2006</para>
    4656      <itemizedlist>
  • kde/add/kdegraphics.xml

    re957423 r33bbd44  
    6565    <itemizedlist spacing="compact">
    6666      <listitem>
    67         <para>Required patch: <ulink
     67        <para>Required Patch: <ulink
    6868        url="ftp://ftp.kde.org/pub/kde/security_patches/post-&kde-version;-kdegraphics-CAN-2005-3193.diff"/></para>
    6969      </listitem>
  • kde/core/kdelibs.xml

    re957423 r33bbd44  
    6161    </itemizedlist>
    6262
     63    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     64    <bridgehead renderas="sect4">Required Patch</bridgehead>
     65
     66    <itemizedlist spacing='compact'>
     67      <listitem>
     68        <para><ulink url="ftp://ftp.kde.org/pub/kde/security_patches/post-3.4.3-kdelibs-kjs.diff"/></para>
     69      </listitem>
     70    </itemizedlist>
     71                       
    6372    <bridgehead renderas="sect3">Kdelibs Dependencies</bridgehead>
    6473
     
    104113    <para>Install <application>kdelibs</application> with:</para>
    105114
    106 <screen><userinput>./configure --prefix=&kde-dir; --sysconfdir=/etc/kde \
     115<screen><userinput>patch -Np0 -i ../post-3.4.3-kdelibs-kjs.diff &amp;&amp;
     116./configure --prefix=&kde-dir; --sysconfdir=/etc/kde \
    107117    --disable-debug --disable-dependency-tracking \
    108118    --enable-fast-malloc=full &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.