[PATCH 1/9] cmd/snap-seccomp: use upstream seccomp package
authorZygmunt Krynicki <me@zygoon.pl>
Thu, 17 Jan 2019 13:48:46 +0000 (15:48 +0200)
committerMichael Vogt <mvo@debian.org>
Wed, 16 Feb 2022 09:56:34 +0000 (09:56 +0000)
commit73f966306a19f93f8d0ffbd6bbd6b6bafed574fc
tree861b449afa11b554f537cd1d0c12d5b2516d212c
parentb308e7f7ecfd3123c8af665cfde09a275336abb2
[PATCH 1/9] cmd/snap-seccomp: use upstream seccomp package

Upstream snapd uses a fork that carries additional compatibility patch
required to build snapd for Ubuntu 14.04. This patch is not required with
the latest snapshot of the upstream seccomp golang bindings but they are
neither released upstream nor backported (in their entirety) to Ubuntu
14.04.

The forked seccomp library is not packaged in Debian. As such, to build
snapd, we need to switch to the regular, non-forked package name.

Signed-off-by: Zygmunt Krynicki <me@zygoon.pl>
Signed-off-by: Maciej Borzecki <maciej.zenon.borzecki@canonical.com>
Gbp-Pq: Name 0001-cmd-snap-seccomp-use-upstream-seccomp-package.patch
cmd/snap-seccomp/main.go
cmd/snap-seccomp/main_test.go
cmd/snap-seccomp/versioninfo.go
cmd/snap-seccomp/versioninfo_test.go