8dca568f76
Accepting request 1327476 from Base:System
...
OBS-URL: https://build.opensuse.org/request/show/1327476
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=303
2026-01-19 17:35:00 +00:00
79ab258992
- Fix filelist for systemd flavor.
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=614
2026-01-15 22:18:19 +00:00
4dcab89274
Curate v2.41.3 changelog (compiler warnings are not user-relevant)
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=613
2026-01-03 17:46:16 +00:00
4e1ecb1716
- update to 2.41.3 (bsc#1254666, CVE-2025-14104):
...
* bash-completion:
- (mount) add missing options
- add lsfd
- add blkpr
- add bits to dist tarball
* dmesg:
- fix const qualifier warnings in parse_callerid
* eject:
- fix const qualifier warning in read_speed
* enosys:
- fix const qualifier warning in parse_block
* libblkid:
- fix const qualifier warning in blkid_parse_tag_string
- use snprintf() instead of sprintf()
* libfdisk:
- (dos) fix off-by-one in maximum last sector calculation
* liblastlog2:
- fix operator precedence in conditional assignments
* lib, lscpu:
- fix const qualifier discarded warnings in bsearch
* libmount:
- fix const qualifier warning in mnt_parse_mountinfo_line
- fix const qualifier warnings for C23
* logger:
- fix const qualifier warnings for C23
* login-utils:
- fix setpwnam() buffer use [CVE-2025-14104]
* losetup:
- sort 'O' correctly for the mutual-exclusive check to work
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=612
2026-01-03 17:10:37 +00:00
6f6f0a54ea
Accepting request 1311767 from Base:System
...
OBS-URL: https://build.opensuse.org/request/show/1311767
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=302
2025-10-18 12:35:53 +00:00
8c2d1ee9ab
Simplify %post.
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=610
2025-10-16 16:37:46 +00:00
02e8e761c8
Typo fix.
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=609
2025-10-16 03:23:26 +00:00
6c9131c836
Add boo#1244446 to changes.
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=608
2025-10-16 03:14:55 +00:00
a1436eef7b
- Include agetty netlink fixes from the final upstream commits
...
(jsc#PED-8734, util-linux-lib-netlink.patch and
util-linux-agetty-netlink.patch) and upstream fixes
(util-linux-lib-netlink-fix1.patch,
util-linux-lib-netlink-fix2.patch,
util-linux-lib-netlink-fix3.patch and
util-linux-agetty-netlink-fix4.patch).
- Fix configs library use in agetty (replace
util-linux-issuedir-usr-lib.patch by upstream
util-linux-lib-configs-fix1.patch,
add util-linux-lib-configs-fix2.patch,
util-linux-lib-configs-fix3.patch,
util-linux-lib-configs-fix4.patch,
util-linux-lib-configs-fix5.patch and
util-linux-lib-configs-fix6.patch).
- Fix agetty erase of escape characters (relevant to bsc#1194818,
util-linux-agetty-escape-erase.patch).
- Own /usr/lib/issue.d directory.
- Perform migration from issue-generator (jsc#PED-8734).
- Drop util-linux-agetty-ssh-host-keys.patch. This feature is not
used in MicroOS any more.
- Remove Provides/Obsoletes for s390-32, upgrade from SLE11 SP1 is
no more supported.
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=607
2025-10-16 03:08:35 +00:00
f19df5814c
- agetty: use /usr/lib/issue.d for backward compatibility
...
(util-linux-issuedir-usr-lib.patch).
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=606
2025-09-30 20:20:00 +00:00
d038bb277e
Fix problems caused by superfluous flavor definition.
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=605
2025-09-29 10:40:52 +00:00
a07bc6db40
- Mark test script/options as failing (needs research on arm7l and
...
s390x).
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=604
2025-09-29 08:51:47 +00:00
748493ae25
Remove flavor definition that should not appear in OBS.
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=603
2025-09-29 08:50:30 +00:00
d58ac4d1e8
- Fix address matching in agetty (boo#1247371,
...
util-linux-lib-netlink.patch).
- Update generated man pages (util-linux-man-generated.patch).
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=602
2025-09-28 07:44:23 +00:00
d61749eafc
Test fail.
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=601
2025-09-28 07:29:32 +00:00
6b1617ff28
- Add configs library and use it in agetty
...
- Update to version 2.41.2...
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=600
2025-09-26 19:27:26 +00:00
4ec1ddfe0e
Accepting request 1303156 from Base:System
...
- Implement escape code for printing of ssh host keys in agetty
issue file (util-linux-agetty-ssh-host-keys.patch.
- Include fixes from
https://github.com/util-linux/util-linux/pull/3649 (jsc#PED-8734,
util-linux-lib-netlink.patch, util-linux-agetty-netlink.patch).
OBS-URL: https://build.opensuse.org/request/show/1303156
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=301
2025-09-10 15:30:10 +00:00
b2359319b4
Accepting request 1302271 from home:sbrabec:branches:util-linux-b1247371
...
- Implement escape code for printing of ssh host keys in agetty
issue file (util-linux-agetty-ssh-host-keys.patch.
- Include fixes from
https://github.com/util-linux/util-linux/pull/3649 (jsc#PED-8734,
util-linux-lib-netlink.patch, util-linux-agetty-netlink.patch).
OBS-URL: https://build.opensuse.org/request/show/1302271
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=598
2025-09-01 22:52:21 +00:00
2074f8c639
Accepting request 1295529 from Base:System
...
- For bash 5.3 add (SIG)INT tests/expected/kill/decode as ignored
signal for asynchronous coprocesses (boo#1246830)
OBS-URL: https://build.opensuse.org/request/show/1295529
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=300
2025-08-13 14:23:37 +00:00
37724ca4d2
.
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=597
2025-07-24 11:03:15 +00:00
7408b8b11c
.
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=596
2025-07-24 10:58:36 +00:00
27748685ae
Accepting request 1291647 from Base:System
...
- agetty: Implement netlink based IP address detection
OBS-URL: https://build.opensuse.org/request/show/1291647
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=299
2025-07-14 08:49:38 +00:00
f3ed77a008
Add upstream issue links
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=595
2025-07-10 09:41:40 +00:00
b226ea0a85
- Implement netlink based IP address detection and issue reload.
...
It makes possible to identify IP addresses usability and prefer
stable global addresses over ephemeral or link-local addresses.
New issue keywords \a and \A were added. (boo#1139983,
jsc#PED-8734, util-linux-lib-netlink.patch,
util-linux-agetty-netlink.patch)
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=594
2025-07-10 09:40:23 +00:00