golang-github-seccomp-libseccomp-golang 0.9.0-2 source package in Ubuntu

Changelog

golang-github-seccomp-libseccomp-golang (0.9.0-2) unstable; urgency=medium

  [ Alexandre Viau ]
  * Point Vcs-* urls to salsa.debian.org.

  [ Michael Vogt ]
  * debian/patches/06e7a2-fix-multi-args.patch:
    - Cherry pick 06e7a29 to fix incorrect argument filtering when
      using multiple arguments

 -- Michael Vogt <email address hidden>  Tue, 30 Apr 2019 09:29:24 +0200

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

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-seccomp-libseccomp-golang_0.9.0-2.dsc 2.3 KiB 5f5c267deb5af318feb00e4b8a25c5fd2ecd3bd50cff84f13349f739e5a271c3
golang-github-seccomp-libseccomp-golang_0.9.0.orig.tar.xz 14.3 KiB 22164e2b873bc9c11eb3f296d471256e616fa9f7aa564de61b4d43230479e27a
golang-github-seccomp-libseccomp-golang_0.9.0-2.debian.tar.xz 5.0 KiB 1344c2c736d0e16701eb30d59b1597428996d200adee50e26c4a38d8701614a3

Available diffs

No changes file available.

Binary packages built by this source

golang-github-seccomp-libseccomp-golang-dev: golang bindings for libseccomp

 The libseccomp library provides an easy to use, platform independent, interface
 to the Linux Kernel's syscall filtering mechanism. The libseccomp API is
 designed to abstract away the underlying BPF based syscall filter language and
 present a more conventional function-call based filtering interface that should
 be familiar to, and easily adopted by, application developers.
 .
 The libseccomp-golang library provides a Go based interface to the libseccomp
 library.