Changeset 3e072580
- Timestamp:
- 06/10/2014 08:27:21 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 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/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 369d7767
- Parents:
- 627defae
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r627defae r3e072580 338 338 <!ENTITY acpid-version "2.0.22"> 339 339 <!ENTITY at-version "3.1.14"> 340 <!ENTITY autofs-version "5. 0.9">340 <!ENTITY autofs-version "5.1.0"> 341 341 <!ENTITY bluez-version "5.19"> 342 342 <!ENTITY colord-version "1.2.1"> <!-- Even minors only --> -
general/sysutils/autofs.xml
r627defae r3e072580 7 7 <!ENTITY autofs-download-http "http://www.kernel.org/pub/linux/daemons/autofs/v5/autofs-&autofs-version;.tar.xz"> 8 8 <!ENTITY autofs-download-ftp "ftp://ftp.kernel.org/pub/linux/daemons/autofs/v5/autofs-&autofs-version;.tar.xz"> 9 <!ENTITY autofs-md5sum " 7e947834063b55666f3727e77503af37">10 <!ENTITY autofs-size "2 56KB">11 <!ENTITY autofs-buildsize " 8.6MB">9 <!ENTITY autofs-md5sum "4c34cacea07db3681b0da1befa229ec4"> 10 <!ENTITY autofs-size "284 KB"> 11 <!ENTITY autofs-buildsize "9.7 MB"> 12 12 <!ENTITY autofs-time "0.1 SBU"> 13 13 ]> … … 112 112 commands:</para> 113 113 114 <screen><userinput>./configure --prefix=/ \ 114 <screen><userinput>sed -i -e '/include.*config.h/ i #include <stdarg.h>' lib/defaults.c && 115 116 ./configure --prefix=/ \ 115 117 --without-openldap \ 116 118 --mandir=/usr/share/man && … … 127 129 <sect2 role="commands"> 128 130 <title>Command Explanations</title> 131 132 <para> 133 <command>sed ... lib/defaults.c</command>: Fix a build problem with current 134 headers. 135 </para> 129 136 130 137 <para> -
introduction/welcome/changelog.xml
r627defae r3e072580 48 48 <itemizedlist> 49 49 <listitem> 50 <para>[bdubbs] - Update to autofs-5.1.0. Fixes 51 <ulink url="&blfs-ticket-root;5138">#5138</ulink>.</para> 52 </listitem> 53 <listitem> 50 54 <para>[igor] - Update to serf-1.3.6. Fixes 51 55 <ulink url="&blfs-ticket-root;5158">#5158</ulink>.</para>
Note:
See TracChangeset
for help on using the changeset viewer.