golang-github-pires-go-proxyproto 0.6.0-2 source package in Ubuntu

Changelog

golang-github-pires-go-proxyproto (0.6.0-2) unstable; urgency=medium

  * Team upload
  * Reupload to unstable
  * Bump Standards-Version to 4.6.2 (no changes needed)
  * Exclude examples from build

 -- Pirate Praveen <email address hidden>  Sun, 11 Jun 2023 16:47:28 +0530

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-pires-go-proxyproto_0.6.0-2.dsc 2.2 KiB 951a2db00ac55ab98c6c3235156293421b958ce539f328c8d34f6a7559467085
golang-github-pires-go-proxyproto_0.6.0.orig.tar.gz 34.6 KiB 0f890b332f94097a5e8c0faab89d9c8550943a98a03e36e77371f942481ef54d
golang-github-pires-go-proxyproto_0.6.0-2.debian.tar.xz 2.6 KiB f0a248294e1bba357b326d42fcc463ead2b6a5a8b0e9948156629f549f64cfb4

Available diffs

No changes file available.

Binary packages built by this source

golang-github-pires-go-proxyproto-dev: golang library of PROXY protocol for v1 and v2

 A Go library implementation of the PROXY protocol, versions 1 and 2
 (http://www.haproxy.org/download/1.5/doc/proxy-protocol.txt), which
 provides a convenient way to safely transport connection > information
 such as a client's address across multiple layers of NAT or TCP >
 proxies. It is designed to require little changes to existing
 components and > to limit the performance impact caused by the
 processing of the transported > information.
 .
 This library is to be used in one of or both proxy clients and proxy
 servers that need to support said protocol. Both protocol versions, 1
 (text-based) and 2 (binary-based) are supported.