Name: | sslh |
---|---|
Version: | 1.19c |
Release: | 1.el7 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 196938 |
License: | GPLv2 |
RPM: | sslh-1.19c-1.el7.aarch64.rpm |
Source RPM: | sslh-1.19c-1.el7.src.rpm |
Build Date: | Sat May 26 2018 |
Build Host: | ca-buildarm04.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/yrutschle/sslh |
Summary: | Applicative protocol(SSL/SSH) multiplexer |
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, SSL, SSH, OpenVPN, tinc, XMPP are implemented, and any other protocol that can be tested using a regular expression, can be recognized. 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 multiplexer, or a switchboard. Its name comes from its original function to serve SSH and HTTPS on the same port. |
- Update to 1.19c upstream
- Escape macros in %changelog
- Remove dependency on libwrap for F28+ as per accepted change
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
- Update to 1.18 upstream - Add systemd socket template - Add %check to rpm spec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
- Bug in systemd unit with incorrect variable usage BZ#1264140
- Make sslh.cfg argument overrideable from sysconfig BZ#1221320