Summary: | new port: net/tcpproxy, a simple tcp connection proxy for ipv4 and ipv6 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | alex | ||||
Component: | Individual Port(s) | Assignee: | Dennis Herrmann <dhn> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
alex
2011-04-01 13:20:09 UTC
Responsible Changed From-To: freebsd-ports-bugs->dhn I'll take it. dhn 2011-04-03 11:22:54 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/tcpproxy Makefile distinfo pkg-descr net/tcpproxy/files tcpproxy.in Log: tcpproxy is a simple tcp connection proxy which combines the features of rinetd and 6tunnel. tcpproxy supports IPv4 and IPv6 and also supports connections from IPv6 to IPv4 endpoints and vice versa. WWW: http://www.spreadspace.org/tcpproxy/ PR: ports/156108 Submitted by: Alexander Hausner <alex@hugo.bmg.gv.at> Revision Changes Path 1.2329 +1 -0 ports/net/Makefile 1.1 +38 -0 ports/net/tcpproxy/Makefile (new) 1.1 +2 -0 ports/net/tcpproxy/distinfo (new) 1.1 +31 -0 ports/net/tcpproxy/files/tcpproxy.in (new) 1.1 +5 -0 ports/net/tcpproxy/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" dhn 2011-04-03 11:22:59 UTC FreeBSD ports repository Modified files: . GIDs UIDs Log: - Add _tcpproxy for new port net/tcpproxy PR: ports/156108 Submitted by: Alexander Hausner <alex@hugo.bmg.gv.at> Revision Changes Path 1.132 +2 -1 ports/GIDs 1.146 +2 -1 ports/UIDs _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed, with minor changes. Thanks! |