Changeset 66d9ef8 for pst


Ignore:
Timestamp:
11/11/2017 01:13:20 AM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2c71e1c
Parents:
a14ca50
Message:

Update to libblockdev-2.14.
Update to dbus-1.12.0.
Update to gtk+3 3.22.26.
Update to postfix-3.2.4.
Update to cups-2.2.6.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/printing/cups.xml

    ra14ca50 r66d9ef8  
    77  <!ENTITY cups-download-http "https://github.com/apple/cups/releases/download/v&cups-version;/cups-&cups-version;-source.tar.gz">
    88  <!ENTITY cups-download-ftp  " ">
    9   <!ENTITY cups-md5sum        "d26e5a0a574a69fe1d01079b2931fc49">
    10   <!ENTITY cups-size          "9.5 MB">
    11   <!ENTITY cups-buildsize     "54 MB">
     9  <!ENTITY cups-md5sum        "e91c26d8d97b5a1630a962f530f02192">
     10  <!ENTITY cups-size          "9.8 MB">
     11  <!ENTITY cups-buildsize     "57 MB">
    1212  <!ENTITY cups-time          "0.4 SBU">
    1313]>
     
    8383    <para role="recommended">
    8484      <xref linkend="colord"/>,
    85       <xref linkend="dbus"/>, and
    86       <xref linkend="libusb"/>
     85      <xref linkend="dbus"/>,
     86      <xref linkend="libusb"/>, and
     87      <xref linkend="xdg-utils"/>
    8788    </para>
    8889
     
    9495      <xref linkend="mitkrb"/>,
    9596      <xref linkend="openjdk"/>,
    96       <xref linkend="php"/>,
    97       <xref linkend="python2"/>, and
    98       <xref linkend="xdg-utils"/>
    99 
     97      <xref linkend="php"/>, and
     98      <xref linkend="python2"/>
    10099    </para>
    101100
     
    203202    </para>
    204203
    205 <!-- Remove for cups-2.2.5 -->
    206     <para>
    207       Fix a regression in CUPS-2.2.4:
    208     </para>
    209 
    210 <screen><userinput>sed -i '2062,2069d' cups/dest.c</userinput></screen>
    211 
    212 <!--  This does not appear to be needed any more, but leaving it in as
    213       a comment for right now.  - bdubbs 2017-04-07
    214 
    215     <para>
    216       Unless you have installed <xref linkend="mitkrb"/>, fix a configuration
    217       file:
    218     </para>
    219 
    220 <screen><userinput>sed -i '/kerberized/,$ d' conf/cupsd.conf.in</userinput></screen>
    221 -->
    222 
    223     <!-- docdir is also document root for cups administration interface, so
    224     let's just put it in /usr/share/cups/doc-&cups-version; and create symlink
    225     in /usr/share/doc/cups-&cups-version;-->
    226 
    227204    <para>
    228205      Build <application>Cups</application> by running the following commands:
     
    232209<screen revision="sysv"><userinput>sed -i 's:444:644:' Makedefs.in                                     &amp;&amp;
    233210sed -i '/MAN.EXT/s:.gz::' configure config-scripts/cups-manpages.m4 &amp;&amp;
    234 sed -i '/LIBGCRYPTCONFIG/d' config-scripts/cups-ssl.m4              &amp;&amp;
    235211
    236212aclocal  -I config-scripts &amp;&amp;
     
    247223<screen revision="systemd"><userinput>sed -i 's:555:755:g;s:444:644:g' Makedefs.in                         &amp;&amp;
    248224sed -i '/MAN.EXT/s:.gz::g' configure config-scripts/cups-manpages.m4 &amp;&amp;
    249 sed -i '/LIBGCRYPTCONFIG/d' config-scripts/cups-ssl.m4               &amp;&amp;
    250225
    251226aclocal  -I config-scripts &amp;&amp;
     
    291266    <title>Command Explanations</title>
    292267
    293 <!-- See comment about this above
    294     <para>
    295       <command>sed -i '/kerberized/,$ d' conf/cupsd.conf.in</command>: when this
    296       version of <application>cups</application> is compiled without kerberos
    297       support, it nevertheless adds a policy entry at the end of
    298       <filename>/etc/cups/cupsd.conf</filename>. But the daemon will error out
    299       because it does not understand that entry, so remove it.
    300     </para>
    301 -->
    302 <!-- Remove for cups-2.2.5 -->
    303     <para>
    304       <command>sed ... cups/dest.c</command>: Fix a regression in cups-2.2.4,
    305       which prevents finding printers when no default printer is defined.
    306     </para>
    307 
    308268    <para>
    309269      <command>sed ... Makedefs.in</command>: Fix files and directories
     
    330290      Installed disk space is not appreciably modified.
    331291    </para>
    332 <!--
    333     <para>
    334       <command>sed ... test/ippserver.c</command>: This sed fixes a bug,
    335       which shows up when <application>avahi</application> is not present.
    336     </para>-->
    337292
    338293    <para revision="sysv">
    339294      <parameter>--disable-systemd</parameter>: Systemd is not supported by
    340       BLFS.
     295      this version of BLFS.
    341296    </para>
    342297
Note: See TracChangeset for help on using the changeset viewer.