mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 23:43:34 +08:00
openssl: bump to version 1.0.2c
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>
This commit is contained in:
parent
082b6f2d92
commit
e4f2d3b12a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user