Author: rdonkin Date: Mon Jun 13 19:13:33 2011 New Revision: 1135230 URL: http://svn.apache.org/viewvc?rev=1135230&view=rev Log: JAMES-1263 http://www.apache.org/dev/crypto.html asks that a notice about crypto is added to download pages. James distributes several products designed to work with third party cryptographic library. So, added section at the top and then specific bits for each effected product. If anyone knows of any I've missed, please jump in and patch. Please feel free to tweak the visuals in the site.css.
Modified: james/project/trunk/project/src/site/resources/css/site.css james/project/trunk/project/src/site/xdoc/download.xml Modified: james/project/trunk/project/src/site/resources/css/site.css URL: http://svn.apache.org/viewvc/james/project/trunk/project/src/site/resources/css/site.css?rev=1135230&r1=1135229&r2=1135230&view=diff ============================================================================== --- james/project/trunk/project/src/site/resources/css/site.css (original) +++ james/project/trunk/project/src/site/resources/css/site.css Mon Jun 13 19:13:33 2011 @@ -38,3 +38,12 @@ margin: 0px 0px 10px 10px; background-color: white; } + +/* Box containing cryptography export control notice */ +.apache-james-crypto-notice { + padding: 0.7em; + margin: 0.5em 0 0.5em 0; + border-style:solid; + border-width:medium; + background-color: #cdd3d8; +} \ No newline at end of file Modified: james/project/trunk/project/src/site/xdoc/download.xml URL: http://svn.apache.org/viewvc/james/project/trunk/project/src/site/xdoc/download.xml?rev=1135230&r1=1135229&r2=1135230&view=diff ============================================================================== --- james/project/trunk/project/src/site/xdoc/download.xml (original) +++ james/project/trunk/project/src/site/xdoc/download.xml Mon Jun 13 19:13:33 2011 @@ -25,7 +25,28 @@ </properties> <body> - + <section name='Cryptography'> + + <div class="ui-widget"> + <div class="ui-priority-secondary ui-corner-all apache-james-crypto-notice"> + <p> <span class="ui-icon ui-icon-alert" style="float: left; margin-right: .3em;"></span> +Some distributions include cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, +and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check your country's laws, +regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. +See <a href='http://www.wassenaar.org/'>http://www.wassenaar.org</a> for more information. +</p><p> +The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), +has classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, which includes information security software using or performing cryptographic +functions with asymmetric algorithms. The form and manner of this Apache Software Foundation distribution makes it eligible for export +under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13) +for both object code and source code. +</p><p> +More specific details are included below. Export control information for the <a href='http://www.apache.org' rel='tag'>Apache Software Foundation</a> +is found <a href='http://www.apache.org/licenses/exports/'>here</a>. +</p> + </div> + </div> + </section> <section name="Downloading"> <p>Use the links below to download the product from one of @@ -153,6 +174,22 @@ </p> </div> </div> + + <div class="ui-widget"> + <div class="ui-priority-secondary ui-corner-all apache-james-crypto-notice"> + <p> + <span class="ui-icon ui-icon-alert" style="float: left; margin-right: .3em;"></span> + Apache James Server 3 uses third party cryptography software + including + </p> + <ul> + <li><code>bcmail</code> and <code>bcprov</code> libraries by "The Legion of the Bouncy + Castle" <a href='http://www.bouncycastle.org'>http://www.bouncycastle.org</a>,</li> + <li><code>jasypt</code> library by "Jasypt.org" <a href='http://www.jasypt.org/'>http://www.jasypt.org/</a></li> + <li>and the <a href='http://www.java.com/'>Java Runtime Environment</a>.</li> + </ul> + </div> + </div> <ul> @@ -180,7 +217,22 @@ for a detailed list of changes. Some of the earlier defects could turn a James mail server into an Open Relay. All users of James Server are urged to upgrade to version v2.3.1 as soon as possible.</p> - + + <div class="ui-widget"> + <div class="ui-priority-secondary ui-corner-all apache-james-crypto-notice"> + <p> + <span class="ui-icon ui-icon-alert" style="float: left; margin-right: .3em;"></span> + Apache James Server 2 uses third party cryptography software + including + </p> + <ul> + <li><code>bcmail</code> by "The Legion of the Bouncy + Castle" <a href='http://www.bouncycastle.org'>http://www.bouncycastle.org</a>,</li> + <li>and the <a href='http://www.java.com/'>Java Runtime Environment</a>.</li> + </ul> + </div> + </div> + <ul> <li>Binary (Unix TAR): <a @@ -442,6 +494,20 @@ <section name="Apache Crypto Mailets"> <p>Apache Crypto Mailets 1.0 is the latest stable version:</p> + + <div class="ui-widget"> + <div class="ui-priority-secondary ui-corner-all apache-james-crypto-notice"> + <p> + <span class="ui-icon ui-icon-alert" style="float: left; margin-right: .3em;"></span> + Apache Crypto Mailets 1 uses third party cryptography software + including + </p> + <ul> + <li><code>bcmail</code> by "The Legion of the Bouncy + Castle" <a href='http://www.bouncycastle.org'>http://www.bouncycastle.org</a>.</li> + </ul> + </div> + </div> <ul> <li>Binary (Unix TAR): <a --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org