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 2021/12/01 12:53:59 UTC

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

Author: fanningpj
Date: Wed Dec  1 12:53:58 2021
New Revision: 1895463

URL: http://svn.apache.org/viewvc?rev=1895463&view=rev
Log:
bouncycastle 1.70

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=1895463&r1=1895462&r2=1895463&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/changes.xml (original)
+++ poi/site/src/documentation/content/xdocs/changes.xml Wed Dec  1 12:53:58 2021
@@ -73,6 +73,7 @@
     <release version="5.2.0" date="2022-03-??">
         <summary>
             <summary-item>Refactor to XSSF CommentsTable to make it more extensible</summary-item>
+            <summary-item>Upgrade BouncyCastle dependency to 1.70</summary-item>
         </summary>
         <actions>
             <action type="add" fixes-bug="65668" context="OOXML">upgrade to xmlsec 2.3.0 - make secure validation configurable</action>

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=1895463&r1=1895462&r2=1895463&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/components/index.xml (original)
+++ poi/site/src/documentation/content/xdocs/components/index.xml Wed Dec  1 12:53:58 2021
@@ -336,10 +336,10 @@
         </tr>
         <tr>
           <td>poi-ooxml-full (known as ooxml-schemas)</td>
-          <td><a href="https://search.maven.org/#artifactdetails|org.apache.xmlbeans|xmlbeans|5.0.1|jar">xmlbeans</a><br/>
+          <td><a href="https://search.maven.org/#artifactdetails|org.apache.xmlbeans|xmlbeans|5.0.2|jar">xmlbeans</a><br/>
             For signing:
-            <a href="https://search.maven.org/#artifactdetails|org.bouncycastle|bcpkix-jdk15on|1.69|jar">bcpkix-jdk15on</a>,
-            <a href="https://search.maven.org/#artifactdetails|org.bouncycastle|bcprov-jdk15on|1.69|jar">bcprov-jdk15on</a>,
+            <a href="https://search.maven.org/#artifactdetails|org.bouncycastle|bcpkix-jdk15on|1.70|jar">bcpkix-jdk15on</a>,
+            <a href="https://search.maven.org/#artifactdetails|org.bouncycastle|bcprov-jdk15on|1.70|jar">bcprov-jdk15on</a>,
             <a href="https://search.maven.org/#artifactdetails|org.apache.santuario|xmlsec|2.2.3|bundle">xmlsec</a>,
             <a href="https://search.maven.org/#artifactdetails|org.slf4j|slf4j-api|1.7.32|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=1895463&r1=1895462&r2=1895463&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/encryption.xml (original)
+++ poi/site/src/documentation/content/xdocs/encryption.xml Wed Dec  1 12:53:58 2021
@@ -249,7 +249,7 @@
         <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, bcprov and bcutil (tested against 1.69)</li>
+            <li>BouncyCastle bcpkix, bcprov and bcutil (tested against 1.70)</li>
             <li>Apache Santuario "xmlsec" (tested against 2.2.3)</li>
             <li>and slf4j-api (tested against 1.7.32)</li>
         </ul>



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