From 4d58518ba0bc203f3f11e569585088e8abb9e1f9 Mon Sep 17 00:00:00 2001 From: Peter Pentchev Date: Sun, 23 Mar 2003 10:35:14 +0000 Subject: 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 --- security/stunnel/Makefile | 5 +++++ security/stunnel/distinfo | 1 + 2 files changed, 6 insertions(+) (limited to 'security/stunnel') diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index 3344be049dbe..6a8c49e42ec7 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 230da994460b..fd21f100908f 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 -- cgit v1.2.3