summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authororchidman <lesibel@free.fr>2011-10-31 18:52:28 +0100
committerorchidman <lesibel@free.fr>2011-10-31 18:52:28 +0100
commitc79b3a607c4a3e9feba3a3206577d69bf36c72fb (patch)
treea1e40e0a8d21d69cc596957cf72e90a6dc1f96d8
parent38f61248968a8203a9e19d2a7d4a24e8ade4af88 (diff)
downloadnutyx-pakxe-c79b3a607c4a3e9feba3a3206577d69bf36c72fb.tar.gz
nutyx-pakxe-c79b3a607c4a3e9feba3a3206577d69bf36c72fb.tar.bz2
nutyx-pakxe-c79b3a607c4a3e9feba3a3206577d69bf36c72fb.tar.xz
nutyx-pakxe-c79b3a607c4a3e9feba3a3206577d69bf36c72fb.zip
apache 2.2.20-3 correction url
-rw-r--r--extra/apache/.md5sum.x86_643
-rw-r--r--extra/apache/Pkgfile14
2 files changed, 10 insertions, 7 deletions
diff --git a/extra/apache/.md5sum.x86_64 b/extra/apache/.md5sum.x86_64
index fe5d88154..c13223f44 100644
--- a/extra/apache/.md5sum.x86_64
+++ b/extra/apache/.md5sum.x86_64
@@ -1,3 +1,2 @@
-05dc97589bc4efaa1e83783db924e14e httpd-2.2.17-bdb51-1.patch
-e02a3ec5925eb9e111400b9aa229f822 httpd-2.2.17-config-1.patch
1ac251431c8c4285f6b085c1d156bb56 httpd-2.2.20.tar.bz2
+e02a3ec5925eb9e111400b9aa229f822 httpd-2.2.21-config-1.patch
diff --git a/extra/apache/Pkgfile b/extra/apache/Pkgfile
index a480203b9..b615be901 100644
--- a/extra/apache/Pkgfile
+++ b/extra/apache/Pkgfile
@@ -7,16 +7,20 @@
name=apache
version=2.2.20
-release=1
+release=3
source=(http://archive.apache.org/dist/httpd/httpd-$version.tar.bz2 \
- http://www.linuxfromscratch.org/patches/blfs/svn/httpd-2.2.17-bdb51-1.patch \
- http://www.linuxfromscratch.org/patches/blfs/svn/httpd-2.2.17-config-1.patch )
+ http://www.linuxfromscratch.org/patches/blfs/svn/httpd-2.2.21-config-1.patch )
+
+# http://www.linuxfromscratch.org/patches/blfs/svn/httpd-2.2.21-bdb51-1.patch \
+# http://www.linuxfromscratch.org/patches/blfs/svn/httpd-2.2.21-config-1.patch )
+
build(){
source /etc/blfs-bootscripts
- wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2
+# wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2
+ wget http://nutyx.meticul.eu/files/patchs/aaabasicfs/blfs-bootscripts-$scriptsversion.tar.bz2
tar xvf $scripts-$scriptsversion.tar.bz2
cd httpd-$version
- patch -Np1 -i ../httpd-2.2.17-config-1.patch
+ patch -Np1 -i ../httpd-2.2.21-config-1.patch
./configure --enable-layout=FHS --enable-mods-shared=all
make
make DESTDIR=$PKG install