From 7a26d28aa4f4c3602970cccdf0697d555b39ef3c Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 5 Feb 2013 19:01:11 +0100 Subject: [PATCH] openssl: Update to 0.9.8y. Fixes the "Lucky Thirteen" issue: http://www.isg.rhul.ac.uk/tls/ also known as CVE-2013-0169 http://www.openssl.org/news/secadv_20130205.txt --- config/rootfiles/common/openssl | 1 - lfs/openssl | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/openssl b/config/rootfiles/common/openssl index 296a0c05c7..bc1ac49f0b 100644 --- a/config/rootfiles/common/openssl +++ b/config/rootfiles/common/openssl @@ -1164,7 +1164,6 @@ usr/lib/libssl.so.0.9.8 #usr/share/man/man3/md5.3 #usr/share/man/man3/mdc2.3 #usr/share/man/man3/pem.3 -#usr/share/man/man3/rand.3 #usr/share/man/man3/rc4.3 #usr/share/man/man3/ripemd.3 #usr/share/man/man3/rsa.3 diff --git a/lfs/openssl b/lfs/openssl index 9aef173b05..b9d2617f6e 100644 --- a/lfs/openssl +++ b/lfs/openssl @@ -24,7 +24,7 @@ include Config -VER = 0.9.8x +VER = 0.9.8y THISAPP = openssl-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = ee17e9bc805c8cc7d0afac3b0ef78eda +$(DL_FILE)_MD5 = 47c7fb37f78c970f1d30aa2f9e9e26d8 install : $(TARGET) -- 2.39.5