Path to this page:
./
net/dante,
BSD-licensed socks 4/5 proxy suite
Branch: CURRENT,
Version: 1.4.3,
Package name: dante-1.4.3,
Maintainer: pkgsrc-users Dante is a socks 4/5 proxy. It acts as a circuit-level firewall/proxy
that can be used to provide convenient and secure network connectivity to
a wide range of hosts while requiring only the server Dante runs on to have
external network connectivity. Once installed, Dante can in most cases be
made transparent to the clients while offering detailed access control and
logging facilities to the server administrator.
The Dante version provided via FTP is under a BSD/CMU-type license and
comes with complete source code, for your convenience and verification
availability.
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 1312.437 KB
Version history: (Expand)
- (2021-06-01) Updated to version: dante-1.4.3
- (2019-02-09) Updated to version: dante-1.4.2nb1
- (2017-02-12) Updated to version: dante-1.4.2
- (2015-09-14) Updated to version: dante-1.4.1
- (2012-06-11) Package has been reborn
- (2012-06-11) Package deleted from pkgsrc
CVS history: (Expand)
2023-06-26 11:20:59 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
dante: SunOS needs libnsl.
|
2021-10-26 13:07:15 by Nia Alarie | Files touched by this commit (958) |
Log message:
net: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Not committed (merge conflicts...):
net/radsecproxy/distinfo
The following distfiles could not be fetched (fetched conditionally?):
./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch
|
2021-10-07 16:43:07 by Nia Alarie | Files touched by this commit (962) |
Log message:
net: Remove SHA1 hashes for distfiles
|
2021-06-01 09:42:08 by Adam Ciarcinski | Files touched by this commit (5) | |
Log message:
dante: updated to 1.4.3
1.4.3:
Generic changes:
o RHEL8 build fix.
Server changes:
o LDAP module functionality expanded with support for PAC and LDAP based
authentication.
o Fix an error case where the Dante mother process would never
terminate a request process that failed handling a client due to
resource shortage, leading the request process to hang around idle
forever.
Will hopefully fix problem reported by ANON.
o Fix for BSD authentication ECHILD error on OpenBSD.
Client changes:
o Work around an issue where "logoutput: syslog" in the client
could create issues for the application being socksified.
o Added missing NULL argument check in Raccept().
|
2021-03-24 09:38:03 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
dante: fix buildling on Darwin (disable universal binaries)
|
2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981) |
Log message:
all: migrate homepages from http to https
pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
|
2019-11-03 12:45:59 by Roland Illig | Files touched by this commit (255) |
Log message:
net: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
|
2019-02-09 20:51:09 by Olaf Seibert | Files touched by this commit (4) |
Log message:
Use a bigger hammer to disable ssp for interposition.c.
cwrapper also adds -D__FORTIFY_SOURCE=2.
|