diff options
author | kris <kris@FreeBSD.org> | 2000-12-20 13:56:08 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-12-20 13:56:08 +0800 |
commit | ad6724068639f098d230de0a0be2c45a8e0aafef (patch) | |
tree | 467fc118289b6e6b6ab9930fe0e67caa260a7b83 /security/stunnel/Makefile | |
parent | 901d3ca3cf29647819d9bf4568bd121648172b01 (diff) | |
download | freebsd-ports-gnome-ad6724068639f098d230de0a0be2c45a8e0aafef.tar.gz freebsd-ports-gnome-ad6724068639f098d230de0a0be2c45a8e0aafef.tar.zst freebsd-ports-gnome-ad6724068639f098d230de0a0be2c45a8e0aafef.zip |
Upgrade to stunnel 3.9 to fix security vulnerabilities.
Diffstat (limited to 'security/stunnel/Makefile')
-rw-r--r-- | security/stunnel/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index 0061ad465abe..a68cf39dac40 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -6,14 +6,12 @@ # PORTNAME= stunnel -PORTVERSION= 3.8.4 +PORTVERSION= 3.9 CATEGORIES= security MASTER_SITES= http://www.stunnel.org/download/stunnel/src/ \ ftp://opensores.thebunker.net/pub/mirrors/stunnel/ \ ftp://mike.daewoo.com.pl/pub/stunnel/ \ ftp://ftp.cryptoarchive.net/pub/cryptoarchive/mirrors/opensores.thebunker.net/pub/mirrors/stunnel/ -DISTNAME= ${PORTNAME}-3.8p4 -EXTRACT_SUFX= .tgz MAINTAINER= martti.kuparinen@ericsson.com |