binfmt-support 2.2.2-2 source package in Ubuntu
Changelog
binfmt-support (2.2.2-2) unstable; urgency=medium [ Debian Janitor ] * Remove constraints unnecessary since buster: + binfmt-support: Drop versioned constraint on lsb-base in Depends. -- Colin Watson <email address hidden> Thu, 24 Nov 2022 21:11:08 +0000
Upload details
- Uploaded by:
- Colin Watson
- Uploaded to:
- Sid
- Original maintainer:
- Colin Watson
- Architectures:
- any
- Section:
- admin
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | admin | |
Lunar | release | universe | admin |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
binfmt-support_2.2.2-2.dsc | 2.3 KiB | 977cba5a53a039cb1c6b3c82d893a68c70a692a009d8d59038f87a2531a0eae6 |
binfmt-support_2.2.2.orig.tar.gz | 843.2 KiB | cce14163f9b526283e6f0d00f3be1cfe239fa2c7574e5e0ba8ad3db74166a4a5 |
binfmt-support_2.2.2.orig.tar.gz.asc | 833 bytes | a905b3a7623cb7a93f2efa2ed2b0050b8dedf8f815b7f103f3486262b50fa72b |
binfmt-support_2.2.2-2.debian.tar.xz | 14.6 KiB | 7d3eee54ea0c826e1715e42ddc861c69542dfd9ad8a72ccbcf060c35a8163bd7 |
Available diffs
- diff from 2.2.2-1 to 2.2.2-2 (665 bytes)
No changes file available.
Binary packages built by this source
- binfmt-support: Support for extra binary formats
The binfmt_misc kernel module, contained in versions 2.1.43 and later of the
Linux kernel, allows system administrators to register interpreters for
various binary formats based on a magic number or their file extension, and
cause the appropriate interpreter to be invoked whenever a matching file is
executed. Think of it as a more flexible version of the #! executable
interpreter mechanism.
.
This package provides an 'update-binfmts' script with which package
maintainers can register interpreters to be used with this module without
having to worry about writing their own init.d scripts, and which sysadmins
can use for a slightly higher-level interface to this module.
- binfmt-support-dbgsym: debug symbols for binfmt-support