golang-github-pires-go-proxyproto 0.4.2-1 source package in Ubuntu

Changelog

golang-github-pires-go-proxyproto (0.4.2-1) unstable; urgency=medium

  * New upstream release 0.4.2
  * debian/patches:
    - Cherry-pick patches from upstream to fix CVE-2021-23351
      (Closes: #985025)

 -- Roger Shimizu <email address hidden>  Sat, 15 May 2021 21:59:19 +0900

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
Jammy release universe misc

Builds

Impish: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-pires-go-proxyproto_0.4.2-1.dsc 2.3 KiB 729d6aecf4c3c6c1a0f6003ccdbe02d3d8457ca36a0ae811bf1aa03d60ae3f8d
golang-github-pires-go-proxyproto_0.4.2.orig.tar.gz 31.0 KiB 569e376c9fd522c1cfbb8c3417a8a531071f5ffe43a0057a0e2d5ce4e272eca6
golang-github-pires-go-proxyproto_0.4.2-1.debian.tar.xz 6.5 KiB 0e5da3147bc83301a29ad330932730943309896d506f48bc778b316ababab75d

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.