diff options
author | roam <roam@FreeBSD.org> | 2005-11-03 19:51:10 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2005-11-03 19:51:10 +0800 |
commit | 13532d570e8814811994687f7dfb41351b3337ed (patch) | |
tree | 7a2024bdc953bd6df59ca900c9e15740dcc87617 /security/stunnel/Makefile | |
parent | 22512d887f5279ecaebab896a06f41eeb3cf00f2 (diff) | |
download | freebsd-ports-gnome-13532d570e8814811994687f7dfb41351b3337ed.tar.gz freebsd-ports-gnome-13532d570e8814811994687f7dfb41351b3337ed.tar.zst freebsd-ports-gnome-13532d570e8814811994687f7dfb41351b3337ed.zip |
Update to stunnel 4.14, which is mostly a bugfix release.
Besides what's in the PR, also revert the pidfile location change to
preserve POLA and hier(7).
PR: 88436
Submitted by: Vasil Dimov <vd@datamax.bg>
Diffstat (limited to 'security/stunnel/Makefile')
-rw-r--r-- | security/stunnel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index dc28cc1d8e5c..5216ddbfd81b 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= stunnel -PORTVERSION= 4.13 +PORTVERSION= 4.14 CATEGORIES= security MASTER_SITES= http://www.stunnel.org/download/stunnel/src/ \ ftp://stunnel.mirt.net/stunnel/ \ |