Message12372

Author jeff.allen
Recipients jeff.allen
Date 2019-03-18.07:40:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552894854.35.0.815935995484.issue2742@roundup.psfhosted.org>
In-reply-to
Content
Greg McDermott reports via Jython-dev (https://sourceforge.net/p/jython/mailman/message/36601045/):

-----------------------------------------------------------------------------
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
-----------------------------------------------------------------------------

We should update the JARs. Updating distutils (if that is implied) is perhaps riskier as that infrastructure may have been customised for Jython. (pip breaks if you allow it to update itself.)
History
Date User Action Args
2019-03-18 07:40:54jeff.allensetrecipients: + jeff.allen
2019-03-18 07:40:54jeff.allensetmessageid: <1552894854.35.0.815935995484.issue2742@roundup.psfhosted.org>
2019-03-18 07:40:54jeff.allenlinkissue2742 messages
2019-03-18 07:40:53jeff.allencreate