[qpid-proton-java] try fix bouncycastle 1.50 support

gil gil at fedoraproject.org
Sat Mar 29 12:40:18 UTC 2014


commit 4b9c823b4977258b76b2ee80f15ac2096c752a60
Author: gil <puntogil at libero.it>
Date:   Sat Mar 29 13:40:22 2014 +0100

    try fix bouncycastle 1.50 support

 qpid-proton-java.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/qpid-proton-java.spec b/qpid-proton-java.spec
index 91cdc6e..d95fc14 100644
--- a/qpid-proton-java.spec
+++ b/qpid-proton-java.spec
@@ -40,6 +40,8 @@ rm -r tools docs config.sh examples/messenger/c \
   tests/smoke tests/ruby tests/python tests/tools
 
 #sed -i 's|bcpkix-jdk15on|bcprov-jdk16|' proton-j/proton/pom.xml
+sed -i 's|PEMReader|PEMParser|' \
+ proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/ssl/SslEngineFacadeFactory.java
 
 #%%pom_disable_module "tests"
 %pom_remove_dep org.python:jython-standalone tests


More information about the scm-commits mailing list