Changeset 6d8f6dc for pst/printing


Ignore:
Timestamp:
03/23/2013 12:09:51 AM (11 years ago)
Author:
Krejzi <krejzi@…>
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:
ab642ce
Parents:
b141cb2
Message:

Package updates, see changelog.

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

Location:
pst/printing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pst/printing/cups-filters.xml

    rb141cb2 r6d8f6dc  
    77  <!ENTITY cups-filters-download-http "http://www.openprinting.org/download/cups-filters/cups-filters-&cups-filters-version;.tar.xz">
    88  <!ENTITY cups-filters-download-ftp  " ">
    9   <!ENTITY cups-filters-md5sum        "c6cca1041657a23192547010f8f2cca8">
     9  <!ENTITY cups-filters-md5sum        "ebf24dac0de3e84ca1fdecf99277d27e">
    1010  <!ENTITY cups-filters-size          "992 KB">
    1111  <!ENTITY cups-filters-buildsize     "31 MB">
  • pst/printing/cups.xml

    rb141cb2 r6d8f6dc  
    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        "87ade07e3d1efd03c9c3add949cf9c00">
    10   <!ENTITY cups-size          "7.9 MB">
    11   <!ENTITY cups-buildsize     "90 MB">
     9  <!ENTITY cups-md5sum        "13c8b2b2336d42001abe4899766b62dc">
     10  <!ENTITY cups-size          "8.0 MB">
     11  <!ENTITY cups-buildsize     "80 MB">
    1212  <!ENTITY cups-time          "1.2 SBU">
    1313]>
     
    7878        <para>
    7979          Required patch:
    80           <ulink url="&patch-root;/cups-&cups-version;-CVE-2012-5519-1.patch"/>
    81         </para>
    82       </listitem>
    83       <listitem>
    84         <para>
    85           Required patch:
    86           <ulink url="&patch-root;/cups-&cups-version;-upstream-fixes-3.patch"/>
    87         </para>
    88       </listitem>
    89       <listitem>
    90         <para>
    91           Required patch:
    92           <ulink url="&patch-root;/cups-&cups-version;-blfs-2.patch"/>
     80          <ulink url="&patch-root;/cups-&cups-version;-blfs-1.patch"/>
    9381        </para>
    9482      </listitem>
     
    115103      <xref linkend="openjdk"/>,
    116104      <xref linkend="php"/>,
    117       <xref linkend="python2"/>,
    118       <!-- <ulink url="http://valgrind.org/">Valgrind</ulink>
    119       (optionaly used during the test suites) -->and
     105      <xref linkend="python2"/> and
    120106      <xref linkend="xdg-utils"/>
    121107    </para>
     
    228214    <!-- docdir is also document root for cups administration interface, so
    229215    let's just put it in /usr/share/cups/doc and create symlink in
    230     /usr/share/doc -->
    231     <!-- When not using libdir switch, CUPS will install libraries into /usr/lib64
     216    /usr/share/doc
     217    When not using libdir switch, CUPS will install libraries into /usr/lib64
    232218    on a 64 bit system, and since /usr/lib64 is symlink to /usr/lib it might
    233219    introduce some difficulties with packaging -->
    234 <screen><userinput>patch -Np1 -i ../cups-&cups-version;-CVE-2012-5519-1.patch &amp;&amp;
    235 patch -Np1 -i ../cups-&cups-version;-upstream-fixes-3.patch &amp;&amp;
    236 patch -Np1 -i ../cups-&cups-version;-blfs-2.patch &amp;&amp;
     220<screen><userinput>patch -Np1 -i ../cups-&cups-version;-blfs-1.patch &amp;&amp;
    237221aclocal -I config-scripts &amp;&amp;
    238222autoconf -I config-scripts &amp;&amp;
     
    247231   </para>
    248232
    249 <!-- Testsuite is broken. It fails at colord tests, and before that I get
    250      lot of "document format not supported".
    251 
    252     <para>
    253       To test the results, issue: <command>make check</command>. This will
    254       run a basic test suite without any load testing. If you wish to run
    255       the tests specifying non-default parameters, issue:
    256       <command>make test</command>. Note that the <quote>torture load
    257       testing</quote> test uses more resources than those displayed in the
    258       prompt.
    259     </para>
    260 -->
    261 
    262233    <para>
    263234      Now, as the <systemitem class="username">root</systemitem>
     
    288259    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    289260      href="../../xincludes/gtk-update-icon-cache.xml"/>
     261
    290262  </sect2>
    291263
     
    349321      developers.
    350322    </para>
    351 
    352     <sect3>
    353       <title>Linux PAM Configuration</title>
    354 
    355       <para>
    356         The default <application>Cups</application>
    357         <application>PAM</application> configuration file should
    358         work by default. However, it does not make use of the
    359         BLFS specific <application>PAM</application>
    360         configuration files.
    361       </para>
    362 
    363       <para>
    364         If you have built <application>Cups</application> with
    365         <application>PAM</application> support, create a
    366         BLFS specific <application>PAM</application>
    367         configuration file by running the following command as
    368         the <systemitem class="username">root</systemitem> user:
    369       </para>
    370 
    371 <screen role="root"><userinput>cat &gt; /etc/pam.d/cups &lt;&lt; "EOF"
    372 # Begin /etc/pam.d/cups
    373 
    374 auth    include system-auth
    375 account include system-account
    376 session include system-session
    377 
    378 # End /etc/pam.d/cups
    379 EOF
    380 chmod -v 644 /etc/pam.d/cups</userinput></screen>
    381 
    382     </sect3>
    383323
    384324    <sect3 id="cups-init">
Note: See TracChangeset for help on using the changeset viewer.