Changeset 84737fb9


Ignore:
Timestamp:
12/07/2006 11:25:09 AM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 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:
75b4d9e
Parents:
0af6ce1
Message:

Updated to CUPS-1.2.7

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r0af6ce1 r84737fb9  
    1 <!ENTITY day          "06">                   <!-- Always 2 digits -->
     1<!ENTITY day          "07">                   <!-- Always 2 digits -->
    22<!ENTITY month        "12">                   <!-- Always 2 digits -->
    33<!ENTITY year         "2006">
     
    608608<!-- Part XII -->
    609609<!-- Chapter 42 -->
    610 <!ENTITY cups-version                 "1.1.23">
     610<!ENTITY cups-version                 "1.2.7">
    611611<!ENTITY LPRng-version                "3.8.28">
    612612<!ENTITY gs-version                   "8.53">
  • introduction/welcome/changelog.xml

    r0af6ce1 r84737fb9  
    4343
    4444    <listitem>
     45      <para>December 7th, 2006</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated to CUPS-1.2.7.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>December 6th, 2006</para>
    4655      <itemizedlist>
  • pst/printing/cups.xml

    r0af6ce1 r84737fb9  
    66
    77  <!ENTITY cups-download-http "http://ftp.easysw.com/pub/cups/&cups-version;/cups-&cups-version;-source.tar.bz2">
    8   <!ENTITY cups-download-ftp  "ftp://ftp.easysw.com/pub/cups/&cups-version;/cups-&cups-version;-source.tar.bz2">
    9   <!ENTITY cups-md5sum        "4ce09b1dce09b6b9398af0daae9adf63">
    10   <!ENTITY cups-size          "8.7 MB">
    11   <!ENTITY cups-buildsize     "48 MB">
    12   <!ENTITY cups-time          "0.5 SBU">
     8  <!ENTITY cups-download-ftp  "ftp://ftp3.easysw.com/pub/cups/&cups-version;/cups-&cups-version;-source.tar.bz2">
     9  <!ENTITY cups-md5sum        "bf44783d9b46130bee9f2995e6055470">
     10  <!ENTITY cups-size          "3.5 MB">
     11  <!ENTITY cups-buildsize     "55 MB">
     12  <!ENTITY cups-time          "0.6 SBU">
    1313]>
    1414
     
    5757    </itemizedlist>
    5858
     59    <!--
    5960    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6061    <itemizedlist spacing="compact">
     
    6465      </listitem>
    6566    </itemizedlist>
     67    -->
    6668
    6769    <bridgehead renderas="sect3">CUPS Dependencies</bridgehead>
     
    7375
    7476    <bridgehead renderas="sect4">Optional</bridgehead>
    75     <para role="optional"><xref linkend="openssl"/> or
     77    <para role="optional"><xref linkend="pkgconfig"/>,
     78    <xref linkend="dbus"/>,
     79    <xref linkend="openldap"/>,
     80    <xref linkend="openssl"/> or
    7681    <ulink url="http://www.gnu.org/software/gnutls/">GnuTLS</ulink> (which needs
    7782    <ulink url="ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/">
     
    8590    <xref linkend="jdk"/>,
    8691    <ulink url="http://www.openslp.org/">OpenSLP</ulink>,
    87     <ulink url="http://packages.debian.org/unstable/source/libpaper">
    88     libpaper</ulink> and
     92    <ulink url="http://packages.debian.org/unstable/source/libpaper">libpaper</ulink>,
     93    <ulink url="ftp://oss.sgi.com/projects/xfs/cmd_tars/">libacl</ulink>
     94    (requires <ulink url="ftp://oss.sgi.com/projects/xfs/cmd_tars/">libattr</ulink>),
     95    <ulink url="http://www.easysw.com/htmldoc/">HTMLDOC</ulink>, and
    8996    <ulink url="http://valgrind.kde.org/">Valgrind</ulink> (optionally used if
    9097    running the test suites)</para>
     
    99106
    100107    <para>Create an <systemitem class="username">lp</systemitem> user, as
    101     <application>CUPS</application> will install the
    102     <command>lppasswd</command> command SUID to this user. Use the following
    103     command as the <systemitem class="username">root</systemitem> user:</para>
     108    <application>CUPS</application> will create some files owned by this user.
     109    (The <systemitem class="username">lp</systemitem> user is the default used
     110    by <application>CUPS</application>, but may be changed to a different user
     111    by passing a parameter to the <command>configure</command> script.) Use the
     112    following command as the <systemitem class="username">root</systemitem>
     113    user:</para>
    104114
    105115<screen role="root"><userinput>useradd -c "Print Service User" -d /dev/null -g lp -s /bin/false -u 9 lp</userinput></screen>
    106116
     117    <!--
    107118    <para>If you utilize <application>Linux-PAM</application>, you need to
    108119    modify some files so <application>CUPS</application> can find needed headers.
     
    111122<screen><userinput>sed -i -e "s@pam/pam@security/pam@g" \
    112123{config-scripts/cups-pam.m4,scheduler/auth.c,configure}</userinput></screen>
    113 
     124    -->
     125
     126    <!--
    114127    <para>If you plan on running the test suite, you should apply the patch
    115128    listed above to fix several issues in the test suite script. Note that if
     
    118131
    119132<screen><userinput>patch -Np1 -i ../cups-&cups-version;-testsuite_fix-1.patch</userinput></screen>
     133    -->
    120134
    121135    <para>Install <application>CUPS</application> by running the
     
    125139make</userinput></screen>
    126140
    127     <para>To test the results, issue: <command>make check</command>. Note that
    128     the <quote>torture load testing</quote> test uses more resources than those
    129     displayed in the prompt.</para>
     141    <para>To test the results, issue: <command>make check</command>. This will
     142    run a basic test suite without any load testing. If you wish to run the
     143    tests specifying non-default parameters, issue: <command>make test</command>.
     144    Note that the <quote>torture load testing</quote> test uses more resources
     145    than those displayed in the prompt.</para>
    130146
    131147    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    132148
    133149<screen role="root"><userinput>make install</userinput></screen>
     150
     151    <para>The <application>man</application> files are installed in compressed
     152    (<filename class='extension'>.gz</filename>) format. If desired, use the
     153    following commands to uncompress them:</para>
     154
     155<screen role="root"><userinput>gunzip -v /usr/share/man/man{\
     1561/{cancel,cups{-config,test{dsc,ppd}},\
     157lp{,options,passwd,q,rm,r,stat}}.1,\
     1585/{{classes,client,cups-snmp,cupsd,printers,subscriptions,mailto}.conf,\
     159mime.{convs,types}}.5,\
     1607/{backend,filter}.7,\
     1618/{accept,cups{d,addsmb,enable,-{deviced,driverd,lpd,polld,}},\
     162lp{admin,info,move,c}}.8}.gz &amp;&amp;
     163
     164rm -v /usr/share/man/man8/{reject,cupsdisable}.8.gz &amp;&amp;
     165
     166ln -v -s accept.8 /usr/share/man/man8/reject.8 &amp;&amp;
     167ln -v -s cupsenable.8 /usr/share/man/man8/cupsdisable.8</userinput></screen>
    134168
    135169  </sect2>
  • pst/printing/gimp-print.xml

    r0af6ce1 r84737fb9  
    135135      </note>
    136136
    137       <para>Then point your web browser to <ulink url="http://127.0.0.1:631"/>
     137      <para>Then point your web browser to <ulink url="http://localhost:631/"/>
    138138      to add a new printer to <application>CUPS</application>.</para>
    139139
Note: See TracChangeset for help on using the changeset viewer.