You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2020/12/21 08:20:06 UTC

[GitHub] [ozone] elek opened a new pull request #1727: HDDS-4615. Update bouncycastle to 1.67

elek opened a new pull request #1727:
URL: https://github.com/apache/ozone/pull/1727


   ## What changes were proposed in this pull request?
   
   The latest bouncy castle contains important fixes. Ozone is not affected by the bcrypt issue, but it seems to be safer updating to the latest version.
   
   (Thanks to @anuengineer  how reported this issue)
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-4615
   
   ## How was this patch tested?
   
   CI + checked if we have the right version:
   
   ```
   cd hadoop-ozone/dist/target/ozone-1.1.0-SNAPSHOT/share/ozone/lib
   ls bc*
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] ayushtkn commented on pull request #1727: HDDS-4615. Update bouncycastle to 1.67

Posted by GitBox <gi...@apache.org>.
ayushtkn commented on pull request #1727:
URL: https://github.com/apache/ozone/pull/1727#issuecomment-749051943


   just for knowledge, why maven-shade plugin also needs to be upgraded for bouncycastle 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] adoroszlai commented on pull request #1727: HDDS-4615. Update bouncycastle to 1.67

Posted by GitBox <gi...@apache.org>.
adoroszlai commented on pull request #1727:
URL: https://github.com/apache/ozone/pull/1727#issuecomment-749055630


   > just for knowledge, why maven-shade plugin also needs to be upgraded for bouncycastle
   
   To fix:
   
   ```
   Error:  Failed to execute goal org.apache.maven.plugins:maven-shade-plugin:3.2.0:shade (default) on project hadoop-ozone-filesystem-shaded: Error creating shaded jar: Problem shading JAR /home/runner/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.67/bcprov-jdk15on-1.67.jar entry META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448.class: org.apache.maven.plugin.MojoExecutionException: Error in ASM processing class META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448.class: UnsupportedOperationException -> [Help 1]
   ```
   
   Similar to HADOOP-15937.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] vivekratnavel merged pull request #1727: HDDS-4615. Update bouncycastle to 1.67

Posted by GitBox <gi...@apache.org>.
vivekratnavel merged pull request #1727:
URL: https://github.com/apache/ozone/pull/1727


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org