[web] master update
Richard Levitte
levitte at openssl.org
Mon Apr 26 08:41:38 UTC 2021
The branch master has been updated
via 650e079c69473944f2731e6a964d260a2a6dff61 (commit)
from 0ab77d020743d9f6aadc2b1110ab44cfae9d8d0a (commit)
- Log -----------------------------------------------------------------
commit 650e079c69473944f2731e6a964d260a2a6dff61
Author: Richard Levitte <levitte at openssl.org>
Date: Mon Apr 26 09:39:26 2021 +0200
bin/mk-latest: Adapt .htaccess for the version scheme of OpenSSL 3.0
Fixes #229
Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/web/pull/230)
-----------------------------------------------------------------------
Summary of changes:
bin/mk-latest | 2 ++
1 file changed, 2 insertions(+)
diff --git a/bin/mk-latest b/bin/mk-latest
index aa4432a..1ac1c46 100755
--- a/bin/mk-latest
+++ b/bin/mk-latest
@@ -44,6 +44,8 @@ RewriteRule ^(openssl-0\.9\.\d.*) old/0.9.x/$1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(openssl-(\d+\.\d+\.\d+).*) old/$2/$1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
+RewriteRule ^(openssl-(\d+\.\d+).*) old/$2/$1 [L]
+RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^openssl-(fips.*) old/fips/openssl-$1 [L]
<Files *.gz.asc>
More information about the openssl-commits
mailing list