Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.6.1_1 03 Mar 2024 09:26:48
    |
Kirill Ponomarev (krion)  |
net/sniproxy: Move man pages to share/man |
0.6.1 29 Mar 2023 14:08:53
    |
Kirill Ponomarev (krion)  |
net/sniproxy: Update to 0.6.1 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.6.0_4 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.6.0_4 31 Jul 2022 06:19:55
    |
Kirill Ponomarev (krion)  |
net/sniproxy: Add REQUIRE: DAEMON
Reported by: Karl Jeacle <karl at jeacle#ie> |
0.6.0_3 28 Jun 2022 05:48:36
    |
Kirill Ponomarev (krion)  |
net/sniproxy: Add missing provide |
0.6.0_2 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.6.0_2 06 Apr 2021 14:31:13
    |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
0.6.0_2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.6.0_2 22 Sep 2020 20:36:45
  |
se  |
Fix build with -fno-common and remove the now osbolete -fcommon option.
While here fix 2 white-space issues reported by portlint.
Approved by: krion (maintainer) |
0.6.0_1 11 Sep 2020 10:26:55
  |
krion  |
Fix build on current. |
0.6.0 14 Aug 2019 08:48:51
  |
mat  |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
0.6.0 08 Dec 2018 10:20:18
  |
krion  |
Update to 0.6.0 |
0.5.0_1 24 Jul 2018 14:50:33
  |
krion  |
Utilize SOCK_NONBLOCK instead of O_NONBLOCK
Fix startup script
PR: 230001
Submitted by: david@dcrosstech.com |
0.5.0 22 Apr 2018 15:25:48
  |
krion  |
SNIproxy - Proxies incoming HTTP and TLS connections based on the
hostname contained in the initial request of the TCP session. This
enables HTTPS name-based virtual hosting to separate backend servers
without installing the private key on the proxy machine.
Features:
Name-based proxying of HTTPS without decrypting traffic. No keys or
certificates required.
Supports both TLS and HTTP protocols.
Supports IPv4, IPv6 and Unix domain sockets for both back end
servers and listeners.
Supports multiple listening sockets per instance.
Supports HAProxy proxy protocol to propagate original source address
to backend servers.
WWW: https://github.com/dlundquist/sniproxy |