[Lunar-commits] CVS: moonbase/web/apache-mod_ssl BUILD, 1.4,
1.5 CONFLICTS, 1.1.1.1, 1.2 DETAILS, 1.6, 1.7
Florin Braescu
florin at lunar-linux.org
Sat May 15 09:47:05 GMT 2004
Update of /var/cvs/lunar/moonbase/web/apache-mod_ssl
In directory dbguin.lunar-linux.org:/tmp/cvs-serv32233
Modified Files:
BUILD CONFLICTS DETAILS
Log Message:
bump the version from 2.8.16-1.3.29 to 2.8.17-1.3.31.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/web/apache-mod_ssl/BUILD,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- BUILD 2 Nov 2003 08:15:27 -0000 1.4
+++ BUILD 15 May 2004 09:47:02 -0000 1.5
@@ -22,8 +22,8 @@
y|Y|j|J)
cd mod_ssl-$VERSION &&
- ./configure --with-apache=../apache_1.3.29 &&
- cd ../apache_1.3.29 &&
+ ./configure --with-apache=../apache_1.3.31 &&
+ cd ../apache_1.3.31 &&
$APACHE_CONFIGURE &&
make certificate TYPE="custom" &&
echo "CERTIFICATE=done" >> $MODULE_CONFIG &&
@@ -36,8 +36,8 @@
*)
( cd mod_ssl-$VERSION &&
- ./configure --with-apache=../apache_1.3.29 &&
- cd ../apache_1.3.29 &&
+ ./configure --with-apache=../apache_1.3.31 &&
+ cd ../apache_1.3.31 &&
$APACHE_CONFIGURE &&
make certificate TYPE="existing" \
CRT=/etc/httpsd/ssl.crt/server.crt &&
Index: CONFLICTS
===================================================================
RCS file: /var/cvs/lunar/moonbase/web/apache-mod_ssl/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 15 May 2004 09:47:02 -0000 1.2
@@ -1 +1,2 @@
conflicts apache
+conflicts apache2
\ No newline at end of file
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/web/apache-mod_ssl/DETAILS,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- DETAILS 4 Jan 2004 13:27:05 -0000 1.6
+++ DETAILS 15 May 2004 09:47:02 -0000 1.7
@@ -1,22 +1,21 @@
MODULE=apache-mod_ssl
- VERSION=2.8.16-1.3.29
-# VERSION=2.8.15-1.3.28
+ VERSION=2.8.17-1.3.31
+# VERSION=2.8.16-1.3.29
SOURCE=mod_ssl-$VERSION.tar.gz
- SOURCE2=apache_1.3.29.tar.gz
+ SOURCE2=apache_1.3.31.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
- SOURCE_VFY=md5:4f6c580ffa07d33e8584406132b98e86
- SOURCE2_VFY=md5:e97fe9bf51dc2c9c233d53f63b1347e3
+ SOURCE_VFY=md5:6c3f726b336f497793567591717d2a6b
+ SOURCE2_VFY=md5:bd548a06ac48dda496b4e613572bb020
WEB_SITE=http://www.modssl.org
ENTERED=20011219
- UPDATED=20031102
+ UPDATED=20040515
SHORT="SSL incorporation via mod_ssl to apache, a popular HTTP server."
cat << EOF
Apache is the world's most popular HTTP server, being quite possibly
the best around in terms of functionality, efficiency, security and
speed.
-
This module (mod_ssl) provides strong cryptography for the Apache 1.3
webserver via the Secure Sockets Layer (SSL v2/v3) and Transport Layer
Security (TLS v1) protocols by the help of the Open Source SSL/TLS toolkit
More information about the Lunar-commits
mailing list