Changeset 9690524


Ignore:
Timestamp:
03/28/2008 04:28:20 PM (16 years ago)
Author:
Ken Moffat <ken@…>
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:
0340f82
Parents:
4293ad15
Message:

Update cups.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r4293ad15 r9690524  
    44-->
    55
    6 <!ENTITY day          "27">                   <!-- Always 2 digits -->
     6<!ENTITY day          "28">                   <!-- Always 2 digits -->
    77<!ENTITY month        "03">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2008">
     
    676676<!-- Part XII -->
    677677<!-- Chapter 42 -->
    678 <!ENTITY cups-version                 "1.2.11">
     678<!ENTITY cups-version                 "1.2.12">
    679679<!ENTITY LPRng-version                "3.8.28">
    680680<!ENTITY gs-version                   "8.53">
  • introduction/welcome/changelog.xml

    r4293ad15 r9690524  
    4141
    4242-->
     43    <listitem>
     44      <para>March 28th, 2008</para>
     45      <itemizedlist>
     46        <listitem>
     47          <para>[ken] - Updated to cups-1.2.12 with a patch for the
     48          vulnerabilities.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
    4353
    4454    <listitem>
  • pst/printing/cups.xml

    r4293ad15 r9690524  
    77  <!ENTITY cups-download-http "http://ftp.easysw.com/pub/cups/&cups-version;/cups-&cups-version;-source.tar.bz2">
    88  <!ENTITY cups-download-ftp  "ftp://ftp.easysw.com/pub/cups/&cups-version;/cups-&cups-version;-source.tar.bz2">
    9   <!ENTITY cups-md5sum        "2742f1eec38abb04472b86627da8e493">
    10   <!ENTITY cups-size          "3.7 MB">
    11   <!ENTITY cups-buildsize     "67 MB">
     9  <!ENTITY cups-md5sum        "d410658468384b5ba5d04a808f6157fe">
     10  <!ENTITY cups-size          "3.6 MB">
     11  <!ENTITY cups-buildsize     "62 MB">
    1212  <!ENTITY cups-time          "0.6 SBU">
    1313]>
     
    5757    </itemizedlist>
    5858
    59     <!--
    6059    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6160    <itemizedlist spacing="compact">
    6261      <listitem>
    6362        <para>Recommended patch: <ulink
    64         url="&patch-root;/cups-&cups-version;-testsuite_fix-1.patch"/></para>
     63        url="&patch-root;/cups-&cups-version;-security_fixes-1.patch"/></para>
    6564      </listitem>
    6665    </itemizedlist>
    67     -->
    6866
    6967    <bridgehead renderas="sect3">CUPS Dependencies</bridgehead>
     
    122120    following commands:</para>
    123121
    124 <screen><userinput>./configure &amp;&amp;
     122<screen><userinput>patch -Np1 -i ../cups-&cups-version;-security_fixes-1.patch &amp;&amp;
     123./configure &amp;&amp;
    125124make</userinput></screen>
    126125
Note: See TracChangeset for help on using the changeset viewer.