[Jython-checkins] jython: Update Bouncy Castle JARs to version 1.62 (again).

jeff.allen jython-checkins at python.org
Sat Aug 3 07:00:41 EDT 2019


https://hg.python.org/jython/rev/a02f17fee0c3
changeset:   8269:a02f17fee0c3
user:        Jeff Allen <ja.py at farowl.co.uk>
date:        Fri Aug 02 23:01:25 2019 +0100
summary:
  Update Bouncy Castle JARs to version 1.62 (again).

Restores update accidentally reverted. Also corrects the JAR file names
which are missing a dot (-162, rather than -1.62), when taken from the
project's web site, comapred with maven.org. (The SHA-1 sums are valid.)

files:
  extlibs/bcpkix-jdk15on-1.61.jar |  Bin 
  extlibs/bcpkix-jdk15on-1.62.jar |    0 
  extlibs/bcprov-jdk15on-1.61.jar |  Bin 
  extlibs/bcprov-jdk15on-1.62.jar |    0 
  4 files changed, 0 insertions(+), 0 deletions(-)


diff --git a/extlibs/bcpkix-jdk15on-1.61.jar b/extlibs/bcpkix-jdk15on-1.61.jar
deleted file mode 100644
index c9657cdbe99a935787404edc2a83d1e6b1732cf9..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
GIT binary patch
[stripped]
diff --git a/extlibs/bcpkix-jdk15on-162.jar b/extlibs/bcpkix-jdk15on-1.62.jar
rename from extlibs/bcpkix-jdk15on-162.jar
rename to extlibs/bcpkix-jdk15on-1.62.jar
diff --git a/extlibs/bcprov-jdk15on-1.61.jar b/extlibs/bcprov-jdk15on-1.61.jar
deleted file mode 100644
index 1fdff384b720e6ac563c80a6bdf7e8bc9f883367..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
GIT binary patch
[stripped]
diff --git a/extlibs/bcprov-jdk15on-162.jar b/extlibs/bcprov-jdk15on-1.62.jar
rename from extlibs/bcprov-jdk15on-162.jar
rename to extlibs/bcprov-jdk15on-1.62.jar

-- 
Repository URL: https://hg.python.org/jython


More information about the Jython-checkins mailing list