[Lunar-commits] CVS: moonbase/web/apache-mod_ssl BUILD, 1.5,
1.6 DETAILS, 1.11, 1.12
Florin Braescu
florin at lunar-linux.org
Sat Oct 16 06:11:53 UTC 2004
Update of /var/cvs/lunar/moonbase/web/apache-mod_ssl
In directory espresso.foo-projects.org:/tmp/cvs-serv2958/web/apache-mod_ssl
Modified Files:
BUILD DETAILS
Log Message:
bump the version from 2.8.19 to 2.8.20.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/web/apache-mod_ssl/BUILD,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- BUILD 15 May 2004 09:47:02 -0000 1.5
+++ BUILD 16 Oct 2004 06:11:51 -0000 1.6
@@ -27,10 +27,7 @@
$APACHE_CONFIGURE &&
make certificate TYPE="custom" &&
echo "CERTIFICATE=done" >> $MODULE_CONFIG &&
- ( make &&
- prepare_install &&
- make install
- ) > $C_FIFO 2>&1
+ ( default_make ) > $C_FIFO 2>&1
;;
*)
@@ -41,9 +38,7 @@
$APACHE_CONFIGURE &&
make certificate TYPE="existing" \
CRT=/etc/httpsd/ssl.crt/server.crt &&
- make &&
- prepare_install &&
- make install
+ default_make
) > $C_FIFO 2>&1
;;
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/web/apache-mod_ssl/DETAILS,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- DETAILS 5 Oct 2004 09:30:21 -0000 1.11
+++ DETAILS 16 Oct 2004 06:11:51 -0000 1.12
@@ -1,16 +1,16 @@
MODULE=apache-mod_ssl
- VERSION=2.8.19-1.3.31
-# VERSION=2.8.18-1.3.31
+ VERSION=2.8.20-1.3.31
+# VERSION=2.8.19-1.3.31
SOURCE=mod_ssl-$VERSION.tar.gz
SOURCE2=apache_1.3.31.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
SOURCE_URL=http://www.modssl.org/source/
SOURCE2_URL=http://www.apache.org/dist/httpd/
- SOURCE_VFY=md5:ae2becebfec3784f9342932581e1cc9d
- SOURCE2_VFY=md5:bd548a06ac48dda496b4e613572bb020
+ SOURCE_VFY=sha1:10b4017241c7970d661521d4f04b7269bab8acb3
+ SOURCE2_VFY=sha1:a5d4298e8f99cae220ba65b5ef128d5742c7298d
WEB_SITE=http://www.modssl.org
ENTERED=20011219
- UPDATED=20040717
+ UPDATED=20041016
SHORT="SSL incorporation via mod_ssl to apache, a popular HTTP server."
cat << EOF
More information about the Lunar-commits
mailing list