diff options
author | roam <roam@FreeBSD.org> | 2003-05-01 00:28:37 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2003-05-01 00:28:37 +0800 |
commit | c535f83957b5e131225a91d3241dfc0de646b4b9 (patch) | |
tree | 221b60801aeabcb98da8c5f484beef639164dac4 /security/stunnel/Makefile | |
parent | 87bb1590647bdc9fcde5b71f8d8a735e99c3f9d1 (diff) | |
download | freebsd-ports-gnome-c535f83957b5e131225a91d3241dfc0de646b4b9.tar.gz freebsd-ports-gnome-c535f83957b5e131225a91d3241dfc0de646b4b9.tar.zst freebsd-ports-gnome-c535f83957b5e131225a91d3241dfc0de646b4b9.zip |
Brian Hatch updated his RSA blinding patch to only apply
the blinding when really needed. However, the name of
the patch file was not changed, which may confuse FreeBSD
distfile mirrors. So, host the patch file in my local
FreeBSD cluster space, changing the file's name.
Reported by: Dan Langille <dan@langille.org>
Diffstat (limited to 'security/stunnel/Makefile')
-rw-r--r-- | security/stunnel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index 6a8c49e42ec7..2acc341cb334 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -7,7 +7,7 @@ PORTNAME= stunnel PORTVERSION= 4.04 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.stunnel.org/download/stunnel/src/ \ ftp://stunnel.mirt.net/stunnel/ \ @@ -17,8 +17,8 @@ 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/ +PATCHFILES= blinding-4.x_bri-rev2.patch +PATCH_SITES= http://people.FreeBSD.org/~roam/ports/patches/security/stunnel/ PATCH_DIST_STRIP= -p1 USE_OPENSSL= YES |