diff options
author | roam <roam@FreeBSD.org> | 2005-05-12 19:36:41 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2005-05-12 19:36:41 +0800 |
commit | 07017793f948717b23a14d2cd34d489381be6864 (patch) | |
tree | e778b1fc53f401ba9e1a43db2700eb5a0f38a3bb /security/stunnel/Makefile | |
parent | 2c0486dde4bd4e3efc834a0c49265d9d0eadf3bb (diff) | |
download | freebsd-ports-gnome-07017793f948717b23a14d2cd34d489381be6864.tar.gz freebsd-ports-gnome-07017793f948717b23a14d2cd34d489381be6864.tar.zst freebsd-ports-gnome-07017793f948717b23a14d2cd34d489381be6864.zip |
Update to 4.10, fixing the execvp() and pid file issues while I'm here.
PR: 79114, 79120, 80143, 80405
Submitted by: Florian Hars <hars@bik-gmbh.de>,
Jim Hatfield <jim.hatfield@insignia.com>,
Vasil Dimov <vd@datamax.bg>,
Vsevolod Stakhov <vsevolod@highsecure.ru>
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 7330326347b9..69541c422f46 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= stunnel -PORTVERSION= 4.07 +PORTVERSION= 4.10 CATEGORIES= security MASTER_SITES= http://www.stunnel.org/download/stunnel/src/ \ ftp://stunnel.mirt.net/stunnel/OBSOLETE/ \ |