CVS: moonbase/web/apache-mod_ssl BUILD,1.2,1.3 DETAILS,1.3,1.4
florin at lunar-linux.org
florin at lunar-linux.org
Sun Sep 7 06:19:30 GMT 2003
Update of /var/cvs/lunar/moonbase/web/apache-mod_ssl
In directory dbguin.lunar-linux.org:/tmp/cvs-serv11546
Modified Files:
BUILD DETAILS
Log Message:
bump version from 2.8.12 to 2.8.15
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/web/apache-mod_ssl/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD 4 Oct 2002 14:33:14 -0000 1.2
+++ BUILD 7 Sep 2003 06:19:27 -0000 1.3
@@ -1,7 +1,6 @@
export SSL_BASE=SYSTEM
export EAPI_MM=SYSTEM
-
APACHE_CONFIGURE=\
"./configure --prefix=/usr
--sysconfdir=/etc/httpsd
@@ -18,14 +17,13 @@
--disable-module=auth_dbm
--with-layout=GNU"
-
case $CERTIFICATE in
y|Y|j|J)
cd mod_ssl-$VERSION &&
- ./configure --with-apache=../apache_1.3.27 &&
- cd ../apache_1.3.27 &&
+ ./configure --with-apache=../apache_1.3.28 &&
+ cd ../apache_1.3.28 &&
$APACHE_CONFIGURE &&
make certificate TYPE="custom" &&
echo "CERTIFICATE=done" >> $MODULE_CONFIG &&
@@ -38,8 +36,8 @@
*)
( cd mod_ssl-$VERSION &&
- ./configure --with-apache=../apache_1.3.27 &&
- cd ../apache_1.3.27 &&
+ ./configure --with-apache=../apache_1.3.28 &&
+ cd ../apache_1.3.28 &&
$APACHE_CONFIGURE &&
make certificate TYPE="existing" \
CRT=/etc/httpsd/ssl.crt/server.crt &&
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/web/apache-mod_ssl/DETAILS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DETAILS 25 Oct 2002 05:11:28 -0000 1.3
+++ DETAILS 7 Sep 2003 06:19:28 -0000 1.4
@@ -1,15 +1,14 @@
MODULE=apache-mod_ssl
- VERSION=2.8.12-1.3.27
-# VERSION=2.8.11-1.3.27
-# VERSION=2.8.10-1.3.26
+ VERSION=2.8.15-1.3.28
+# VERSION=2.8.12-1.3.27
SOURCE=mod_ssl-$VERSION.tar.gz
- SOURCE2=apache_1.3.27.tar.gz
+ SOURCE2=apache_1.3.28.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
SOURCE_URL[0]=http://www.modssl.org/source/$SOURCE
SOURCE2_URL[0]=http://httpd.apache.org/dist/httpd/$SOURCE2
WEB_SITE=http://www.modssl.org
ENTERED=20011219
- UPDATED=20021024
+ UPDATED=20030907
SHORT="SSL incorporation via mod_ssl to apache, a popular HTTP server."
MAINTAINER="jacksonje at health.missouri.edu"
More information about the Lunar-commits
mailing list