[openssl-commits] [web] master update

Rich Salz rsalz at openssl.org
Wed Aug 19 15:00:26 UTC 2015


The branch master has been updated
       via  08e91ab70c9dbf61204aaf92251e1259bf67225c (commit)
      from  e60328d87d7ed3ebf918ef15dc9d5033518ad110 (commit)


- Log -----------------------------------------------------------------
commit 08e91ab70c9dbf61204aaf92251e1259bf67225c
Author: Rich Salz <rsalz at akamai.com>
Date:   Wed Aug 19 11:00:08 2015 -0400

    Support for all manpage versions

-----------------------------------------------------------------------

Summary of changes:
 .gitignore    | 3 +++
 bin/mk-latest | 6 ++++++
 2 files changed, 9 insertions(+)

diff --git a/.gitignore b/.gitignore
index e9f8260..f78f20a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,6 @@ source/*.patch
 source/old/*/*.tar.gz*
 source/old/*/*.patch
 source/old/*/*.txt.asc
+docs/*/apps
+docs/*/crypto
+docs/*/ssl
diff --git a/bin/mk-latest b/bin/mk-latest
index 14f586f..e7c05b2 100755
--- a/bin/mk-latest
+++ b/bin/mk-latest
@@ -43,6 +43,12 @@ RewriteCond %{REQUEST_FILENAME} !-f
 RewriteRule openssl-(1\.0\.2.*) old/1.0.1/openssl-$1 [L]
 RewriteCond %{REQUEST_FILENAME} !-f
 RewriteRule openssl-(fips.*)  old/fips/openssl-$1 [L]
+RewriteCond %{REQUEST_FILENAME} !-f
+RewriteRule apps(.*)  manmaster/apps/$1 [L]
+RewriteCond %{REQUEST_FILENAME} !-f
+RewriteRule crypto(.*)  manmaster/crypto/$1 [L]
+RewriteCond %{REQUEST_FILENAME} !-f
+RewriteRule ssl(.*)  manmaster/ssl/$1 [L]
 
 <Files *.gz.asc>
     RemoveEncoding .gz


More information about the openssl-commits mailing list