mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
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>
This commit is contained in:
parent
7a68b67200
commit
4d58518ba0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77244
@ -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
|
||||
|
||||
|
@ -1 +1,2 @@
|
||||
MD5 (stunnel-4.04.tar.gz) = 2fcdf0311a0ab8a3223293c706a84e97
|
||||
MD5 (blinding-4.x_bri.patch) = 6cdf521ff4c96a48e8863635b78fa596
|
||||
|
Loading…
Reference in New Issue
Block a user