[Lunar-commits]
CVS: moonbase/web/apache2 BUILD, 1.9, 1.10 CONFLICTS,
1.1.1.1, 1.2 DETAILS, 1.18, 1.19
Florin Braescu
florin at lunar-linux.org
Tue Feb 8 19:26:11 UTC 2005
Update of /var/cvs/lunar/moonbase/web/apache2
In directory espresso.foo-projects.org:/tmp/cvs-serv14677/web/apache2
Modified Files:
BUILD CONFLICTS DETAILS
Log Message:
bump the version from 2.0.52 to 2.0.53. bug fixes and two security flaws fixed.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/web/apache2/BUILD,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- BUILD 6 Sep 2004 03:04:30 -0000 1.9
+++ BUILD 8 Feb 2005 19:26:09 -0000 1.10
@@ -1,39 +1,39 @@
(
- OPTS="$OPTS --prefix=/etc/httpd \
- --sysconfdir=/etc/httpd/conf \
- --exec-prefix=/usr \
- --sbindir=/usr/sbin \
- --libexecdir=/usr/libexec/httpd/modules \
- --datadir=/var/www \
- --sharedstatedir=/var/run/httpd \
- --localstatedir=/var \
- --libdir=/usr/lib \
- --includedir=/usr/include/httpd \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- --enable-modules=most \
- --enable-so \
- --enable-info \
- --enable-cgi \
- --enable-rewrite \
- --enable-speling \
- --enable-usertrack \
- --enable-deflate \
- --enable-mime-magic \
- --enable-exception-hook \
- --with-berkeley-db \
- --enable-layout=GNU \
+ OPTS="$OPTS --prefix=/etc/httpd \
+ --sysconfdir=/etc/httpd/conf \
+ --exec-prefix=/usr \
+ --sbindir=/usr/sbin \
+ --libexecdir=/usr/libexec/httpd/modules \
+ --datadir=/var/www \
+ --sharedstatedir=/var/run/httpd \
+ --localstatedir=/var \
+ --libdir=/usr/lib \
+ --includedir=/usr/include/httpd \
+ --infodir=/usr/share/info \
+ --mandir=/usr/share/man \
+ --enable-modules=most \
+ --enable-so \
+ --enable-info \
+ --enable-cgi \
+ --enable-rewrite \
+ --enable-speling \
+ --enable-usertrack \
+ --enable-deflate \
+ --enable-mime-magic \
+ --enable-exception-hook \
+ --with-berkeley-db \
+ --enable-layout=GNU \
--with-mpm=prefork"
# --with-mpm=worker
if [ "$ENABLE_SUEXEC" == "y" ] ; then
- OPTS="$OPTS --enable-suexec --with-suexec \
- --with-suexec-caller=nobody \
- --with-suexec-docroot=/var/www \
- --with-suexec-logfile=/var/log/httpd/suexec \
- --with-suexec-bin=/usr/sbin/suexec \
- --with-suexec-uidmin=500 \
+ OPTS="$OPTS --enable-suexec --with-suexec \
+ --with-suexec-caller=nobody \
+ --with-suexec-docroot=/var/www \
+ --with-suexec-logfile=/var/log/httpd/suexec \
+ --with-suexec-bin=/usr/sbin/suexec \
+ --with-suexec-uidmin=500 \
--with-suexec-gidmin=500"
fi
@@ -42,18 +42,15 @@
fi
if [ "$ENABLE_PROXY" == "y" ] ; then
- OPTS="$OPTS --enable-proxy --enable-proxy-connect \
+ OPTS="$OPTS --enable-proxy --enable-proxy-connect \
--enable-proxy-http --enable-proxy-ftp"
fi
- echo "CFLAGS=$CFLAGS" &&
- echo "OPTS=`echo $OPTS`" &&
-
- ./configure $OPTS &&
+ echo "CFLAGS=$CFLAGS" &&
+ echo "OPTS=`echo $OPTS`" &&
+ ./configure $OPTS &&
+ default_make &&
- make &&
- prepare_install &&
- make install &&
if [ ! -e /usr/sbin/httpsd ] ; then
ln -s httpd /usr/sbin/httpsd
fi
Index: CONFLICTS
===================================================================
RCS file: /var/cvs/lunar/moonbase/web/apache2/CONFLICTS,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- CONFLICTS 21 Aug 2002 00:55:22 -0000 1.1.1.1
+++ CONFLICTS 8 Feb 2005 19:26:09 -0000 1.2
@@ -1,2 +1,2 @@
-conflicts apache-mod_ssl &&
+conflicts apache-mod_ssl &&
conflicts apache
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/web/apache2/DETAILS,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- DETAILS 5 Oct 2004 09:30:21 -0000 1.18
+++ DETAILS 8 Feb 2005 19:26:09 -0000 1.19
@@ -1,13 +1,13 @@
MODULE=apache2
- VERSION=2.0.52
+ VERSION=2.0.53
BASENAME=httpd
SOURCE=$BASENAME-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$BASENAME-$VERSION
SOURCE_URL=http://www.apache.org/dist/$BASENAME/
- SOURCE_VFY=sha1:2a22fde052adc7d7258f999cd7dd8a7592ff36e7
+ SOURCE_VFY=sha1:e58a84887f1cd727d0091b185c0bd3e641f75df9
WEB_SITE=http://www.apache.org
ENTERED=20020710
- UPDATED=20040928
+ UPDATED=20050108
SHORT="apache is a popular HTTP server."
cat << EOF
More information about the Lunar-commits
mailing list