Update to sendmail-8.14.9.

Add target to Makefile to create bootscripts.
Fix a url in apache.


git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@13181 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2014-05-27 20:08:08 +00:00
parent 0d1cbe66cc
commit a1083b4460
5 changed files with 25 additions and 9 deletions

View File

@ -160,6 +160,17 @@ $(BASEDIR)/test-links: $(RENDERTMP)/blfs-full.xml
fi; \
done
bootscripts:
@VERSION=`grep "bootscripts-version " general.ent | cut -d\" -f2`; \
BOOTSCRIPTS="blfs-bootscripts-$$VERSION"; \
if [ ! -e $$BOOTSCRIPTS.tar.xz ]; then \
rm -rf $(RENDERTMP)/$$BOOTSCRIPTS; \
mkdir $(RENDERTMP)/$$BOOTSCRIPTS; \
cp -a ../bootscripts/* $(RENDERTMP)/$$BOOTSCRIPTS; \
rm -rf ../bootscripts/archive; \
tar -cJhf $$BOOTSCRIPTS.tar.xz -C $(RENDERTMP) $$BOOTSCRIPTS; \
fi
dump-commands: $(DUMPDIR)
$(DUMPDIR): $(RENDERTMP)/blfs-full.xml
@echo "Dumping book commands..."
@ -172,7 +183,8 @@ validate:
$(Q)xmllint --noout --nonet --xinclude --postvalid index.xml
.PHONY: blfs all world html nochunks tmpdir clean validxml \
profile-html wget-list test-links dump-commands validate
profile-html wget-list test-links dump-commands validate \
bootscripts
#.PHONY: blfs all world html pdf nochunks tmpdir clean validxml \
profile-html wget-list test-links dump-commands validate

View File

@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
<!ENTITY day "26"> <!-- Always 2 digits -->
<!ENTITY day "27"> <!-- Always 2 digits -->
<!ENTITY month "05"> <!-- Always 2 digits -->
<!ENTITY year "2014">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
<!ENTITY releasedate "May 26th, &year;">
<!ENTITY releasedate "May 27th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development] -->
@ -509,7 +509,7 @@ export -f as_root</userinput></screen>
<!ENTITY exim-version "4.82">
<!ENTITY postfix-version "2.11.1">
<!ENTITY sendmail-version "8.14.8">
<!ENTITY sendmail-version "8.14.9">
<!-- Chapter 22 -->
<!ENTITY db-version "6.0.30">

View File

@ -47,6 +47,10 @@
<listitem>
<para>May 26th, 2014</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Update to sendmail-8.14.9. Fixes
Fixes <ulink url="&blfs-ticket-root;5095">#5095</ulink>.</para>
</listitem>
<listitem>
<para>[ken] - Update fstab details / explanation for nfs clients.
Fixes <ulink url="&blfs-ticket-root;5041">#5041</ulink>.</para>

View File

@ -8,10 +8,10 @@
<!ENTITY sendmail-download-http "http://www.sendmail.org/ftp/sendmail.&sendmail-version;.tar.gz"> -->
<!ENTITY sendmail-download-http " ">
<!ENTITY sendmail-download-ftp "ftp://ftp.sendmail.org/pub/sendmail/sendmail.&sendmail-version;.tar.gz">
<!ENTITY sendmail-md5sum "73bfc621c75dbdd3d719e54685d92577">
<!ENTITY sendmail-size "2.1 MB">
<!ENTITY sendmail-buildsize "18 MB">
<!ENTITY sendmail-time "0.2 SBU">
<!ENTITY sendmail-md5sum "6a3bdceffa592316f830be289a4bd783">
<!ENTITY sendmail-size "2.0 MB">
<!ENTITY sendmail-buildsize "16 MB">
<!ENTITY sendmail-time "0.3 SBU">
]>
<sect1 id="sendmail" xreflabel="sendmail-&sendmail-version;">

View File

@ -248,7 +248,7 @@ chown -v -R apache:apache /srv/www</userinput></screen>
<title>Configuration Information</title>
<para>
See <ulink url="/usr/share/httpd/manual/configuring.html"/>
See <ulink url="file:///usr/share/httpd/manual/configuring.html"/>
for detailed instructions on customising your
<application>Apache</application> HTTP server configuration file.
</para>