Changeset a49a52f


Ignore:
Timestamp:
05/06/2008 09:29:57 PM (16 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
d603c3d
Parents:
e04be6a2
Message:

Update QT to 3.3.8b

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    re04be6a2 ra49a52f  
    425425
    426426<!-- Chapter 26 -->
    427 <!ENTITY qt-version                   "3.3.8">
     427<!ENTITY qt-version                   "3.3.8b">
    428428<!ENTITY qt4-version                  "4.3.4">
    429429<!ENTITY GTK-version                  "1.2.10">
  • introduction/welcome/changelog.xml

    re04be6a2 ra49a52f  
    5050          <para>[dj] - Chaned jdk symlink to use precompiled version and
    5151          other text cleanups in jdk page.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[thomas] - Updated to QT-3.3.8b (bugfix release with applied UTF patch).</para>
    5255        </listitem>
    5356      </itemizedlist>
  • x/lib/qt.xml

    re04be6a2 ra49a52f  
    55  %general-entities;
    66
    7   <!ENTITY qt-download-http "http://ftp.silug.org/mirrors/ftp.trolltech.com/qt/source/qt-x11-free-&qt-version;.tar.bz2">
    8   <!ENTITY qt-download-ftp  "ftp://ftp.trolltech.com/qt/source/qt-x11-free-&qt-version;.tar.bz2">
    9   <!ENTITY qt-md5sum        "cf3c43a7dfde5bfb76f8001102fe6e85">
    10   <!ENTITY qt-size          "14.3 MB">
     7  <!ENTITY qt-download-http "http://ftp.silug.org/mirrors/ftp.trolltech.com/qt/source/qt-x11-free-&qt-version;.tar.gz">
     8  <!ENTITY qt-download-ftp  "ftp://ftp.trolltech.com/qt/source/qt-x11-free-&qt-version;.tar.gz">
     9  <!ENTITY qt-md5sum        "9f05b4125cfe477cc52c9742c3c09009">
     10  <!ENTITY qt-size          "16.5 MB">
    1111  <!ENTITY qt-buildsize     "261 MB">
    1212  <!ENTITY qt-time          "11 SBU (full), 7.5 SBU (sub-tools)">
     
    5959    </itemizedlist>
    6060
    61     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    62     <itemizedlist spacing="compact">
    63        <listitem>
    64          <para>Required patch: <ulink
    65             url="http://www.trolltech.com/developer/download/Qt-3.3.8-UTF-8-fix.diff"/></para>
    66        </listitem>
    67     </itemizedlist>
    68 
    6961    <bridgehead renderas="sect3">Qt Dependencies</bridgehead>
    7062
     
    178170        be in use during the install process.</para>
    179171      </note>
    180 
    181     <para>A <ulink
    182     url='http://www.trolltech.com/company/newsroom/announcements/press.2007-03-30.9172215350'>security
    183     vulnerability</ulink> has been identified in the
    184     <application>Qt</application> package. Apply the patch to fix this
    185     vulnerability with the following command:</para>
    186 
    187 <screen><userinput>patch -Np0 -i ../Qt-3.3.8-UTF-8-fix.diff</userinput></screen>
    188 
    189     <para>Continue with:</para>
    190172
    191173<screen><userinput>sed -i '/QMAKE_RPATH/d' mkspecs/linux*/qmake.conf &amp;&amp;
     
    248230      and then creates a symbolic link to <filename>/opt/qt/</filename>.</para>
    249231
    250       <para>A <ulink
    251       url='http://www.trolltech.com/company/newsroom/announcements/press.2007-03-30.9172215350'>security
    252       vulnerability</ulink> has been identified in the
    253       <application>Qt</application> package. Apply the patch to fix this
    254       vulnerability with the following command:</para>
    255 
    256 <screen><userinput>patch -Np0 -i ../Qt-3.3.8-UTF-8-fix.diff</userinput></screen>
    257 
    258       <para>Continue with:</para>
    259 
    260232<screen><userinput>bash
    261233export QTDIR=$PWD &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.