All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] openssl: bump to version 1.0.2c
@ 2015-06-12 20:16 Thomas Petazzoni
  0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni @ 2015-06-12 20:16 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=e4f2d3b12acf9f056d6cbbfab2e60c14f755bb88
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Fixes HMAC ABI breakage from 1.0.2b

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/openssl/openssl.hash |    8 ++++----
 package/openssl/openssl.mk   |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package/openssl/openssl.hash b/package/openssl/openssl.hash
index 673f99f..4b212fb 100644
--- a/package/openssl/openssl.hash
+++ b/package/openssl/openssl.hash
@@ -1,4 +1,4 @@
-# From https://www.openssl.org/source/openssl-1.0.2b.tar.gz.md5
-# From https://www.openssl.org/source/openssl-1.0.2b.tar.gz.sha1
-md5	7729b259e2dea7d60b32fc3934d6984b	openssl-1.0.2b.tar.gz
-sha1	9006e53ca56a14d041e3875320eedfa63d82aba7	openssl-1.0.2b.tar.gz
+# From https://www.openssl.org/source/openssl-1.0.2c.tar.gz.md5
+# From https://www.openssl.org/source/openssl-1.0.2c.tar.gz.sha1
+md5	8c8d81a9ae7005276e486702edbcd4b6	openssl-1.0.2c.tar.gz
+sha1	6e4a5e91159eb32383296c7c83ac0e59b83a0a44	openssl-1.0.2c.tar.gz
diff --git a/package/openssl/openssl.mk b/package/openssl/openssl.mk
index 8051a9b..fd8904d 100644
--- a/package/openssl/openssl.mk
+++ b/package/openssl/openssl.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-OPENSSL_VERSION = 1.0.2b
+OPENSSL_VERSION = 1.0.2c
 OPENSSL_SITE = http://www.openssl.org/source
 OPENSSL_LICENSE = OpenSSL or SSLeay
 OPENSSL_LICENSE_FILES = LICENSE

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-06-12 20:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-12 20:16 [Buildroot] [git commit] openssl: bump to version 1.0.2c Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.