[Lunar-commits] <moonbase> apache: version bumped to 1.3.42.
Florin Braescu
florin at lunar-linux.org
Tue Feb 2 19:29:16 CET 2010
commit dfb92bfa13de1ca654273f9123b41f9b0d42224f
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue Feb 2 20:29:16 2010 +0200
apache: version bumped to 1.3.42.
Bugfixes release.
---
web/apache/BUILD | 6 ++++--
web/apache/DETAILS | 6 +++---
2 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/web/apache/BUILD b/web/apache/BUILD
index ec6bf36..ab6c0a4 100644
--- a/web/apache/BUILD
+++ b/web/apache/BUILD
@@ -1,5 +1,7 @@
(
+ sedit "s:getline:GetLine:" src/support/htpasswd.c src/support/htdigest.c src/support/logresolve.c &&
+
./configure --prefix=/usr \
--sysconfdir=/etc/httpd \
--localstatedir=/var/lib/httpd \
@@ -9,8 +11,8 @@
--enable-module=most \
--enable-shared=max \
--enable-module=mmap_static \
- --with-layout=GNU $OPTS &&
- default_make
+ --with-layout=GNU $OPTS &&
+ default_make &&
if [ -e "/etc/init.d/apache.sh" ]; then
rm -f /etc/init.d/apache.sh
diff --git a/web/apache/DETAILS b/web/apache/DETAILS
index 0a5d889..ac49c1e 100644
--- a/web/apache/DETAILS
+++ b/web/apache/DETAILS
@@ -1,12 +1,12 @@
MODULE=apache
- VERSION=1.3.41
+ VERSION=1.3.42
SOURCE=${MODULE}_$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}_$VERSION
SOURCE_URL=http://www.apache.org/dist/httpd/
- SOURCE_VFY=sha1:3bbd4c4bc648e6ad5b696bb83420533f4d23daf8
+ SOURCE_VFY=sha1:b3f8575d855132bc243d79af59ae2a318e7e2c53
WEB_SITE=http://www.apache.org
ENTERED=20010922
- UPDATED=20080119
+ UPDATED=20100202
SHORT="A popular HTTP server"
cat << EOF
More information about the Lunar-commits
mailing list