From: Arne Fitzenreiter Date: Thu, 19 Jan 2012 20:39:58 +0000 (+0100) Subject: openssl: security update to 0.9.8t. X-Git-Tag: v2.11-core56^2~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6333b4e7257cfeb79a381de1f62bdc9a20070eaf;p=people%2Fstevee%2Fipfire-2.x.git openssl: security update to 0.9.8t. prevent DTLS DoS attak (CVE-2012-0050) --- diff --git a/config/rootfiles/core/56/filelists/openssh b/config/rootfiles/core/56/filelists/openssh new file mode 120000 index 0000000000..d8c77fd8e7 --- /dev/null +++ b/config/rootfiles/core/56/filelists/openssh @@ -0,0 +1 @@ +../../../common/openssh \ No newline at end of file diff --git a/config/rootfiles/core/56/filelists/openssl b/config/rootfiles/core/56/filelists/openssl new file mode 120000 index 0000000000..e011a9266c --- /dev/null +++ b/config/rootfiles/core/56/filelists/openssl @@ -0,0 +1 @@ +../../../common/openssl \ No newline at end of file diff --git a/config/rootfiles/core/56/update.sh b/config/rootfiles/core/56/update.sh index 0b3845cc10..cde93e1f47 100644 --- a/config/rootfiles/core/56/update.sh +++ b/config/rootfiles/core/56/update.sh @@ -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 diff --git a/lfs/openssl b/lfs/openssl index de39d60dbc..21b6c0ed6b 100644 --- a/lfs/openssl +++ b/lfs/openssl @@ -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)