Commit graph

3709 commits

Author SHA1 Message Date
Christian Hewitt
09c6c08f99
Merge pull request #6404 from heitbaum/init
Boot warning: fsck.fat
2022-04-23 12:56:43 +04:00
mglae
dd6d37e30b dosfstools: init: build fsck.fat without iconv 2022-04-23 04:12:55 +00:00
Matthias Reichl
dc8fc03f3f lirc: add Debian patch lirc-gpio-ir-0.10
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-04-22 21:05:47 +02:00
Matthias Reichl
4723b9aada lirc: fix build on kernel 5.18
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-04-22 21:05:47 +02:00
Rudi Heitbaum
560baa2f93 libusb: update to 1.0.26
changelog:
- https://github.com/libusb/libusb/blob/master/ChangeLog

2022-04-10: v1.0.26
* Fix regression with transfer free's after closing device
* Fix regression with destroyed context if API is misused
* Workaround for applications using missing default context
* Fix hotplog enumeration regression
* Fix Windows isochronous transfer regression since 1.0.24
* Fix macOS exit crash in some multi-context cases
* Build fixes for various platforms and configurations
* Fix Windows HID multi-interface product string retrieval
* Update isochronous OUT packet actual lengths on Windows
* Add interface bound checking for broken devices
* Add umockdev tests on Linux
2022-04-19 11:47:00 +00:00
Rudi Heitbaum
3e3bc6eacd libevdev: update to 1.12.1
ann:
- https://lists.freedesktop.org/archives/input-tools/2022-March/001574.html
2022-04-19 11:44:49 +00:00
Rudi Heitbaum
d6959c9ace pciutils: update to 3.8.0 and HSTS
changelog:
        2022-04-16  Martin Mares <mj@ucw.cz>

 	* Released as 3.8.0.

 	* Filters can now match devices based on partially specified
 	  class code and also on the programming interface.

 	* Reporting of link speeds, power limits, and virtual function tags
 	  has been updated to the current PCIe specification.

 	* We decode the Data Object Exchange capability.

 	* Bus mapping mode works in non-zero domains.

 	* pci_fill_info() can fetch more fields: bridge bases, programming
 	  interface, revision, subsystem vendor and device ID, OS driver,
 	  and also parent bridge. Internally, the implementation was rewritten,
 	  significantly reducing the number of corner cases to be handled.

 	* The Windows port was revived and greatly improved by Pali Rohár.
 	  It requires less magic to compile. More importantly, it runs on both
 	  old and recent Windows systems (see README.Windows for details).

 	* Added a new Windows back-end using the cfgmgr32 interface.
 	  It does not provide direct access to the configuration space,
 	  but basic information about the device is reported via pci_fill_info().
 	  For back-ends of this type, we now provide an emulated read-only
 	  config space.

 	* If the configuration space is not readable for some reason
 	  (e.g., the cfgmgr32 back-end, but also badly implemented sleep mode
 	  of some devices), lspci prints only information provided by the OS.

 	* The Hurd back-end was greatly improved thanks to Joan Lledó.

 	* Various minor bug fixes and improvements.

 	* We officially require a working C99 compiler. Sorry, MSVC.

 	* As usually, updated pci.ids to the current snapshot of the database.
2022-04-19 11:35:35 +00:00
Rudi Heitbaum
d44d303123 parted: update to 3.5
ann:
- https://lists.gnu.org/archive/html/info-gnu/2022-04/msg00010.html
2022-04-19 11:33:11 +00:00
Rudi Heitbaum
56309fd140 gptfdisk: update to 1.0.9
release notes:
- https://sourceforge.net/p/gptfdisk/code/ci/master/tree/NEWS

1.0.9 (4/14/2022):
------------------

- Removed stray debugging code that caused "partNum is {x}" to be printed
  when changing a partition's name with sgdisk (-c/--change-name).

- Added support for aligning partitions' end points, as well as their start
  points. This support affects the default partition size when using 'n' in
  gdisk; it affects the default partition size in cgdisk; and it's activated
  by the new '-I' option in sgdisk. See the programs' respective man pages
  for details. This feature is intended to help with LUKS2 encryption, which
  reacts badly to partitions that are not sized as exact multiples of the
  encryption block size.

- Added check for too-small disks (most likely to be an issue when trying
  to use a too-small disk image); program now aborts if this happens.

- Added the ability to build sgdisk and cgdisk for Windows.

- Added new type codes:
  * FreeBSD nandfs (0xa506)
  * Apple APFS Pre-Boot (0xaf0b)
  * Apple APFS Recovery (0xaf0c)
  * ChromeOS firmware (0x7f03)
  * ChromeOS mini-OS (0x7f04)
  * ChromeOS hibernate (0x7f05)
  * U-Boot boot loader (0xb000)
  * 27 (!) codes for Fuchsia (0xf100 to 0xf11a)

- Fixed build problems with recent versions of ncurses.

- Fixed bug that caused cgdisk to report incorrect partition attributes.

- Consolidated Makefiles for Linux, FreeBSD, Solaris, macOS, and Windows
  (32- and 64-bit). The old OS-specific Makefiles remain in case the new
  consolidated Makefile has problems, but the old ones are deprecated.
  (The Solaris support in the new Makefile is untested.)
2022-04-19 11:28:24 +00:00
CvH
e4e5d2a412
Merge pull request #5876 from antonlacon/le11-toolchain
Toolchain Updates
2022-04-09 17:32:16 +02:00
mglae
a1dc3e8550 busybox: hwclock: add settimeofday() fix 2022-04-09 11:40:33 +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
Tomáš Kelemen (vudiq)
589208887e
Lakka: make some folders "world" writable
so we don't have to use superuser when accessing the ext4 partition on
the thumbdrive / SD card in a computer
2022-03-28 22:14:45 +02:00
Matthias Reichl
c8935c339e 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 21:59:46 +02: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
1431ade25e tz: update to 2022a
ann:
- http://mm.icann.org/pipermail/tz-announce/2022-March/000070.html
2022-03-17 12:00:32 +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
Tomáš Kelemen (vudiq)
7cbb2e6a24
Merge LibreELEC 10.0.2 2022-03-04 22:36:18 +01:00
Tomáš Kelemen (vudiq)
e6a5bb587e
busybox/init: add quotes to NX_BOOT 2022-03-02 20:53:25 +01:00
Rudi Heitbaum
77157b5141 dbus: update to 1.13.22 2022-02-26 09:28:55 +00:00
GavinDarkglider
bf38e1520f
Latest Lakka Switch Patches (#1600)
* Update kernel Config/patches for CEC support

* Add base CEC support to dock-hotplug, and make so support can be disabled via uenv.txt

* Add working libcec package for L4T, and enable CEC support in packages.

* Fix pulseaudio-alsa routing

This fixes using other audio backends(Alsathread, Alsa, TinyAlsa) in retroarch via dock or bluetooth.

* Downgrade GCC in L4T builds

This fixes issues revolving around undefined symbol: __aarch64_ldadd4_acq_rel issue with gcc 10

* Fix updater for switch builds
Only tested working with tar archives.

* Edit retroarch default settings for the switch.

* Fix pulseaudio changing sink volume issues.
2022-02-21 10:10:20 +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
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
heitbaum
113d5f7638 dosfstools: add defined -with-iconv to OPTS 2022-01-19 10:59:24 +00:00
heitbaum
e30f432991 systemd: update to 250.3 2022-01-19 10:52:28 +00:00
Bella
de4d8efca7 dbus: update to 1.13.20 2022-01-18 18:13:58 +01:00
David Lawson
5aa12a808c
ntfs-3g_ntfsprogs: fix download location (#1580)
It's moved to github: https://jp-andre.pagesperso-orange.fr/advanced-ntfs-3g.html

LibreELEC have removed it (f6e648aad8) possibly because there's a kernel implementation in 5.15 but we're on 5.10
2022-01-12 23:27:04 +02:00
heitbaum
5c2b05bb31 ntfs-3g_ntfsprogs: update PKG_ SITE, URL and SHA256 2022-01-03 07:59:51 +00:00
heitbaum
0aee3cd569 usbutils: update to 014 2022-01-01 11:32:50 +00:00
heitbaum
5068919cce e2fsprogs: update to 1.46.5
update 1.46.4 (2021-08-18) to 1.46.5 (2021-12-30)

release notes:
- https://github.com/tytso/e2fsprogs/blob/master/doc/RelNotes/v1.46.5.txt
2022-01-01 11:32:50 +00:00
heitbaum
cbd9333a35 libevdev: update to 1.12.0 2022-01-01 11:32:50 +00:00
heitbaum
09774ed18e util-linux: update to 2.37.2 2022-01-01 11:32:45 +00:00