diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-09-26 12:27:55 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-09-26 12:27:55 +0000 |
commit | 2e4cdae0ccc3156cb984facf7316dc9e861c5341 (patch) | |
tree | 3056938a98fd2965a142e74ebca3767706b26bca /security/openssl/Makefile | |
parent | 404fc423a485b23bb78936393de75be6413d6f8e (diff) | |
download | pkgsrc-2e4cdae0ccc3156cb984facf7316dc9e861c5341.tar.gz |
Update security/openssl to 1.0.2j.
Changes between 1.0.2i and 1.0.2j [26 Sep 2016]
*) Missing CRL sanity check
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.
This issue only affects the OpenSSL 1.0.2i
(CVE-2016-7052)
[Matt Caswell]
Diffstat (limited to 'security/openssl/Makefile')
-rw-r--r-- | security/openssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 03475aa3377..daa9fbd7cf2 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.226 2016/09/22 12:28:55 jperkin Exp $ +# $NetBSD: Makefile,v 1.227 2016/09/26 12:27:55 jperkin Exp $ -DISTNAME= openssl-1.0.2i +DISTNAME= openssl-1.0.2j CATEGORIES= security MASTER_SITES= https://www.openssl.org/source/ |