You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2019/03/21 10:22:49 UTC

svn commit: r1855977 - in /poi/site/src/documentation/content/xdocs: changes.xml components/index.xml encryption.xml

Author: fanningpj
Date: Thu Mar 21 10:22:49 2019
New Revision: 1855977

URL: http://svn.apache.org/viewvc?rev=1855977&view=rev
Log:
upgrade bouncycastle and curvesapi

Modified:
    poi/site/src/documentation/content/xdocs/changes.xml
    poi/site/src/documentation/content/xdocs/components/index.xml
    poi/site/src/documentation/content/xdocs/encryption.xml

Modified: poi/site/src/documentation/content/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/changes.xml?rev=1855977&r1=1855976&r2=1855977&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/changes.xml (original)
+++ poi/site/src/documentation/content/xdocs/changes.xml Thu Mar 21 10:22:49 2019
@@ -93,6 +93,7 @@
         <summary-item>Security, stability and memory/resource handling improvements</summary-item>
         <summary-item>Various bug fixes across function and conditional format rule evaluation</summary-item>
         <summary-item>Upgrade to XMLBeans 3.0.3</summary-item>
+        <summary-item>Upgrade to Bouncycastle 1.61</summary-item>
         <summary-item>Upgrade to Commons-Codec 1.12</summary-item>
         <summary-item>Upgrade to Commons-Collections4 4.3</summary-item>
       </summary>

Modified: poi/site/src/documentation/content/xdocs/components/index.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/components/index.xml?rev=1855977&r1=1855976&r2=1855977&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/components/index.xml (original)
+++ poi/site/src/documentation/content/xdocs/components/index.xml Thu Mar 21 10:22:49 2019
@@ -331,15 +331,15 @@
         </tr>
         <tr>
           <td>ooxml-schemas</td>
-          <td><a href="https://search.maven.org/#artifactdetails|org.apache.xmlbeans|xmlbeans|3.0.1|jar">xmlbeans</a></td>
+          <td><a href="https://search.maven.org/#artifactdetails|org.apache.xmlbeans|xmlbeans|3.0.3|jar">xmlbeans</a></td>
           <td><a href="https://search.maven.org/#artifactdetails|org.apache.poi|ooxml-schemas|1.4|jar">ooxml-schemas-1.4.jar</a></td>
         </tr>
         <tr>
           <td>ooxml-security</td>
-          <td><a href="https://search.maven.org/#artifactdetails|org.apache.xmlbeans|xmlbeans|3.0.1|jar">xmlbeans</a><br/>
+          <td><a href="https://search.maven.org/#artifactdetails|org.apache.xmlbeans|xmlbeans|3.0.3|jar">xmlbeans</a><br/>
           For signing: 
-          <a href="https://search.maven.org/#artifactdetails|org.bouncycastle|bcpkix-jdk15on|1.60|jar">bcpkix-jdk15on</a>,
-          <a href="https://search.maven.org/#artifactdetails|org.bouncycastle|bcprov-jdk15on|1.60|jar">bcprov-jdk15on</a>,
+          <a href="https://search.maven.org/#artifactdetails|org.bouncycastle|bcpkix-jdk15on|1.61|jar">bcpkix-jdk15on</a>,
+          <a href="https://search.maven.org/#artifactdetails|org.bouncycastle|bcprov-jdk15on|1.61|jar">bcprov-jdk15on</a>,
           <a href="https://search.maven.org/#artifactdetails|org.apache.santuario|xmlsec|2.1.0|bundle">xmlsec</a>,
           <a href="https://search.maven.org/#artifactdetails|org.slf4j|slf4j-api|1.7.25|jar">slf4j-api</a>
           </td>

Modified: poi/site/src/documentation/content/xdocs/encryption.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/encryption.xml?rev=1855977&r1=1855976&r2=1855977&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/encryption.xml (original)
+++ poi/site/src/documentation/content/xdocs/encryption.xml Thu Mar 21 10:22:49 2019
@@ -231,7 +231,7 @@ fos.close();
      <p>The classes have been tested against the following libraries, which need to be included additionally to the
      <a href="site:components">default dependencies</a>:</p>
      <ul>
-     <li>BouncyCastle bcpkix and bcprov (tested against 1.60)</li>
+     <li>BouncyCastle bcpkix and bcprov (tested against 1.61)</li>
      <li>Apache Santuario "xmlsec" (tested against 2.1.0)</li>
      <li>and slf4j-api (tested against 1.7.25)</li>
      </ul>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org