diff --git a/bcprov-jdk15on-1.53.pom b/bcprov-jdk15on-1.54.pom
similarity index 97%
rename from bcprov-jdk15on-1.53.pom
rename to bcprov-jdk15on-1.54.pom
index b227566..df0bb48 100644
--- a/bcprov-jdk15on-1.53.pom
+++ b/bcprov-jdk15on-1.54.pom
@@ -5,7 +5,7 @@
bcprov-jdk15on
jar
Bouncy Castle Provider
- 1.53
+ 1.54
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.
http://www.bouncycastle.org/java.html
diff --git a/bcprov-jdk15on-153.tar.gz b/bcprov-jdk15on-153.tar.gz
deleted file mode 100644
index e0ee139..0000000
--- a/bcprov-jdk15on-153.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:ef4a4fdb2777ee62a787304afe17c5401df869dc5d74cc5306f1270e3cb69615
-size 6861005
diff --git a/bcprov-jdk15on-154.tar.gz b/bcprov-jdk15on-154.tar.gz
new file mode 100644
index 0000000..b6a14c7
--- /dev/null
+++ b/bcprov-jdk15on-154.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6b8fb02c1bca77472459e81382152da87d96ba468f8dcb876211938910ad7146
+size 6903567
diff --git a/bouncycastle.changes b/bouncycastle.changes
index 2d82eef..3db0102 100644
--- a/bouncycastle.changes
+++ b/bouncycastle.changes
@@ -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
diff --git a/bouncycastle.spec b/bouncycastle.spec
index 704a680..5f1b141 100644
--- a/bouncycastle.spec
+++ b/bouncycastle.spec
@@ -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