util-linux 2.40.2-1ubuntu1 source package in Ubuntu
Changelog
util-linux (2.40.2-1ubuntu1) oracular; urgency=medium * Merge with Debian unstable (LP: #2072813). Remaining changes: - Disable brand new feature with --disable-libmount-mountfd-support that causes inability to deploy MAAS LP #2037417 - Add sulogin-fallback-static-sh.patch: Add support for /bin/static-sh as fallback if the regular shell fails to execute. Patch ported from sysvinit. (see LP #505887) - Add sulogin-lockedpwd.patch: Make sure file systems can be fixed on machines with locked root accounts (as Ubuntu does by default). Don't require --force for sulogin. - d/p/ubuntu/lp-2030793-make-check-pidfd.patch: skip tests lsfd/column-name-pidfd,lsfd/mkfds-pidfd that fail when run using the Focal kernel * Drop Changes, included in Upstream: - debian/patches/upstream/CVE-2024-28085.patch: consolidate output on the terminal in term-utils/wall.c. [Fixed in 2.40-1] * Drop Changes, included in Debian: - debian/rules: build with --disable-use-tty-group to properly remove setgid bit from both wall and write. [Fixed in 2.39.3-11] - move more to /usr/bin [Fixed in 2.40.1-8.1] util-linux (2.40.2-1) unstable; urgency=medium * New upstream release. * Drop upstream-applied patches. * Add upstream patches: Add binfmt_misc features to unshare(1). Avoid OOM-kill of swapoff(8). util-linux (2.40.1-9) unstable; urgency=medium * (Pre-)Depend on libpam-{modules,runtime}, so runuser/su work (Closes: #1074157) * Ack NMU 2.40.1-8.1 by Helmut Grohne. Many thanks! util-linux (2.40.1-8.1) unstable; urgency=medium * Non-maintainer upload acked by Chris Hofstaedtler. [ Chris Hofstaedtler ] * Move /bin/more into /usr/bin. Closes: MR!28 util-linux (2.40.1-8) unstable; urgency=medium * libpam-lastlog2: fix incorrect removal of PAM config util-linux (2.40.1-7) unstable; urgency=medium * Upload to unstable. [ Samuel Thibault ] * Disable year2038 support on hurd-i386, fixes FTBFs (Closes: #1072472) util-linux (2.40.1-6) experimental; urgency=medium * Convert lintian overrides for ftp-master very old lintian util-linux (2.40.1-5) experimental; urgency=medium * Target experimental. * Add new binary packages for lastlog2, pam_lastlog2 and liblastlog2.so (Addresses Bug: #1068017) util-linux (2.40.1-4) unstable; urgency=medium * lintian: ignore missing misc:Depends, not needed with debputy * d/copyright: update * d/control: set Section: utils for Source: section util-linux (2.40.1-3) unstable; urgency=medium * Stop installing last(1), Suggest: wtmpdb instead util-linux (2.40.1-2) unstable; urgency=medium * Apply upstream patches: fix atime remount, fix smartcols reduction stages, clear uuidd cache on fork util-linux (2.40.1-1) unstable; urgency=medium * New upstream release. * Update Homepage: field. * Drop upstream-applied patches. * Apply new patches from upstream. (Closes: #1062208) util-linux (2.40-8) unstable; urgency=medium [ Helmut Grohne ] * Also cover ctrlaltdel in /usr-move mitigation (Closes: #1069923) util-linux (2.40-7) unstable; urgency=medium [ Chris Hofstaedtler ] * Import upstream stable/v2.40 up to a8aa0b5f154a44557f5bae5a4027bdbfe42b0323 * lsns: fix netns use * libmount: fix comment typo for mnt_fs_get_comment() * libmount: Fix access check for utab in context * lsblk: simplify SOURCES code * findmnt: always zero-terminate SOURCES data * agetty: Don't override TERM passed by the user * libsmartcols: reset wrap after calculation * lslocks: remove a unused local variable * lslocks: don't abort gathering per-process information even if opening a /proc/[0-9]* fails * lsns: tolerate lsns_ioctl(fd, NS_GET_{PARENT,USERNS}) failing with ENOSYS * lsns: report with warnx if a namespace related ioctl fails with ENOSYS * Fix misplaced else in mnt_update_already_done * findmnt: revise the code for -I and -D option (Closes: #1069634) * libblkid: topology/ioctl: simplify ioctl handling * libblkid: topology/ioctl: correctly handle kernel types * pam_lastlog2: link against liblastlog * libblkid: Fix segfault when blkid.conf doesn't exist (Closes: #1069634) [ Helmut Grohne ] * Fix /usr-move mitigation (Closes: #1069064). Thanks! util-linux (2.40-6) unstable; urgency=medium * Add upstream patches fixing enosys on m68k, sh and dmesg -H output (Closes: #1068831, #1068691) util-linux (2.40-5) unstable; urgency=medium * Release to unstable. * Apply upstream patch to skip lsfd test on kernels lacking features * d/rules: print deleted files * Install new enosys program (into util-linux-extra) util-linux (2.40-4) experimental; urgency=medium * test: fix marking of fadvise/drop as known failed util-linux (2.40-3) experimental; urgency=medium * tests: mark fadvise/drop as known failing on buildds. Per discussion on #debian-buildd. The buildds have always used tmpfs as the build location, and with schroot this is visible to the util-linux tests. They in turn disable fadvise/drop, as it does not work on tmpfs. With the unshare backend, the actual backing filesystem is hidden, so the test gets run and fails. * Remove build-time lsfd debugging util-linux (2.40-2) experimental; urgency=medium * Add upstream patch for lsfd sockdiag test * Build fdisk package even for stage1 fdisk is a build dependency of systemd. Therefore it is useful to have it in the stage1 build, which is used to build systemd later on. * Improve recent util-linux(-extra) moves. Update Breaks/Replaces. Add protective diversions for usrmerged binaries. util-linux (2.40-1) experimental; urgency=medium * New upstream release 2.40. * Drop upstream-applied patches * Revert "Debug test_mkfds failure on buildds" * Disable failing lsfd tests again, while upstream figures out how to detect unix_diag.ko being absent * Update libmount1.symbols * Update util-linux-locales manpage list [ Niels Thykier ] * debputy R³ support * d/control: Remove unused and seemingly invalid `Section: base` * d/control: Fix two typos in the description * d/control: Bump dh-sequence-zz-debputy-rrr dependency The automatic relationship substvars feature did not work prior to 0.1.23. * Remove unnecessary relationship substvars, handled by debputy util-linux (2.40~rc2-8) experimental; urgency=medium * Merge from unstable. * Build-Depends: Replace pkg-config with pkgconf * Enable ELF metadata stamping * Debug test_mkfds failure on buildds util-linux (2.39.3-11) unstable; urgency=medium * Apply upstream patch fixing CVE-2024-28085 * No longer install wall, write setgid tty util-linux (2.40~rc2-7) experimental; urgency=medium * Move ctrlaltdel, fsck.cramfs, fsck.minix, mkfs.bfs, mkfs.cramfs, mkfs.minix to util-linux-extra * Stop installing addpart, delpart, please use partx instead * Mark more programs as not-installed * uuid-runtime: install tmpfiles config util-linux (2.40~rc2-6) experimental; urgency=medium * Fix incomplete upstream patch for sockdiag_unix util-linux (2.40~rc2-5) experimental; urgency=medium * Add upstream patch to skip lsfd test if sockdiag_unix is unavailable https://github.com/util-linux/util-linux/issues/2822 util-linux (2.40~rc2-4) experimental; urgency=medium * Reduce uuid-runtime Recommends to Suggests (Closes: #1065569) * Revert marking sockdiag test, add ss/sysctl debug util-linux (2.40~rc2-3) experimental; urgency=medium * Mark lsfd/mkfds-unix-stream-requiring-sockdiag as failing too util-linux (2.40~rc2-2) experimental; urgency=medium * Disable another lsfd test which is broken on the buildds. * Merge with unstable. util-linux (2.39.3-10) unstable; urgency=medium * Tighten dependencies between programs and our own shlibs util-linux (2.39.3-9) unstable; urgency=medium * Provide libuuid1t64 on i386 util-linux (2.39.3-8) unstable; urgency=medium [ Chris Hofstaedtler ] * Break/Replace libuuid1t64 and provide it versioned (Closes: #1065242) * Update architecture list for Provides: libuuid1t64 * d/gbp.conf: update debian-branch [ Johannes Schauer Marin Rodrigues ] * util-linux.postinst: avoid running uname in maintainer script for chrootless hurd support (Closes: #1063638) util-linux (2.39.3-7) unstable; urgency=medium * Run wrap-and-sort -kas * Revert rename of libuuid1 to libuuid1t64 * Apply upstream patches for dual-time_t-ABI util-linux (2.40~rc2-1) experimental; urgency=medium * New upstream version, target experimental. * Add new Build-Depends: flex * Do not build liblastlog2 for now * Disable newly failing lsfd test * Drop no-longer localized manpages -- Chris Peterson <email address hidden> Fri, 09 Aug 2024 15:48:13 -0700
Upload details
- Uploaded by:
- Chris Peterson
- Sponsored by:
- Graham Inggs
- Uploaded to:
- Oracular
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- utils
- Urgency:
- Medium Urgency
See full publishing history Publishing
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Oracular | release | main | utils |
Downloads
| File | Size | SHA-256 Checksum |
|---|---|---|
| util-linux_2.40.2.orig.tar.xz | 8.4 MiB | d78b37a66f5922d70edf3bdfb01a6b33d34ed3c3cafd6628203b2a2b67c8e8b3 |
| util-linux_2.40.2-1ubuntu1.debian.tar.xz | 110.4 KiB | 8de759c525e5525b322d6faa281c048e127ee27a689996e9f4f232e4a2c61a9f |
| util-linux_2.40.2-1ubuntu1.dsc | 4.9 KiB | 6be1f79ba1b0896685d9498d9e5a0ce20c23918c8c053136bea63b88d412cb09 |
Available diffs
Binary packages built by this source
- bsdextrautils: extra utilities from 4.4BSD-Lite
This package contains some extra BSD utilities: col, colcrt, colrm, column,
hd, hexdump, look, ul.
Other BSD utilities are provided by bsdutils and calendar.
- bsdextrautils-dbgsym: debug symbols for bsdextrautils
- bsdutils: basic utilities from 4.4BSD-Lite
This package contains the bare minimum of BSD utilities needed for a Debian
system: logger, renice, script, scriptlive, scriptreplay and wall. The
remaining standard BSD utilities are provided by bsdextrautils.
- bsdutils-dbgsym: debug symbols for bsdutils
- eject: ejects CDs and operates CD-Changers under Linux
This program will eject CD-ROMs (assuming your drive supports the CDROMEJECT
ioctl). It also allows setting the autoeject feature.
.
On supported ATAPI/IDE multi-disc CD-ROM changers, it allows changing
the active disc.
.
You can also use eject to properly disconnect external mass-storage
devices like digital cameras or portable music players.
- eject-dbgsym: debug symbols for eject
- fdisk: collection of partitioning utilities
This package contains the classic fdisk, sfdisk and cfdisk partitioning
utilities from the util-linux suite.
.
The utilities included in this package allow you to partition
your hard disk. The utilities supports both modern and legacy
partition tables (eg. GPT, MBR, etc).
.
The fdisk utility is the classical text-mode utility.
The cfdisk utility gives a more userfriendly curses based interface.
The sfdisk utility is mostly for automation and scripting uses.
- fdisk-dbgsym: debug symbols for fdisk
- lastlog2: Read lastlog2 database
This package provides the lastlog2 program, to read the
lastlog2 database.
- lastlog2-dbgsym: debug symbols for lastlog2
- libblkid-dev: block device ID library - headers
The blkid library allows system programs such as fsck and mount to
quickly and easily find block devices by filesystem UUID or label.
This allows system administrators to avoid specifying filesystems by
hard-coded device names and use a logical naming system instead.
.
This package contains the development environment for the blkid library.
- libblkid1: block device ID library
The blkid library allows system programs such as fsck and mount to
quickly and easily find block devices by filesystem UUID or label.
This allows system administrators to avoid specifying filesystems by
hard-coded device names and use a logical naming system instead.
- libblkid1-dbgsym: debug symbols for libblkid1
- libfdisk-dev: fdisk partitioning library - headers
The libfdisk library is used for manipulating partition tables. It is
the core of the fdisk, cfdisk, and sfdisk tools.
.
This package contains the development environment for the fdisk library.
- libfdisk1: fdisk partitioning library
The libfdisk library is used for manipulating partition tables. It is
the core of the fdisk, cfdisk, and sfdisk tools.
- libfdisk1-dbgsym: debug symbols for libfdisk1
- liblastlog2-2: lastlog2 database shared library
Y2038 safe lastlog database implementation, library files.
- liblastlog2-2-dbgsym: debug symbols for liblastlog2-2
- liblastlog2-dev: liblastlog2 development files
Y2038 safe lastlog database implementation, development files.
- libmount-dev: device mounting library - headers
This device mounting library is used by mount and umount helpers.
.
This package contains the development environment for the mount library.
- libmount1: device mounting library
This device mounting library is used by mount and umount helpers.
- libmount1-dbgsym: debug symbols for libmount1
- libpam-lastlog2: lastlog2 database PAM module
Y2038 safe lastlog database implementation, PAM module.
- libpam-lastlog2-dbgsym: debug symbols for libpam-lastlog2
- libsmartcols-dev: smart column output alignment library - headers
This smart column output alignment library is used by fdisk utilities.
.
This package contains the development environment for the mount library.
- libsmartcols1: smart column output alignment library
This smart column output alignment library is used by fdisk utilities.
- libsmartcols1-dbgsym: debug symbols for libsmartcols1
- libuuid1: Universally Unique ID library
The libuuid library generates and parses 128-bit Universally Unique
IDs (UUIDs). A UUID is an identifier that is unique within the space
of all such identifiers across both space and time. It can be used for
multiple purposes, from tagging objects with an extremely short lifetime
to reliably identifying very persistent objects across a network.
.
See RFC 4122 for more information.
- libuuid1-dbgsym: debug symbols for libuuid1
- mount: tools for mounting and manipulating filesystems
This package provides the mount(8), umount(8), swapon(8),
swapoff(8), and losetup(8) commands.
- mount-dbgsym: debug symbols for mount
- rfkill: tool for enabling and disabling wireless devices
rfkill is a simple tool for accessing the Linux rfkill device interface,
which is used to enable and disable wireless networking devices, typically
WLAN, Bluetooth and mobile broadband.
- rfkill-dbgsym: debug symbols for rfkill
- util-linux: miscellaneous system utilities
This package contains a number of important utilities, most of which
are oriented towards maintenance of your system. Some of the more
important utilities included in this package allow you to view kernel
messages, create new filesystems, view block device information,
interface with real time clock, etc.
- util-linux-dbgsym: debug symbols for util-linux
- util-linux-extra: interactive login tools
Tools commonly found on systems where humans login interactively,
or are needed with non-standard system configurations.
- util-linux-extra-dbgsym: debug symbols for util-linux-extra
- util-linux-locales: locales files for util-linux
This package contains the internationaliz
ation files for the util-linux
package.
.
They are needed when you want the programs in util-linux to print their
messages in other languages than English, or read manual pages in another
language than English.
- uuid-dev: Universally Unique ID library - headers and static libraries
The libuuid library generates and parses 128-bit Universally Unique IDs
(UUIDs). See RFC 4122 for more information.
.
This package contains the development environment for the uuid library.
- uuid-runtime: runtime components for the Universally Unique ID library
The libuuid library generates and parses 128-bit Universally Unique
IDs (UUIDs). A UUID is an identifier that is unique within the space
of all such identifiers across both space and time. It can be used for
multiple purposes, from tagging objects with an extremely short lifetime
to reliably identifying very persistent objects across a network.
.
See RFC 4122 for more information.
.
This package contains the uuidgen program and the uuidd daemon.
.
The uuidd daemon is used to generate UUIDs, especially time-based
UUIDs, in a secure and guaranteed-unique fashion, even in the face of
large numbers of threads trying to grab UUIDs running on different CPUs.
It is used by libuuid as well as the uuidgen program.
- uuid-runtime-dbgsym: debug symbols for uuid-runtime
