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 on branch 2022Q3
sslh SSL/SSH multiplexer
1.22c_2 net on this many watch lists=3 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 1.22c_1Version of this port present on the latest quarterly branch.
Maintainer: olivier@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2010-04-02 13:07:05
Last Update: 2024-01-21 20:48:08
Commit Hash: 66a3a65
People watching this port, also watch:: haproxy-devel, check_ssl_cert, ncftp, smartmontools, virtualbox-ose-kmod
License: GPLv2
WWW:
https://www.rutschle.net/tech/sslh.shtml
Description:
sslh accepts connections on specified ports, and forwards them further based on tests performed on the first data packet sent by the remote client. Probes for HTTP, TLS/SSL (including SNI and ALPN), SSH, OpenVPN, tinc, XMPP, SOCKS5, are implemented, and any other protocol that can be tested using a regular expression, can be recognised. A typical use case is to allow serving several services on port 443 (e.g. to connect to SSH from inside a corporate firewall, which almost never block port 443) while still serving HTTPS on that port. Hence sslh acts as a protocol demultiplexer, or a switchboard. With the SNI and ALPN probe, it makes a good front-end to a virtual host farm hosted behind a single IP address. sslh has the bells and whistles expected from a mature daemon: privilege and capabilities dropping, inetd support, systemd support, transparent proxying, chroot, logging, IPv4 and IPv6, TCP and UDP, a fork-based and a select-based model, and more.
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 (7 items)
Collapse this list.
  1. sbin/sslh-fork
  2. sbin/sslh-select
  3. @sample etc/sslh.conf.sample
  4. share/man/man8/sslh.8.gz
  5. /usr/local/share/licenses/sslh-1.22c_2/catalog.mk
  6. /usr/local/share/licenses/sslh-1.22c_2/LICENSE
  7. /usr/local/share/licenses/sslh-1.22c_2/GPLv2
Collapse this list.
Dependency lines:
  • sslh>0:net/sslh
To install the port:
cd /usr/ports/net/sslh/ && make install clean
To add the package, run one of these commands:
  • pkg install net/sslh
  • pkg install sslh
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: sslh
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1641747765 SHA256 (yrutschle-sslh-v1.22c_GH0.tar.gz) = ec5f6998f90b2849d113f2617db7ceca5281fbe4ef55fcd185789d390c09eb04 SIZE (yrutschle-sslh-v1.22c_GH0.tar.gz) = 146954

Packages (timestamps in pop-ups are UTC):
sslh
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.22c_21.22c_21.21c1.22c_21.22c_2-1.21c-
FreeBSD:13:quarterly1.22c_11.22c_11.22c_11.22c_11.22c_11.22c_11.22c_11.22c_1
FreeBSD:14:latest1.22c_21.22c_21.22c_11.22c_21.22c_21.22c_1-1.22c_1
FreeBSD:14:quarterly1.22c_11.22c_1-1.22c_11.22c_11.22c_11.22c_11.22c_1
FreeBSD:15:latest1.22c_21.22c_2n/a1.22c_2n/a1.22c_21.22c_21.22c_2
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. gmake>=4.3 : devel/gmake
Library dependencies:
  1. libconfig.so : devel/libconfig
  2. libpcre2-8.so : devel/pcre2
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for sslh-1.22c_2: EXAMPLES=on: Build and/or install examples LIBWRAP=on: TCP wrapper support ===> Use 'make config' to modify these settings
Options name:
net_sslh
USES:
gmake
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/yrutschle/sslh/tar.gz/v1.22c?dummy=/
Collapse this list.

There are no commits on branch 2022Q3 for this port