Accepting request 340552 from Java:packages

- Version update to 1.53 (latest upstream)
  * No obvious changelog
  * Fixes bnc#951727 CVE-2015-7940

OBS-URL: https://build.opensuse.org/request/show/340552
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bouncycastle?expand=0&rev=14
This commit is contained in:
Dominique Leuenberger 2015-10-28 16:15:57 +00:00 committed by Git OBS Bridge
commit d4893bfc2f
5 changed files with 16 additions and 9 deletions

View File

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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:468259c9166fbcf87ad284ae46fae45408cb7cfc9c406862ea75d5b8696f4f2a
size 4629743

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ef4a4fdb2777ee62a787304afe17c5401df869dc5d74cc5306f1270e3cb69615
size 6861005

View File

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

View File

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