- Version update to 1.53 (latest upstream)
* No obvious changelog * Fixes bnc#951727 CVE-2015-7940 OBS-URL: https://build.opensuse.org/package/show/Java:packages/bouncycastle?expand=0&rev=26
This commit is contained in:
parent
7f4bf1ebc0
commit
363edffbd8
@ -5,8 +5,8 @@
|
||||
<artifactId>bcprov-jdk15on</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Bouncy Castle Provider</name>
|
||||
<version>1.50</version>
|
||||
<description>The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.5 to JDK 1.7.</description>
|
||||
<version>1.53</version>
|
||||
<description>The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.5 to JDK 1.8.</description>
|
||||
<url>http://www.bouncycastle.org/java.html</url>
|
||||
<licenses>
|
||||
<license>
|
||||
@ -19,8 +19,8 @@
|
||||
<url>https://github.com/bcgit/bc-java</url>
|
||||
</scm>
|
||||
<issueManagement>
|
||||
<system>GitHub</system>
|
||||
<url>https://github.com/bcgit/bc-java/issues?state=open</url>
|
||||
<system>JIRA</system>
|
||||
<url>http://www.bouncycastle.org/jira/secure/Dashboard.jspa</url>
|
||||
</issueManagement>
|
||||
<developers>
|
||||
<developer>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:468259c9166fbcf87ad284ae46fae45408cb7cfc9c406862ea75d5b8696f4f2a
|
||||
size 4629743
|
3
bcprov-jdk15on-153.tar.gz
Normal file
3
bcprov-jdk15on-153.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ef4a4fdb2777ee62a787304afe17c5401df869dc5d74cc5306f1270e3cb69615
|
||||
size 6861005
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 23 08:47:46 UTC 2015 - tchvatal@suse.com
|
||||
|
||||
- Version update to 1.53 (latest upstream)
|
||||
* No obvious changelog
|
||||
* Fixes bnc#951727 CVE-2015-7940
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 18 09:46:03 UTC 2015 - tchvatal@suse.com
|
||||
|
||||
|
@ -16,8 +16,8 @@
|
||||
#
|
||||
|
||||
|
||||
%define ver 1.50
|
||||
%define shortver 150
|
||||
%define ver 1.53
|
||||
%define shortver 153
|
||||
%define archivever jdk15on-%{shortver}
|
||||
%define classname org.bouncycastle.jce.provider.BouncyCastleProvider
|
||||
Name: bouncycastle
|
||||
|
Loading…
Reference in New Issue
Block a user