Ignore:
Timestamp:
07/08/2007 09:10:09 PM (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.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:
62657eff
Parents:
ead08d8
Message:

Updated to CUPS-1.2.11

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/printing/cups.xml

    read08d8 r17e3463  
    77  <!ENTITY cups-download-http "http://ftp2.easysw.com/pub/cups/&cups-version;/cups-&cups-version;-source.tar.bz2">
    88  <!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">
     9  <!ENTITY cups-md5sum        "2742f1eec38abb04472b86627da8e493">
     10  <!ENTITY cups-size          "3.7 MB">
     11  <!ENTITY cups-buildsize     "67 MB">
    1212  <!ENTITY cups-time          "0.6 SBU">
    1313]>
     
    8080    <xref linkend="openssl"/> or
    8181    <ulink url="http://www.gnu.org/software/gnutls/">GnuTLS</ulink> (which needs
    82     <ulink url="ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/">
    83     libgpg-error</ulink>,
    84     <ulink url="ftp://ftp.gnupg.org/gcrypt/libgcrypt/">libgcrypt</ulink> and
    85     <ulink url="ftp://ftp.gnupg.org/gcrypt/alpha/gnutls/opencdk/">opencdk</ulink>,
    86     in that order),
     82    <ulink url="ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/">libgpg-error</ulink>
     83    then <ulink url="ftp://ftp.gnupg.org/gcrypt/libgcrypt/">libgcrypt</ulink>)
    8784    <xref linkend="linux-pam"/>,
    8885    <xref linkend="php"/>,
     
    115112<screen role="root"><userinput>useradd -c "Print Service User" -d /dev/null -g lp -s /bin/false -u 9 lp</userinput></screen>
    116113
    117     <!--
    118     <para>If you utilize <application>Linux-PAM</application>, you need to
    119     modify some files so <application>CUPS</application> can find needed headers.
    120     Make the appropriate modifications using the following command:</para>
    121 
    122 <screen><userinput>sed -i -e "s@pam/pam@security/pam@g" \
    123 {config-scripts/cups-pam.m4,scheduler/auth.c,configure}</userinput></screen>
    124     -->
    125 
    126     <!--
    127     <para>If you plan on running the test suite, you should apply the patch
    128     listed above to fix several issues in the test suite script. Note that if
    129     you have the non-free <command>htmldoc</command> program installed, the
    130     patch disables its use.</para>
    131 
    132 <screen><userinput>patch -Np1 -i ../cups-&cups-version;-testsuite_fix-1.patch</userinput></screen>
    133     -->
    134 
    135114    <para>Install <application>CUPS</application> by running the
    136115    following commands:</para>
     
    231210
    232211      <seglistitem>
    233         <seg>accept, cancel, cups-config, cupsaddsmb, cupsd, cupstestppd, disable,
    234         enable, lp, lpadmin, lpc, lpinfo, lpmove, lpoptions, lppasswd, lpq, lpr,
    235         lprm, lpstat, and reject</seg>
    236         <seg>libcups.{so,a}, libcupsimage.{so,a}, and various filters and backend
    237         drivers</seg>
    238         <seg>/etc/cups, /usr/include/cups, /usr/lib/cups, /usr/share/doc/cups,
    239         /usr/share/cups, /var/log/cups, and /var/spool/cups</seg>
     212        <seg>accept, cancel, cups-config, cupsaddsmb, cupsd, cupstestppd,
     213        disable, enable, lp, lpadmin, lpc, lpinfo, lpmove, lpoptions, lppasswd,
     214        lpq, lpr, lprm, lpstat, and reject</seg>
     215        <seg>libcups.{so,a}, libcupsimage.{so,a}, and various filters and
     216        backend drivers</seg>
     217        <seg>/etc/cups, /usr/include/cups, /usr/lib/cups, /usr/share/cups,
     218        /usr/share/doc/cups-&cups-version;, /var/cache/cups, /var/log/cups, and
     219        /var/spool/cups</seg>
    240220      </seglistitem>
    241221    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.