diff options
author | jlam <jlam@pkgsrc.org> | 2000-10-13 21:48:01 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-10-13 21:48:01 +0000 |
commit | 7a975f91b373db4c52388786746efdf5ac05b3d5 (patch) | |
tree | 8474f505c15e585ba2c38bcaec497aad083afa10 /www/ap-ssl/pkg | |
parent | d0abc415acaa984185f88328f37f3fa203de4230 (diff) | |
download | pkgsrc-7a975f91b373db4c52388786746efdf5ac05b3d5.tar.gz |
Update ap-ssl to 2.7.0. Major changes from version 2.6.6:
o Added experimental support for OpenSSL's crypto device support
o Completely removed RSAref support
o Added new Cyclic Buffer based Shared Memory Session Cache variant
o Restructured the Session Cache implementation(s)
o Upgrade to Apache 1.3.14
Diffstat (limited to 'www/ap-ssl/pkg')
-rw-r--r-- | www/ap-ssl/pkg/MESSAGE | 7 | ||||
-rw-r--r-- | www/ap-ssl/pkg/PLIST | 12 |
2 files changed, 7 insertions, 12 deletions
diff --git a/www/ap-ssl/pkg/MESSAGE b/www/ap-ssl/pkg/MESSAGE index 1d6462fe056..0ebf358fa2e 100644 --- a/www/ap-ssl/pkg/MESSAGE +++ b/www/ap-ssl/pkg/MESSAGE @@ -1,5 +1,5 @@ ============================================================================= -$NetBSD: MESSAGE,v 1.4 2000/09/12 14:05:16 jlam Exp $ +$NetBSD: MESSAGE,v 1.5 2000/10/13 21:48:02 jlam Exp $ You will need to generate certificates and keys for your server before Apache will start with mod_ssl support. Please read @@ -15,9 +15,4 @@ configuration parts of the default httpd.conf are bracketed by: <IfDefine SSL> </IfDefine> -If you are using RSAREF, you MUST uncomment the line in the SSL block of -httpd.conf which reads: - - #LoadFile !librsaref.so - ============================================================================= diff --git a/www/ap-ssl/pkg/PLIST b/www/ap-ssl/pkg/PLIST index 4fabdfe298b..3717240a0fa 100644 --- a/www/ap-ssl/pkg/PLIST +++ b/www/ap-ssl/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2000/09/12 14:58:56 jlam Exp $ +@comment $NetBSD: PLIST,v 1.8 2000/10/13 21:48:02 jlam Exp $ etc/httpd/mod_ssl.conf etc/httpd/ssl.crl/Makefile.crl etc/httpd/ssl.crl/README.CRL @@ -21,10 +21,6 @@ etc/httpd/ssl.prm/snakeoil-dsa.prm lib/httpd/mod_ssl.so sbin/mkcert.sh share/doc/mod_ssl/README.mkcert -share/mod_ssl/cca.sh -share/mod_ssl/gid-mkcert.sh -share/mod_ssl/loadcacert.cgi -share/mod_ssl/sign.sh share/httpd/htdocs/manual/mod/mod_ssl/apache_pb.gif share/httpd/htdocs/manual/mod/mod_ssl/feather.jpg share/httpd/htdocs/manual/mod/mod_ssl/index.html @@ -74,6 +70,10 @@ share/httpd/htdocs/manual/mod/mod_ssl/ssl_template.title-preface.gif share/httpd/htdocs/manual/mod/mod_ssl/ssl_template.title-ref.gif share/httpd/htdocs/manual/mod/mod_ssl/ssl_template.title-toc.gif share/httpd/htdocs/manual/mod/mod_ssl/ssl_template.title-tutor.gif +share/mod_ssl/cca.sh +share/mod_ssl/gid-mkcert.sh +share/mod_ssl/loadcacert.cgi +share/mod_ssl/sign.sh +@dirrm share/mod_ssl @dirrm share/httpd/htdocs/manual/mod/mod_ssl @dirrm share/doc/mod_ssl -@dirrm share/mod_ssl |