libseccomp 2.5.1-1ubuntu1~20.04.1 source package in Ubuntu

Changelog

libseccomp (2.5.1-1ubuntu1~20.04.1) focal; urgency=medium

  * Updated to new upstream 2.5.1 version for updated syscalls support
    (LP: #1891810)
   - Removed the following patches that are now included in the new version:
     + d/p/cython3.patch
     + d/p/riscv64_support.patch
     + d/p/fix-aarch64-syscalls.patch
     + d/p/db-consolidate-some-of-the-code-which-adds-rules.patch
     + d/p/db-add-shadow-transactions.patch
   - Deleted the patch to add a local copy of architecture specific header
     files from linux-libc-dev/focal as this is not needed anymore
     + d/p/add-5.4-local-syscall-headers.patch
   - debian/control: Added gperf to Build-Depends as this is now required
     by upstream
   - debian/libseccomp2.symbols: Added new symbols
  * Add system call headers for powerpc required for backport to xenial
    - d/p/add-5.8-powerpc-syscall-headers.patch

 -- Alex Murray <email address hidden>  Mon, 01 Mar 2021 13:47:46 +1030

Upload details

Uploaded by:
Alex Murray
Sponsored by:
Timo Aaltonen
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
linux-any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libseccomp_2.5.1.orig.tar.gz 623.8 KiB ee307e383c77aa7995abc5ada544d51c9723ae399768a97667d4cdb3c3a30d55
libseccomp_2.5.1-1ubuntu1~20.04.1.debian.tar.xz 20.6 KiB 666d20bde74349a3e7e3355fdf34b60fa88f1afccabcfe5829c97d64d41ed72c
libseccomp_2.5.1-1ubuntu1~20.04.1.dsc 2.5 KiB 187d6ee2047c6c280477604526a3e40a5bc56f0f5e4e26b7f0d959d77f3482f3

View changes file

Binary packages built by this source

libseccomp-dev: high level interface to Linux seccomp filter (development files)

 This library provides a high level interface to constructing, analyzing
 and installing seccomp filters via a BPF passed to the Linux Kernel's
 prctl() syscall.
 .
 This package contains the development files.

libseccomp2: high level interface to Linux seccomp filter

 This library provides a high level interface to constructing, analyzing
 and installing seccomp filters via a BPF passed to the Linux Kernel's
 prctl() syscall.

libseccomp2-dbgsym: debug symbols for libseccomp2
python3-seccomp: high level interface to Linux seccomp filter (Python 3 bindings)

 This library provides a high level interface to constructing, analyzing
 and installing seccomp filters via a BPF passed to the Linux Kernel's
 prctl() syscall.

python3-seccomp-dbgsym: debug symbols for python3-seccomp
seccomp: helper tools for high level interface to Linux seccomp filter

 Provides helper tools for interacting with libseccomp. Currently, only
 a single tool exists, providing a way to easily enumerate syscalls across
 the supported architectures.

seccomp-dbgsym: debug symbols for seccomp