binfmt-support 2.1.5-1 source package in Ubuntu
Changelog
binfmt-support (2.1.5-1) unstable; urgency=medium * New upstream release. - Add an "update-binfmts --preserve yes" option, mapping to the 'P' flag in Linux binfmt_misc's flags field (thanks, Riku Voipio; closes: #758200). -- Colin Watson <email address hidden> Sun, 24 Aug 2014 19:17:03 +0100
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 |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
binfmt-support_2.1.5-1.dsc | 2.0 KiB | 64ae9d35857ca7e10638e7f9e649636cf296c90c2dd3198a2e745469e338a062 |
binfmt-support_2.1.5.orig.tar.gz | 673.3 KiB | 4896f6bf86b0d918025bb88718f89923a4cf8c25f37c07cd76ebb75c52f9e8eb |
binfmt-support_2.1.5-1.debian.tar.xz | 197.8 KiB | 13e0a775331a507380140f41284e433a15e10e08e12dc2b059c6f143ddcf1823 |
Available diffs
- diff from 2.1.4-1 to 2.1.5-1 (8.2 KiB)
No changes file available.
Binary packages built by this source
- binfmt-support: No summary available for binfmt-support in ubuntu utopic.
No description available for binfmt-support in ubuntu utopic.
- binfmt-support-dbgsym: debug symbols for package binfmt-support
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.