All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] openssl: bump to version 1.0.2c
@ 2015-06-12 19:44 Gustavo Zacarias
  2015-06-12 21:06 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Gustavo Zacarias @ 2015-06-12 19:44 UTC (permalink / raw)
  To: buildroot

Fixes HMAC ABI breakage from 1.0.2b

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 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
-- 
2.3.6

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] openssl: bump to version 1.0.2c
  2015-06-12 19:44 [Buildroot] [PATCH] openssl: bump to version 1.0.2c Gustavo Zacarias
@ 2015-06-12 21:06 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-06-12 21:06 UTC (permalink / raw)
  To: buildroot

Dear Gustavo Zacarias,

On Fri, 12 Jun 2015 16:44:31 -0300, Gustavo Zacarias wrote:
> Fixes HMAC ABI breakage from 1.0.2b
> 
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  package/openssl/openssl.hash | 8 ++++----
>  package/openssl/openssl.mk   | 2 +-
>  2 files changed, 5 insertions(+), 5 deletions(-)

Applied, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-06-12 21:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-12 19:44 [Buildroot] [PATCH] openssl: bump to version 1.0.2c Gustavo Zacarias
2015-06-12 21:06 ` 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.