Commit Graph

122 Commits

Author SHA1 Message Date
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
MilhouseVH
b135c7ead9 packages: add missing dependencies 2019-02-08 17:17:43 +00:00
mglae
3d5457202d util-linux: bump 2.32.1 (non blocking uuid_generate()) 2018-10-23 18:50:57 +02:00
CvH
85e5b4dc1f cleanup: PKG_SHORTDESC 2018-10-22 15:06:12 +02:00
CvH
4cffa5fe6f cleanup: remove PKG_ARCH="any" 2018-10-22 15:06:12 +02:00
CvH
4317bc5002 cleanup: remove PKG_SECTION 2018-10-22 15:06:11 +02:00