libseccomp 2.5.5-1ubuntu1 source package in Ubuntu

Changelog

libseccomp (2.5.5-1ubuntu1) noble; urgency=medium

  * Merge from Debian unstable; remaining changes:
    - Add autopkgtests
  * Added changes:
    - d/t/test-filter: generate syscalls list from src/syscalls.csv rather than
      shipping a static list to ensure all get tested via autopkgtests
  * Dropped changes:
    - d/t/data/all-5.16-rc1.filter: remove static syscall list

libseccomp (2.5.5-1) unstable; urgency=medium

  * New upstream release.

 -- Alex Murray <email address hidden>  Fri, 02 Feb 2024 13:30:43 +1030

Upload details

Uploaded by:
Alex Murray
Uploaded to:
Noble
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.5.orig.tar.gz 627.4 KiB 248a2c8a4d9b9858aa6baf52712c34afefcf9c9e94b76dce02c1c9aa25fb3375
libseccomp_2.5.5.orig.tar.gz.asc 833 bytes f3bf8a946020d3047581f11fe6ac71971a842115ddb362562b193861ef57d97b
libseccomp_2.5.5-1ubuntu1.debian.tar.xz 23.8 KiB e0d7475f894a721409a270daf06c2c0522c3439e584eed9ae56257e97e5418b8
libseccomp_2.5.5-1ubuntu1.dsc 2.5 KiB fb05859ca1072c4ef68104a1adb24f111e9451eadf68d692df85a692f3b3c649

Available diffs

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