golang-github-valyala-tcplisten 1.0.0-1 source package in Ubuntu
Changelog
golang-github-valyala-tcplisten (1.0.0-1) unstable; urgency=medium [ 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 [ Guillem Jover ] * New upstream version. * Wrap and sort -ast. * Switch debian/watch from git mode to tarballs. * Switch to Standards-Version 4.7.0 (no changes needed). * Add myself to Uploaders. * Switch to dh-sequence-golang from dh-golang and --with=golang. * Update copyright statements. * Add new debian/.gitignore file. -- Guillem Jover <email address hidden> Fri, 30 Aug 2024 20:25:06 +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 | Published | Component | Section | |
---|---|---|---|---|
Questing | release | universe | misc | |
Plucky | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
golang-github-valyala-tcplisten_1.0.0-1.dsc | 2.4 KiB | f32c5c807e6423b45917f31daa01bb0f9afc6e55635c380541ab5e2798e8d8b6 |
golang-github-valyala-tcplisten_1.0.0.orig.tar.gz | 4.5 KiB | d498f56664dc4cdfa4a2efea2382450f16cc2df89e99fc2834a0003b9d14a6e6 |
golang-github-valyala-tcplisten_1.0.0-1.debian.tar.xz | 3.0 KiB | d9e5bd6e5d99499d6c72458a998bfe4099d4367c05ce8d437cee9c4a2558d98c |
Available diffs
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).