openssl: security update to 0.9.8t.

prevent DTLS DoS attak (CVE-2012-0050)
This commit is contained in:
Arne Fitzenreiter
2012-01-19 21:39:58 +01:00
parent 7d87d796c7
commit 6333b4e725
4 changed files with 5 additions and 3 deletions

View File

@@ -0,0 +1 @@
../../../common/openssh

View File

@@ -0,0 +1 @@
../../../common/openssl

View File

@@ -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

View File

@@ -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)