Commit graph

79 commits

Author SHA1 Message Date
GavinDarkglider
e175db8c5f
util-linux: fix for Switch after update from libreelec 2023-01-19 22:18:54 +01:00
Tomáš Kelemen (vudiq)
33e9e1eaaa
Merge branch 'LibreELEC.tv/master' into Lakka-LE-master 2023-01-18 11:15:04 +01: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
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
Tomáš Kelemen (vudiq)
a32d60c085
Merge branch 'librelec/master' 2022-04-07 09:52:13 +02: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
Tomáš Kelemen (vudiq)
ee6140e55c
Merge 'libreelec/master' 2022-03-04 00:02:04 +01:00
GavinDarkglider
800557a248
More Nintendo Switch fixes (#1548)
* Downgrade glibc to 2.27 for L4T Builds.
* Downgrade binutils to 2.32 for L4T Builds.
* Update L4T Project Options
* Refactor tegra-bsp package
* Import/Rebase CTC's ffmpeg patches, and switch decoder to nvv4l2 from nvmpi. Fixes decoder issues
* Enable all disabled cores
* Remove hack in busybox package to dump firmware into L4T Builds, we now handle this in tegra-bsp package.
* More L4T project cleanups
* Bring switch-bootloader package.mk inline with upstream formatting
* Fix reboot_payload
* Add proper tegra-bsp:init support
* Bootloader cleanups, seperate bootloader stuff for libreelec builds
* Update init for supporting all distros on Nintendo Switch
* Add proper splash images for libreelec builds.
* Final bootloader fixes
* switch-bootloader-merge-fixes
* Fix uboot merge issues
* fix bmp
* It all builds
* add Basic USB Gadget(Serial console only)
* Properly fix mtp, and finish gadget stuff
2022-03-03 21:48:22 +01: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
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
MilhouseVH
bd049eb269 util-linux: Fix Python3 uuid build/rebuild issues
1) Python3 needs the util-linux:host dependency otherwise uuid support will
   leak over from the build host during a clean build, only to use util-linux:host
   for uuid support during a subsequent rebuild (which fails, because of #2)

2) util-linux:host needs -fPIC as this is what Python3 requires (clean builds
   work because of #1...)

3) Remove toolchain from util-linux:host to avoid a circular toolchain
   reference now that Python3 is also part of toolchain (via meson)
2018-09-12 23:53:06 +01:00
CvH
1b9cbdaf26 spdx: packages/sysutils 2018-07-18 22:37:47 +02:00
kszaq
e6b4fa074b fstrim: disable in Busybox, enable in util-linux
fstrim from util-linux gives more options, e.g. -a to trim all drives,
we also don't need fstrim in initramfs.

Thanks to koenkooi for the idea.
2018-01-05 18:44:33 +01:00
Sascha Kuehndel (InuSasha)
3846ec7dac
buildsystem: replace PKG_AUTORECONF 2017-11-22 00:41:12 +01:00
chewitt
79dfe6cd35 util-linux: add --without-ncursesw to config 2017-11-20 13:54:04 +00:00
Lukas Rusak
b9866fc439
util-linux: update to 2.31 2017-10-20 14:19:00 -07:00
cvh
837b447b7c decommission PKG_IS_ADDON 2017-10-16 00:01:20 +02:00
Peter Vicman
50a51452be build system: add sha256 checksum to all packages
putting #1597 in use
2017-07-17 20:49:23 +02:00
MilhouseVH
65224c4a1a Merge pull request #932 from InuSasha/fixes/dependency_tree
fix same missing dependencies
2017-05-11 14:36:14 -07:00
Sascha Kuehndel (InuSasha)
66590c9488
dependency-tree: host packages depend on toolchain 2017-05-10 20:50:10 +02:00
MilhouseVH
e99599baf5 util-linux: remove unrecognized options 2017-05-06 22:45:26 +01:00
Stephan Raue
da20ae04b2
util-linux: update to util-linux-2.29.2
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2017-03-18 10:09:25 -07:00
awiouy
cf5d3a4579 decommission PKG_REV 2017-01-19 00:06:13 +01:00
MilhouseVH
f60bbeaa15 util-linux: update to util-linux-2.29 2016-12-21 13:19:06 +00:00
Lukas Rusak
4ad4726911
util-linux: use unified /usr 2016-12-04 13:23:46 -08:00
Stephan Raue
f7baa8b0e7 util-linux: update to util-linux-2.28.1
Signed-off-by: Stephan Raue <stephan@openelec.tv>
(cherry picked from commit 0e486f8261328d7c9906a316054ecaa260fa4e9c)
2016-11-16 00:18:25 +00:00
awiouy
e0c2de9b39 Decommission PKG_PRIORITY 2016-09-24 11:57:39 +02:00
Lukas Rusak
98fe117792 util-linux: update to 2.28 2016-04-20 11:53:32 -07:00
Lukas Rusak
40af353132 rebrand: LibreELEC 2016-03-12 01:41:55 +01:00
Stephan Raue
f51faa070d packages: update license headers
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-01-02 17:29:56 +01:00
Stephan Raue
40300a7a85 libevdev: update to util-linux-2.27.1
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-11-17 13:57:25 +01:00
Stephan Raue
62835db322 util-linux: update patch to let choose 'uuidgen', enable uuidgen and libuuid for host build
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-09-12 10:54:26 +02:00