Ignore:
Timestamp:
10/23/2010 05:28:28 PM (14 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.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:
15114f7
Parents:
31784c8
Message:

Security updates for poppler, firefox, webkitgtk. Update sqlite to suit, and pick up the outstanding poppler-data update.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/poppler.xml

    r31784c8 r7d564a1  
    77  <!ENTITY poppler-download-http      "http://poppler.freedesktop.org/poppler-&poppler-version;.tar.gz">
    88  <!ENTITY poppler-download-ftp       " ">
    9   <!ENTITY poppler-md5sum             "4155346f9369b192569ce9184ff73e43">
    10   <!ENTITY poppler-size               "1.6 MB">
    11   <!ENTITY poppler-buildsize          "65 MB (without Qt, additional 25 MB to install the encoding data)">
    12   <!ENTITY poppler-time               "1.3 SBU (includes building with all dependencies except Qt)">
    13 
    14   <!ENTITY poppler-data-version       "0.4.0">
     9  <!ENTITY poppler-md5sum             "a40fe96e1115f648ce4689e667743530">
     10  <!ENTITY poppler-size               "1.7 MB">
     11  <!ENTITY poppler-buildsize          "137 MB (without Qt, but including the encoding data)">
     12  <!ENTITY poppler-time               "1.3 SBU (includes building with most dependencies except Qt)">
     13
     14  <!ENTITY poppler-data-version       "0.4.3">
    1515  <!ENTITY poppler-data-download-http "http://poppler.freedesktop.org/poppler-data-&poppler-data-version;.tar.gz">
    16   <!ENTITY poppler-data-md5sum        "6975bf8e9ea2cfb42b9ecdbcc257cf57">
     16  <!ENTITY poppler-data-md5sum        "2d648047e5d0b315df1571b460ee6a96">
    1717  <!ENTITY poppler-data-size          "4.0 MB">
    1818]>
     
    4040    library.</para>
    4141
    42     &lfs65_checked;
     42    &lfs67_checked;
    4343
    4444    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9797
    9898    <bridgehead renderas="sect4">Optional</bridgehead>
    99     <para role="optional"><xref linkend="gtk2"/>, <xref linkend="qt"/>, and
    100     <xref linkend="qt4"/></para>
     99    <para role="optional"><xref linkend="gtk2"/>, <xref linkend="qt"/>
     100    <xref linkend="qt4"/>
     101    <xref linkend="curl"/>
     102    <xref linkend="libxml2"/>, and
     103    <xref linkend="lcms"/></para>
    101104
    102105    <para>If you're installing <application>Poppler</application> to support
     
    173176  </sect2>
    174177
    175   <sect2 role="configuration">
     178  <!--<sect2 role="configuration">
    176179    <title>Configuring Poppler</title>
    177180
     
    185188    </sect3>
    186189
    187   </sect2>
     190  </sect2>-->
    188191
    189192  <sect2 role="content">
     
    196199
    197200      <seglistitem>
    198         <seg><xref linkend="xpdf-content"/></seg>
    199         <seg>libpoppler.{so,a}, libpoppler-glib.{so,a}, libpoppler-qt.{so,a}
     201        <seg><xref linkend="xpdf-content"/> for the pdf* programs</seg>
     202        <seg>libpoppler.{so,a}, libpoppler-cpp.{so,a}, libpoppler-glib.{so,a}, libpoppler-qt.{so,a}
    200203        and libpoppler-qt4.{so,a}</seg>
    201204        <seg>/usr/include/poppler, /usr/share/doc/poppler-&poppler-version;,
     
    219222      </varlistentry>
    220223
     224      <varlistentry id="libpoppler-cpp">
     225        <term><filename class='libraryfile'>libpoppler-cpp.{so,a}</filename></term>
     226        <listitem>
     227          <para>is a C++ backend for rendering PDF files.</para>
     228          <indexterm zone="poppler libpoppler-cpp">
     229            <primary sortas="c-libpoppler-cpp">libpoppler-cpp.{so,a}</primary>
     230          </indexterm>
     231        </listitem>
     232      </varlistentry>
     233
    221234      <varlistentry id="libpoppler-glib">
    222235        <term><filename class='libraryfile'>libpoppler-glib.{so,a}</filename></term>
Note: See TracChangeset for help on using the changeset viewer.