# Generated by go2rpm %bcond_without check # https://github.com/armon/go-proxyproto %global goipath github.com/armon/go-proxyproto %global commit f0b8253b1507a570415b16910691d11751a0685c %gometa # Remove in F33: %global godevelheader %{expand: Obsoletes: golang-github-armon-go-proxyproto-devel < 0-0.6 } %global common_description %{expand: This library provides the proxyproto package which can be used for servers listening behind HAProxy of Amazon ELB load balancers. Those load balancers support the use of a proxy protocol (http://haproxy.1wt.eu/download/1.5/doc/proxy-protocol.txt), which provides a simple mechansim for the server to get the address of the client instead of the load balancer. This library provides both a net.Listener and net.Conn implementation that can be used to handle situation in which you may be using the proxy protocol. Only proxy protocol version 1, the human-readable form, is understood. The only caveat is that we check for the "PROXY " prefix to determine if the protocol is being used. If that string may occur as part of your input, then it is ambiguous if the protocol is being used and you may have problems.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.16%{?dist} Summary: Go package to handle haproxy proxy protocol License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu Jul 21 2022 Fedora Release Engineering - 0-0.16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Jun 17 2022 Robert-André Mauchin - 0-0.15 - Rebuilt for CVE-2022-1996, CVE-2022-24675, CVE-2022-28327, CVE-2022-27191, CVE-2022-29526, CVE-2022-30629 * Thu Jan 20 2022 Fedora Release Engineering - 0-0.14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering - 0-0.13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jan 26 2021 Fedora Release Engineering - 0-0.12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Jul 27 2020 Fedora Release Engineering - 0-0.11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jan 28 2020 Fedora Release Engineering - 0-0.10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Mon Jan 27 23:54:39 CET 2020 Robert-André Mauchin - 0-0.9.20200127gitf0b8253 - Bump to commit f0b8253b1507a570415b16910691d11751a0685c * Thu Jul 25 2019 Fedora Release Engineering - 0-0.8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri Jul 05 2019 Elliott Sales de Andrade - 0-0.7.20190625git68259f7 - Add Obsoletes for old name * Mon Apr 29 18:04:08 CEST 2019 Robert-André Mauchin - 0-0.6.20190625git68259f7 - Bump to commit 68259f75880e8bcc207a49de82466957646af353 * Thu Jan 31 2019 Fedora Release Engineering - 0-0.5.git5b7edb6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Mon Nov 12 2018 Robert-André Mauchin - 0-0.4.20181112git5b7edb6 - Bump to commit 5b7edb60ff5f69b60d1950397f7bde6171f1807d - Update to new go packaging * Fri Jul 13 2018 Fedora Release Engineering - 0-0.3.20170621git48572f1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering - 0-0.2.20170621git48572f1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Sat Oct 07 2017 Ed Marshall - 0-0.1.20170621git48572f1 - First package for Fedora