openssl: Update to 1.0.1k and 0.9.8zd

https://www.openssl.org/news/secadv_20150108.txt
This commit is contained in:
Michael Tremer
2015-01-08 18:28:12 +01:00
parent 8e23b35195
commit 08e5991c36
4 changed files with 6 additions and 4 deletions

View File

@@ -24,7 +24,7 @@
include Config
VER = 1.0.1j
VER = 1.0.1k
THISAPP = openssl-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -51,7 +51,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = f7175c9cd3c39bb1907ac8bba9df8ed3
$(DL_FILE)_MD5 = d4f002bd22a56881340105028842ae1f
install : $(TARGET)

View File

@@ -24,7 +24,7 @@
include Config
VER = 0.9.8zc
VER = 0.9.8zd
THISAPP = openssl-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 1b239eea3a60d67863e7b66700e47a16
$(DL_FILE)_MD5 = e9b9ee12f2911e1a378e2458d9bfff77
install : $(TARGET)