golang-github-farsightsec-go-nmsg 0.2.0-5 source package in Ubuntu

Changelog

golang-github-farsightsec-go-nmsg (0.2.0-5) unstable; urgency=medium

  * Adjust watch file to only detect actual source tags.
    Upstream also tags their own Debian packaging, e.g. 0.2.0-2. We do not
    want to handle this as an upstream update.

 -- Sascha Steinbiss <email address hidden>  Tue, 21 Feb 2023 09:52:49 +0100

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-farsightsec-go-nmsg_0.2.0-5.dsc 2.4 KiB 008e24d89ffc308c5fd05e9b67053d40fc9221f9a47e141a74843ea9ec21f5f0
golang-github-farsightsec-go-nmsg_0.2.0.orig.tar.gz 50.9 KiB b6120d107016fbe10cac920a2c2f245ea63c84e947902a20e7322be8e90988f5
golang-github-farsightsec-go-nmsg_0.2.0-5.debian.tar.xz 2.6 KiB fe14e88817e60cbc8155b2caf906cde97d75701138960041473975ef2ed8df5e

Available diffs

No changes file available.

Binary packages built by this source

golang-github-farsightsec-go-nmsg-dev: Go implementation of the nmsg network message encapsulation library

 go-nmsg is a pure go implementation of the NMSG container and payload format
 used by the C nmsg toolkit and library.
 It can pack and unpack the protobuf structure of an NMSG payload, and the
 protobuf structure of the data contained in the payload. It does not implement
 the full functionality of the C libnmsg message modules, such as:
 .
  - Advanced field types (e.g., a protobuf []byte as an IP address)
  - Generated fields
  - Formatting of fields for presentation and JSON output