golang-github-google-nftables 0.1.0-3 source package in Ubuntu

Changelog

golang-github-google-nftables (0.1.0-3) unstable; urgency=medium

  * Backport fix from upstream to fix the test suite on 32-bit archs (the
    library was fine, the tests were wrong):
     - 0001-alignedbuff-fix-alignment-test-issue-on-32-bit-archs.patch
  * Ignore test suite failures on big endian archs: according to upstream,
    the code is big endian compatible, but a lot of the tests use byte
    fixtures that are little endian (#210).

 -- Cyril Brulebois <email address hidden>  Mon, 12 Dec 2022 04:07:14 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
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-google-nftables_0.1.0-3.dsc 2.3 KiB 18199c18f8037c222d978e8eb6f8958e206caa76c122697a1e506f597a62fa4a
golang-github-google-nftables_0.1.0.orig.tar.gz 74.4 KiB d5a6a47c8628c0ecc070d9bfd681de7d8d0f3cb3e823dd767a7b9ce13c3964ef
golang-github-google-nftables_0.1.0-3.debian.tar.xz 3.7 KiB fe7a4bbac8bc63bd92b27637f770502f7d8f84c0479a8e0a1eec3f1cc9e8c726

Available diffs

No changes file available.

Binary packages built by this source

golang-github-google-nftables-dev: Go library to interact with Linux nftables

 This package is a third-party Go package to interact with nftables
 programmatically. It is implemented in pure Go, meaning it does not
 wrap the libnftnl library.
 .
 It is neither an official netfilter project nor an official Google
 product.