Commit Graph

127 Commits

Author SHA1 Message Date
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:
- https://github.com/util-linux/util-linux/blob/9dc7d9808a08484d5a6ef2d272a21216a30aa836/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

https://github.com/util-linux/util-linux/blob/12169133eeda0fa459f3e02e354558df991499e8/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
Ian Leonard b31ce30170 sysutils: automated code cleanup
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-01-19 19:34:16 +00:00
heitbaum c7a8ee710f util-linux: update to 2.36.1 2020-12-06 02:09:19 +00:00
MilhouseVH 86566f4f60 util-linux: update to util-linux-2.35.1 2020-02-06 05:58:13 +00:00
MilhouseVH b7ee9b97ff util-linux: update to util-linux-2.34 2020-01-19 22:24:59 +00:00
MilhouseVH fd539d0663 packages: use $(get_pkg_version_maj_min) 2020-01-13 21:18:51 +00:00
MilhouseVH 2e59361d36 util-linux: add missing dependencies 2019-10-28 01:47:47 +00:00
Sascha Kuehndel (InuSasha) c7c469431e buildsystem: host should not depend on cross-compiler 2019-10-18 19:41:00 +02:00
capntrips cef52f85a3 systemd: fix swap partition handling when multiple swap partitions are present 2019-08-15 00:11:18 -05:00
MilhouseVH 7e14b9474c util-linux: update to util-linux-2.33.2 2019-06-07 08:49:07 +01:00
MilhouseVH 19602df226 util-linux: enable lscpu 2019-03-28 10:36:53 +00:00
MilhouseVH ec69122560 util-linux: update to util-linux-2.33.1 2019-03-28 09:42:30 +00:00