Fri, 28 Jun 2024 22:13:06 UTC | login

Information for build sslh-1.19c-6.fc31

ID120900
Package Namesslh
Version1.19c
Release6.fc31
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/sslh.git#e6434f57cfa5d182cda397620ca1b4bf9d90cf60
SummaryApplicative protocol(SSL/SSH) multiplexer
Descriptionsslh 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.
Built bydavidlt
State failed
Volume DEFAULT
StartedSun, 11 Aug 2019 07:17:42 UTC
CompletedSun, 11 Aug 2019 07:58:40 UTC
Taskbuild (f31-candidate, /rpms/sslh.git:e6434f57cfa5d182cda397620ca1b4bf9d90cf60)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/sslh.git#e6434f57cfa5d182cda397620ca1b4bf9d90cf60'}}
Tags No tags
RPMs No RPMs
Changelog * Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.19c-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.19c-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jan 25 2019 Petr Pisar <ppisar@redhat.com> - 1.19c-4 - Rebuild against patched libpcreposix library (bug #1667614) * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.19c-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed May 09 2018 James Hogarth <james.hogarth@gmail.com> - 1.19c-2 - Fix wrong path bz#1574831 * Wed Apr 18 2018 James Hogarth <james.hogarth@gmail.com> - 1.19c-1 - Update to 1.19c upstream * Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.18-6 - Escape macros in %changelog * Thu Nov 30 2017 James Hogarth <james.hogarth@gmail.com> - 1.18-5 - Remove dependency on libwrap for F28+ as per accepted change