diff options
author | edwin <edwin@FreeBSD.org> | 2007-09-07 15:47:07 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-09-07 15:47:07 +0800 |
commit | 6daab9597f393dc486b91cf5897ffddeaada1f84 (patch) | |
tree | 2223dd1a2c50330358d58708c084d16bfdb1b01d /security/Makefile | |
parent | f8aac92ca651a57fe609d54a77a65770411f39c2 (diff) | |
download | freebsd-ports-gnome-6daab9597f393dc486b91cf5897ffddeaada1f84.tar.gz freebsd-ports-gnome-6daab9597f393dc486b91cf5897ffddeaada1f84.tar.zst freebsd-ports-gnome-6daab9597f393dc486b91cf5897ffddeaada1f84.zip |
new port: security/hamachi (supersedes ports/110850)
New port of Hamachi VPN, using Linux official binary and a
patch on tuncfg.c based on the official OSX release.
Hamachi is a software that eases the creation of secure
VPNs even between nodes that would not be able to connect
to each other (server-assisted connection can be established
from two NATted client, if at least one of the two NAT
associates the port to the client not checking remote host).
UPX port is required in order to decompress the linux binary
and avoid run-time dependency on /proc.
PR: ports/112982
Submitted by: Lapo Luchini <lapo@lapo.it>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 6f6940747851..88d790ba1373 100644 --- a/security/Makefile +++ b/security/Makefile @@ -179,6 +179,7 @@ SUBDIR += gwee SUBDIR += hackbot SUBDIR += hafiye + SUBDIR += hamachi SUBDIR += hashish SUBDIR += heimdal SUBDIR += hlfl |