Updated to CUPS-1.2.11

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6862 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2007-07-08 21:10:09 +00:00
parent ead08d8791
commit 17e3463045
3 changed files with 18 additions and 35 deletions

View File

@ -45,7 +45,7 @@ $Date$
<!ENTITY lfs-gcc-version "4.1.2">
<!-- End LFS versions -->
<!ENTITY blfs-bootscripts-version "20070620">
<!ENTITY blfs-bootscripts-version "20070708">
<!ENTITY blfs-bootscripts-download "&downloads-root;/blfs-bootscripts-&blfs-bootscripts-version;.tar.bz2">
<!ENTITY blfs-wiki "http://wiki.&lfs-domainname;/blfs/wiki">
@ -640,7 +640,7 @@ $Date$
<!-- Part XII -->
<!-- Chapter 42 -->
<!ENTITY cups-version "1.2.7">
<!ENTITY cups-version "1.2.11">
<!ENTITY LPRng-version "3.8.28">
<!ENTITY gs-version "8.53">
<!ENTITY espgs-version "8.15.4">

View File

@ -44,6 +44,9 @@
<listitem>
<para>July 8th, 2007</para>
<itemizedlist>
<listitem>
<para>[randy] - Updated to CUPS-1.2.11.</para>
</listitem>
<listitem>
<para>[randy] - Updated to PHP-5.2.3.</para>
</listitem>

View File

@ -6,9 +6,9 @@
<!ENTITY cups-download-http "http://ftp2.easysw.com/pub/cups/&cups-version;/cups-&cups-version;-source.tar.bz2">
<!ENTITY cups-download-ftp "ftp://ftp3.easysw.com/pub/cups/&cups-version;/cups-&cups-version;-source.tar.bz2">
<!ENTITY cups-md5sum "bf44783d9b46130bee9f2995e6055470">
<!ENTITY cups-size "3.5 MB">
<!ENTITY cups-buildsize "55 MB">
<!ENTITY cups-md5sum "2742f1eec38abb04472b86627da8e493">
<!ENTITY cups-size "3.7 MB">
<!ENTITY cups-buildsize "67 MB">
<!ENTITY cups-time "0.6 SBU">
]>
@ -79,11 +79,8 @@
<xref linkend="openldap"/>,
<xref linkend="openssl"/> or
<ulink url="http://www.gnu.org/software/gnutls/">GnuTLS</ulink> (which needs
<ulink url="ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/">
libgpg-error</ulink>,
<ulink url="ftp://ftp.gnupg.org/gcrypt/libgcrypt/">libgcrypt</ulink> and
<ulink url="ftp://ftp.gnupg.org/gcrypt/alpha/gnutls/opencdk/">opencdk</ulink>,
in that order),
<ulink url="ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/">libgpg-error</ulink>
then <ulink url="ftp://ftp.gnupg.org/gcrypt/libgcrypt/">libgcrypt</ulink>)
<xref linkend="linux-pam"/>,
<xref linkend="php"/>,
<xref linkend="python"/>,
@ -114,24 +111,6 @@
<screen role="root"><userinput>useradd -c "Print Service User" -d /dev/null -g lp -s /bin/false -u 9 lp</userinput></screen>
<!--
<para>If you utilize <application>Linux-PAM</application>, you need to
modify some files so <application>CUPS</application> can find needed headers.
Make the appropriate modifications using the following command:</para>
<screen><userinput>sed -i -e "s@pam/pam@security/pam@g" \
{config-scripts/cups-pam.m4,scheduler/auth.c,configure}</userinput></screen>
-->
<!--
<para>If you plan on running the test suite, you should apply the patch
listed above to fix several issues in the test suite script. Note that if
you have the non-free <command>htmldoc</command> program installed, the
patch disables its use.</para>
<screen><userinput>patch -Np1 -i ../cups-&cups-version;-testsuite_fix-1.patch</userinput></screen>
-->
<para>Install <application>CUPS</application> by running the
following commands:</para>
@ -230,13 +209,14 @@ ln -v -s cupsenable.8 /usr/share/man/man8/cupsdisable.8</userinput></screen>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>accept, cancel, cups-config, cupsaddsmb, cupsd, cupstestppd, disable,
enable, lp, lpadmin, lpc, lpinfo, lpmove, lpoptions, lppasswd, lpq, lpr,
lprm, lpstat, and reject</seg>
<seg>libcups.{so,a}, libcupsimage.{so,a}, and various filters and backend
drivers</seg>
<seg>/etc/cups, /usr/include/cups, /usr/lib/cups, /usr/share/doc/cups,
/usr/share/cups, /var/log/cups, and /var/spool/cups</seg>
<seg>accept, cancel, cups-config, cupsaddsmb, cupsd, cupstestppd,
disable, enable, lp, lpadmin, lpc, lpinfo, lpmove, lpoptions, lppasswd,
lpq, lpr, lprm, lpstat, and reject</seg>
<seg>libcups.{so,a}, libcupsimage.{so,a}, and various filters and
backend drivers</seg>
<seg>/etc/cups, /usr/include/cups, /usr/lib/cups, /usr/share/cups,
/usr/share/doc/cups-&cups-version;, /var/cache/cups, /var/log/cups, and
/var/spool/cups</seg>
</seglistitem>
</segmentedlist>