golang-github-valyala-tcplisten 0.0~git20210309.652d3b4-2 source package in Ubuntu

Changelog

golang-github-valyala-tcplisten (0.0~git20210309.652d3b4-2) unstable; urgency=medium

  * Team upload

  [ Aloïs Micard ]
  * update debian/gitlab-ci.yml (using pkg-go-tools/ci-config)

  [ Mathias Gibbens ]
  * Add a patch to hopefully fix test errors if "ip6-localhost" isn't
    defined in the build environment (Closes: #1013554)
  * d/control:
    - Update Section to golang
    - Update Standards-Version to 4.6.1 (no changes needed)
  * Remove unknown field from d/upstream/metadata

 -- Mathias Gibbens <email address hidden>  Mon, 10 Oct 2022 08:19:22 +0200

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
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-valyala-tcplisten_0.0~git20210309.652d3b4-2.dsc 2.4 KiB 84ff4ea96484f74b06bdfe2278bd6ccbd36517ce1d7f928c60c2d8a21afb30b8
golang-github-valyala-tcplisten_0.0~git20210309.652d3b4.orig.tar.xz 4.3 KiB 8fdfc7fed79d50e076247cb371de78f27238180c3bf0f7e3fc9f7450a9d265fa
golang-github-valyala-tcplisten_0.0~git20210309.652d3b4-2.debian.tar.xz 2.9 KiB d98f40de7c532d0c7f5cb67a7ed140aa31dd9e1f10740612a247422b20791887

No changes file available.

Binary packages built by this source

golang-github-valyala-tcplisten-dev: Customizable TCP net.Listener for Go (library)

 Package tcplisten provides customizable TCP net.Listener with
 various performance-related options like SO_REUSEPORT, TCPDEFERACCEPT.
 .
 The package is derived from go_reuseport
 (https://github.com/kavu/go_reuseport).