Commit Graph

3570 Commits

Author SHA1 Message Date
CvH
e4e5d2a412 Merge pull request #5876 from antonlacon/le11-toolchain
Toolchain Updates
2022-04-09 17:32:16 +02:00
CvH
e07a360c6e Merge pull request #6175 from heitbaum/pkginfo
PKGCONFIG use ./lib/pkgconfig/ for both host and target
2022-04-02 11:58:29 +02:00
CvH
815dda18b5 Merge pull request #6341 from heitbaum/util-linux
util-linux: update to 2.38
2022-03-31 17:26:36 +02:00
Rudi Heitbaum
a976fdc137 open-vm-tools: update to 12.0.0 2022-03-31 15:14:44 +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
CvH
f8ee0e1ef9 Merge pull request #6337 from heitbaum/devs
squashfs-tools: update to 4.5.1
2022-03-29 12:10:39 +02:00
Rudi Heitbaum
6a44edc232 squashfs-tools: update to 4.5.1 2022-03-29 09:07:55 +00:00
Matthias Reichl
7c5d8862a8 systemd: drop 80-clock.rules
This is no longer needed as all kernels have CONFIG_RTC_HCTOSYS enabled

Signed-off-by: Matthias Reichl <hias@horus.com>
2022-03-28 20:05:45 +02:00
CvH
d451eca1aa Merge pull request #6295 from heitbaum/systemd
systemd: update to 250.4
2022-03-19 10:23:40 +01:00
Rudi Heitbaum
c2d4358776 tz: update to 2022a
ann:
- http://mm.icann.org/pipermail/tz-announce/2022-March/000070.html
2022-03-17 12:01:17 +00:00
Rudi Heitbaum
fc5820b4ef systemd: update to 250.4
required update to support kernel 5.17
https://patch-diff.githubusercontent.com/raw/systemd/systemd/pull/22312.patch
2022-03-12 02:53:55 +00:00
Rudi Heitbaum
fa9cd58d01 dbus: update to 1.14.0
minor update from 1.13.22 (release candidate) to 1.14.0 (stable release
version of dbus)

changelog:
- https://gitlab.freedesktop.org/dbus/dbus/-/compare/dbus-1.13.22...dbus-1.14?from_project_id=1187
2022-03-05 12:01:21 +00:00
Rudi Heitbaum
77157b5141 dbus: update to 1.13.22 2022-02-26 09:28:55 +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
Christian Hewitt
12234388a4 systemd: disable time based rotation of the journal 2022-02-19 11:01:39 +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
c6e36a8149 libusb: update to 1.0.25
update 1.0.24 (2020-12-11) to 1.0.25 (2022-01-31)

Changelog:
- https://github.com/libusb/libusb/blob/master/ChangeLog

2022-01-31: v1.0.25
* Linux: Fix regression with some particular devices
* Linux: Fix regression with libusb_handle_events_timeout_completed()
* Linux: Fix regression with cpu usage in libusb_bulk_transfer
* Darwin (macOS): Add support for detaching kernel drivers with authorization.
* Darwin (macOS): Do not drop partial data on timeout.
* Darwin (macOS): Silence pipe error in set_interface_alt_setting().
* Windows: Fix HID backend missing byte
* Windows: Fix segfault with libusbk driver
* Windows: Fix regression when using libusb0 driver
* Windows: Support LIBUSB_TRANSFER_ADD_ZERO_PACKET on winusb
* New NO_DEVICE_DISCOVERY option replaces WEAK_AUTHORITY option
* Various other bug fixes and improvements
2022-02-05 04:04:30 +00:00
heitbaum
423183d431 systemd: set PKGCONFIG directory to /usr/lib/pkgconfig 2022-01-30 12:17:21 +00:00
heitbaum
9a1c508523 lirc: remove RPATH 2022-01-23 21:39:17 +00:00
heitbaum
d56278823a parted: remove RPATH 2022-01-23 21:39:17 +00:00
heitbaum
a15d1cd961 open-vm-tools: remove RPATH 2022-01-23 21:39:17 +00:00
heitbaum
9fe317363d libusb-compat: remove RPATH 2022-01-23 21:39:17 +00:00
CvH
8a065ed3fc Revert "dosfstools: add defined -with-iconv to OPTS"
This reverts commit 113d5f7638.
2022-01-23 18:09:34 +01:00
CvH
79b63bb684 Merge pull request #6152 from heitbaum/init
Boot warning: fsck.fat
2022-01-23 15:12:32 +01:00
CvH
1f05b19991 Merge pull request #5491 from heitbaum/systemd2
systemd: update to 250.3 and include Jinja2
2022-01-23 14:49:41 +01:00