summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspz <spz>2014-08-09 20:43:14 +0000
committerspz <spz>2014-08-09 20:43:14 +0000
commit52cde1e7354261a021354adfed35761de3530f5a (patch)
tree88e5cc07e6ea03e9909a1b95f150d054537b4d05
parentf7d51e2b1f3f043950904bc2b447d24a9d14a561 (diff)
downloadpkgsrc-52cde1e7354261a021354adfed35761de3530f5a.tar.gz
Pullup ticket #4471 - requested by obache
security/openssl: security update Revisions pulled up: - security/openssl/Makefile 1.195 - security/openssl/PLIST.common 1.19 - security/openssl/distinfo 1.108 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: obache Date: Thu Aug 7 01:29:45 UTC 2014 Modified Files: pkgsrc/security/openssl: Makefile PLIST.common distinfo Log Message: Update openssl to 1.0.1i. Changes between 1.0.1h and 1.0.1i [6 Aug 2014] *) Fix SRP buffer overrun vulnerability. Invalid parameters passed to the SRP code can be overrun an internal buffer. Add sanity check that g, A, B < N to SRP code. Thanks to Sean Devlin and Watson Ladd of Cryptography Services, NCC Group for discovering this issue. (CVE-2014-3512) [Steve Henson] *) A flaw in the OpenSSL SSL/TLS server code causes the server to negotiate TLS 1.0 instead of higher protocol versions when the ClientHello message is badly fragmented. This allows a man-in-the-middle attacker to force a downgrade to TLS 1.0 even if both the server and the client support a higher protocol version, by modifying the client's TLS records. Thanks to David Benjamin and Adam Langley (Google) for discovering and researching this issue. (CVE-2014-3511) [David Benjamin] *) OpenSSL DTLS clients enabling anonymous (EC)DH ciphersuites are = subject to a denial of service attack. A malicious server can crash the client with a null pointer dereference (read) by specifying an anonymous (EC)DH ciphersuite and sending carefully crafted handshake messages. Thanks to Felix Grvbert (Google) for discovering and researching this issue. (CVE-2014-3510) [Emilia K=E4=B3=B0er] *) By sending carefully crafted DTLS packets an attacker could cause openssl to leak memory. This can be exploited through a Denial of Service attack. Thanks to Adam Langley for discovering and researching this issue. (CVE-2014-3507) [Adam Langley] *) An attacker can force openssl to consume large amounts of memory = whilst processing DTLS handshake messages. This can be exploited through a Denial of Service attack. Thanks to Adam Langley for discovering and researching this issue. (CVE-2014-3506) [Adam Langley] *) An attacker can force an error condition which causes openssl to crash whilst processing DTLS packets due to memory being freed twice. This can be exploited through a Denial of Service attack. Thanks to Adam Langley and Wan-Teh Chang for discovering and researching this issue. (CVE-2014-3505) [Adam Langley] *) If a multithreaded client connects to a malicious server using a resumed session and the server sends an ec point format extension it could write up to 255 bytes to freed memory. Thanks to Gabor Tyukasz (LogMeIn Inc) for discovering and researching this issue. (CVE-2014-3509) [Gabor Tyukasz] *) A malicious server can crash an OpenSSL client with a null pointer dereference (read) by specifying an SRP ciphersuite even though it was not properly negotiated with the client. This can be exploited through a Denial of Service attack. Thanks to Joonas Kuorilehto and Riku Hietam=E4=AB=A9 (Codenomicon) for discovering and researching this issue. (CVE-2014-5139) [Steve Henson] *) A flaw in OBJ_obj2txt may cause pretty printing functions such as X509_name_oneline, X509_name_print_ex et al. to leak some information from the stack. Applications may be affected if they echo pretty printing output to the attacker. Thanks to Ivan Fratric (Google) for discovering this issue. (CVE-2014-3508) [Emilia K=E4=B3=B0er, and Steve Henson] *) Fix ec_GFp_simple_points_make_affine (thus, EC_POINTs_mul etc.) for corner cases. (Certain input points at infinity could lead to bogus results, with non-infinity inputs mapped to infinity too.) [Bodo Moeller] To generate a diff of this commit: cvs rdiff -u -r1.194 -r1.195 pkgsrc/security/openssl/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/security/openssl/PLIST.common cvs rdiff -u -r1.107 -r1.108 pkgsrc/security/openssl/distinfo
-rw-r--r--security/openssl/Makefile4
-rw-r--r--security/openssl/PLIST.common3
-rw-r--r--security/openssl/distinfo8
3 files changed, 8 insertions, 7 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index 5198e08355a..a4241d38c3c 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.193 2014/06/05 12:16:06 wiz Exp $
+# $NetBSD: Makefile,v 1.193.2.1 2014/08/09 20:43:14 spz Exp $
-DISTNAME= openssl-1.0.1h
+DISTNAME= openssl-1.0.1i
MASTER_SITES= http://ftp.openssl.org/source/
SVR4_PKGNAME= ossl
CATEGORIES= security
diff --git a/security/openssl/PLIST.common b/security/openssl/PLIST.common
index 83d63d967af..628080ab3bd 100644
--- a/security/openssl/PLIST.common
+++ b/security/openssl/PLIST.common
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.common,v 1.18 2013/02/06 21:40:33 jperkin Exp $
+@comment $NetBSD: PLIST.common,v 1.18.12.1 2014/08/09 20:43:14 spz Exp $
bin/c_rehash
bin/openssl
include/openssl/aes.h
@@ -967,6 +967,7 @@ man/man3/SSL_CTX_set_session_cache_mode.3
man/man3/SSL_CTX_set_session_id_context.3
man/man3/SSL_CTX_set_ssl_version.3
man/man3/SSL_CTX_set_timeout.3
+man/man3/SSL_CTX_set_tlsext_ticket_key_cb.3
man/man3/SSL_CTX_set_tmp_dh.3
man/man3/SSL_CTX_set_tmp_dh_callback.3
man/man3/SSL_CTX_set_tmp_rsa.3
diff --git a/security/openssl/distinfo b/security/openssl/distinfo
index 462dcaf7afc..c3aa13e6849 100644
--- a/security/openssl/distinfo
+++ b/security/openssl/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.107 2014/06/05 12:16:06 wiz Exp $
+$NetBSD: distinfo,v 1.107.2.1 2014/08/09 20:43:14 spz Exp $
-SHA1 (openssl-1.0.1h.tar.gz) = b2239599c8bf8f7fc48590a55205c26abe560bf8
-RMD160 (openssl-1.0.1h.tar.gz) = aeb1e0f41074d499d5411510fd645455730ed05e
-Size (openssl-1.0.1h.tar.gz) = 4475692 bytes
+SHA1 (openssl-1.0.1i.tar.gz) = 74eed314fa2c93006df8d26cd9fc630a101abd76
+RMD160 (openssl-1.0.1i.tar.gz) = aa566f80f79aec8edb07fd61d917f62052a73155
+Size (openssl-1.0.1i.tar.gz) = 4422117 bytes
SHA1 (patch-Configure) = f8b8b3ecfa9d23530d13f8f93582db857f772fc4
SHA1 (patch-Makefile.org) = be55df602286c7f0265a8c5c3d8edaea13b1d966
SHA1 (patch-Makefile.shared) = 709283ba4bb4bd568e289fe111b8dea319968328