mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Security Update to: 0.9.6g
This commit is contained in:
parent
c24050f0b5
commit
183c3e7862
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64320
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= openssl
|
||||
PORTVERSION= 0.9.6e
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.9.6g
|
||||
CATEGORIES= security devel
|
||||
MASTER_SITES= http://www.openssl.org/source/ \
|
||||
ftp://ftp.openssl.org/source/ \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (openssl-0.9.6e.tar.gz) = 2f57a28e6a2468c488d49bb4dd31f24a
|
||||
MD5 (openssl-0.9.6g.tar.gz) = 515ed54165a55df83f4eb4e4e9078d3f
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- crypto/asn1/asn1_lib.c.orig Tue Jul 30 12:18:29 2002
|
||||
+++ crypto/asn1/asn1_lib.c Mon Aug 5 18:25:17 2002
|
||||
@@ -124,7 +124,7 @@
|
||||
(int)(omax+ *pp));
|
||||
|
||||
#endif
|
||||
- if (*plength > (omax - (*pp - p)))
|
||||
+ if (*plength > (omax - (p - *pp)))
|
||||
{
|
||||
ASN1err(ASN1_F_ASN1_GET_OBJECT,ASN1_R_TOO_LONG);
|
||||
/* Set this so that even if things are not long enough
|
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= openssl
|
||||
PORTVERSION= 0.9.6e
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.9.6g
|
||||
CATEGORIES= security devel
|
||||
MASTER_SITES= http://www.openssl.org/source/ \
|
||||
ftp://ftp.openssl.org/source/ \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (openssl-0.9.6e.tar.gz) = 2f57a28e6a2468c488d49bb4dd31f24a
|
||||
MD5 (openssl-0.9.6g.tar.gz) = 515ed54165a55df83f4eb4e4e9078d3f
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- crypto/asn1/asn1_lib.c.orig Tue Jul 30 12:18:29 2002
|
||||
+++ crypto/asn1/asn1_lib.c Mon Aug 5 18:25:17 2002
|
||||
@@ -124,7 +124,7 @@
|
||||
(int)(omax+ *pp));
|
||||
|
||||
#endif
|
||||
- if (*plength > (omax - (*pp - p)))
|
||||
+ if (*plength > (omax - (p - *pp)))
|
||||
{
|
||||
ASN1err(ASN1_F_ASN1_GET_OBJECT,ASN1_R_TOO_LONG);
|
||||
/* Set this so that even if things are not long enough
|
Loading…
Reference in New Issue
Block a user