Author: fanningpj
Date: Wed Apr 12 19:37:57 2023
New Revision: 1909101
URL: http://svn.apache.org/viewvc?rev=1909101&view=rev
Log:
bouncycastle 1.73
Modified:
poi/trunk/build.gradle
poi/trunk/build.xml
poi/trunk/osgi/README.md
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/SignatureInfo.java
Modified: poi/trunk/build.gradle
URL:
http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1909101&r1=1909100&r2=1909101&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Wed Apr 12 19:37:57 2023
@@ -117,7 +117,7 @@ subprojects {
apply plugin: 'com.adarshr.test-logger'
ext {
- bouncyCastleVersion = '1.72'
+ bouncyCastleVersion = '1.73'
commonsCodecVersion = '1.15'
commonsCompressVersion = '1.23.0'
commonsIoVersion = '2.11.0'
Modified: poi/trunk/build.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1909101&r1=1909100&r2=1909101&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Wed Apr 12 19:37:57 2023
@@ -296,11 +296,11 @@ under the License.
<!-- xml signature libs - not part of the distribution -->
<dependency prefix="dsig.xmlsec"
artifact="org.apache.santuario:xmlsec:3.0.2" usage="ooxml-provided"/>
- <dependency prefix="dsig.bouncycastle-prov"
artifact="org.bouncycastle:bcprov-jdk18on:1.72" usage="ooxml-provided"/>
- <dependency prefix="dsig.bouncycastle-pkix"
artifact="org.bouncycastle:bcpkix-jdk18on:1.72" usage="ooxml-provided"/>
- <dependency prefix="dsig.bouncycastle-util"
artifact="org.bouncycastle:bcutil-jdk18on:1.72" usage="ooxml-provided"/>
+ <dependency prefix="dsig.bouncycastle-prov"
artifact="org.bouncycastle:bcprov-jdk18on:1.73" usage="ooxml-provided"/>
+ <dependency prefix="dsig.bouncycastle-pkix"
artifact="org.bouncycastle:bcpkix-jdk18on:1.73" usage="ooxml-provided"/>
+ <dependency prefix="dsig.bouncycastle-util"
artifact="org.bouncycastle:bcutil-jdk18on:1.73" usage="ooxml-provided"/>
<!-- only used for signing the release - not used with the ooxml
signatures -->
- <dependency prefix="dsig.bouncycastle-bcpg"
artifact="org.bouncycastle:bcpg-jdk18on:1.72.2" usage="util"/>
+ <dependency prefix="dsig.bouncycastle-bcpg"
artifact="org.bouncycastle:bcpg-jdk18on:1.73" usage="util"/>
<dependency prefix="ooxml.test.stax2"
artifact="org.codehaus.woodstox:stax2-api:4.2.1" usage="ooxml-provided"/>
<!-- svg/batik/pdf libs - not part of the distribution - move batik to its
own directory because of JPMS module-path issues -->
Modified: poi/trunk/osgi/README.md
URL:
http://svn.apache.org/viewvc/poi/trunk/osgi/README.md?rev=1909101&r1=1909100&r2=1909101&view=diff
==============================================================================
--- poi/trunk/osgi/README.md (original)
+++ poi/trunk/osgi/README.md Wed Apr 12 19:37:57 2023
@@ -29,7 +29,7 @@ These are required to sign or validate s
- XML Commons Resolver:
https://mvnrepository.com/artifact/xml-resolver/xml-resolver/1.2-osgi
- - Bouncy Castle:
https://mvnrepository.com/artifact/org.bouncycastle/bcprov-ext-jdk18on/1.72,
https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk18on/1.72
+ - Bouncy Castle:
https://mvnrepository.com/artifact/org.bouncycastle/bcprov-ext-jdk18on/1.73,
https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk18on/1.73
4. PDFBox and PDFBox Graphics2D
Required to render to PDF documents.
The required jars can be downloaded from:
Modified:
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/SignatureInfo.java
URL:
http://svn.apache.org/viewvc/poi/trunk/poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/SignatureInfo.java?rev=1909101&r1=1909100&r2=1909101&view=diff
==============================================================================
---
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/SignatureInfo.java
(original)
+++
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/SignatureInfo.java
Wed Apr 12 19:37:57 2023
@@ -153,7 +153,7 @@ import org.w3c.dom.events.MutationEvent;
* <p>To use SignatureInfo and its sibling classes, you'll need to have the
following libs
* in the classpath:</p>
* <ul>
- * <li>BouncyCastle bcpkix and bcprov (tested against 1.72)</li>
+ * <li>BouncyCastle bcpkix and bcprov (tested against 1.73)</li>
* <li>Apache Santuario "xmlsec" (tested against 3.0.2)</li>
* <li>and log4j-api (tested against 2.20.x)</li>
* </ul>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]