Changeset 5c566f7


Ignore:
Timestamp:
03/15/2010 02:00:26 PM (14 years ago)
Author:
Randy McMurchy <randy@…>
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:
100786d
Parents:
0e91c2b
Message:

Updated to CUPS-1.4.2

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r0e91c2b r5c566f7  
    44-->
    55
    6 <!ENTITY day          "14">                   <!-- Always 2 digits -->
     6<!ENTITY day          "15">                   <!-- Always 2 digits -->
    77<!ENTITY month        "03">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2010">
     
    764764<!-- Part XII -->
    765765<!-- Chapter 42 -->
    766 <!ENTITY cups-version                 "1.2.12">
     766<!ENTITY cups-version                 "1.4.2">
    767767<!ENTITY LPRng-version                "3.8.28">
    768768<!ENTITY gs-version                   "8.70">
  • introduction/welcome/changelog.xml

    r0e91c2b r5c566f7  
    4343
    4444    <listitem>
     45      <para>March 15th, 2010</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated to CUPS-1.4.2</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>March 14th, 2010</para>
    4655      <itemizedlist>
  • pst/printing/cups.xml

    r0e91c2b r5c566f7  
    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        "d410658468384b5ba5d04a808f6157fe">
    10   <!ENTITY cups-size          "3.6 MB">
    11   <!ENTITY cups-buildsize     "62 MB">
    12   <!ENTITY cups-time          "0.6 SBU">
     9  <!ENTITY cups-md5sum        "d95e2d588e3d36e563027a963b117b1b">
     10  <!ENTITY cups-size          "4.4 MB">
     11  <!ENTITY cups-buildsize     "80 MB">
     12  <!ENTITY cups-time          "0.8 SBU">
    1313]>
    1414
     
    5757    </itemizedlist>
    5858
    59     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     59    <!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6060    <itemizedlist spacing="compact">
    6161      <listitem>
     
    6363        url="&patch-root;/cups-&cups-version;-security_fixes-2.patch"/></para>
    6464      </listitem>
    65     </itemizedlist>
     65    </itemizedlist> -->
    6666
    6767    <bridgehead renderas="sect3">CUPS Dependencies</bridgehead>
     
    6969    <bridgehead renderas="sect4">Recommended</bridgehead>
    7070    <para role="recommended"><xref linkend="libjpeg"/>,
    71     <xref linkend="libpng"/>,
    72     and <xref linkend="libtiff"/></para>
     71    <xref linkend="libpng"/>, and
     72    <xref linkend="libtiff"/></para>
    7373
    7474    <bridgehead renderas="sect4">Optional</bridgehead>
    7575    <para role="optional"><!-- <xref linkend="pkgconfig"/>, -->
     76    <xref linkend="tcpwrappers"/>,
    7677    <xref linkend="dbus"/>,
     78    <xref linkend="acl"/>,
     79    <xref linkend="linux-pam"/>,
    7780    <xref linkend="openldap"/>,
    78     <xref linkend="openssl"/> or <xref linkend="gnutls"/>,
    79     <xref linkend="linux-pam"/>,
     81    <xref linkend="gnutls"/> or <xref linkend="openssl"/> (looked for in that order),
     82    <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
    8083    <xref linkend="php"/>,
    8184    <xref linkend="python"/>,
     
    8386    <ulink url="http://www.openslp.org/">OpenSLP</ulink>,
    8487    <ulink url="http://packages.debian.org/unstable/source/libpaper">libpaper</ulink>,
    85     <ulink url="ftp://oss.sgi.com/projects/xfs/cmd_tars/">libacl</ulink> (requires
    86     <ulink url="ftp://oss.sgi.com/projects/xfs/cmd_tars/">libattr</ulink>),
    8788    <ulink url="http://www.easysw.com/htmldoc/">HTMLDOC</ulink>, and
    8889    <ulink url="http://valgrind.org/">Valgrind</ulink> (optionally used if
     
    110111    following commands:</para>
    111112
    112 <screen><userinput>patch -Np1 -i ../cups-&cups-version;-security_fixes-2.patch &amp;&amp;
    113 ./configure &amp;&amp;
     113<screen><userinput>./configure &amp;&amp;
    114114make</userinput></screen>
    115115
     
    129129
    130130<screen role="root"><userinput>gunzip -v /usr/share/man/man{\
    131 1/{cancel,cups{-config,test{dsc,ppd}},\
     1311/{ppd{po,merge,html,c,i},cancel,cups{-config,test{dsc,ppd}},\
    132132lp{,options,passwd,q,rm,r,stat}}.1,\
    1331335/{{classes,client,cups-snmp,cupsd,printers,subscriptions,mailto}.conf,\
    134 mime.{convs,types}}.5,\
    135 7/{backend,filter}.7,\
    136 8/{accept,cups{d,addsmb,enable,-{deviced,driverd,lpd,polld}},\
    137 lp{admin,info,move,c}}.8}.gz &amp;&amp;
    138 
    139 rm -v /usr/share/man/man8/{reject,cupsdisable}.8.gz &amp;&amp;
    140 
    141 ln -v -s accept.8 /usr/share/man/man8/reject.8 &amp;&amp;
     134mime.{convs,types},ppdcfile}.5,\
     1357/{backend,filter,notifier,drv}.7,\
     1368/{accept,cups{ctl,accept,filter,d,addsmb,enable,\
     137-{deviced,driverd,lpd,polld}},lp{admin,info,move,c}}.8}.gz &amp;&amp;
     138
     139rm -v    /usr/share/man/man8/{{,cups}reject,accept,cupsdisable}.8.gz &amp;&amp;
     140ln -v -s cupsaccept.8 /usr/share/man/man8/reject.8 &amp;&amp;
     141ln -v -s cupsaccept.8 /usr/share/man/man8/cupsreject.8 &amp;&amp;
     142ln -v -s cupsaccept.8 /usr/share/man/man8/accept.8 &amp;&amp;
    142143ln -v -s cupsenable.8 /usr/share/man/man8/cupsdisable.8</userinput></screen>
    143144
     
    149150    <para>The basic default behavior of the installation is appropriate for
    150151    LFS systems. <application>CUPS</application> files are placed in
    151     <filename class="directory">/usr/bin</filename>,
    152     <filename class="directory">/usr/sbin</filename>,
    153     <filename class="directory">/var</filename> and
    154     <filename class="directory">/etc/cups</filename>.</para>
     152    <filename class="directory">/usr/{bin,include,lib,sbin,share/cups}</filename>,
     153    <filename class="directory">/var/{cache,log,run,spool}</filename>, and
     154    <filename class="directory">/etc/{cups,pam.d,dbus-1/system.d</filename></para>
    155155
    156156  </sect2>
     
    216216
    217217      <seglistitem>
    218         <seg>accept, cancel, cups-config, cupsaddsmb, cupsd, cupstestppd,
    219         disable, enable, lp, lpadmin, lpc, lpinfo, lpmove, lpoptions, lppasswd,
    220         lpq, lpr, lprm, lpstat, and reject</seg>
    221         <seg>libcups.{so,a}, libcupsimage.{so,a}, and various filters and
    222         backend drivers</seg>
     218        <seg>accept, cancel, cups-config, cupsaccept, cupsaddsmb, cupsctl,
     219        cupsd, cupsdisable, cupsenable, cupsfilter, cupsreject, cupstestdsc,
     220        cupstestppd, lp, lpadmin, lpc, lpinfo, lpmove, lpoptions, lppasswd,
     221        lpq, lpr, lprm, lpstat, ppdc, ppdhtml, ppdi, ppdmerge, ppdpo, reject</seg>
     222        <seg>libcups.{so,a}, libcupscgi.{so,a}, libcupsdriver.{so,a},
     223        libcupsimage.{so,a}, libcupsmime.{so,a}, libcupsppdc.{so,a}, and
     224        various filters and backend drivers</seg>
    223225        <seg>/etc/cups, /usr/include/cups, /usr/lib/cups, /usr/share/cups,
    224         /usr/share/doc/cups-&cups-version;, /var/cache/cups, /var/log/cups, and
    225         /var/spool/cups</seg>
     226        /usr/share/doc/cups-&cups-version;, and
     227        /var/{cache,log,run,spool}/cups</seg>
    226228      </seglistitem>
    227229    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.