1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

- update to 0.9.7g and 0.9.8a

This commit is contained in:
Dirk Meyer 2005-10-12 11:14:14 +00:00
parent a98fdc8490
commit 8d6d4cd04d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145093
4 changed files with 8 additions and 64 deletions

View File

@ -11,11 +11,11 @@ PORTVERSION= 0.9.8
PORTREVISION!= date -v-1d +%Y%m%d
.else
.if !defined(WITH_OPENSSL_BETA) && defined(WITH_OPENSSL_097)
PORTVERSION= 0.9.7g
PORTREVISION?= 1
PORTVERSION= 0.9.7h
PORTREVISION?= 0
.else
PORTVERSION= 0.9.8
PORTREVISION?= 2
PORTVERSION= 0.9.8a
PORTREVISION?= 0
.endif
.endif
CATEGORIES= security devel

View File

@ -1,4 +1,4 @@
MD5 (openssl-0.9.7g.tar.gz) = 991615f73338a571b6a1be7d74906934
SIZE (openssl-0.9.7g.tar.gz) = 3132217
MD5 (openssl-0.9.8.tar.gz) = 9da21071596a124acde6080552deac16
SIZE (openssl-0.9.8.tar.gz) = 3259550
MD5 (openssl-0.9.7h.tar.gz) = 8dc90a113eb8925795071fbe52b2932c
SIZE (openssl-0.9.7h.tar.gz) = 3287019
MD5 (openssl-0.9.8a.tar.gz) = 1d16c727c10185e4d694f87f5e424ee1
SIZE (openssl-0.9.8a.tar.gz) = 3271435

View File

@ -1,28 +0,0 @@
Index: crypto/openssl/ssl/s23_srvr.c
===================================================================
RCS file: /home/ncvs/src/crypto/openssl/ssl/s23_srvr.c,v
retrieving revision 1.7
diff -u -p -r1.7 s23_srvr.c
--- ssl/s23_srvr.c 28 Jan 2003 22:34:21 -0000 1.7
+++ ssl/s23_srvr.c 10 Oct 2005 16:39:19 -0000
@@ -268,9 +268,6 @@ int ssl23_get_client_hello(SSL *s)
int n=0,j;
int type=0;
int v[2];
-#ifndef OPENSSL_NO_RSA
- int use_sslv2_strong=0;
-#endif
if (s->state == SSL23_ST_SR_CLNT_HELLO_A)
{
@@ -519,9 +516,7 @@ int ssl23_get_client_hello(SSL *s)
}
s->state=SSL2_ST_GET_CLIENT_HELLO_A;
- if ((s->options & SSL_OP_MSIE_SSLV2_RSA_PADDING) ||
- use_sslv2_strong ||
- (s->options & SSL_OP_NO_TLSv1 && s->options & SSL_OP_NO_SSLv3))
+ if (s->options & SSL_OP_NO_TLSv1 && s->options & SSL_OP_NO_SSLv3)
s->s2->ssl2_rollback=0;
else
/* reject SSL 2.0 session if client supports SSL 3.0 or TLS 1.0

View File

@ -1,28 +0,0 @@
Index: crypto/openssl/ssl/s23_srvr.c
===================================================================
RCS file: /home/ncvs/src/crypto/openssl/ssl/s23_srvr.c,v
retrieving revision 1.7
diff -u -p -r1.7 s23_srvr.c
--- ssl/s23_srvr.c 28 Jan 2003 22:34:21 -0000 1.7
+++ ssl/s23_srvr.c 10 Oct 2005 16:39:19 -0000
@@ -268,9 +268,6 @@ int ssl23_get_client_hello(SSL *s)
int n=0,j;
int type=0;
int v[2];
-#ifndef OPENSSL_NO_RSA
- int use_sslv2_strong=0;
-#endif
if (s->state == SSL23_ST_SR_CLNT_HELLO_A)
{
@@ -519,9 +516,7 @@ int ssl23_get_client_hello(SSL *s)
}
s->state=SSL2_ST_GET_CLIENT_HELLO_A;
- if ((s->options & SSL_OP_MSIE_SSLV2_RSA_PADDING) ||
- use_sslv2_strong ||
- (s->options & SSL_OP_NO_TLSv1 && s->options & SSL_OP_NO_SSLv3))
+ if (s->options & SSL_OP_NO_TLSv1 && s->options & SSL_OP_NO_SSLv3)
s->s2->ssl2_rollback=0;
else
/* reject SSL 2.0 session if client supports SSL 3.0 or TLS 1.0