]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
openssl: Update to 1.0.2j
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 26 Sep 2016 13:37:20 +0000 (14:37 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 26 Sep 2016 13:37:20 +0000 (14:37 +0100)
Missing CRL sanity check (CVE-2016-7052)
========================================

Severity: Moderate

This issue only affects OpenSSL 1.0.2i, released on 22nd September 2016.

A bug fix which included a CRL sanity check was added to OpenSSL 1.1.0
but was omitted from OpenSSL 1.0.2i. As a result any attempt to use
CRLs in OpenSSL 1.0.2i will crash with a null pointer exception.

OpenSSL 1.0.2i users should upgrade to 1.0.2j

The issue was reported to OpenSSL on 22nd September 2016 by Bruce Stephens and
Thomas Jakobi. The fix was developed by Matt Caswell of the OpenSSL development
team.

https://www.openssl.org/news/secadv/20160926.txt

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/openssl

index d0ed4d30b1aacc64a2f43957d9b84340af89f04f..0405a77f8b314c8d1e009736e911fe144afe012b 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.0.2i
+VER        = 1.0.2j
 
 THISAPP    = openssl-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -87,7 +87,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 678374e63f8df456a697d3e5e5a931fb
+$(DL_FILE)_MD5 = 96322138f0b69e61b7212bc53d5e912b
 
 install : $(TARGET)