diff options
author | roam <roam@FreeBSD.org> | 2003-03-23 10:35:14 +0000 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2003-03-23 10:35:14 +0000 |
commit | f6c6cd815dd6107313687ec0288bae560fbd29ee (patch) | |
tree | 8445559faf29ba2b695dc9d14b169fe5e56626f3 /security/stunnel | |
parent | ee106e0e9e2ad4d3c31ad6c0d232007ca2c549e3 (diff) | |
download | FreeBSD-ports-f6c6cd815dd6107313687ec0288bae560fbd29ee.zip FreeBSD-ports-f6c6cd815dd6107313687ec0288bae560fbd29ee.tar.gz |
Add Brian Hatch's patch to enable RSA blinding on older OpenSSL versions.
Note: this patch is not needed for the 4.8-RELEASE ports tree, since
FreeBSD 4.8 will ship with a fixed OpenSSL version. However, this patch
SHOULD be applied by anyone running stunnel with a version of OpenSSL
older than 0.9.7a, as reported by the 'openssl version' command.
Submitted by: Brian Hatch <bri@stunnel.org>
Diffstat (limited to 'security/stunnel')
-rw-r--r-- | security/stunnel/Makefile | 5 | ||||
-rw-r--r-- | security/stunnel/distinfo | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index 3344be0..6a8c49e 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -7,6 +7,7 @@ PORTNAME= stunnel PORTVERSION= 4.04 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.stunnel.org/download/stunnel/src/ \ ftp://stunnel.mirt.net/stunnel/ \ @@ -16,6 +17,10 @@ MASTER_SITES= http://www.stunnel.org/download/stunnel/src/ \ MAINTAINER= roam@FreeBSD.org COMMENT= "SSL encryption wrapper for standard network daemons" +PATCHFILES= blinding-4.x_bri.patch +PATCH_SITES= http://www.stunnel.org/patches/patches/ +PATCH_DIST_STRIP= -p1 + USE_OPENSSL= YES USE_REINPLACE= YES diff --git a/security/stunnel/distinfo b/security/stunnel/distinfo index 230da99..fd21f10 100644 --- a/security/stunnel/distinfo +++ b/security/stunnel/distinfo @@ -1 +1,2 @@ MD5 (stunnel-4.04.tar.gz) = 2fcdf0311a0ab8a3223293c706a84e97 +MD5 (blinding-4.x_bri.patch) = 6cdf521ff4c96a48e8863635b78fa596 |