Package: util-linux / 2.41.1-2

Metadata

Package Version Patches format
util-linux 2.41.1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
debian/man getopt examples.patch | (download)

misc-utils/getopt.1 | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 util-linux: getopt(1) should point to where examples are on a debian
 system

Debian BTS #913049

debian/verbose tests.patch | (download)

tests/Makemodule.am | 2 1 + 1 - 0 !
tests/functions.sh | 11 11 + 0 - 0 !
2 files changed, 12 insertions(+), 1 deletion(-)

 verbose-tests

Enable verbose tests and print content of failing tests output file.

debian/hardlink tests known failed.patch | (download)

tests/ts/hardlink/options | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 hardlink tests: set known failed

sha256 cannot be initialized on some archs / buildds.

debian/lsfd usrbin.patch | (download)

lsfd-cmd/Makemodule.am | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 install lsfd into /usr/bin


debian/sensible pager.patch | (download)

lib/pager.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use sensible-pager

Closes: #1014368

debian/login support LOG_OK_LOGINS.patch | (download)

login-utils/login.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 login: support log_ok_logins


debian/login do not print motd done by PAM.patch | (download)

login-utils/login.c | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

 login: do not print motd, done by pam


debian/login turn off btmp utmp lastlog writing.patch | (download)

login-utils/login.c | 4 0 + 4 - 0 !
1 file changed, 4 deletions(-)

 login: turn off btmp, utmp, lastlog writing

Should be done by PAM instead. login from src:shadow had turned it off, especially with --enable-logind.

debian/salsa ci skip tests.patch | (download)

tests/ts/fadvise/drop | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 skip fadvise/drop test in salsa ci


upstream/lscpu use maximum CPU speed from DMI avoid duplicate vers.patch | (download)

sys-utils/lscpu-dmi.c | 21 17 + 4 - 0 !
sys-utils/lscpu.h | 1 1 + 0 - 0 !
2 files changed, 18 insertions(+), 4 deletions(-)

 lscpu: use maximum cpu speed from dmi,
 avoid duplicate version string

* Read maximum CPU speed from DMI
* Don't use max speed if nonsensical
* Avoid appending "CPU @ speed" to the version string if it's already included.
  (This is a code robustness improvement as DMI is currently read for ARMs only,
   and the issue was detected on Intel.)

Fixes: https://github.com/util-linux/util-linux/commit/a772d7c493afcec32f0123fc947013f74db6e45d
Signed-off-by: Karel Zak <kzak@redhat.com>

upstream/logger fix incorrect warning message when both file and a.patch | (download)

misc-utils/logger.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 logger: fix incorrect warning message when both --file and a message
 are specified

Logger warns that when both --file and a message are given, the message is ignored.
It does the opposite. Fix the warning message to conform to the observed behavior.

Example:
echo "You will not see this file in the log" > file.txt
logger -f file.txt "You will see this message in the log"

Signed-off-by: Alexander Kappner <agk@godking.net>

upstream/ldattach Allow changing the MTU for GSM0710 framing.patch | (download)

bash-completion/ldattach | 5 5 + 0 - 0 !
sys-utils/ldattach.8.adoc | 5 4 + 1 - 0 !
sys-utils/ldattach.c | 21 13 + 8 - 0 !
3 files changed, 22 insertions(+), 9 deletions(-)

 ldattach: allow changing the mtu for gsm0710 framing

Traditionally ldattach have hard coded MTU of 127 bytes
upstream/lib path avoid double free for cpusets.patch | (download)

lib/path.c | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 lib/path: avoid double free() for cpusets

Addresses: https://github.com/util-linux/util-linux/issues/3641
Signed-off-by: Karel Zak <kzak@redhat.com>