Changeset 73b53eb


Ignore:
Timestamp:
04/16/2014 08:43:15 PM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
f23c35f4
Parents:
4d0bf50
Message:

Update to autofs-5.0.9

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r4d0bf50 r73b53eb  
    336336<!ENTITY acpid-version                "2.0.21">
    337337<!ENTITY at-version                   "3.1.14">
    338 <!ENTITY autofs-version               "5.0.8">
     338<!ENTITY autofs-version               "5.0.9">
    339339<!ENTITY bluez-version                "5.18">
    340340<!ENTITY colord-version               "1.2.0">    <!-- Even minors only -->
  • general/sysutils/autofs.xml

    r4d0bf50 r73b53eb  
    55  %general-entities;
    66
    7   <!ENTITY autofs-download-http "http://ftp.kernel.org/pub/linux/daemons/autofs/v5/autofs-&autofs-version;.tar.xz">
     7  <!ENTITY autofs-download-http " ">
    88  <!ENTITY autofs-download-ftp  "ftp://ftp.kernel.org/pub/linux/daemons/autofs/v5/autofs-&autofs-version;.tar.xz">
    9   <!ENTITY autofs-md5sum        "4ed5271598fb1a76475364a4879c7578">
    10   <!ENTITY autofs-size          "249 KB">
    11   <!ENTITY autofs-buildsize     "7.6 MB">
     9  <!ENTITY autofs-md5sum        "7e947834063b55666f3727e77503af37">
     10  <!ENTITY autofs-size          "256 KB">
     11  <!ENTITY autofs-buildsize     "8.6 MB">
    1212  <!ENTITY autofs-time          "0.1 SBU">
    1313]>
     
    112112    commands:</para>
    113113
    114 <screen><userinput>./configure --prefix=/ --mandir=/usr/share/man &amp;&amp;
     114<screen><userinput>./configure --prefix=/         \
     115            --without-openldap \
     116            --mandir=/usr/share/man &amp;&amp;
    115117make</userinput></screen>
    116118
     
    129131      <option>--with-libtirpc</option>: This switch enables libtirpc support if
    130132      available.
     133    </para>
     134
     135    <para>
     136      <option>--without-openldap</option>: This switch disables openldap if found.  If
     137      openldap is desired, omit this switch.  Note that openldap support in autofs
     138      requires <xref linkend="mitkrb"/>.
    131139    </para>
    132140
  • introduction/welcome/changelog.xml

    r4d0bf50 r73b53eb  
    4949      <itemizedlist>
    5050       <listitem>
     51          <para>[bdubbs] - Updated to autofs-5.0.9. Fixes
     52          <ulink url="&blfs-ticket-root;4892">#4892</ulink>.</para>
     53        </listitem>
     54       <listitem>
    5155          <para>[bdubbs] - Added patch to lxpanel to fix handling
    5256          of .desktop files. Fixes
Note: See TracChangeset for help on using the changeset viewer.