CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2016/05/20 23:31:39
Modified files:
net/ii : Makefile distinfo
net/ii/patches : patch-config_mk
net/ii/pkg : DESCR
Added files:
net/ii/patches : sslpatch-config_mk ucspipatch-config_mk
Log message:
add ucspi flavor to the IRC client net/ii. It makes the usage of
ii more flexible. Thus, it is possible to use ii with IPv6, libtls or a
socks proxy without applying much more patches from the upstream page.
This flavor uses ucspi for back-end connection instead of socked API
Eg/Usage:
1. Direct plain IRC connection
tcpclient irc.freenode.net 6667 ii
2. TLS encrypted connection
tcpclient irc.freenode.net 6697 tlsc ii
3. TLS connection in combination with a SOCKS proxy
tcpclient 127.0.0.1 1080 socks irc.freenode.net 6697 tlsc ii
The patch file itself is comes from upstream
(http://tools.suckless.org/ii/patches/)
Diff from Jan Klemkow <j.klemkow at wemelug ! de>, who is also the author of the
upstream patch. Thanks!