- Version update to 1.54:
* No obvious changelog to be found * Fixes bnc#967521 CVE-2015-7575 OBS-URL: https://build.opensuse.org/package/show/Java:packages/bouncycastle?expand=0&rev=28
This commit is contained in:
parent
363edffbd8
commit
9998a3d8e3
@ -5,7 +5,7 @@
|
||||
<artifactId>bcprov-jdk15on</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Bouncy Castle Provider</name>
|
||||
<version>1.53</version>
|
||||
<version>1.54</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>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ef4a4fdb2777ee62a787304afe17c5401df869dc5d74cc5306f1270e3cb69615
|
||||
size 6861005
|
3
bcprov-jdk15on-154.tar.gz
Normal file
3
bcprov-jdk15on-154.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6b8fb02c1bca77472459e81382152da87d96ba468f8dcb876211938910ad7146
|
||||
size 6903567
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 20 08:34:39 UTC 2016 - tchvatal@suse.com
|
||||
|
||||
- Version update to 1.54:
|
||||
* No obvious changelog to be found
|
||||
* Fixes bnc#967521 CVE-2015-7575
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 23 08:47:46 UTC 2015 - tchvatal@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package bouncycastle
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,8 +16,8 @@
|
||||
#
|
||||
|
||||
|
||||
%define ver 1.53
|
||||
%define shortver 153
|
||||
%define ver 1.54
|
||||
%define shortver 154
|
||||
%define archivever jdk15on-%{shortver}
|
||||
%define classname org.bouncycastle.jce.provider.BouncyCastleProvider
|
||||
Name: bouncycastle
|
||||
|
Loading…
Reference in New Issue
Block a user