mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-12 20:16:49 +02:00
openssl: security update to 0.9.8t.
prevent DTLS DoS attak (CVE-2012-0050)
This commit is contained in:
1
config/rootfiles/core/56/filelists/openssh
Symbolic link
1
config/rootfiles/core/56/filelists/openssh
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/openssh
|
||||
1
config/rootfiles/core/56/filelists/openssl
Symbolic link
1
config/rootfiles/core/56/filelists/openssl
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/openssl
|
||||
@@ -69,7 +69,7 @@ sed -i -e "s|38400|115200|g" /etc/inittab
|
||||
sync
|
||||
|
||||
# This update need a reboot...
|
||||
#touch /var/run/need_reboot
|
||||
touch /var/run/need_reboot
|
||||
|
||||
#
|
||||
#Finish
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 0.9.8s
|
||||
VER = 0.9.8t
|
||||
|
||||
THISAPP = openssl-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = fbf71e8e050bc1ec290b7468bab1a76e
|
||||
$(DL_FILE)_MD5 = f5dabb7ffb068eecf245f1b2151df100
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user