diff options
author | jlam <jlam> | 2001-04-29 20:36:47 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-04-29 20:36:47 +0000 |
commit | bb0c95a85bc2a204298798ce93f61172a4bd0cfd (patch) | |
tree | 8b1283c230735c5e068a614b987b2414ebebf8d1 /www/ap-ssl/patches | |
parent | 0bb95820dcaed841544011cf993881122b435a66 (diff) | |
download | pkgsrc-bb0c95a85bc2a204298798ce93f61172a4bd0cfd.tar.gz |
Update ap-ssl to 2.8.2. Relevant changes from version 2.8.1:
*) Moved the Shared Memory Cyclic Buffer (SHMCB) session cache
variant from "experimental" state to "production" by removing the
`#ifdef SSL_EXPERIMENTAL_SHMCB ...#endif' wrappers. This means
that now `SSLSessionCache shmcb:...' is unconditionally available.
*) Made the mutex handling more robust by retrying the
semaphore-based operations in interrupt situations
(errno == EINTR).
*) Also log the OpenSSL error message if the RSA temporary
key(s) cannot be generated.
*) Fixed mod_ssl Auth handler: it now returns DECLINED instead of
OK if authentication is passed successfully to allow other modules
(usually mod_auth) to still deny the request.
*) Fixed certificate DN handling under EBCDIC platforms.
Diffstat (limited to 'www/ap-ssl/patches')
-rw-r--r-- | www/ap-ssl/patches/patch-ab | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-ssl/patches/patch-ab b/www/ap-ssl/patches/patch-ab index 04811d675d2..b07a0f14052 100644 --- a/www/ap-ssl/patches/patch-ab +++ b/www/ap-ssl/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.1 2000/09/12 14:05:16 jlam Exp $ +$NetBSD: patch-ab,v 1.2 2001/04/29 20:36:48 jlam Exp $ --- pkg.sslsup/mkcert.sh.in.orig Sun Apr 16 05:21:24 2000 +++ pkg.sslsup/mkcert.sh.in @@ -67,7 +67,7 @@ $NetBSD: patch-ab,v 1.1 2000/09/12 14:05:16 jlam Exp $ +done + +openssl="openssl" -+confdir=@PREFIX@/etc/httpd ++confdir=@APACHE_SYSCONFDIR@ + # configuration -# WE ARE CALLED FROM THE PARENT DIR! |