           SPELL=apache-mod_ssl
         VERSION=2.8.31-1.3.41
  SECURITY_PATCH=2
          SOURCE=mod_ssl-$VERSION.tar.gz
    SOURCE2_BASE=apache_${VERSION##*-}
         SOURCE2=$SOURCE2_BASE.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
      SOURCE_URL=http://www.modssl.org/source/$SOURCE
     SOURCE2_URL=http://www.apache.org/dist/httpd/$SOURCE2
     SOURCE_HASH=sha512:33a3cdae169a3b14ca18fbd84ec42aa4c59440215d8ca433c934a6107797eec52604435cfc653ac7ef2794e1abe00aff95c7d419f0820e40120f4401303c5d6d
    SOURCE2_HASH=sha512:1a6cdd66019c40eff80831a1427e305e2205ee6b55239c6bb11a235c989846fd97a6e79cf496a95c05b5efc7598794649db829ec40db73b95c870cf36049d15b
        WEB_SITE=http://www.modssl.org/
         ENTERED=20011219
      LICENSE[0]=BSD
      LICENSE[1]=APACHE
if  [  "$CERTIFICATE"  ==  "y"  ];  then
          VOYEUR="on"
fi
        KEYWORDS="http"
           SHORT="SSL incorporation via mod_ssl to apache"
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
HTTP server 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
OpenSSL, which is based on SSLeay from Eric A. Young and Tim J. Hudson.
EOF
