]> git.ipfire.org Git - people/trikolon/ipfire-2.x.git/commitdiff
openssl: security update to 0.9.8s.
authorArne Fitzenreiter <arne_f@ipfire.org>
Thu, 5 Jan 2012 13:31:26 +0000 (14:31 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Thu, 5 Jan 2012 13:31:26 +0000 (14:31 +0100)
DTLS Plaintext Recovery Attack (CVE-2011-4108)
Double-free in Policy Checks (CVE-2011-4109)
Uninitialized SSL 3.0 Padding (CVE-2011-4576)
Malformed RFC 3779 Data Can Cause Assertion Failures (CVE-2011-4577)
Affected users should upgrade to OpenSSL 1.0.0f or 0.9.8s.
SGC Restart DoS Attack (CVE-2011-4619)

http://www.openssl.org/news/secadv_20120104.txt

config/rootfiles/core/55/filelists/openssl [new symlink]
lfs/openssl

diff --git a/config/rootfiles/core/55/filelists/openssl b/config/rootfiles/core/55/filelists/openssl
new file mode 120000 (symlink)
index 0000000..e011a92
--- /dev/null
@@ -0,0 +1 @@
+../../../common/openssl
\ No newline at end of file
index 285cae343bf1b7f7f56fa6d8320c75163d43c738..de39d60dbc37a31e418edc56d04338c98ef6525a 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2011  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2012  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 0.9.8r
+VER        = 0.9.8s
 
 THISAPP    = openssl-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 0352932ea863bc02b056cda7c9ac5b79
+$(DL_FILE)_MD5 = fbf71e8e050bc1ec290b7468bab1a76e
 
 install : $(TARGET)