From 40b0aa74242f77260c81f70059f73c0e1dda1e68 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Thu, 16 Jul 2015 01:23:03 +0000 Subject: [PATCH] Update to httpd-2.4.16. Update to links-2.10. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16251 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- introduction/welcome/changelog.xml | 8 ++++++++ networking/textweb/links.xml | 20 ++++++++++---------- packages.ent | 4 ++-- server/major/apache.xml | 12 +++--------- 4 files changed, 23 insertions(+), 21 deletions(-) diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index dce505721b..f9d0de79ce 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -47,6 +47,14 @@ July 15th, 2015 + + [bdubbs] - Update to httpd-2.4.16. Fixes + #6723. + + + [bdubbs] - Update to links-2.10. Fixes + #6714. + [bdubbs] - Update to mesa-10.6.2. Fixes #6714. diff --git a/networking/textweb/links.xml b/networking/textweb/links.xml index 56170bc661..41406fbb6e 100644 --- a/networking/textweb/links.xml +++ b/networking/textweb/links.xml @@ -4,15 +4,15 @@ %general-entities; - - - - - + + + + + ]> - + @@ -20,7 +20,7 @@ $Date$ - Links-&Links-version; + Links-&links-version; Links @@ -95,9 +95,9 @@ make Now, as the root user: make install && -install -v -d -m755 /usr/share/doc/links-&Links-version; && +install -v -d -m755 /usr/share/doc/links-&links-version; && install -v -m644 doc/links_cal/* KEYS BRAILLE_HOWTO \ - /usr/share/doc/links-&Links-version; + /usr/share/doc/links-&links-version; @@ -146,7 +146,7 @@ install -v -m644 doc/links_cal/* KEYS BRAILLE_HOWTO \ links None - /usr/share/doc/links-&Links-version; + /usr/share/doc/links-&links-version; diff --git a/packages.ent b/packages.ent index 59a6994afc..628aec4bc2 100644 --- a/packages.ent +++ b/packages.ent @@ -390,7 +390,7 @@ - + @@ -403,7 +403,7 @@ - + diff --git a/server/major/apache.xml b/server/major/apache.xml index 875135451b..13381bc630 100644 --- a/server/major/apache.xml +++ b/server/major/apache.xml @@ -7,10 +7,10 @@ - + - - + + ]> @@ -135,7 +135,6 @@ useradd -c "Apache Server" -d /srv/www -g apache \ patch -Np1 -i ../httpd-&apache-version;-blfs_layout-1.patch && -sed 's/ldump_writer, &b/&, NULL/' -i modules/lua/mod_lua.c && sed '/dir.*CFG_PREFIX/s@^@#@' -i support/apxs.in && ./configure --enable-authnz-fcgi \ @@ -175,11 +174,6 @@ chown -v -R apache:apache /srv/www Command Explanations - - sed 's/ldump_writer, &b/&, NULL/'...: This sed - fixes compilation with lua 5.3. - - sed '/dir.*CFG_PREFIX/s@^@#@'...: Forces the apxs utility to use absolute pathnames for