aboutsummaryrefslogtreecommitdiff
path: root/security/openssl-beta
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-08-10 08:30:39 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-08-10 08:30:39 +0000
commit183c3e7862cbf4de2d3aa6f3965977e10c5d01ca (patch)
tree937d1136027b1df8bbc4a627304bf7222aacc6f0 /security/openssl-beta
parentc24050f0b59a5cf30f4f92fd57188582c1495072 (diff)
downloadports-183c3e7862cbf4de2d3aa6f3965977e10c5d01ca.tar.gz
ports-183c3e7862cbf4de2d3aa6f3965977e10c5d01ca.zip
Notes
Diffstat (limited to 'security/openssl-beta')
-rw-r--r--security/openssl-beta/Makefile3
-rw-r--r--security/openssl-beta/distinfo2
-rw-r--r--security/openssl-beta/files/patch-asn1_lib.c11
3 files changed, 2 insertions, 14 deletions
diff --git a/security/openssl-beta/Makefile b/security/openssl-beta/Makefile
index 4e3bdfebf782..175444a02ffc 100644
--- a/security/openssl-beta/Makefile
+++ b/security/openssl-beta/Makefile
@@ -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/ \
diff --git a/security/openssl-beta/distinfo b/security/openssl-beta/distinfo
index def0e535b40f..26834a786e24 100644
--- a/security/openssl-beta/distinfo
+++ b/security/openssl-beta/distinfo
@@ -1 +1 @@
-MD5 (openssl-0.9.6e.tar.gz) = 2f57a28e6a2468c488d49bb4dd31f24a
+MD5 (openssl-0.9.6g.tar.gz) = 515ed54165a55df83f4eb4e4e9078d3f
diff --git a/security/openssl-beta/files/patch-asn1_lib.c b/security/openssl-beta/files/patch-asn1_lib.c
deleted file mode 100644
index ec5b10e43ee1..000000000000
--- a/security/openssl-beta/files/patch-asn1_lib.c
+++ /dev/null
@@ -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