summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--extra/apache/.md5sum2
-rw-r--r--extra/apache/Pkgfile4
2 files changed, 3 insertions, 3 deletions
diff --git a/extra/apache/.md5sum b/extra/apache/.md5sum
index b1c5ef818..a6755ed9c 100644
--- a/extra/apache/.md5sum
+++ b/extra/apache/.md5sum
@@ -1,3 +1,3 @@
cf00908a82321dabc331c7efdc194a8b apache
-e02a3ec5925eb9e111400b9aa229f822 httpd-2.2.11-config-1.patch
+e02a3ec5925eb9e111400b9aa229f822 httpd-2.2.15-config-1.patch
016cec97337eccead2aad6a7c27f2e14 httpd-2.2.15.tar.bz2
diff --git a/extra/apache/Pkgfile b/extra/apache/Pkgfile
index 977c94b4d..a35e1182e 100644
--- a/extra/apache/Pkgfile
+++ b/extra/apache/Pkgfile
@@ -8,14 +8,14 @@ name=apache
version=2.2.15
release=1
source=(http://archive.apache.org/dist/httpd/httpd-$version.tar.bz2 \
- http://www.linuxfromscratch.org/patches/blfs/svn/httpd-2.2.11-config-1.patch
+ http://www.linuxfromscratch.org/patches/blfs/svn/httpd-2.2.15-config-1.patch
apache )
build(){
source /etc/blfs-bootscripts
wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2
tar xvf $scripts-$scriptsversion.tar.bz2
cd httpd-$version
- patch -Np1 -i ../httpd-2.2.11-config-1.patch
+ patch -Np1 -i ../httpd-2.2.15-config-1.patch
./configure --enable-layout=FHS --enable-mods-shared=all
make
make DESTDIR=$PKG install