[openssl-commits] [web] master update
Richard Levitte
levitte at openssl.org
Wed Jun 22 05:15:03 UTC 2016
The branch master has been updated
via cf04206bfa9ab1410228a901321d8fff91c83145 (commit)
from 3d5d9dbc173a0a9705884a47abad040c4499dc6d (commit)
- Log -----------------------------------------------------------------
commit cf04206bfa9ab1410228a901321d8fff91c83145
Author: Richard Levitte <levitte at openssl.org>
Date: Tue May 3 19:46:46 2016 +0200
Update the redirection of latest source
-----------------------------------------------------------------------
Summary of changes:
source/.htaccess | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/source/.htaccess b/source/.htaccess
index 46193d1..6b01612 100644
--- a/source/.htaccess
+++ b/source/.htaccess
@@ -1,9 +1,9 @@
RewriteEngine on
RewriteBase /source
# First, rewrite all the 'latest' URLs
-RewriteRule ^latest.tar.gz$ openssl-1.0.2g.tar.gz [L,R=302,NC]
-RewriteRule ^openssl-1.0.1-latest.tar.gz$ openssl-1.0.1s.tar.gz [L,R=302,NC]
-RewriteRule ^openssl-1.0.2-latest.tar.gz$ openssl-1.0.2g.tar.gz [L,R=302,NC]
+RewriteRule ^latest.tar.gz$ openssl-1.0.2h.tar.gz [L,R=302,NC]
+RewriteRule ^openssl-1.0.1-latest.tar.gz$ openssl-1.0.1t.tar.gz [L,R=302,NC]
+RewriteRule ^openssl-1.0.2-latest.tar.gz$ openssl-1.0.2h.tar.gz [L,R=302,NC]
# Old distro's are in subdirs.
RewriteCond %{REQUEST_FILENAME} !-f
More information about the openssl-commits
mailing list