mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
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
This commit is contained in:
@@ -1164,7 +1164,6 @@ usr/lib/libssl.so.0.9.8
|
|||||||
#usr/share/man/man3/md5.3
|
#usr/share/man/man3/md5.3
|
||||||
#usr/share/man/man3/mdc2.3
|
#usr/share/man/man3/mdc2.3
|
||||||
#usr/share/man/man3/pem.3
|
#usr/share/man/man3/pem.3
|
||||||
#usr/share/man/man3/rand.3
|
|
||||||
#usr/share/man/man3/rc4.3
|
#usr/share/man/man3/rc4.3
|
||||||
#usr/share/man/man3/ripemd.3
|
#usr/share/man/man3/ripemd.3
|
||||||
#usr/share/man/man3/rsa.3
|
#usr/share/man/man3/rsa.3
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
include Config
|
include Config
|
||||||
|
|
||||||
VER = 0.9.8x
|
VER = 0.9.8y
|
||||||
|
|
||||||
THISAPP = openssl-$(VER)
|
THISAPP = openssl-$(VER)
|
||||||
DL_FILE = $(THISAPP).tar.gz
|
DL_FILE = $(THISAPP).tar.gz
|
||||||
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
|
|||||||
|
|
||||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||||
|
|
||||||
$(DL_FILE)_MD5 = ee17e9bc805c8cc7d0afac3b0ef78eda
|
$(DL_FILE)_MD5 = 47c7fb37f78c970f1d30aa2f9e9e26d8
|
||||||
|
|
||||||
install : $(TARGET)
|
install : $(TARGET)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user