* libCEC: Update to 6.0.2
* L4T: Switch-bsp: Fix typos
* Switch: Fix all permission issues with running kodi as a non-root user.
* L4T: Switch: Minor code cleanups
* Add upower and libgudev so kodi can get battery stats
Upower was removed from libreELEC in 2013 with this commit: 3a130cd500
This was a stupid choice as it is the only option in kodi for supplying any battery statitistics. Currently broken.
This patchset: https://github.com/xbmc/xbmc/pull/17327/commits for kodi seemingliy wants to fix the issue(Doesnt, is more of a new way to deal with dbus in general), but will still require that upower be available for battery.
* Switch: LibreELEC: Peripheral.Joystick: Fix Add Patches from PR's upstream to fix issues with udev devices
* Switch: LibreElec: Peripheral.Joystick: Add Nintendo Switch udev joystick mappings
* Switch: LibreELEC: Peripheral.Joystick: Force Udev controller driver as default.
* L4T: Fix/Enable NVV4l2 decoder in libreelec builds.
* L4T: LibreELEC: Allow Kodi to run as root
* L4T: Small Tree Cleanup
* Bluez: Switch: LibreELEC: Fix fast connect on all switch builds, not just lakka.
* L4T: Finish ffmpeg 6.0 patchset
* L4T: Fix building newer libcec for switch
* L4T: switch-bsp: Update dock hotplug to check distro stuff, before integrating CEC and bump version.
Changes since 4.17.8
--------------------
o Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
* BUG 15404: Backport --pidl-developer fixes.
o Ralph Boehme <slow@samba.org>
* BUG 15275: smbd_scavenger crashes when service smbd is stopped.
* BUG 15378: vfs_fruit might cause a failing open for delete.
o Samuel Cabrero <scabrero@samba.org>
* BUG 14030: named crashes on DLZ zone update.
o Volker Lendecke <vl@samba.org>
* BUG 15361: winbind recurses into itself via rpcd_lsad.
* BUG 15382: cli_list loops 100% CPU against pre-lanman2 servers.
* BUG 15391: smbclient leaks fds with showacls.
o Stefan Metzmacher <metze@samba.org>
* BUG 15374: aes256 smb3 encryption algorithms are not allowed in
smb3_sid_parse().
* BUG 15413: winbindd gets stuck on NT_STATUS_RPC_SEC_PKG_ERROR.
o Jones Syue <jonessyue@qnap.com>
* BUG 15403: smbget memory leak if failed to download files recursively.
release notes:
- Fix issue with HT40+/- checks when creating chandef.
- Fix issue with handling support for FT-8021X-SHA384.
- Fix issue with handling secure bit check in handshake 1/4.
- Fix issue with allowing roaming before netconfig finishes.
- Fix issue with double free when disconnecting during FT.
- Add support for setting driver specific quirks.
- Add support for disabling power saving mode.
log:
- https://git.kernel.org/pub/scm/network/wireless/iwd.git/log/
* Latest 4.3 changes poorly merged
* Build fixes
* Squash?
* Fix ppsspp on switch
* Fix video recording, add base stuff for nvv4l2 decoder/encoder, but leave disabled for now
* Clean up left over files
* Switch: Dont build xpadneo driver, but install configs
* FFMpeg: Add back L4T decoder Patches
For the logfiles share, the createlog script will create /storage/logfiles
before moving the zipped logs there.
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
Fix malloc error as below (introduced in iwd 2.2.)
Wireless daemon version 2.2
iwd-2.2/src/main.c:main() Using configuration directory /etc/iwd
iwd-2.2/src/storage.c:storage_create_dirs() Using state directory /var/lib/iwd
iwd-2.2/src/main.c:nl80211_appeared() Found nl80211 interface
iwd-2.2/src/module.c:iwd_modules_init()
station: Network configuration is disabled.
iwd-2.2/src/wsc.c:wsc_init()
iwd-2.2/src/knownnetworks.c:known_network_frequencies_load() No known frequency file found.
iwd-2.2/src/eap.c:__eap_method_enable()
iwd-2.2/src/eap-wsc.c:eap_wsc_init()
iwd-2.2/src/eap-md5.c:eap_md5_init()
iwd-2.2/src/eap-tls.c:eap_tls_init()
iwd-2.2/src/eap-ttls.c:eap_ttls_init()
iwd-2.2/src/eap-mschapv2.c:eap_mschapv2_init()
iwd-2.2/src/eap-sim.c:eap_sim_init()
iwd-2.2/src/eap-aka.c:eap_aka_prime_init()
iwd-2.2/src/eap-aka.c:eap_aka_init()
iwd-2.2/src/eap-peap.c:eap_peap_init()
iwd-2.2/src/eap-gtc.c:eap_gtc_init()
iwd-2.2/src/eap-pwd.c:eap_pwd_init()
iwd-2.2/src/manager.c:manager_wiphy_dump_callback() New wiphy phy0 added (0)
malloc(): invalid next size (unsorted)
Aborted