diff options
author | roam <roam@FreeBSD.org> | 2004-12-30 22:22:10 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2004-12-30 22:22:10 +0800 |
commit | 5c210b9048a1e7f93d387388e5b812c65d7bd6be (patch) | |
tree | 991e67c71a0ecc7cd9272e1349d1896b95cb1950 /security/stunnel/Makefile | |
parent | 318131ad8c65045983899077e9ec3e093a25fa55 (diff) | |
download | freebsd-ports-gnome-5c210b9048a1e7f93d387388e5b812c65d7bd6be.tar.gz freebsd-ports-gnome-5c210b9048a1e7f93d387388e5b812c65d7bd6be.tar.zst freebsd-ports-gnome-5c210b9048a1e7f93d387388e5b812c65d7bd6be.zip |
Fix a getnameinfo() out-of-memory error caused by passing a 20-character
buffer to hold a numeric IPv4/v6 address. Of course, IPv6 addresses may
be a bit longer than 20 characters :)
A-ha! moment during: discussion with the stunnel author
Diffstat (limited to 'security/stunnel/Makefile')
-rw-r--r-- | security/stunnel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index c11091df467b..26c91fff863f 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -7,6 +7,7 @@ PORTNAME= stunnel PORTVERSION= 4.06 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.stunnel.org/download/stunnel/src/ \ ftp://stunnel.mirt.net/stunnel/OBSOLETE/ \ |