Thu, 27 Jun 2024 01:06:30 UTC | login

Information for build golang-github-inconshreveable-vhost-0-0.7.20190629git06d8411.fc32

ID143220
Package Namegolang-github-inconshreveable-vhost
Version0
Release0.7.20190629git06d8411.fc32
Epoch
SummaryHTTP/TLS hostname multiplexing library for Go
Description Go-vhost is a simple library that lets you implement virtual hosting functionality for different protocols (HTTP and TLS so far). Go-vhost has a high-level and a low-level interface. The high-level interface lets you wrap existing net.Listeners with "muxer" objects. You can then Listen() on a muxer for a particular virtual host name of interest which will return to you a net.Listener for just connections with the virtual hostname of interest. The lower-level Go-vhost interface are just functions which extract the name/routing information for the given protocol and return an object implementing net.Conn which works as if no bytes had been consumed.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 27 Mar 2020 10:57:05 UTC
CompletedFri, 27 Mar 2020 10:57:05 UTC
Tags
f33
RPMs
src
golang-github-inconshreveable-vhost-0-0.7.20190629git06d8411.fc32.src.rpm (info) (download)
noarch
golang-github-inconshreveable-vhost-devel-0-0.7.20190629git06d8411.fc32.noarch.rpm (info) (download)
Changelog * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Tue Jul 09 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0-0.5.20160627git06d8411 - Add Obsoletes for old name * Fri May 10 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.4.20160627git06d8411 - Update to new macros * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.3.20160627git06d8411 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.2.20160627git06d8411 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Mon Feb 12 2018 Jiri Kucera <jkucera@redhat.com> - 0-0.1.20160627git06d8411 - First package for Fedora resolves #1540726 patch `mux_test-missing-format-string.patch` is needed to resolve https://github.com/inconshreveable/go-vhost/pull/7