138 Commits

Author SHA1 Message Date
Douglas Teles
c542304146 New architecture release 2026-03-18 17:32:41 -03:00
Rudi Heitbaum
511ad49fd1 util-linux: update to 2.41
release-notes:
- https://www.kernel.org/pub/linux/utils/util-linux/v2.41/v2.41-ReleaseNotes
2025-03-21 05:06:39 +00:00
Rudi Heitbaum
48f2e75607 util-linux: update to 2.40.4 2025-02-19 11:33:12 +00:00
Christian Hewitt
2f159cc6e6 util-linux: enable agetty when LOCAL_LOGIN is defined
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
2024-12-21 14:26:49 +00:00
Christian Hewitt
3cdaad9733 Merge pull request #8705 from heitbaum/nss 2024-12-20 23:18:03 +04:00
Rudi Heitbaum
90f02c15a6 util-linux: include nologin 2024-12-17 11:53:50 +00:00
CvH
2237555141 cleanup packages: various 2024-08-01 11:53:51 +02:00
Rudi Heitbaum
ed8681ff03 Merge pull request #9057 from CvH/13.0/shfmt
cleanup script formatting
2024-07-27 18:24:18 +10:00
CvH
67dcda694b cleanup scripts: packages/ 2024-07-06 13:02:07 +02:00
Ian Leonard
285bf0e6d6 util-linux: replace toolchain depend
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2024-07-03 00:06:04 -04:00
Rudi Heitbaum
e5ea58a764 util-linux: update to 2.40 2024-04-21 12:43:19 +00:00
Matthias Reichl
3e783b03ac util-linux: enable mount/umount programs
Signed-off-by: Matthias Reichl <hias@horus.com>
2024-01-08 12:04:17 +01:00
Rudi Heitbaum
5b33584df7 util-linux: update to 2.39.3 2023-12-06 13:10:00 +00:00
Rudi Heitbaum
142da9c122 util-linux: update to 2.39.2
release-notes:
- 9dc7d9808a/Documentation/releases/v2.39.2-ReleaseNotes
2023-08-20 12:18:01 +00:00
Rudi Heitbaum
2232570ece util-linux: update to 2.39.1
log:
- https://github.com/util-linux/util-linux/compare/v2.39...v2.39.1

util-linux 2.39.1: Jun 27 2023
* see Documentation/releases/v2.39.1-ReleaseNotes or the complete changelog at
  https://www.kernel.org/pub/linux/utils/util-linux/v2.39/v2.39.1-ChangeLog

12169133ee/Documentation/releases/v2.39.1-ReleaseNotes
2023-06-30 10:19:15 +00:00
Rudi Heitbaum
894f3207d4 util-linux: update to 2.39
release notes:
- https://github.com/util-linux/util-linux/blob/master/Documentation/releases/v2.39-ReleaseNotes
2023-05-20 13:58:22 +00:00
Rudi Heitbaum
9ff55a0c00 util-linux: update to 2.38.1
Release notes:
- https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.38/v2.38.1-ReleaseNotes
2022-11-26 02:51:58 +00:00
Ian Leonard
1fe4a9e202 util-linux: cleanup mount-swap, add comments to swap.conf
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2022-10-27 13:01:28 +00:00
Rudi Heitbaum
7c4bd3ef64 util-linux: set all-programs option in init and target not common
so that in :host hexdump is available in toolchain/bin
2022-05-27 14:26:36 +00:00
Rudi Heitbaum
2a31c60b96 util-linux: enable all-programs in :host build so that hexdump is available in toolchain/bin 2022-05-13 22:02:37 +00:00
Rudi Heitbaum
e9ae05a90d util-linux: update to 2.38
update 2.37.4 to 2.38

release notes:
- https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.38/v2.38-ReleaseNotes

includes NEW COMMAND: lsfd

  lsfd is a NEW COMMAND. lsfd is intended to be a modern replacement for lsof(8)
  on Linux systems. Unlike lsof, lsfd is specialized to Linux kernel; it supports
  Linux specific features like namespaces with simpler code. lsfd is not a
  drop-in replacement for lsof; they are different in the command line interface
  and output formats. lsfd uses Libsmartcols for output formatting and filtering.
  For example: lsfd -Q 'ASSOC == "exe"' prints all running executables.
  (Thanks to Masatake YAMATO)

/usr/bin/lsfd is 107760 bytes on Generic

man page here:
- https://github.com/util-linux/util-linux/blob/master/misc-utils/lsfd.1.adoc
2022-03-29 10:28:20 +00:00
Rudi Heitbaum
bea1b7cb59 util-linux: update to 2.37.4
util-linux 2.37.4 Release Notes
===============================

This release fixes security issue in chsh(1) and chfn(8):

CVE-2022-0563

  The readline library uses INPUTRC= environment variable to get a path
  to the library config file. When the library cannot parse the
  specified file, it prints an error message containing data from the
  file.

  Unfortunately, the library does not use secure_getenv() (or a similar
  concept), or sanitize the config file path to avoid vulnerabilities that
  could occur if set-user-ID or set-group-ID programs.
2022-02-20 10:56:38 +00:00
heitbaum
d21e0cd8fa util-linux: update to 2.37.3
update 2.37.2 (2021-08-16) to 2.37.3 (2022-01-24)

Changelog:
- https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.37/v2.37.3-ChangeLog

util-linux 2.37.3 Release Notes
===============================

This release fixes two security mount(8) and umount(8) issues:

CVE-2021-3996
    Improper UID check in libmount allows an unprivileged user to unmount FUSE
    filesystems of users with similar UID.

CVE-2021-3995
    This issue is related to parsing the /proc/self/mountinfo file allows an
    unprivileged user to unmount other user's filesystems that are either
    world-writable themselves or mounted in a world-writable directory.
2022-02-05 04:04:32 +00:00
heitbaum
09774ed18e util-linux: update to 2.37.2 2022-01-01 11:32:45 +00:00
heitbaum
28a4f9cd06 util-linux: update to 2.37 and upstreamed patches
update 2.36.1 (2020-11-16) to 2.37 (2021-06-01)
changelog: https://github.com/karelzak/util-linux/blob/master/Documentation/releases/v2.37-ReleaseNotes
2021-06-01 11:59:15 +00:00