Path to this page:
./
net/sniproxy,
Proxy that routes based on TLS server name extension
Branch: CURRENT,
Version: 0.6.1,
Package name: sniproxy-0.6.1,
Maintainer: wiediProxies incoming HTTP and TLS connections based on the hostname
contained in the initial request. This enables HTTPS name-based virtual
hosting to separate backend servers without installing the private key
on the proxy machine.
Required to run:[
devel/pcre] [
net/udns] [
devel/libev]
Required to build:[
devel/gettext-m4] [
pkgtools/cwrappers]
Master sites:
Filesize: 77.089 KB
Version history: (Expand)
- (2023-05-11) Updated to version: sniproxy-0.6.1
- (2019-01-12) Updated to version: sniproxy-0.6.0nb1
- (2019-01-08) Updated to version: sniproxy-0.6.0
- (2017-05-09) Updated to version: sniproxy-0.5.0
- (2015-06-05) Updated to version: sniproxy-0.4.0
- (2014-10-21) Updated to version: sniproxy-0.3.6
CVS history: (Expand)
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2023-05-11 07:14:00 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 0.6.1. From the changelog:
* Fix buffer overflow in address module
* Fix tests
|
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
|
2019-01-12 00:09:54 by Amitai Schleier | Files touched by this commit (7) |
Log message:
Support PKG_SYSCONFDIR and VARBASE. Add SNIPROXY_{USER,GROUP}, both
defaulting to "sniproxy." Add rc.d script. Bump PKGREVISION.
|
2019-01-08 15:41:17 by Sebastian Wiedenroth | Files touched by this commit (3) | |
Log message:
sniproxy: update to 0.6.0
2018-12-05 Dustin Lundquist <dustin@null-ptr.net>
0.6.0 Release
* PROXY v1 protocol support
* SO_REUSEPORT support on Linux 3.9 and later
* Listener ipv6_only directive to accept only IPv6 connections
* TCP keepalive
|
2018-04-18 21:34:11 by Kamil Rytarowski | Files touched by this commit (2) |
Log message:
sniproxy: Improve distinfo
Reuse the GitHub framework and stop using plain ${PKGVERSION_NOREV}.zip for
distfile name.
No functional change intended.
|
2017-05-09 16:17:07 by Sebastian Wiedenroth | Files touched by this commit (3) |
Log message:
Update sniproxy to 0.5.0
2017-04-26 Dustin Lundquist <dustin@null-ptr.net>
0.5.0 Release
* Transparent proxy support
* Use accept4() on Linix
* Run as group specified in config
|