Package Release Info

util-linux-2.41.1-160000.2.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libblkid-devel-32bit
libblkid1-32bit
libfdisk-devel-32bit
libfdisk1-32bit
libmount-devel-32bit
libmount1-32bit
libsmartcols-devel-32bit
libsmartcols1-32bit
libuuid-devel-32bit
libuuid1-32bit

Change Logs

* Tue Jun 24 2025 sbrabec@suse.com
- Update to version 2.41.1:
  * cfdisk: fix memory leak and possible NULL dereference
  * fdisk: fix possible memory leak
  * findmnt: fix -k option parsing regression (boo#1242705,
    drop util-linux-libblkid-econf-parse.patch)
  * hardlink: fix performance regression
  * include/cctype: fix string comparison
  * libblkid:
  * Fix crash while parsing config with libeconf
  * befs fix underflow
  * avoid strcasecmp() for ASCII-only strings
  * libblkid/src/topology/dm: fix fscanf return value check to
    match expected number of parsed items
  * libmount:
  * (subdir) restrict for real mounts only
  * (subdir) remove unused code
  * avoid calling memset() unnecessarily
  * fix --no-canonicalize regression (boo#1244251,
    drop libmount-fix-no-canonicalize-regression.patch)
  * lsblk:
  * use ID_PART_ENTRY_SCHEME as fallback for PTTYPE
  * avoid strcasecmp() for ASCII-only strings
  * lscpu:
  * fix possible buffer overflow in cpuinfo parser
  * Fix loongarch op-mode output with recent kernel
  * lsfd:
  * scan the protocol field of /proc/net/packet as a hex number
  * fix the description for PACKET.PROTOCOL column
  * lsns:
  * enhance compilation without USE_NS_GET_API
  * fix undefined reference to add_namespace_for_nsfd #3483
  * more:
  * fix broken ':!command' command key
  * fix implicit previous shell_line execution #3508
  * tests: (test_mkfds::mapped-packet-socket) add a new parameter,
    protocol
  * treewide:
  * add ul_ to parse_timestamp() function name
    (drop util-linux-rename-common-symbols-4.patch)
  * add ul_ to parse_switch() function name
    (drop util-linux-rename-common-symbols-3.patch)
  * add ul_ to parse_size() function name
    (drop util-linux-rename-common-symbols-2.patch)
  * add ul_ to parse_range() function name
    (drop util-linux-rename-common-symbols-1.patch)
  * fix optional arguments usage
  * avoid strcasecmp() for ASCII-only strings
  * Wipefs: improve --all descriptions for whole-disks
  * Misc: Do not call exit() on code ending in shared libraries
  * Other fixes. For complete list see
    https://kernel.org/pub/linux/utils/util-linux/v2.41/v2.41.1-ReleaseNotes
- Fix problem with uname26 listed twice.
* Tue Jun 10 2025 nicolas@belouin.fr
- Fix libmount --no-canonicalize regression (boo#1244251,
  gh#util-linux/util-linux#3479,
  libmount-fix-no-canonicalize-regression.patch).
* Thu May 29 2025 sbrabec@suse.com
- Add ul_ prefix to functions with common names. Fixes btrfsprogs
  build failure (gh#util-linux/util-linux#3603,
  util-linux-rename-common-symbols-1.patch,
  util-linux-rename-common-symbols-2.patch,
  util-linux-rename-common-symbols-3.patch,
  util-linux-rename-common-symbols-4.patch).
* Tue May 20 2025 sbrabec@suse.com
- Fix segfault of findmnt (boo#1242705,
  gh#util-linux/util-linux#3574,
  util-linux-libblkid-econf-parse.patch).
* Thu Apr 17 2025 sbrabec@suse.com
- Enable mountfd support again (jsc#PED-9752).
  BREAKING CHANGE
  Mountfd is nearly completely compatible with the old mount. There
  is a special case that cannot be handled by mountfd, and it needs
  to be handled by applications:
  Mountfd discriminates between physical mount layer and virtual
  mount layer. Once the physical mount layer is read-only,
  read-write mount on the virtual layer is not possible.
  If the first mount is read only, then the physical filesystem is
  mounted read-only, and later mount of the same file system as
  read-write is not possible. To solve this problem, the first
  mount needs to be read-only only on the virtual layer, keeping
  the physical layer read-write.
  The user space fix is simple:
  Instead of
    mount -oro
  use
    mount -oro=vfs
  This will keep the physical layer read-write, but the virtual
  file system layer (and the user space access) will be read-only.
* Mon Apr 07 2025 sbrabec@suse.com
- Update to version 2.41:
  * agetty: Fixed an issue where issue files were not being printed
    from additional locations, such as /run or /usr/lib. This
    change now allows for the use of local information from /etc,
    in addition to generated files from /run and
    distribution-specific files from /usr/lib.
  * cfdisk and sfdisk: Added support for the --sector-size command
    line option.
  * sfdisk: Added a new option, --discard-free.
  * fdisk: Added a new command, 'T', to discard sectors.
  * chrt: The --sched-runtime now supports SCHED_{OTHER,BATCH}
    policies.
  * column: Can now handle ANSI SGR colors inside OSC 8 hyperlink
    escape codes and sequences.
  * enosys: Can now dump defined filters.
  * libmount:
  * Added experimental support for statmount() and listmount()
    syscalls.
  * This new functionality can be accessed using "findmnt
  - -kernel=listmount".
  * Added a new mount option,
    X-mount.nocanonicalize[=source|target].
  * Added new mount extensions to the "ro" flag (ro[=vfs,fs]).
  * Added a new option, X-mount.noloop, to disable automatic loop
    device creation.
  * Now supports bind symlinks over symlinks.
  * Reads all kernel info/warning/error messages from new API
    syscalls (and mount(8) prints them).
  * libuuid: Now supports RFC9562 UUIDs.
  * findmnt, lsblk, and lsfd: Added a new --hyperlink command line
    option to print paths as terminal hyperlinks.
  * findmnt: Can now address filesystems using --id and --uniq-id
    (requires listmount() kernel support).
  * flock: Added support for the --fcntl command line option.
  * hardlink: Can now prioritize specified trees on the command
    line using --prioritize-trees.
  * Can exclude sub-trees using --exclude-subtree or keep them in
    the current mount using --mount.
  * Duplicates can now be printed using --list-duplicates.
  * hwclock: Added a new --param-index option to address position
    for RTC_PARAM_{GET,SET} ioctls.
  * kill: Can now decode signal masks (e.g. as used in /proc) to
    signal names.
  * libblkid: Made many changes to improve detection, including
    exfat, GPT, LUKS2, bitlocker, etc.
  * login: Added support for LOGIN_ENV_SAFELIST in /etc/login.def.
  * lsfd: Now supports pidfs and AF_VSOCK sockets.
  * lsipc, ipcmk, ipcrm: Now supports POSIX ipc.
  * lslogins: Now supports lastlog2.
  * lsns: Added support for the --filter option.
  * build by meson: Now supports translated man pages and has fixed
    many bugs.
  * mkswap: The option --file should now be usable on btrfs.
  * nsenter: Improved support for pidfd and can now join target
    process's socket net namespace.
  * scriptlive: Added a new option, --echo <never|always|auto>.
  * zramctl: Now supports COMP-RATIO and --algorithm-params.
  * Many other new features and fixes. For complete list see
    https://kernel.org/pub/linux/utils/util-linux/v2.41/v2.41-ReleaseNotes
- Update util-linux-login_defs-check.sh:
  * Make instructions up to date.
  * Update checksum reflecting the shadow update.
- Refresh libmount-print-a-blacklist-hint-for-unknown-filesyst.patch.
* Mon Feb 24 2025 jengelh@inai.de
- Delete /usr/sbin/rc* symlinks
- Drop bashisms from build recipe
* Tue Jan 28 2025 sbrabec@suse.com
- Create and own directories /etc/blkid.conf.d and
  /usr/etc/blkid.conf.d (boo#1235887#c3).
- Add missingok for /etc/blkid.conf.
* Mon Jan 20 2025 sbrabec@suse.com
- Move blkid.conf to /usr/etc (boo#1235887).
* Tue Jan 14 2025 sbrabec@suse.com
- Update to version 2.40.4:
  * agetty: Prevent cursor escape (bsc#1194818, drop
    util-linux-agetty-prevent-cursor-escape.patch)
    add "systemd" to --version output\
  * chcpu(8): Document CPU deconfiguring behavior
  * fdisk: SGI fixes
  * hardlink: fix memory corruption
  * hardlink.1 directory|file is mandatory
  * lib/env: fix env_list_setenv() for strings without '='
  * libblkid:
    (exfat) validate fields used by prober
    (gpt) use blkid_probe_verify_csum() for partition array
    checksum
    add FSLASTBLOCK for swaparea
    bitlocker fix version on big-endian systems
  * libfdisk: make sure libblkid uses the same sector size
  * libmount:
    extract common error handling function
    propagate first error of multiple filesystem types
  * logger: correctly format tv_usec
  * lscpu: Skip aarch64 decode path for rest of the architectures
    (bsc#1229476, drop util-linux-lscpu-skip-aarch64-decode.patch)
  * lsns: ignore ESRCH errors reported when accessing files under
    /proc
  * mkswap: set selinux label also when creating file
  * more: make sure we have data on stderr
  * nsenter: support empty environ
  * umount, losetup: Document loop destroy behavior
    (bsc#1159034, drop
    util-linux-umount-losetup-lazy-destruction.patch,
    util-linux-umount-losetup-lazy-destruction-generated.patch).
  * uuidd: fix /var/lib/libuuid mode uuidd-tmpfiles.conf
    fix /var/lib/libuuid mode uuidd-tmpfiles.conf
  * Many other fixes, improvements and code cleanup. For the
    complete list see
    https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.40/v2.40.3-ReleaseNotes
    https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.40/v2.40.4-ReleaseNotes
  - Refresh util-linux.keyring. Key validity was extended.