Fri, 31 May 2024 04:54:23 UTC | login

Information for build sslh-1.20-1.fc31

ID124878
Package Namesslh
Version1.20
Release1.fc31
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/sslh.git#2814b37328beb965d414831ac3b216629af6e4c9
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 complete
Volume DEFAULT
StartedThu, 15 Aug 2019 14:25:00 UTC
CompletedThu, 15 Aug 2019 15:03:53 UTC
Taskbuild (f31-candidate, /rpms/sslh.git:2814b37328beb965d414831ac3b216629af6e4c9)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/sslh.git#2814b37328beb965d414831ac3b216629af6e4c9'}}
Tags
f31
f32
f33
RPMs
src
sslh-1.20-1.fc31.src.rpm (info) (download)
riscv64
sslh-1.20-1.fc31.riscv64.rpm (info) (download)
sslh-debuginfo-1.20-1.fc31.riscv64.rpm (info) (download)
sslh-debugsource-1.20-1.fc31.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Mon Aug 12 2019 James Hogarth <james.hogarth@gmail.com> - 1.20-1 - Update to 1.20 upstream * 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