Age | Commit message (Collapse) | Author | Files | Lines |
|
Problems found with existing digests:
Package haproxy distfile haproxy-1.5.14.tar.gz
159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded]
da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated]
Problems found locating distfiles:
Package bsddip: missing distfile bsddip-1.02.tar.Z
Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz
Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2
Package djbdns: missing distfile djbdns-cachestats.patch
Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch
Package gated: missing distfile gated-3-5-11.tar.gz
Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz
Package poink: missing distfile poink-1.6.tar.gz
Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz
Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch
Package waste: missing distfile waste-source.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
|
|
|
|
|
|
|
|
|
MAKE_JOBS=2 and worked without.
|
|
|
|
|
|
anyway) utility.
|
|
This change lets, e.g. tnftp work when using tsocks. From soda@ in
PR pkg/30921. Bump PKGREVISION to 2.
|
|
need them, for example RESTRICTED and SUBST_MESSAGE.*.
|
|
Detect poll correctly on DragonFly.
|
|
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
|
|
|
|
packages - specially of packages that I haven't touched for a long
while or those that other people can handle better than me.
|
|
this is a major rewrite
changes:
-much more flexible debug logging
-support for non blocking sockets
-addition of the tsocks shell script
-TSOCKS_CONF_FILE environment variable
-pkg changes:
-libtoolized
-changed redefinition of the crt0 _init into a __constructor__ attribute,
to avoid link errors
with jmmv's blessing
|
|
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
|
|
|
ok jmmv@
|
|
|
|
|
|
|
|
tsocks allows non SOCKS aware applications (e.g telnet, ssh, ftp etc) to use
SOCKS without any modification. It does this by intercepting the calls that
applications make to establish network connections and negotating them through
a SOCKS server as necessary.
tsocks is based on the 'shared library interceptor' concept. Through use of
the LD_PRELOAD environment variable, tsocks is automatically loaded into the
process space of every executed program.
|