Opened 12 months ago
Closed 11 months ago
#5388 closed enhancement (fixed)
util-linux v2.39.3
Reported by: | Bruce Dubbs | Owned by: | Bruce Dubbs |
---|---|---|---|
Priority: | normal | Milestone: | 12.1 |
Component: | Book | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description
New point version.
autotools:
- fix AC_DEFINE_UNQUOTED() use
- fix librtas check
- fix typos
blkid:
- fix call to err_exclusive_options
blkpr:
- store return value of getopt_long in int
build-sys:
- fix libmount/src/hooks.c use
disk-utils:
- add SPDX and Copyright notices
docs:
- add SPDX to boilerplate.c
- update AUTHORS file
- use HTTPS for GitHub clone URLs
include:
- add DragonFlyBSD GPT partition types
include/audit-arch:
- add missing SPDX
ldattach:
- don't call exit() from signal handler
lib/env:
- avoid underflow of read_all_alloc() return value
lib/idcache:
- always gracefully handle null cache
lib/path:
- Set errno in case of fgets failure
- fix possible out of boundary access
- fix typos [Tobias Stoeckmann]
- set errno in case of error
libblkid:
- (bcachefs) adapt to major.minor version
- (bcachefs) add support for sub-device labels
- (bcachefs) fix compiler warning [-Werror=sign-compare]
- (bcachefs) fix not detecting large superblocks
- (bcachefs) fix size validation
- (jmicron_raid) avoid modifying shared buffer
- (jmicron_raid) use checksum APIs
- (ntfs) validate that sector_size is a power of two
- (probe) handle probe without chain gracefully
- (vfat) avoid modifying shared buffer
- (vxfs) report endianness
- (zonefs) avoid modifying shared buffer
- avoid memory leak of cachefile path
- exfat fix fail to find volume label
- reset errno before calling probefuncs
libfdisk:
- handle allocation failure in fdisk_new_partition
- reset errno before calling read()
libmount:
- Fix regression when mounting with atime
- accept '\' as escape for options separator
- fix possible NULL dereference [coverity scan]
- fix statx() includes
- gracefully handle NULL path in mnt_resolve_target()
- improve mnt_table_next_child_fs()
- make.stx_mnt_id use more robust
- report statx in features list
libsmartcols:
- handle nameless tables in export format
libuuid:
- avoid truncate clocks.txt to improve performance
libuuid/src/gen_uuid.c:
- fix cs_min declaration
login:
- Use pid_t for child_pid
- move comment
losetup:
- fix JSON MAJ MIN
lscpu:
- Use 4K buffer size instead of BUFSIZ
- fix caches separator for --parse=<list>
- Add Phytium FTC862 cpu model. fix:
lsfd:
- (man) fix the form for the optional argument of --inet option
- avoid undefined behavior
- fix memory leak in append_filter_expr()
lslogins:
- (man) fix -y option formatting
- fix realloc() loop allocation size
meson:
- install wall executable with group 'tty'
- install write executable with group 'tty'
more:
- avoid out-of-bound access
po:
- add ro.po (from translationproject.org)
- merge changes
- update es.po (from translationproject.org)
po-man:
- merge changes
script-playutils:
- close filestream in case ignore_line() fails
setpriv:
- fix group argument completion
setterm:
- avoid restoring flags from uninitialized memory
tests:
- add ts_skip_docker
- skip broken tests on docker
umount:
- handle bindmounts during --recursive
- Add Phytium FTC310 & FTC664 support
- Fix man page for col to correct documentation error
- Update col.c to fix option mistake
- Use empty libuser config file.
Change History (3)
comment:1 by , 12 months ago
comment:2 by , 11 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 11 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed at commit 03682b25
Reformat util-linux configure parameters.
Fixed at commit 04a7 336f
Update to util-linux v2.39.3. Update to python3-3.12.1. Update to linux-6.6.7. Update to kbd-2.6.4. Update to bc-6.7.4.
Note:
See TracTickets
for help on using tickets.
The sed is still needed to prevent
test_mkfds
from running in background indefinitely.