mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Security update to 1.0.0c
Security: http://openssl.org/news/secadv_20101202.txt Security: CVE-2010-4180
This commit is contained in:
parent
220a74e07d
commit
873ef5333e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265630
@ -7,8 +7,8 @@
|
||||
|
||||
PORTNAME= openssl
|
||||
PORTVERSION= 1.0.0
|
||||
DISTVERSION= 1.0.0b
|
||||
PORTREVISION= 3
|
||||
DISTVERSION= 1.0.0c
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= security devel
|
||||
MASTER_SITES= http://www.openssl.org/%SUBDIR%/ \
|
||||
ftp://ftp.openssl.org/%SUBDIR%/ \
|
||||
|
@ -1,10 +1,10 @@
|
||||
SHA256 (openssl-1.0.0b/openssl-1.0.0b.tar.gz) = 4e7b4e2fb33ee2d97c5e143561ab495dbbfc08f0a863e617a0c7adca19017331
|
||||
SIZE (openssl-1.0.0b/openssl-1.0.0b.tar.gz) = 4019360
|
||||
SHA256 (openssl-1.0.0b/abbreviated-renegotiation.patch) = ddbc0683461d364af25b3cd7481d73c6476bfcfb945b3b3c9883f72eabb6367f
|
||||
SIZE (openssl-1.0.0b/abbreviated-renegotiation.patch) = 6578
|
||||
SHA256 (openssl-1.0.0b/tls-extractor.patch) = bb1aa486327fd96f9d6b870f0a1ad2c83dd4c06a96284eb64dde3f833ba5e0d0
|
||||
SIZE (openssl-1.0.0b/tls-extractor.patch) = 1234
|
||||
SHA256 (openssl-1.0.0b/dtls-sctp-20.patch) = 3b451618b64d7dbc917942759c26cbc717be3077e9d73cb3c5bd12a82a132268
|
||||
SIZE (openssl-1.0.0b/dtls-sctp-20.patch) = 50812
|
||||
SHA256 (openssl-1.0.0b/dtls-heartbeats.patch) = c75dbb87d8afe9f3156993169880c14a1c58addf0cd9bf1e9a31cc14047559f2
|
||||
SIZE (openssl-1.0.0b/dtls-heartbeats.patch) = 14129
|
||||
SHA256 (openssl-1.0.0c/openssl-1.0.0c.tar.gz) = f731b36de3edaa361179ae6f449668b248a360e34e31e92902d976e9b9d604eb
|
||||
SIZE (openssl-1.0.0c/openssl-1.0.0c.tar.gz) = 4023056
|
||||
SHA256 (openssl-1.0.0c/abbreviated-renegotiation.patch) = ddbc0683461d364af25b3cd7481d73c6476bfcfb945b3b3c9883f72eabb6367f
|
||||
SIZE (openssl-1.0.0c/abbreviated-renegotiation.patch) = 6578
|
||||
SHA256 (openssl-1.0.0c/tls-extractor.patch) = bb1aa486327fd96f9d6b870f0a1ad2c83dd4c06a96284eb64dde3f833ba5e0d0
|
||||
SIZE (openssl-1.0.0c/tls-extractor.patch) = 1234
|
||||
SHA256 (openssl-1.0.0c/dtls-sctp-20.patch) = 3b451618b64d7dbc917942759c26cbc717be3077e9d73cb3c5bd12a82a132268
|
||||
SIZE (openssl-1.0.0c/dtls-sctp-20.patch) = 50812
|
||||
SHA256 (openssl-1.0.0c/dtls-heartbeats.patch) = c75dbb87d8afe9f3156993169880c14a1c58addf0cd9bf1e9a31cc14047559f2
|
||||
SIZE (openssl-1.0.0c/dtls-heartbeats.patch) = 14129
|
||||
|
@ -1,16 +0,0 @@
|
||||
Index: openssl/ssl/t1_lib.c
|
||||
RCS File: /v/openssl/cvs/openssl/ssl/t1_lib.c,v
|
||||
rcsdiff -q -kk '-r1.64.2.15' '-r1.64.2.16' -u '/v/openssl/cvs/openssl/ssl/t1_lib.c,v' 2>/dev/null
|
||||
--- ssl/t1_lib.c 2010/11/16 13:26:24 1.64.2.15
|
||||
+++ ssl/t1_lib.c 2010/11/16 22:41:07 1.64.2.16
|
||||
@@ -779,8 +779,8 @@
|
||||
{
|
||||
if(s->session->tlsext_ecpointformatlist)
|
||||
{
|
||||
- *al = TLS1_AD_DECODE_ERROR;
|
||||
- return 0;
|
||||
+ OPENSSL_free(s->session->tlsext_ecpointformatlist);
|
||||
+ s->session->tlsext_ecpointformatlist = NULL;
|
||||
}
|
||||
s->session->tlsext_ecpointformatlist_length = 0;
|
||||
if ((s->session->tlsext_ecpointformatlist = OPENSSL_malloc(ecpointformatlist_length)) == NULL)
|
Loading…
Reference in New Issue
Block a user