On 9 April 2008 at 9:36, "Andrey Pavlenko" <[EMAIL PROTECTED]> wrote: > > Hi, > > Last week released new version of bouncy castle - 1.39. It contains at least > 1 fix of harmony-related bug HARMONY-4857. I propose to move to the new > version. Any objections?
Andrey, I checked in the new version of the modified bcprov (IDEA algorithm removed) to the standard tree. You can make the obvious changes (patch attached) to classlib to use it. I was planning to upgrade but I got a couple of test failures that I've not had chance to look at yet. Regards, Mark.
Index: make/depends.properties =================================================================== --- make/depends.properties (revision 645442) +++ make/depends.properties (working copy) @@ -136,8 +136,8 @@ depends.url=http://svn.apache.org/repos/asf/harmony/standard/depends -bcprov.ver=bcprov-jdk15-138 +bcprov.ver=bcprov-jdk15-139 bcprov.dir=${depends.jars}/${bcprov.ver} bcprov.jar=${bcprov.dir}/bcprov.noidea.jar bcprov.url=${depends.url}/jars/bcprov/${bcprov.ver}/bcprov.noidea.jar -bcprov.md5=7e2cf5f39012b303b4246e33a66bf078 +bcprov.md5=30018c46e5c83397ec0b47c6e9c45406
