Opened 5 months ago
Closed 4 months ago
#5516 closed enhancement (fixed)
util-linux-2.40.2
Reported by: | Bruce Dubbs | Owned by: | lfs-book |
---|---|---|---|
Priority: | normal | Milestone: | 12.2 |
Component: | Book | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description
New point version.
Changes between v2.40.1 and v2.40.2
autotools:
- Properly order install dependencies of pam_lastlog2
- make pam install path configurable
bash-completion:
- add logger --sd-* completions
build-sys:
- _PATH_VENDORDIR workaround
cfdisk:
- fix possible integer overflow [coverity scan]
docs:
- update AUTHORS file
include/pidfd-utils:
- provide ENOSYS stubs if pidfd functions are missing
- remove hardcoded syscall fallback
lib/buffer:
- introduce ul_buffer_get_string()
lib/fileutils:
- add ul_basename()
lib/path:
- Fix ul_path_read_buffer()
lib/sysfs:
- abort device hierarchy walk at root of sysfs
- zero-terminate result of sysfs_blkdev_get_devchain()
libmount:
- fix syscall save function
- fix tree FD usage in subdir hook
- improving robustness in reading kernel messages
- add pidfs to pseudo fs list
libsmartcols:
- fix reduction stages use
- ensure filter-scanner/paser.c file is newer than the .h file
libuuid:
- clear uuidd cache on fork()
- drop check for HAVE_TLS
- drop duplicate assignment liuuid_la_LDFLAGS
- split uuidd cache into dedicated struct
- Conditionally add uuid_time64 to sym. version map
lscpu:
- New Arm Cortex part numbers
lsfd:
- Refactor the pidfd logic into lsfd-pidfd.c [Xi Ruoyao]
- Support pidfs [Xi Ruoyao]
- test Adapt test cases for pidfs [Xi Ruoyao]
meson:
- Correctly require the Python.h header for the python dependency
- Fix build-python option
- Only require Python module when building pylibmount
misc-utils:
- uuidd Use ul_sig_err instead of errx
mkswap.8.adoc:
- update note regarding swapfile creation
po:
- merge changes
- update es.po (from translationproject.org)
- update ja.po (from translationproject.org)
po-man:
- merge changes
rename:
- use ul_basename()
sys-utils/setpgid:
- make -f work
wdctl:
- always query device node when sysfs is unavailable
Note:
See TracTickets
for help on using tickets.
Fixed at commit f105449724.