]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
openssl: Update to 1.0.2m
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 2 Nov 2017 15:29:01 +0000 (15:29 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 2 Nov 2017 15:31:04 +0000 (15:31 +0000)
* bn_sqrx8x_internal carry bug on x86_64 (CVE-2017-3736)
* Malformed X.509 IPAddressFamily could cause OOB read (CVE-2017-3735)

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/core/116/filelists/i586/openssl-sse2 [new symlink]
config/rootfiles/core/116/filelists/openssl [new symlink]
lfs/openssl

diff --git a/config/rootfiles/core/116/filelists/i586/openssl-sse2 b/config/rootfiles/core/116/filelists/i586/openssl-sse2
new file mode 120000 (symlink)
index 0000000..f424713
--- /dev/null
@@ -0,0 +1 @@
+../../../../common/i586/openssl-sse2
\ No newline at end of file
diff --git a/config/rootfiles/core/116/filelists/openssl b/config/rootfiles/core/116/filelists/openssl
new file mode 120000 (symlink)
index 0000000..100ab21
--- /dev/null
@@ -0,0 +1 @@
+../../../openssl
\ No newline at end of file
index b613ed76ec6edd3f0ab9b533c774d40b9839edfd..8782e1e05bdc4c75c0ffd282d84ac362f0939a15 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
 
 include Config
 
-VER        = 1.0.2l
+VER        = 1.0.2m
 
 THISAPP    = openssl-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
 
 THISAPP    = openssl-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -94,7 +94,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = f85123cd390e864dfbe517e7616e6566
+$(DL_FILE)_MD5 = 10e9e37f492094b9ef296f68f24a7666
 
 install : $(TARGET)
 
 
 install : $(TARGET)