From: Greg M. <gre...@ya...> - 2019-03-01 20:22:19
|
hi I see in your 2.7.1 release an old version of bouncycastle. $ unzip -l jython-installer-2.7.1.jar | grep bcp 20354 2017-06-30 19:03 Lib/distutils/bcppcompiler$py.class 14941 2017-06-30 19:03 Lib/distutils/bcppcompiler.py 775948 2017-05-29 17:34 extlibs/bcpkix-jdk15on-1.57.jar 3759724 2017-05-29 17:34 extlibs/bcprov-jdk15on-1.57.jar 775948 2017-06-30 19:03 javalib/bcpkix-jdk15on-1.57.jar 3759724 2017-06-30 19:03 javalib/bcprov-jdk15on-1.57.jar are there plans to update to the latest, which is 1.6.1 currently. Can users simply update the jars directly for testing purposes, or are other changes needed. thanksGreg |
From: Adam B. <ada...@gm...> - 2019-03-02 00:35:19
|
Hi Greg It should be fine to just try a jar swap. Not sure about the API compatibility across these particular bouncycastle versions though. Adam > 在 2019年3月2日,上午6:22,Greg McDermott via Jython-dev <jyt...@li...> 写道: > > hi > > I see in your 2.7.1 release an old version of bouncycastle. > > $ unzip -l jython-installer-2.7.1.jar | grep bcp > 20354 2017-06-30 19:03 Lib/distutils/bcppcompiler$py.class > 14941 2017-06-30 19:03 Lib/distutils/bcppcompiler.py > 775948 2017-05-29 17:34 extlibs/bcpkix-jdk15on-1.57.jar > 3759724 2017-05-29 17:34 extlibs/bcprov-jdk15on-1.57.jar > 775948 2017-06-30 19:03 javalib/bcpkix-jdk15on-1.57.jar > 3759724 2017-06-30 19:03 javalib/bcprov-jdk15on-1.57.jar > > are there plans to update to the latest, which is 1.6.1 currently. > Can users simply update the jars directly for testing purposes, > or are other changes needed. > > thanks > Greg > > > _______________________________________________ > Jython-dev mailing list > Jyt...@li... > https://lists.sourceforge.net/lists/listinfo/jython-dev |
From: Stefan R. <ste...@gm...> - 2019-03-03 20:38:29
|
The procedure I described in https://bugs.jython.org/issue2728 for guava should work for bouncycastle in the same manner. However, if there were backwards incompatible API changes in bouncycastle, which I didn't check, these may require additional fixes. -Stefan Am Sa., 2. März 2019 um 01:35 Uhr schrieb Adam Burke < ada...@gm...>: > Hi Greg > > It should be fine to just try a jar swap. > > Not sure about the API compatibility across these particular bouncycastle > versions though. > > Adam > > 在 2019年3月2日,上午6:22,Greg McDermott via Jython-dev < > jyt...@li...> 写道: > > hi > > I see in your 2.7.1 release an old version of bouncycastle. > > $ unzip -l jython-installer-2.7.1.jar | grep bcp > 20354 2017-06-30 19:03 Lib/distutils/bcppcompiler$py.class > 14941 2017-06-30 19:03 Lib/distutils/bcppcompiler.py > 775948 2017-05-29 17:34 extlibs/bcpkix-jdk15on-1.57.jar > 3759724 2017-05-29 17:34 extlibs/bcprov-jdk15on-1.57.jar > 775948 2017-06-30 19:03 javalib/bcpkix-jdk15on-1.57.jar > 3759724 2017-06-30 19:03 javalib/bcprov-jdk15on-1.57.jar > > are there plans to update to the latest, which is 1.6.1 currently. > Can users simply update the jars directly for testing purposes, > or are other changes needed. > > thanks > Greg > > > _______________________________________________ > Jython-dev mailing list > Jyt...@li... > https://lists.sourceforge.net/lists/listinfo/jython-dev > > _______________________________________________ > Jython-dev mailing list > Jyt...@li... > https://lists.sourceforge.net/lists/listinfo/jython-dev > |
From: Jeff A. <ja...@fa...> - 2019-03-18 07:50:39
|
Greg: Thanks for pointing this out. I have made an issue on the tracker at https://bugs.jython.org/issue2742, expecting we can update JARs for 2.7.2. (bcppcompiler.py is a red herring.) Jeff Allen On 01/03/2019 20:22, Greg McDermott via Jython-dev wrote: > hi > > I see in your 2.7.1 release an old version of bouncycastle. > > $ unzip -l jython-installer-2.7.1.jar | grep bcp > 20354 2017-06-30 19:03 Lib/distutils/bcppcompiler$py.class > 14941 2017-06-30 19:03 Lib/distutils/bcppcompiler.py > 775948 2017-05-29 17:34 extlibs/bcpkix-jdk15on-1.57.jar > 3759724 2017-05-29 17:34 extlibs/bcprov-jdk15on-1.57.jar > 775948 2017-06-30 19:03 javalib/bcpkix-jdk15on-1.57.jar > 3759724 2017-06-30 19:03 javalib/bcprov-jdk15on-1.57.jar > > are there plans to update to the latest, which is 1.6.1 currently. > Can users simply update the jars directly for testing purposes, > or are other changes needed. > > thanks > Greg |
From: Jeff A. <ja...@fa...> - 2019-05-12 14:15:49
|
Greg: Current development tip now has 1.61 version JARs. (See https://bugs.jython.org/issue2742) Thanks again for bringing up. Jeff Allen On 18/03/2019 07:50, Jeff Allen wrote: > > Greg: > > Thanks for pointing this out. I have made an issue on the tracker at > https://bugs.jython.org/issue2742, expecting we can update JARs for 2.7.2. > > (bcppcompiler.py is a red herring.) > > Jeff Allen > On 01/03/2019 20:22, Greg McDermott via Jython-dev wrote: >> hi >> >> I see in your 2.7.1 release an old version of bouncycastle. >> >> $ unzip -l jython-installer-2.7.1.jar | grep bcp >> 20354 2017-06-30 19:03 Lib/distutils/bcppcompiler$py.class >> 14941 2017-06-30 19:03 Lib/distutils/bcppcompiler.py >> 775948 2017-05-29 17:34 extlibs/bcpkix-jdk15on-1.57.jar >> 3759724 2017-05-29 17:34 extlibs/bcprov-jdk15on-1.57.jar >> 775948 2017-06-30 19:03 javalib/bcpkix-jdk15on-1.57.jar >> 3759724 2017-06-30 19:03 javalib/bcprov-jdk15on-1.57.jar >> >> are there plans to update to the latest, which is 1.6.1 currently. >> Can users simply update the jars directly for testing purposes, >> or are other changes needed. >> >> thanks >> Greg > > > _______________________________________________ > Jython-dev mailing list > Jyt...@li... > https://lists.sourceforge.net/lists/listinfo/jython-dev |