diff options
author | jlam <jlam> | 2001-02-02 16:41:22 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-02-02 16:41:22 +0000 |
commit | 6efc6d4fe219061e06bc54a6c0dfc8b16abcee00 (patch) | |
tree | 0fc12bd1421f59a5ba52110ad907fabb6d3492e6 /www/ap-ssl/patches | |
parent | a6476991bc51f0c72eb189d6d2070f6f32f7a073 (diff) | |
download | pkgsrc-6efc6d4fe219061e06bc54a6c0dfc8b16abcee00.tar.gz |
Update ap-ssl to 2.8.0. Relevant changes from version 2.7.1:
-) Rename mod_ssl.conf to apache_start.conf.
*) Upgraded to Apache 1.3.17 as base version.
*) Allow %{ENV:variable} in SSLRequire expressions, too.
*) Make sure the user is not able to fake the client certificate
based authentication by just entering an X.509 Subject DN
("/XX=YYY/XX=YYY/..") as the username and "password" as the
password if "SSLVerifyClient optional" is used in combination
with "SSLOptions +FakeBasicAuth".
Diffstat (limited to 'www/ap-ssl/patches')
-rw-r--r-- | www/ap-ssl/patches/patch-aa | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/ap-ssl/patches/patch-aa b/www/ap-ssl/patches/patch-aa index 6c209cbcfe4..bbe3160da25 100644 --- a/www/ap-ssl/patches/patch-aa +++ b/www/ap-ssl/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.5 2000/09/12 14:05:16 jlam Exp $ +$NetBSD: patch-aa,v 1.6 2001/02/02 16:41:23 jlam Exp $ ---- pkg.sslmod/libssl.module.orig Sat Jun 3 01:26:46 2000 -+++ pkg.sslmod/libssl.module Sat Jun 3 01:26:58 2000 -@@ -418,7 +418,7 @@ +--- pkg.sslmod/libssl.module.orig Mon Jan 1 05:48:53 2001 ++++ pkg.sslmod/libssl.module +@@ -427,7 +427,7 @@ exit 1 fi fi |