freebsd-ports/net/socks5/pkg-plist
Mikhail Teterin f9752c8ba0 A long-standing issue in the vendor's reimplementation of vsnprintf()
was not only inefficient (writing out to a file and then reading back!),
but also had a bug in its handling of va_args.

The most obvious ill-effect was the daemon crashing shortly after
start-up on amd64. The inefficientcy was less obvious, but still there
on all platforms.

Although log.c contained HAVE_VSNPRINTF ifdef-s, the configure script
does not check for the function's presence and never sets the define.

Add the -DHAVE_VSNPRINTF as a simple work-around... Bump PORTREVISION.

Approved by: maintainer

While here, ditch the ancient socks5.sh.sample in favor of the proper
USE_RC_SUBR script based on the maintainer-supplied code.
2007-04-16 04:26:28 +00:00

28 lines
841 B
Text

bin/socks5
bin/runsocks
bin/stopsocks
bin/rarchie
bin/rfinger
bin/rftp
bin/rping
bin/rtelnet
bin/rtraceroute
bin/rwhois
include/socks.h
lib/libsocks5.a
lib/libsocks5_sh.so
%%PORTDOCS%%%%EXAMPLESDIR%%/README
%%PORTDOCS%%%%EXAMPLESDIR%%/multiple_server.example
%%PORTDOCS%%%%EXAMPLESDIR%%/server_2_multiple_server.example
%%PORTDOCS%%%%EXAMPLESDIR%%/single_homed_host.example
%%PORTDOCS%%%%EXAMPLESDIR%%/socks5.conf.dualhomed
%%PORTDOCS%%%%EXAMPLESDIR%%/socks5.conf.gssapi
%%PORTDOCS%%%%EXAMPLESDIR%%/socks5.conf.multipleservers
%%PORTDOCS%%%%EXAMPLESDIR%%/socks5.conf.server2server
%%PORTDOCS%%%%EXAMPLESDIR%%/socks5.conf.singlehomed
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
%%PORTDOCS%%%%DOCSDIR%%/rfc1928.txt
%%PORTDOCS%%%%DOCSDIR%%/rfc1929.txt
%%PORTDOCS%%%%DOCSDIR%%/rfc1961.txt
%%PORTDOCS%%%%DOCSDIR%%/socks.faq
%%PORTDOCS%%@dirrm %%DOCSDIR%%