Port details |
- sslh SSL/SSH multiplexer
- 2.1.2 net =5 2.1.2Version of this port present on the latest quarterly branch.
- Maintainer: olivier@FreeBSD.org
- Port Added: 2010-04-02 13:07:05
- Last Update: 2024-05-27 21:11:30
- Commit Hash: 0503253
- People watching this port, also watch:: dnstracer, net-snmp, check_ssl_cert, virtualbox-ose-kmod, haproxy
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- 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 = 1716822781
SHA256 (yrutschle-sslh-v2.1.2_GH0.tar.gz) = 7ffafaffbc006bb9d9af4015a10f15982ed182ea2a454a917bdbeb5f04e27a90
SIZE (yrutschle-sslh-v2.1.2_GH0.tar.gz) = 214091
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- Library dependencies:
-
- libconfig.so : devel/libconfig
- libpcre2-8.so : devel/pcre2
- libev.so : devel/libev
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for sslh-2.1.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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.1.2 27 May 2024 21:11:30 |
Olivier Cochard (olivier) |
net/sslh: update to 2.1.2
PR: 279309 |
1.22c_2 21 Jan 2024 20:48:08 |
Muhammad Moinur Rahman (bofh) |
net/sslh: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
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) |
1.22c_1 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 ) |
1.22c_1 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
1.22c_1 26 Jan 2022 07:46:25 |
Marius Strobl (marius) |
devel/libconfig: update to 1.7.3
- Chase shared library bump across dependant ports.
- Fetch releases rather than tags from GitHub. [1]
- Properly depend on makeinfo, adding an INFO knob.
- Refresh pkg-descr and COMMENT accordingly.
PR: 261062
Reported by: dizzy [1]
Approved by: maintainer timeout |
1.22c 26 Jan 2022 07:36:39 |
Marius Strobl (marius) |
net/sslh: update to 1.22c
Most notably, sslh now supports UDP and, thus, QUIC and Teamspeak.
For the release announcement see:
https://lists.rutschle.net/mailman/archives/sslh/2021-August/000744.html
While at it:
- Give the sample configuration file @sample treatment.
- Install all remaining example configuration files as EXAMPLES.
- Make the EXAMPLES knob actually work as intended by not installing
corresponding files when it's off.
- Refresh pkg-descr.
PR: 261067
Approved by: maintainer timeout |
1.21c 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
1.21c 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.21c 03 Aug 2020 23:05:27 |
olivier |
Update to 1.21c
Reported by: portscout |
1.21b 24 Jul 2020 06:20:33 |
olivier |
Update to 1.21b |
1.20 24 Aug 2019 21:05:14 |
olivier |
Update to 1.20
PR: 239886
Submitted by: Artyom Davidov <ard_1@mail.ru> |
1.19c_1 18 Aug 2018 20:43:01 |
sunpoet |
Convert to options variable helper
Approved by: portmgr (blanket) |
1.19c_1 06 Aug 2018 17:22:37 |
fernape |
devel/libconfig: update to 1.7.2
* Change to USE_GH
* Bump PORTREVISION of dependant ports.
Committing after maintainer timeout
PR: 229961
Submitted by: che@bein.link
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D16442 |
1.19c 13 Feb 2018 22:20:49 |
olivier |
Update to 1.19c |
1.18 23 May 2016 20:35:01 |
amdmi3 |
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket |
1.18 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.18 01 Apr 2016 09:08:53 |
olivier |
Update to 1.18
Approved by: jadawin
Differential Revision: https://reviews.freebsd.org/D5803 |
1.17 17 Feb 2016 10:42:08 |
olivier |
Update my email for ports I maintain
Approved by: jadawin
Differential Revision: https://reviews.freebsd.org/D5309 |
1.17 14 Jun 2015 08:11:04 |
marino |
net/sslh is not jobs safe
This port has failed on me twice so far. The problem is that version.h
is generated, but common.c doesn't want for that to finish, and it
includes the header incomplete. |
1.17 12 Mar 2015 08:43:19 |
vanilla |
Upgrade to 1.17.
PR: 198493
Submitted by: maintainer |
1.16_2 06 Oct 2014 18:47:38 |
thierry |
Fixing 'fetch' and unbreak.
Note: the author confirm that the recent changes to the source archive
was just adding a COPYING file
<http://rutschle.net/pipermail/sslh/2014-October/000550.html>.
PR: ports/194134
Submitted by: maintainer |
1.16_1 22 Jul 2014 23:25:55 |
amdmi3 |
- Switch to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket |
1.16 02 May 2014 18:28:35 |
marius |
- Update to 1.16. For changes since 1.15 see:
http://rutschle.net/pipermail/sslh/2014-February/000489.html
- Respect {C,LD}FLAGS.
- Add an option for TCP wrapper support, enabled by default.
- Correct path name of configuration file and startup script in man page.
- Sanitize the startup script; mainly add ldconfig to REQUIRE to ensure that
libconfig is found when starting sslh.
Approved by: maintainer |
1.15 06 Nov 2013 19:42:20 |
wg |
net/sslh: update to 1.15
- Update to 1.15
- Convert lib depends to new format
- Remove MANPAGES option
- Allow staging
PR: ports/183700
Submitted by: Olivier Cochard-Labbe <olivier cochard.me> (maintainer) |
1.13_1 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
1.13_1 16 Sep 2013 06:30:31 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
1.13_1 20 Apr 2013 14:13:17 |
olgeni |
Fix whitespace in pkg-descr.
Feature safe: yes |
1.13_1 18 Nov 2012 16:33:31 |
hrs |
Fix rc.d script to support systems before and after ${name}_fib is introduced
into rc.subr. Bump PORTREVISION.
Feature safe: yes |
1.13 03 Jun 2012 15:23:14 |
bapt |
fix manpage installation |
1.13 03 Jun 2012 00:17:34 |
bapt |
update to 1.13
convert to optionsng
add license
fix build with clang
PR: ports/168614
Submitted by: Olivier Cochard-Labbé <olivier@cochard.me> |
1.11 26 Apr 2012 14:38:22 |
sunpoet |
- Update to 1.11
Changes: http://rutschle.net/pipermail/sslh/2012-April/000200.html
PR: ports/167326
Submitted by: Olivier Cochard-Labbe <olivier@cochard.me> (maintainer) |
1.10 13 Feb 2012 08:50:09 |
jadawin |
- Update to 1.10
- Give maintainership to submitter
PR: ports/163019
Submitted by: Olivier Cochard-Labbe <olivier@cochard.me>
Approved by: maintainer |
1.7a_1 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
1.7a_1 15 May 2011 02:49:17 |
dougb |
Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""
These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.
In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.
In a few places, add $FreeBSD$
No functional changes, so no PORTREVISION bumps |
1.7a_1 15 Nov 2010 16:20:06 |
sunpoet |
- Fix PLIST when NO_INSTALL_MANPAGES is set
- Remove obsolete MD5 sum while I'm here
PR: ports/152260
Submitted by: sunpoet (myself)
Approved by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> (maintainer) |
1.7a_1 12 Aug 2010 18:31:19 |
bapt |
Add rc script
PR: ports/148170
Submitted by: Olivier Cochard-Labbé <olivier _at_ cochard.me>
Approved by: rene@ (mentor vacation), Jui-Nan Lin <jnlin _at_
csie.nctu.edu.tw> (maintainer) |
1.7a 02 Apr 2010 13:06:43 |
pav |
sslh lets one accept both HTTPS and SSH connections on the same port. It makes
it possible to connect to an SSH server on port 443 (e.g. from inside a
corporate firewall) while still serving HTTPS on that port.
WWW: http://www.rutschle.net/tech/sslh.shtml
PR: ports/145113
Submitted by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> |