]> git.ipfire.org Git - people/dweismueller/ipfire-2.x.git/commitdiff
openssl: security update to 0.9.8t.
authorArne Fitzenreiter <arne_f@ipfire.org>
Thu, 19 Jan 2012 20:39:58 +0000 (21:39 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Thu, 19 Jan 2012 20:39:58 +0000 (21:39 +0100)
prevent DTLS DoS attak (CVE-2012-0050)

config/rootfiles/core/56/filelists/openssh [new symlink]
config/rootfiles/core/56/filelists/openssl [new symlink]
config/rootfiles/core/56/update.sh
lfs/openssl

diff --git a/config/rootfiles/core/56/filelists/openssh b/config/rootfiles/core/56/filelists/openssh
new file mode 120000 (symlink)
index 0000000..d8c77fd
--- /dev/null
@@ -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 (symlink)
index 0000000..e011a92
--- /dev/null
@@ -0,0 +1 @@
+../../../common/openssl
\ No newline at end of file
index 0b3845cc10f6e448140465a40f6d19da5ff88397..cde93e1f47392305c3813a2540d8e511c4bb0ae4 100644 (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
index de39d60dbc37a31e418edc56d04338c98ef6525a..21b6c0ed6b9856bfadbd0636a599c86b4ac81d68 100644 (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)