notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
sniproxy Proxy that routes based on TLS server name extension
0.6.1_1 net on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.6.1Version of this port present on the latest quarterly branch.
Maintainer: krion@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2018-04-22 15:25:57
Last Update: 2024-03-03 09:26:48
Commit Hash: 4ea53ae
People watching this port, also watch:: cytoscape, openjdk8, tmux, xen-kernel, python311
License: BSD2CLAUSE
WWW:
https://github.com/dlundquist/sniproxy
Description:
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (8 items)
Collapse this list.
  1. share/man/man5/sniproxy.conf.5.gz
  2. share/man/man8/sniproxy.8.gz
  3. sbin/sniproxy
  4. @sample etc/sniproxy.conf.sample
  5. @ldconfig
  6. /usr/local/share/licenses/sniproxy-0.6.1_1/catalog.mk
  7. /usr/local/share/licenses/sniproxy-0.6.1_1/LICENSE
  8. /usr/local/share/licenses/sniproxy-0.6.1_1/BSD2CLAUSE
Collapse this list.
Dependency lines:
  • sniproxy>0:net/sniproxy
To install the port:
cd /usr/ports/net/sniproxy/ && make install clean
To add the package, run one of these commands:
  • pkg install net/sniproxy
  • pkg install sniproxy
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: sniproxy
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1680098921 SHA256 (dlundquist-sniproxy-0.6.1_GH0.tar.gz) = 6a06d12bedcbd5295a2c75d60a9df1cfde9e26efa31f44a34979b5cb8fb0bc1a SIZE (dlundquist-sniproxy-0.6.1_GH0.tar.gz) = 78939

Packages (timestamps in pop-ups are UTC):
sniproxy
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.6.1_10.6.1_10.6.0_20.6.1_10.6.1_1-0.6.0_2-
FreeBSD:13:quarterly0.6.10.6.10.6.10.6.10.6.1_10.6.10.6.10.6.1
FreeBSD:14:latest0.6.1_10.6.1_10.6.0_40.6.1_10.6.1_10.6.1-0.6.1
FreeBSD:14:quarterly0.6.10.6.1_1-0.6.10.6.1_10.6.10.6.10.6.1
FreeBSD:15:latest0.6.1_10.6.1_1n/a0.6.1n/a0.6.10.6.10.6.1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gettext-runtime>=0.22_1 : devel/gettext-runtime
  2. msgfmt : devel/gettext-tools
  3. pkgconf>=1.3.0_1 : devel/pkgconf
  4. autoconf>=2.71 : devel/autoconf
  5. automake>=1.16.5 : devel/automake
Library dependencies:
  1. libev.so : devel/libev
  2. libpcre.so : devel/pcre
  3. libudns.so : dns/udns
  4. libintl.so : devel/gettext-runtime
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
net_sniproxy
USES:
autoreconf:build gettext pkgconfig
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/dlundquist/sniproxy/tar.gz/0.6.1?dummy=/
Collapse this list.

Number of commits found: 15

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.6.1_1
03 Mar 2024 09:26:48
commit hash: 4ea53aeb82e2d4743efbc4d497f324ea795285becommit hash: 4ea53aeb82e2d4743efbc4d497f324ea795285becommit hash: 4ea53aeb82e2d4743efbc4d497f324ea795285becommit hash: 4ea53aeb82e2d4743efbc4d497f324ea795285be files touched by this commit
Kirill Ponomarev (krion) search for other commits by this committer
net/sniproxy: Move man pages to share/man
0.6.1
29 Mar 2023 14:08:53
commit hash: 63e845e78cbf4accc71b71fc2e2c6953c014fa2fcommit hash: 63e845e78cbf4accc71b71fc2e2c6953c014fa2fcommit hash: 63e845e78cbf4accc71b71fc2e2c6953c014fa2fcommit hash: 63e845e78cbf4accc71b71fc2e2c6953c014fa2f files touched by this commit
Kirill Ponomarev (krion) search for other commits by this committer
net/sniproxy: Update to 0.6.1
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
0.6.0_4
31 Jul 2022 06:19:55
commit hash: 815b3d6b19d6e30acb26f4dd5cf07ce4da00f032commit hash: 815b3d6b19d6e30acb26f4dd5cf07ce4da00f032commit hash: 815b3d6b19d6e30acb26f4dd5cf07ce4da00f032commit hash: 815b3d6b19d6e30acb26f4dd5cf07ce4da00f032 files touched by this commit
Kirill Ponomarev (krion) search for other commits by this committer
net/sniproxy: Add REQUIRE: DAEMON

Reported by:	Karl Jeacle <karl  at  jeacle#ie>
0.6.0_3
28 Jun 2022 05:48:36
commit hash: d56968c63533d3c2d02834956155fe177758a842commit hash: d56968c63533d3c2d02834956155fe177758a842commit hash: d56968c63533d3c2d02834956155fe177758a842commit hash: d56968c63533d3c2d02834956155fe177758a842 files touched by this commit
Kirill Ponomarev (krion) search for other commits by this committer
net/sniproxy: Add missing provide
0.6.0_2
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
0.6.0_2
06 Apr 2021 14:31:13
commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
all: Remove all other $FreeBSD keywords.
0.6.0_2
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.6.0_2
22 Sep 2020 20:36:45
Revision:549632Original commit files touched by this commit
se search for other commits by this committer
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
Revision:548235Original commit files touched by this commit
krion search for other commits by this committer
Fix build on current.
0.6.0
14 Aug 2019 08:48:51
Revision:508903Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:486937Original commit files touched by this commit
krion search for other commits by this committer
Update to 0.6.0
0.5.0_1
24 Jul 2018 14:50:33
Revision:475258Original commit files touched by this commit
krion search for other commits by this committer
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
Revision:468034Original commit files touched by this commit
krion search for other commits by this committer
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

Number of commits found: 15