Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[le11] kodi: add shutdown hook to autostart #6142

Merged
merged 1 commit into from Feb 3, 2022

Conversation

wagnerch
Copy link
Contributor

@wagnerch wagnerch commented Jan 16, 2022

This adds an "autostop.sh" script, which is based on the conversation and related threads here.

The kodi-autostart.service already has RemainAfterExit set, so the service already fires a "stop" at shutdown. So just added the ExecStop with a shell test for "/storage/.config/autostop.sh" and TimeoutStopSec=5min to allow the stop script to run up to 5 minutes.

The script itself is implemented just like autostart.sh, and would run at stopping of kodi-autostart.service which normally would happen before poweroff.target is met (while networking is still available). This gives you an opportunity to run some shutdown scripts before the network is shutdown.

Tested by adding script /storage/.config/autostop.sh:

#!/bin/sh

echo "stop $(date)" >> /storage/autostart.log
ping -c 1 192.168.0.1 >> /storage/autostart.log

And rebooting LE. Permissions should be set executable, same as autostart.sh.

One fault I can see is autostop.sh would not run unless there is an autostart.sh, you could call that a feature or a fault. :) Let me know what you think on that, can remove the "ConditionPathExists" and add a shell test for autostart.sh.

@vpeter4
Copy link
Contributor

vpeter4 commented Jan 16, 2022

autostart.sh doesn't need to be executable
make separate service kodi-autostop.service, no need to check for the file then

@wagnerch
Copy link
Contributor Author

@vpeter4 Yeah, that's certainly an option which is what you posted originally. But I think it's a good idea to keep it in a single service file and move the condition check to the ExecStart, the reason is this gives people who want it an opportunity to use the 2 scripts together essentially as a SysV initscript.

I think things like "systemctl restart kodi-autostart" would be easy if we moved the condition as part of the shell bootstrap code, otherwise your left with "systemctl stop kodi-autostart; systemctl restart kodi-autostop; systemctl start kodi-autostart" with the 2 service option.

@vpeter4
Copy link
Contributor

vpeter4 commented Jan 16, 2022

Both start and stop has condition check would work too. And it is just one file to maintain. But renaming service to autostartstop or something like that would be nice.

@wagnerch
Copy link
Contributor Author

Just bumped to what I was suggesting, this may be useful to someone who just wants stop/start or both. Just trying to maintain backward compatibility with people who already have scripts, but ideally I think I would prefer an argument like an initscript.

Hopefully this is a decent compromise.

@heitbaum heitbaum changed the title kodi: add shutdown hook to autostart [le11] kodi: add shutdown hook to autostart Jan 17, 2022
@CvH CvH requested a review from HiassofT January 23, 2022 14:03
@CvH
Copy link
Member

CvH commented Feb 3, 2022

@wagnerch could you add some howto to the wiki ?

@CvH CvH removed the request for review from HiassofT February 3, 2022 16:47
@CvH CvH merged commit 70b1645 into LibreELEC:master Feb 3, 2022
@wagnerch wagnerch deleted the le11-autostart branch February 3, 2022 22:15
vpeter4 added a commit to CoreELEC/CoreELEC that referenced this pull request Feb 25, 2023
vpeter4 added a commit to CoreELEC/CoreELEC that referenced this pull request Feb 25, 2023
vpeter4 added a commit to CoreELEC/CoreELEC that referenced this pull request Feb 25, 2023
vpeter4 added a commit to CoreELEC/CoreELEC that referenced this pull request Feb 25, 2023
JimmyS83 added a commit to JimmyS83/CoreELEC that referenced this pull request Mar 26, 2023
commit 4318688d21df75ad9c1a409574778f48eb5d143a
Author: Portisch <hugo.portisch@yahoo.de>
Date:   Wed Mar 22 14:13:15 2023 +0100

    ceemmc: bump package to b8b56af2

commit 0215078f5657044fc15995a90c51a5be320dea13
Author: Portisch <hugo.portisch@yahoo.de>
Date:   Tue Mar 21 16:25:51 2023 +0100

    ap6xxx-aml: bump package to 71a1fc1c

commit 9ddb9f4fb518318d4ebdd1a5ceb7ca8b089a7c80
Author: Portisch <hugo.portisch@yahoo.de>
Date:   Tue Mar 21 13:07:22 2023 +0100

    kodi:Amlogic-ng: bump package to 4373de6a
    kodi:Amlogic-ne: bump package to dc7f6cb1

commit 5b39a8ffcad9b43c74d1116d493bb277aec87e11
Merge: 669518c640 aae861df88
Author: Portisch <hugo.portisch@yahoo.de>
Date:   Tue Mar 21 12:37:05 2023 +0100

    Merge remote-tracking branch 'LibreELEC.tv/libreelec-11.0' into coreelec-20

commit aae861df88959402cde174cf95e505d942d8451e
Merge: cf1296b3d1 4747e6e688
Author: CvH <1355173+CvH@users.noreply.github.com>
Date:   Fri Mar 17 19:09:27 2023 +0100

    Merge pull request #7638 from vpeter4/hwdb-11

    systemd: fix error in 70-local-keyboard.hwdb

commit 4747e6e6889e31c8c7de97404830496c4dc77e44
Author: Peter Vicman <peter.vicman@gmail.com>
Date:   Fri Mar 17 18:32:26 2023 +0100

    systemd: fix error in 70-local-keyboard.hwdb
    introduced in https://github.com/LibreELEC/LibreELEC.tv/pull/7386

    LibreELEC:~ # udevadm hwdb --update
    /usr/lib/udev/hwdb.d/70-local-keyboard.hwdb:28: Property expected, ignoring record with no properties.

commit cf1296b3d166c6456df9d0bfa277ab28f5204328
Merge: 13d3f9f82d a798e0b5d8
Author: CvH <1355173+CvH@users.noreply.github.com>
Date:   Fri Mar 17 17:15:02 2023 +0100

    Merge pull request #7636 from chewitt/amlogic-11.0

    linux: update Amlogic 6.1.y patches

commit a798e0b5d8946d46752a4927a82d28d53e43e626
Author: Christian Hewitt <christianshewitt@gmail.com>
Date:   Fri Mar 17 15:40:34 2023 +0000

    linux: update Amlogic 6.1.y patches

    Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>

commit 669518c640a7f3f4a0d594aadf813dc5df911d47
Author: Portisch <hugo.portisch@yahoo.de>
Date:   Thu Mar 16 14:31:13 2023 +0100

    Amlogic-ce: bump to Nexus 20.1

commit a93846671fc3bbe71bccfcee278894f5409535e2
Author: Portisch <hugo.portisch@yahoo.de>
Date:   Thu Mar 16 16:37:41 2023 +0100

    ceemmc:Amlogic-ne: bump package to b494d2a5

commit 9cebe02c0658b3ee46f1d9a835862252c0627b17
Author: smp79 <sergey79@gmail.com>
Date:   Thu Mar 16 05:50:23 2023 +0300

    Amlogic-ne: add Maxio MAE0621A PHY driver

    linux: bump package to afcb43a2

commit 13d3f9f82d6c2268b5432d3a6eab14cc971f619d
Merge: 23a9a4899d aadbd4cace
Author: CvH <1355173+CvH@users.noreply.github.com>
Date:   Tue Mar 14 17:33:50 2023 +0100

    Merge pull request #7613 from HiassofT/le11-kernel-6.1.15

    [le11] linux (RPi): update to 6.1.19-e3376fb

commit aadbd4cace86d402c1e0a33477ea94e192b572f8
Author: Matthias Reichl <hias@horus.com>
Date:   Tue Mar 14 16:16:27 2023 +0100

    RPi: update to firmware 2c9ca22

    Signed-off-by: Matthias Reichl <hias@horus.com>

commit df7391bef629471a0337abc63ca84d1752462e58
Author: Matthias Reichl <hias@horus.com>
Date:   Tue Mar 14 12:23:42 2023 +0100

    linux (RPi): config options for 6.1.19-e3376fb

    Signed-off-by: Matthias Reichl <hias@horus.com>

commit 37ef5910933e68a243f9863c500192d82ae56352
Author: Matthias Reichl <hias@horus.com>
Date:   Tue Mar 14 12:23:42 2023 +0100

    linux (RPi): update to 6.1.19-e3376fb

    Signed-off-by: Matthias Reichl <hias@horus.com>

commit cbc7d3e75c12412677590d330c6abb55ccf0cebd
Author: Matthias Reichl <hias@horus.com>
Date:   Sat Mar 11 22:53:29 2023 +0100

    linux (RPi): add patch to fix color format check in vc4_hdmi

    This fixes "no video" issue when working around EDID problems with
    eg video=... kernel command line parameter.

    Signed-off-by: Matthias Reichl <hias@horus.com>

commit dfc23bf03ef0ae1961d454cda1147e5dbd2b92cd
Author: Matthias Reichl <hias@horus.com>
Date:   Sat Mar 11 03:03:58 2023 +0100

    linux (RPi): config options for 6.1.16-02928eb

    Signed-off-by: Matthias Reichl <hias@horus.com>

commit 184cf5295c6d8e0e7910af400a12638ec25b7a17
Author: Matthias Reichl <hias@horus.com>
Date:   Sat Mar 11 03:03:58 2023 +0100

    linux (RPi): update to 6.1.16-02928eb

    Signed-off-by: Matthias Reichl <hias@horus.com>

commit d6a255cd1ba98ede87f21d7cf80e01bde6f05415
Author: Matthias Reichl <hias@horus.com>
Date:   Sat Mar 11 03:01:07 2023 +0100

    RPi: update to firmware 379d5bf

    Signed-off-by: Matthias Reichl <hias@horus.com>

commit 0a31b3eb4e61ce6fd1dee215e238416f8bdd5ba5
Author: Matthias Reichl <hias@horus.com>
Date:   Thu Mar 9 10:44:14 2023 +0100

    linux (RPi): update to 6.1.15-78eb7ea

    Signed-off-by: Matthias Reichl <hias@horus.com>

commit 23a9a4899df5abeeeb10bc1abd6ba67e8434f907
Merge: 035fa332cd 0562e5adbc
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Tue Mar 14 22:34:44 2023 +1100

    Merge pull request #7603 from chewitt/amlogic-upstream

    linux: update Amlogic Linux 6.1.x patches

commit c9f9053658e30a5b13eca1dff51f97e037f4f930
Author: Portisch <hugo.portisch@yahoo.de>
Date:   Tue Mar 14 12:22:33 2023 +0100

    kodi:Amlogic-ng: bump to 20.1-Nexus
    kodi:Amlogic-ne: bump to 20.1-Nexus

commit 0562e5adbc1edcba09903599c82ceee63f4025f9
Author: Christian Hewitt <christianshewitt@gmail.com>
Date:   Tue Feb 28 19:26:08 2023 +0000

    linux: update Amlogic Linux 6.1.x patches

commit 5c7bda3df339a95424bd4b4dccd5c39e6a3a0c04
Merge: 105367314c 035fa332cd
Author: Portisch <hugo.portisch@yahoo.de>
Date:   Tue Mar 14 11:54:03 2023 +0100

    Merge remote-tracking branch 'LibreELEC.tv/libreelec-11.0' into coreelec-20

commit 035fa332cd49c7931c6d68734e707db3cad75d36
Merge: 8b01ceb005 e16d9e8e44
Author: Christian Hewitt <chewitt@users.noreply.github.com>
Date:   Tue Mar 14 14:42:22 2023 +0400

    Merge pull request #7600 from heitbaum/binaries11

    pvr.vbox: update 20.4.1-Nexus to 20.4.2-Nexus

commit e16d9e8e44300ea8e463266d0b82e6b3c4a9b51b
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Tue Mar 14 09:16:36 2023 +0000

    pvr.vbox: update 20.4.1-Nexus to 20.4.2-Nexus

commit 8b01ceb005573e9599fe328c2c16c61f5642d63d
Merge: 707238c7dd d7876df684
Author: CvH <1355173+CvH@users.noreply.github.com>
Date:   Mon Mar 13 20:59:25 2023 +0100

    Merge pull request #7599 from heitbaum/linux61s

    [le11] linux: update to 6.1.19

commit d7876df684167d709f02f15f1a33ac86d73f622c
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Mon Mar 13 19:38:35 2023 +0000

    linux: update to 6.1.19

commit 707238c7dd96e786e5faf42e68a54d99c5d848b5
Merge: daf339777c 6f264f6b8f
Author: CvH <1355173+CvH@users.noreply.github.com>
Date:   Sun Mar 12 15:27:27 2023 +0100

    Merge pull request #7596 from heitbaum/binaries11

    [le11] kodi-binary-addons: update to latest versions

commit daf339777c6e30a345a2b2594651635f69d0fe4a
Merge: 0f10694c26 e499c2b372
Author: CvH <1355173+CvH@users.noreply.github.com>
Date:   Sun Mar 12 15:26:44 2023 +0100

    Merge pull request #7595 from heitbaum/linux11.0

    [le11] linux: update to 6.1.18

commit 6f264f6b8ff1078563a23e43608660646756c7ed
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Sun Mar 12 13:09:29 2023 +0000

    kodi-binary-addons: update to latest versions

    - inputstream.adaptive: update 20.3.4-Nexus to 20.3.5-Nexus
    - peripheral.joystick: update 20.1.7-Nexus to 20.1.8-Nexus

commit e499c2b372da67736bcd7e70ea72141179195f01
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Fri Mar 3 11:29:30 2023 +0000

    linux: update to 6.1.18

commit 2c7b4ed0d307dfaf4e29346f093a9c40f8743c24
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Sat Mar 11 15:39:34 2023 +0000

    linux (Generic): update .config for 6.1.17

commit e39f9656e03bdd6152fdc6c53fbfc9ebc773fd14
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Thu Mar 9 07:44:03 2023 +0000

    linux: rtw88: rebase patch for 6.1.16

commit 0f10694c26bf46b8511d115c8e4047aad790f59a
Merge: 84d83d1083 62b254abb4
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Sun Mar 12 11:31:44 2023 +1100

    Merge pull request #7590 from CvH/11.0/kodi-20.1

    kodi: update to 20.1-Nexus

commit 62b254abb41c3b6112d3bb944e2069b32a3060ce
Author: CvH <namerp@googlemail.com>
Date:   Sun Mar 12 00:37:57 2023 +0100

    kodi: update to 20.1-Nexus

commit 84d83d1083e9bd57e2ec449419cadc9f532a7996
Merge: 9f7c82be4b 22a018934d
Author: Jernej Škrabec <jernej.skrabec@gmail.com>
Date:   Sat Mar 11 15:34:20 2023 +0100

    Merge pull request #7585 from CvH/11.0/kodi_up_20230310

    update Kodi 20 to latest

commit 22a018934d7b0159cac6e7eeaef7bfa73ec8c05b
Author: CvH <namerp@googlemail.com>
Date:   Fri Mar 10 17:48:03 2023 +0100

    kodi: update LE patches

commit 61296540f09d36dc972afb55e141e09a518fc974
Author: CvH <namerp@googlemail.com>
Date:   Fri Mar 10 17:40:07 2023 +0100

    kodi: update to cfad925

commit 9f7c82be4b0a7dfa24211ffcc6bbb5db3489e669
Merge: 177094ca2d a720cd39f5
Author: CvH <1355173+CvH@users.noreply.github.com>
Date:   Fri Mar 10 11:19:49 2023 +0100

    Merge pull request #7566 from HiassofT/le11-kernel-6.1.14

    linux (RPi): update to 6.1.14

commit 177094ca2dcf2beec5a7434f562301e82898236b
Merge: d7d589e7d7 72692fa9f1
Author: CvH <1355173+CvH@users.noreply.github.com>
Date:   Fri Mar 10 11:18:04 2023 +0100

    Merge pull request #7573 from chewitt/amlogic-upstream

    amlogic: bump kernel and add cm4io

commit d7d589e7d7b48aeb2c575d0f42862d85045af4a1
Merge: dd3231db00 97fac3eb57
Author: CvH <1355173+CvH@users.noreply.github.com>
Date:   Fri Mar 10 11:16:25 2023 +0100

    Merge pull request #7579 from heitbaum/mesa11

    [le11] mesa: update to 22.3.7

commit 97fac3eb5786f91241de358fa82ae4d88275b65e
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Thu Feb 23 10:36:14 2023 +0000

    mesa: update to 22.3.7

commit 72692fa9f1028e52f39307264235b996492dce2d
Author: Christian Hewitt <christianshewitt@gmail.com>
Date:   Tue Feb 28 19:26:08 2023 +0000

    linux: update Amlogic Linux 6.1.x patches

commit 1f23cfa05659349c6e89fe30d5a0c048a47d98a1
Author: Christian Hewitt <christianshewitt@gmail.com>
Date:   Sat Mar 4 07:40:07 2023 +0000

    u-boot: update Amlogic patches for bananapi-cm4io

commit b91fd79e4a71dfb31176dd5d21aa7dfa4547abfb
Author: Christian Hewitt <christianshewitt@gmail.com>
Date:   Thu Mar 9 15:51:14 2023 +0000

    amlogic-boot-fip: bump to include bananapi-cm4io

commit 258e4b9b3d267e8e36393a429105af5c20c2d058
Author: Christian Hewitt <christianshewitt@gmail.com>
Date:   Sat Mar 4 07:19:40 2023 +0000

    scripts: add bananapi-cm4io to uboot_helper

commit 105367314c876d9e1c450c7c1bd07ca30bd02944
Author: Portisch <hugo.portisch@yahoo.de>
Date:   Wed Mar 8 17:16:29 2023 +0100

    Revert "linux:Amlogic-ne: bump package to d498deb1"

    This reverts commit 976159945d7d42702260c78500e11b5347591a02.

commit 677028d7444cda1f3233597bd3ebc53daa0afca5
Author: Portisch <hugo.portisch@yahoo.de>
Date:   Mon Mar 6 14:14:16 2023 +0100

    Hyperion.NG: bump package to 2.0.15

commit 976159945d7d42702260c78500e11b5347591a02
Author: Portisch <hugo.portisch@yahoo.de>
Date:   Tue Mar 7 16:30:30 2023 +0100

    linux:Amlogic-ne: bump package to d498deb1

commit 7378a9841816508c25fc9e0272ce432af5266487
Author: Peter <peter.vicman@gmail.com>
Date:   Tue Mar 7 09:06:06 2023 +0100

    mbedtls: fix package dependencies

commit e20a2992b938b3beb32f8b072b1fe2b5daca6204
Author: Peter <peter.vicman@gmail.com>
Date:   Tue Mar 7 09:05:03 2023 +0100

    Jinja2: drop duplicated package

commit cc195f80d30eb37731f837221caf21becc3be329
Author: Peter <peter.vicman@gmail.com>
Date:   Mon Mar 6 15:45:01 2023 +0100

    mbedtls: new package needed for hyperion.ng

commit 787352c8041d7ff88a164b145b54049a5a155b0f
Author: Peter <peter.vicman@gmail.com>
Date:   Mon Mar 6 18:11:07 2023 +0100

    Jinja2: new package needed for mbedtls

commit b003888fb905f2014942f8ac3716f3346db4ae5d
Author: Peter <peter.vicman@gmail.com>
Date:   Mon Mar 6 18:10:55 2023 +0100

    pyrsistent: new package needed for mbedtls

commit f4844b9d6c4db71aae3577030e7211570064c905
Author: Peter <peter.vicman@gmail.com>
Date:   Mon Mar 6 18:10:46 2023 +0100

    attrs: new package needed for mbedtls

commit 8c69d5123f3ab879b7e59578dd01ae6fd48278f8
Author: Peter <peter.vicman@gmail.com>
Date:   Mon Mar 6 18:10:35 2023 +0100

    jsonschema: new package needed for mbedtls

commit a720cd39f57e09afb6e78aa120bb93452434f794
Author: Matthias Reichl <hias@horus.com>
Date:   Thu Mar 2 14:51:01 2023 +0100

    linux (RPi): update to 6.1.14-0c9bfdb

    Signed-off-by: Matthias Reichl <hias@horus.com>

commit d7d581451a0eeb53d30996c6d2899aba414d0efa
Author: Matthias Reichl <hias@horus.com>
Date:   Wed Mar 1 19:08:24 2023 +0100

    linux (RPi): add CONFIG_SND_SOC_MA120X0P=m

    This is needed for the Hifiberry AMP3 soundcard

    Signed-off-by: Matthias Reichl <hias@horus.com>

commit c69b7674a7ab19af16cbd871a88693eeb7fed94c
Author: Matthias Reichl <hias@horus.com>
Date:   Sat Feb 25 09:46:34 2023 +0100

    linux (RPi): update to 6.1.13-4161eac

    Signed-off-by: Matthias Reichl <hias@horus.com>

commit cd68b48986e3a04516eafbad7b1dfee6325f83a4
Author: Matthias Reichl <hias@horus.com>
Date:   Thu Feb 23 21:28:34 2023 +0100

    linux (RPi): config options for 6.1.13-e9b8fd9

    Signed-off-by: Matthias Reichl <hias@horus.com>

commit 266ffa3db7dc09362feb83e8ab74947398f6a61a
Author: Matthias Reichl <hias@horus.com>
Date:   Thu Feb 23 21:28:34 2023 +0100

    linux (RPi): update to 6.1.13-e9b8fd9

    Signed-off-by: Matthias Reichl <hias@horus.com>

commit dd3231db00d61d75b1ef65e472e5373ca5a07697
Merge: 2dbecfad4f d3d944b2b2
Author: Matthias Reichl <hias@horus.com>
Date:   Sat Mar 4 13:15:29 2023 +0100

    Merge pull request #7562 from heitbaum/binaries

    peripheral.joystick: update 20.1.5-Nexus to 20.1.7-Nexus

commit d3d944b2b2214af39ba5cb546a7ceaf758fe68d2
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Sat Mar 4 11:51:03 2023 +0000

    peripheral.joystick: update 20.1.5-Nexus to 20.1.7-Nexus

commit 2dbecfad4f5de42bec1470baed74d118959849f5
Merge: 29613fc147 3597832ab1
Author: Matthias Reichl <hias@horus.com>
Date:   Sat Mar 4 02:06:19 2023 +0100

    Merge pull request #7560 from heitbaum/rust

    config/arch.aarch64: drop TARGET_ABI=eabi

commit 3597832ab1e3163266c3bc4b55ffb683e4ad2d72
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Fri Mar 3 11:54:02 2023 +0000

    config/arch.aarch64: drop TARGET_ABI=eabi

    Issue discovered as $TARGET expanding to aarch64-libreelec-linux-gnueabi

    Should build aarch64 for gnu, not gnueabi
    - which doesn't make sense on aarch64 as eabi implies soft float

    Reported-by: MrDuck2742
    Suggested-by: Matthias Reichl <hias@horus.com>
    Signed-off-by: Rudi Heitbaum <rudi@heitbaum.com>
    Tested-by: Matthias Reichl <hias@horus.com>
    Tested-by: MrDuck2742

commit fb2056f012ecaba79f8180a87b1b142b458cdb67
Author: Portisch <hugo.portisch@yahoo.de>
Date:   Fri Mar 3 22:27:01 2023 +0100

    kodi:Amlogic-ng: bump package to 3b51423e
    kodi:Amlogic-ne: bump package to 597172d6

commit 25caa2ab77b2cc5046890f65a2d5ba6531487fc9
Author: Portisch <hugo.portisch@yahoo.de>
Date:   Fri Mar 3 20:28:32 2023 +0100

    kodi:Amlogic-ng: bump package to eb2be0a0
    kodi:Amlogic-ne: bump package to 033c5db7

commit 80fc6a3541e45fe064ced3f1d051159497f82f56
Author: Portisch <hugo.portisch@yahoo.de>
Date:   Thu Mar 2 12:31:35 2023 +0100

    kodi:Amlogic-ng: bump package to 660884a3
    kodi:Amlogic-ne: bump package to d02abc96

commit 81a113dafd9214f1e63b0acab16f62fa4da08e8e
Author: Portisch <hugo.portisch@yahoo.de>
Date:   Wed Mar 1 08:26:34 2023 +0100

    kodi:Amlogic-ng: bump package to 7190fd56
    kodi:Amlogic-ne: bump package to 5521caa7

commit 2ac6bc423e146187fac93fca38652a205f183448
Author: Portisch <hugo.portisch@yahoo.de>
Date:   Wed Mar 1 08:22:19 2023 +0100

    media_modules-aml:Amlogic-ng: bump package to c1e57651
    media_modules-aml:Amlogic-ne: bump package to 9c136f60

commit 5b2463049f54b5538df7703221cbc75a73c60886
Merge: 8d9df261fe 29613fc147
Author: Portisch <hugo.portisch@yahoo.de>
Date:   Wed Mar 1 08:18:49 2023 +0100

    Merge remote-tracking branch 'LibreELEC.tv/master' into coreelec-20

commit 29613fc14724dba451f18b2661a07cc60a751624
Merge: 4543d07b1a 47a43e3dde
Author: Christian Hewitt <chewitt@users.noreply.github.com>
Date:   Wed Mar 1 07:04:30 2023 +0400

    Merge pull request #7556 from HiassofT/le11-retro-addons9

    update retroplayer addons to latest versions

commit 4543d07b1a57c7100c62cee0d976c5517f7035f9
Merge: 80ac35852f 47bfcfa8d9
Author: Christian Hewitt <chewitt@users.noreply.github.com>
Date:   Wed Mar 1 07:03:55 2023 +0400

    Merge pull request #7555 from HiassofT/le11-addons-revbump

    kodi-binary-addons: bump PKG_REV of all addons

commit 47a43e3dde590e0469575830b31fe34ec9d61b71
Author: Matthias Reichl <hias@horus.com>
Date:   Tue Feb 28 22:54:04 2023 +0100

    update retroplayer addons to latest versions

    also bump PKG_REV of all not-updated addons to make sure freshly
    built addons get rolled out to LE11 nightly users

    Signed-off-by: Matthias Reichl <hias@horus.com>

commit 47bfcfa8d9ae8b0adb5b54b604eaf44323a55e93
Author: Matthias Reichl <hias@horus.com>
Date:   Tue Feb 28 22:34:04 2023 +0100

    kodi-binary-addons: bump PKG_REV of all addons

    Signed-off-by: Matthias Reichl <hias@horus.com>

commit 80ac35852f24bfd4d25c9fb6c25c68f3dea8ab0c
Merge: 048eb0cbfa e23b581709
Author: Christian Hewitt <chewitt@users.noreply.github.com>
Date:   Tue Feb 28 15:29:59 2023 +0400

    Merge pull request #7554 from heitbaum/binaries

    kodi-binary-addons: update to latest versions

commit 048eb0cbfaa0b78c4a92b0192fec4ff4bb60960a
Merge: fde721347f a38c6134e8
Author: Christian Hewitt <chewitt@users.noreply.github.com>
Date:   Tue Feb 28 15:29:16 2023 +0400

    Merge pull request #7553 from heitbaum/projectm

    visualization.projectm: update to 20.2.0-Nexus

commit e23b5817094a6d6676ad34d5aa84f31fd2a631de
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Tue Feb 28 11:25:51 2023 +0000

    kodi-binary-addons: update to latest versions

    - screensaver.asterwave: update 3.3.0-Matrix to 20.2.0-Nexus
    - screensaver.biogenesis: update 2.5.0-Matrix to 20.1.0-Nexus
    - screensaver.greynetic: update 2.5.0-Matrix to 20.2.0-Nexus
    - screensaver.matrixtrails: update 2.6.0-Matrix to 20.1.0-Nexus
    - screensaver.pingpong: update 2.4.0-Matrix to 20.2.0-Nexus
    - screensaver.pyro: update 3.3.0-Matrix to 20.1.0-Nexus
    - screensaver.stars: update 2.4.0-Matrix to 20.1.0-Nexus

commit a38c6134e85e343ff75e5b393131f4d51d6cc125
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Tue Feb 28 11:18:28 2023 +0000

    visualization.projectm: update to 20.2.0-Nexus

commit fde721347fa263295c3b8ff72b3e218112e1c590
Merge: 8255e27ab9 9a8a61d4c7
Author: CvH <1355173+CvH@users.noreply.github.com>
Date:   Sun Feb 26 19:19:20 2023 +0100

    Merge pull request #7545 from emveepee/novalues

    service.nextpvr fix broken download script

commit 8255e27ab9f59234eb1e13831d03768981aaf325
Merge: d8c30b5d14 6aa3a6004f
Author: CvH <1355173+CvH@users.noreply.github.com>
Date:   Sun Feb 26 19:18:55 2023 +0100

    Merge pull request #7548 from heitbaum/binaries

    kodi-binary-addons: update to latest versions

commit d8c30b5d145e254b097ae2da18bb73333247a0ab
Merge: fd57bc2a50 6268a9398d
Author: CvH <1355173+CvH@users.noreply.github.com>
Date:   Sun Feb 26 19:18:18 2023 +0100

    Merge pull request #7547 from heitbaum/linux

    linux: update to 6.1.14

commit fd57bc2a50500df0f0704b28f8cee29e9e0e490d
Merge: ef1ce97e9b 585c672686
Author: CvH <1355173+CvH@users.noreply.github.com>
Date:   Sun Feb 26 19:17:56 2023 +0100

    Merge pull request #7549 from chewitt/amlogic-upstream

    bump Amlogic kernel and misc. bits

commit 585c67268618dd64a265b144750178b167819c2b
Author: Christian Hewitt <christianshewitt@gmail.com>
Date:   Sun Feb 26 11:12:24 2023 +0000

    emmctool: check file exists before writing and error on box images

commit 870d6d93abe19aeb432647f4a5331ed3c10d90b2
Author: Christian Hewitt <christianshewitt@gmail.com>
Date:   Mon Feb 13 10:23:47 2023 +0000

    linux: bump Amlogic Linux 6.1.x kernel/config/patches

commit 49950be03a2bee91cbf2130b7a6e8a0b90a7090a
Author: Christian Hewitt <christianshewitt@gmail.com>
Date:   Sun Feb 19 04:36:51 2023 +0000

    scripts: add BananaPi M2S to uboot_helper

commit e753bdf537d577257153fcd1281681b4a376f3ed
Author: Christian Hewitt <christianshewitt@gmail.com>
Date:   Fri Feb 17 05:57:47 2023 +0000

    scripts: add BananaPi M2-Pro to uboot_helper

commit 541e0d2f279502e574801b8bd788ab50b56e33af
Author: Christian Hewitt <christianshewitt@gmail.com>
Date:   Fri Feb 17 05:52:57 2023 +0000

    u-boot: update patches for BananaPi M2-Pro and M2S support

commit 8cc6cb9db87b4eb5264ccb6ca8316bdcb9916acb
Author: Christian Hewitt <christianshewitt@gmail.com>
Date:   Thu Feb 16 01:05:16 2023 +0000

    busybox: add t95z-plus to vfd-clock

commit d0207db6bcc409b4b97a080f0f22e4bcafc3693e
Author: Christian Hewitt <christianshewitt@gmail.com>
Date:   Sun Feb 19 04:26:36 2023 +0000

    amlogic: add pciutils to image

commit 71d6b5bcb9649d753eb83bfed78a2525ebdc4b61
Author: Christian Hewitt <christianshewitt@gmail.com>
Date:   Fri Feb 17 07:43:44 2023 +0000

    amlogic: pick more realtek files from kernel-firmware

commit 6aa3a6004fcfbe761032a7b8ba23861252261592
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Sun Feb 26 11:46:39 2023 +0000

    kodi-binary-addons: update to latest versions

    - pvr.zattoo: update 20.3.5-Nexus to 20.3.6-Nexus
    - screensaver.shadertoy: update 20.1.0-Nexus to 20.2.0-Nexus

commit 9a8a61d4c70a9c465e7d60621c6c797be32b5055
Author: emveepee <nospam>
Date:   Sat Feb 25 16:34:32 2023 -0500

    service.nextpvr fix broken download script

    Not sure what happened but the script I submitted and had it locally in my repo and on GithHb had this change after CvH noted it during the  PR review but it didn't make it to the PR.

commit 6268a9398dc7d1918ad86029e7c6309a656c7407
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Thu Feb 23 21:20:45 2023 +0000

    linux: update to 6.1.13

commit 8d9df261fea5ba9a6cd3dcc94b7b68c1812013c3
Author: Peter <peter.vicman@gmail.com>
Date:   Sat Feb 25 18:59:25 2023 +0100

    kodi: add shutdown hook to autostart
    https://github.com/LibreELEC/LibreELEC.tv/pull/6142

commit 98ca1aabc0f7355fd9c319805ff8e433c54d3a0b
Author: Peter <peter.vicman@gmail.com>
Date:   Sat Feb 25 18:59:20 2023 +0100

    kodi: add shutdown hook to autostart
    https://github.com/LibreELEC/LibreELEC.tv/pull/6142

commit ef1ce97e9b2e691927d914f8012853f0858473d6
Merge: 4ae15660dc 49309ff8d2
Author: Jernej Škrabec <jernej.skrabec@gmail.com>
Date:   Sat Feb 25 12:11:03 2023 +0100

    Merge pull request #7544 from CvH/11.0/final_version_bump

    bump addon version to final

commit 49309ff8d27cc26ca3a5cc60528dd1a29e0d3f6b
Author: CvH <namerp@googlemail.com>
Date:   Sat Feb 25 11:42:29 2023 +0100

    addons: reset version

    Signed-off-by: CvH <namerp@googlemail.com>

commit 8e1dfdae710202764aa0270a5dfc465a35f8b2e6
Author: CvH <namerp@googlemail.com>
Date:   Sat Feb 25 11:42:29 2023 +0100

    distro: bump ADDON_VERSION to 11.0.0

    Signed-off-by: CvH <namerp@googlemail.com>

commit 4ae15660dce21262c211cf41a5d2bc97d2e1aa71
Merge: 84f6a9dd6a 5640d63f80
Author: CvH <1355173+CvH@users.noreply.github.com>
Date:   Sat Feb 25 11:22:08 2023 +0100

    Merge pull request #7529 from heitbaum/vulkan

    Vulkan update to 1.3.241

commit 84f6a9dd6ad6b0ce4a17693e2194738b2ce48080
Merge: c133dd1bb7 8f61a78cd3
Author: CvH <1355173+CvH@users.noreply.github.com>
Date:   Sat Feb 25 11:21:48 2023 +0100

    Merge pull request #7542 from jernejsk/8bitpro

    linux: Improve 8bitdo pro 2 wired controller support

commit c133dd1bb74536071707b47d51c86a52d2bc31eb
Merge: 3c6b2e962d b32ce24c45
Author: CvH <1355173+CvH@users.noreply.github.com>
Date:   Sat Feb 25 11:20:44 2023 +0100

    Merge pull request #7541 from jernejsk/rtw88

    [LE11] Enable rtw88 USB wifi drivers across projects

commit 3c6b2e962d39444b3358163557d028ba2740d18f
Merge: afacbe61db a90269eec1
Author: CvH <1355173+CvH@users.noreply.github.com>
Date:   Sat Feb 25 11:19:53 2023 +0100

    Merge pull request #7539 from HiassofT/le11-ia-20.3.4

    inputstream.adaptive: update to 20.3.4-Nexus

commit afacbe61dba4949a3978c9557e0bd91666ca41fd
Merge: b7fce117f3 4436ef2626
Author: CvH <1355173+CvH@users.noreply.github.com>
Date:   Sat Feb 25 10:58:26 2023 +0100

    Merge pull request #7536 from HiassofT/le11-gdb

    Fix missing symbols when building with split debug info

commit 8f61a78cd3acbae357104cf0a86d12e1b01d1f3d
Author: Jernej Skrabec <jernej.skrabec@gmail.com>
Date:   Sat Feb 25 10:17:11 2023 +0100

    linux: Improve 8bitdo pro 2 wired controller support

commit b32ce24c45ecaa3448a104385ed7a3bcfb3e6b4f
Author: Jernej Skrabec <jernej.skrabec@gmail.com>
Date:   Sat Feb 25 10:06:46 2023 +0100

    NXP: iMX6: Enable rtw88 USB wifi driver

commit c26a1ee272dc1f5c57aedf9bb9c37201e5f34ad7
Author: Jernej Skrabec <jernej.skrabec@gmail.com>
Date:   Sat Feb 25 10:06:09 2023 +0100

    NXP: iMX8: Enable rtw88 USB wifi driver

commit 3bf196cb86214b0ed60a0df9c1d41e624c623a9e
Author: Jernej Skrabec <jernej.skrabec@gmail.com>
Date:   Sat Feb 25 10:05:46 2023 +0100

    Rockchip: RK3288: Enable rtw88 USB wifi driver

commit 316209ec80be4ebed52d75e078499253b0167045
Author: Jernej Skrabec <jernej.skrabec@gmail.com>
Date:   Sat Feb 25 10:05:29 2023 +0100

    Rockchip: RK3328: Enable rtw88 USB wifi driver

commit 2af3f7f8c4f30168657475cd6fbdeb965b587120
Author: Jernej Skrabec <jernej.skrabec@gmail.com>
Date:   Sat Feb 25 10:05:18 2023 +0100

    Rockchip: RK3399: Enable rtw88 USB wifi driver

commit a90269eec18a6d2f3f8ee366395468fdee54a4c7
Author: Matthias Reichl <hias@horus.com>
Date:   Fri Feb 24 15:09:21 2023 +0100

    inputstream.adaptive: update to 20.3.4-Nexus

    Signed-off-by: Matthias Reichl <hias@horus.com>

commit 4436ef2626a58fa8eb2152d5ec799e2298aa8954
Author: Matthias Reichl <hias@horus.com>
Date:   Thu Feb 23 11:40:49 2023 +0100

    config/optimize: add -gdwarf-4 for split debug info builds

    Since gcc 11 -gsplit-dwarf no longer implicitly enables -g and needs
    a separate -g option. For some yet unknown reasons the default DWARF 5
    format doesn't work, gdb doesn't show debug info, but DWARF 4 works fine
    so use that.

    Signed-off-by: Matthias Reichl <hias@horus.com>

commit b20b6515b7a566b81d0a20e37bb80f440322d4fe
Author: Portisch <hugo.portisch@yahoo.de>
Date:   Thu Feb 23 12:04:34 2023 +0100

    linux:Amlogic-ne: bump package to ea33334e

commit b7fce117f3529e875cdc0ccaa73a24089c96afd5
Merge: d66a42418c 18c522c33d
Author: knaerzche <42124927+knaerzche@users.noreply.github.com>
Date:   Wed Feb 22 20:10:14 2023 +0000

    Merge pull request #7530 from heitbaum/rfkill

    linux (all): standardise on CONFIG_RFKILL=m

commit d66a42418c410c4361d41646a866883fc097fac5
Merge: 3c1e8bd0da 5909c4760e
Author: CvH <1355173+CvH@users.noreply.github.com>
Date:   Wed Feb 22 21:06:07 2023 +0100

    Merge pull request #7531 from heitbaum/minisatip

    minisatip: update to 1.2.84

commit 3c1e8bd0da7397460322d813656ba77cb4a2d739
Merge: b82a6833bb 6cda2520a4
Author: CvH <1355173+CvH@users.noreply.github.com>
Date:   Wed Feb 22 21:03:26 2023 +0100

    Merge pull request #7532 from HiassofT/le11-kernel-6.1.11

    linux (RPi): update to 6.1.12

commit 6cda2520a40a7b7b86bbf95150c1ab39a7f525c0
Author: Matthias Reichl <hias@horus.com>
Date:   Wed Feb 22 17:38:56 2023 +0100

    RPi: update to firmware 489d3e2

    Signed-off-by: Matthias Reichl <hias@horus.com>

commit a05e44c8d287352b71d5410413d3a30c83be0d54
Author: Matthias Reichl <hias@horus.com>
Date:   Mon Feb 20 21:03:39 2023 +0100

    linux (RPi): update to 6.1.12-df7cc0b

    Signed-off-by: Matthias Reichl <hias@horus.com>

commit 717b61d37b4541fc5ffc16a5a17522605172715f
Author: Matthias Reichl <hias@horus.com>
Date:   Sun Feb 12 20:52:24 2023 +0100

    RPi: update to firmware cc64c94

    Signed-off-by: Matthias Reichl <hias@horus.com>

commit f29a8ee4744dc851c005c831b55438026e3faadc
Author: Matthias Reichl <hias@horus.com>
Date:   Fri Feb 10 15:22:09 2023 +0100

    linux (RPi): update to 6.1.11-3c734d4

    Signed-off-by: Matthias Reichl <hias@horus.com>

commit 5909c4760ea20203f286c6068ed98892af6bddcb
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Wed Feb 22 11:03:55 2023 +0000

    minisatip: update to 1.2.84

commit 18c522c33df811a8c23e5642168168dec2990e69
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Wed Feb 22 10:41:20 2023 +0000

    linux (all): standardise on CONFIG_RFKILL=m

commit b82a6833bb3f73cea4b3f36e83f85470d2827b97
Merge: d128d854da 3d19f9f1db
Author: CvH <1355173+CvH@users.noreply.github.com>
Date:   Tue Feb 21 18:21:22 2023 +0100

    Merge pull request #7527 from heitbaum/kernel61

    linux: update to 6.1.y

commit 5640d63f8087c7afc51a19a122cbc7a0a339a931
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Tue Feb 21 13:20:39 2023 +0000

    vulkan-tools: update to 1.3.241

commit 82a751a671080d557fb2d0aff3c80c605fc5c7aa
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Tue Feb 21 13:20:40 2023 +0000

    vulkan-loader: update to 1.3.241

commit a16742bce63185428dc1e9ee91e03caa14f42f5c
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Tue Feb 21 13:20:41 2023 +0000

    vulkan-headers: update to 1.3.241

commit 91f11054701b1b7631cfce4dc1d4a1011d601a18
Author: Portisch <hugo.portisch@yahoo.de>
Date:   Mon Feb 20 10:58:34 2023 +0100

    Amlogic-ne: bump vendor linux to 5.4.125-20221221

    linux: bump package to 14bd7367
    media_modules-aml: bump package to 5411db46

commit 3d19f9f1dbb3c746d7a7622c48aca09916d7107c
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Mon Feb 20 07:14:45 2023 +0000

    linux: update to 6.1.12

commit 640436e27d0e4dcf14532d98b05ce88855d7b056
Author: Portisch <hugo.portisch@yahoo.de>
Date:   Mon Feb 20 10:48:33 2023 +0100

    kodi:Amlogic-ng: bump package to 0e779d65
    kodi:Amlogic-ne: bump package to 16e4274f

commit ca268fec4f286d14b47c46310b4740ba5256b7f9
Merge: e7875e0714 d128d854da
Author: Portisch <hugo.portisch@yahoo.de>
Date:   Mon Feb 20 10:38:03 2023 +0100

    Merge remote-tracking branch 'LibreELEC.tv/master' into coreelec-20

commit d128d854daf068843cc8530f747199aa251ddd82
Merge: ebf3c2ecbc 43d6925e81
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Mon Feb 20 10:53:51 2023 +1100

    Merge pull request #7525 from jernejsk/aw-wifi

    Allwinner: linux: enable rtw88 USB wifi drivers

commit 43d6925e819a013cdc1e0d30f7da35dfdd925c35
Author: Jernej Skrabec <jernej.skrabec@gmail.com>
Date:   Sun Feb 19 21:31:32 2023 +0100

    Allwinner: linux: enable rtw88 USB wifi drivers

commit ebf3c2ecbcacfb8161e7be86439fb661fcd9c5e2
Merge: 5fb3e95604 be76472412
Author: Christian Hewitt <chewitt@users.noreply.github.com>
Date:   Sun Feb 19 17:14:03 2023 +0400

    Merge pull request #7524 from heitbaum/amlogic-boot-fip

    amlogic-boot-fip: update to githash 955a8ae9 (2023-02-17)

commit be764724123b8c8ce06edfc0b2c4091b93ef907e
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Sun Feb 19 12:25:40 2023 +0000

    amlogic-boot-fip: update to githash 955a8ae9 (2023-02-17)

commit 5fb3e956047053eeb3b426ba140f2414de7e9501
Merge: 287290c618 1bbb788228
Author: CvH <1355173+CvH@users.noreply.github.com>
Date:   Sun Feb 19 13:11:48 2023 +0100

    Merge pull request #7523 from jernejsk/r40-cedrus

    [LE11] Allwinner: linux: Fix HW decoding on R40

commit 1bbb788228a64bda11384a385e9ae0c2143aabb6
Author: Jernej Skrabec <jernej.skrabec@gmail.com>
Date:   Sun Feb 19 13:04:47 2023 +0100

    Allwinner: linux: Fix HW decoding on R40

commit 287290c61883bf0a6ff78c571fc2b1d18a71eb82
Merge: 81cdd148f1 62c4ce81b2
Author: CvH <1355173+CvH@users.noreply.github.com>
Date:   Sun Feb 19 12:26:06 2023 +0100

    Merge pull request #7513 from heitbaum/binaries

    pvr.waipu: update 20.6.1-Nexus to 20.7.0-Nexus

commit 81cdd148f1922fb1121324293c78c5107fd29767
Merge: 3f0177fc5c eed9f5e98e
Author: CvH <1355173+CvH@users.noreply.github.com>
Date:   Sun Feb 19 12:25:53 2023 +0100

    Merge pull request #7508 from heitbaum/wireless

    wireless-regdb: update to 2023.02.13

commit 3f0177fc5c404de85b68f08738d0185c4e7b3074
Merge: 2d3c99af3e fef2cc2b71
Author: CvH <1355173+CvH@users.noreply.github.com>
Date:   Sun Feb 19 12:25:40 2023 +0100

    Merge pull request #7512 from heitbaum/ucode

    intel-ucode: update to 20230214

commit 2d3c99af3eca169c5766470944228a83ee00af21
Merge: c36ce8be2b 36710d2364
Author: CvH <1355173+CvH@users.noreply.github.com>
Date:   Sun Feb 19 12:25:15 2023 +0100

    Merge pull request #7505 from heitbaum/wayland

    Wayland updates

commit c36ce8be2b211320bd0fe4432f2bbdc499ddaa3d
Merge: eb86119f44 d3590b6c1a
Author: CvH <1355173+CvH@users.noreply.github.com>
Date:   Sun Feb 19 12:24:55 2023 +0100

    Merge pull request #7514 from knaerzche/rkle11uboot

    Rockchip: RK3399: u-boot: backport 2023.01 patch

commit eb86119f445d7b7bf7b6814646a673d5d956580f
Merge: fb68cbca63 ba36670fde
Author: CvH <1355173+CvH@users.noreply.github.com>
Date:   Sun Feb 19 12:24:22 2023 +0100

    Merge pull request #7517 from heitbaum/systemd

    systemd: update to 252.6

commit fb68cbca63a8c51fdbde8f44262ba8585b4f49b0
Merge: 3b3f27a6a2 ce819701b7
Author: CvH <1355173+CvH@users.noreply.github.com>
Date:   Sun Feb 19 12:23:48 2023 +0100

    Merge pull request #7522 from heitbaum/bin2

    kodi-binary-addons: update to latest versions

commit 3b3f27a6a209475b419e68007d5d5b64649ba021
Merge: 2108ecb34e 46c1334afa
Author: CvH <1355173+CvH@users.noreply.github.com>
Date:   Sun Feb 19 12:23:36 2023 +0100

    Merge pull request #7521 from heitbaum/pipewire

    pipewire: update to 0.3.66

commit ce819701b7ce4660f3f60f4d122bf124e14d8e0c
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Sun Feb 19 10:59:15 2023 +0000

    kodi-binary-addons: update to latest versions

    - pvr.mythtv: update 20.3.1-Nexus to 20.3.2-Nexus
    - pvr.zattoo: update 20.3.4-Nexus to 20.3.5-Nexus

commit 46c1334afa860f1183ef3c180ff874ab7ff83307
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Thu Feb 16 20:48:49 2023 +0000

    pipewire: update to 0.3.66

commit 2108ecb34ef7089f4ad66b6831982a31bc4a8cb6
Merge: b4861c940b 91e41d7449
Author: CvH <1355173+CvH@users.noreply.github.com>
Date:   Sun Feb 19 00:10:14 2023 +0100

    Merge pull request #7520 from jernejsk/aw-wifi

    [LE11] Allwinner wifi fixes

commit e7875e071442f7e1dbc9470c22bb75eba9bc9d96
Author: Portisch <hugo.portisch@yahoo.de>
Date:   Sat Feb 18 21:48:31 2023 +0100

    kodi:Amlogic-ng: bump package to ad67ee36
    kodi:Amlogic-ne: bump package to ec69e723

commit 91e41d7449ec256967ec8d95efb6235cf9533a9a
Author: Jernej Skrabec <jernej.skrabec@gmail.com>
Date:   Sat Feb 18 18:19:27 2023 +0100

    Allwinner: adjust inclusion of brcm fws

commit e9b36938ef65db8aaafb802fc01995b02b8a23e0
Author: Jernej Skrabec <jernej.skrabec@gmail.com>
Date:   Sat Feb 18 17:08:39 2023 +0100

    kernel_options: add rfkill to iwd section

commit cf4bc4c584640e2f136a0b115f9b0fb8fa6fb404
Author: Jernej Skrabec <jernej.skrabec@gmail.com>
Date:   Sat Feb 18 17:05:20 2023 +0100

    Allwinner: linux: Enable rfkill

    It's needed by iwd.

commit b4861c940b2675e33a41f37d3f459315df8c23b1
Merge: 8ceaeccb76 fd8f3b9a50
Author: CvH <1355173+CvH@users.noreply.github.com>
Date:   Sat Feb 18 11:47:32 2023 +0100

    Merge pull request #7519 from heitbaum/dotnet

    dotnet-runtime: Update ASP.NET 6.x to 6.0.14 and addon (1)

commit 8ceaeccb760471dcb460986ee133e84825223822
Merge: 60007e8ace 9d1165b96c
Author: CvH <1355173+CvH@users.noreply.github.com>
Date:   Sat Feb 18 11:47:17 2023 +0100

    Merge pull request #7518 from heitbaum/mariadb

    mariadb: update to 10.11.2 and addon (2)

commit f2bf5fb766deea5fb086b737e3fc0e7f021fc36f
Author: Peter <peter.vicman@gmail.com>
Date:   Sat Feb 18 10:57:22 2023 +0100

    bash: bump package to 5.2.15

commit fd8f3b9a5029885fbe7aded5b72bf76bb5a7af5f
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Sat Feb 18 08:36:40 2023 +0000

    dotnet-runtime: Update ASP.NET 6.x to 6.0.14 and addon (1)

commit 68b6c8ffcc82de3598b734d9a4b8fcc5ffc1f53c
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Tue Feb 7 10:03:54 2023 +0000

    aspnet6-runtime: update to 6.0.14

commit 9d1165b96ce59efce1269e9e74100c0088f8b224
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Fri Feb 17 11:57:47 2023 +0000

    mariadb: update to 10.11.2 and addon (2)

    ann:
    - https://mariadb.org/mariadb-10-11-2-ga-now-available/

    release notes:
    - https://mariadb.com/kb/en/mariadb-10-11-2-release-notes/

    changelog:
    - https://mariadb.com/kb/en/mariadb-10-11-2-changelog/

    what is mariadb 10.11:
    - https://mariadb.com/kb/en/changes-improvements-in-mariadb-1011/

    n

commit ba36670fde721c293ef8f9fc4461b6a3949d49cf
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Fri Feb 17 08:04:01 2023 +0000

    systemd: update to 252.6

commit 62c4ce81b248b8175aa0cfcbf517a77dfbcfe3c2
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Thu Feb 16 09:53:19 2023 +0000

    pvr.waipu: update 20.6.1-Nexus to 20.7.0-Nexus

commit d3590b6c1a085d3486702f3fe3863d437556f0ca
Author: Alex Bee <knaerzche@gmail.com>
Date:   Thu Feb 16 19:51:51 2023 +0100

    Rockchip: RK3399: u-boot: backport u-boot patch

commit 60007e8ace996caedaca82155de8e74947be0700
Merge: a6d9d93e86 becceae79f
Author: CvH <1355173+CvH@users.noreply.github.com>
Date:   Wed Feb 15 19:57:45 2023 +0100

    Merge pull request #7509 from heitbaum/binaries

    kodi-binary-addons: update to latest versions

commit fef2cc2b719288e4dbf0a12ef09f73a759201d05
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Wed Feb 15 10:27:59 2023 +0000

    intel-ucode: update to 20230214

    release notes:
    - https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20230214

commit becceae79f27c719946e34bb1d2504040ea287f8
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Tue Feb 14 10:40:27 2023 +0000

    kodi-binary-addons: update to latest versions

    - pvr.hts: update 20.6.0-Nexus to 20.6.1-Nexus
    - pvr.iptvsimple: update 20.8.0-Nexus to 20.8.1-Nexus
    - pvr.vbox: update 20.4.0-Nexus to 20.4.1-Nexus
    - pvr.vuplus: update 20.5.0-Nexus to 20.5.1-Nexus

commit eed9f5e98ea258f597bd75acf58706d5e54e5fbf
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Mon Feb 13 17:34:52 2023 +0000

    wireless-regdb: update to 2023.02.13

    log:
    - https://git.kernel.org/pub/scm/linux/kernel/git/sforshee/wireless-regdb.git

commit a6d9d93e86f73f4c45969fd828ebe17d80fdffa8
Merge: 35fc73ad0f 902a59db40
Author: Frank Hartung <36541229+SupervisedThinking@users.noreply.github.com>
Date:   Mon Feb 13 23:25:26 2023 +0100

    Merge pull request #7507 from ToKe79/wl/libxkbcommon-dep-2

    libxkbcommon: add dependency for wayland display server

commit 902a59db40aa73e5b289c73b510b0048e87fc2aa
Author: Tomáš Kelemen (vudiq) <vudiq@vudiq.sk>
Date:   Mon Feb 13 22:43:07 2023 +0100

    libxkbcommon: add dependency for wayland display server

commit 35fc73ad0f66d6863849d9e70d7360e728e2ad33
Merge: 4d919d1f68 50a4a72b85
Author: CvH <1355173+CvH@users.noreply.github.com>
Date:   Mon Feb 13 16:45:04 2023 +0100

    Merge pull request #7456 from rschupp/smbc_getxattr

    kodi: fix for changed return value of smbc_getxattr() for Samba >= 4.17.5

commit 4d919d1f689d19448c95a1a2eecf39f5fc64bbb0
Merge: 0b6ce71617 47659fe937
Author: CvH <1355173+CvH@users.noreply.github.com>
Date:   Mon Feb 13 16:44:07 2023 +0100

    Merge pull request #7504 from heitbaum/binaries

    kodi-binary-addons: update to latest versions

commit 36710d23648842b632176993296b9bbe6d4281c5
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Sat Feb 11 06:17:12 2023 +0000

    wlroots: update to 0.16.2

commit 27f3671ae7b449369013c707385f6865016c4b76
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Mon Feb 13 07:58:46 2023 +0000

    sway: update to 1.8.1

commit 47659fe93719c32d05995f100a75f1c69b593289
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Sun Feb 12 20:41:07 2023 +0000

    kodi-binary-addons: update to latest versions

    - pvr.iptvsimple: update 20.7.0-Nexus to 20.8.0-Nexus
    - pvr.vbox: update 20.3.0-Nexus to 20.4.0-Nexus
    - pvr.vuplus: update 20.4.2-Nexus to 20.5.0-Nexus

commit 0b6ce7161710a80a32af9d300e9c316462d7b3ef
Merge: 8c7d1c47ff 7c9a3d2dba
Author: CvH <1355173+CvH@users.noreply.github.com>
Date:   Sun Feb 12 12:34:02 2023 +0100

    Merge pull request #7503 from chewitt/amlogic-upstream

    amlogic: bump kernel and misc. other changes for next beta

commit 7c9a3d2dba4b4fc95a1fd2adf18e7568d0c885f3
Author: Christian Hewitt <christianshewitt@gmail.com>
Date:   Wed Jan 18 05:11:00 2023 +0000

    linux: update Amlogic Linux 6.1.y

commit ec337466450b221365af17533510e76078bc177e
Author: Christian Hewitt <christianshewitt@gmail.com>
Date:   Sat Feb 4 03:15:09 2023 +0000

    linux: include default patches in Amlogic kernels

commit b051ab9eb452b499e1aef8a7abfdb46e76b433ce
Author: Christian Hewitt <christianshewitt@gmail.com>
Date:   Mon Feb 6 02:08:49 2023 +0000

    amlogic: reinstate support for u-boot chainload

commit 29e9c4c9366ac756849ec0cf2b684e34aac2d082
Author: Christian Hewitt <christianshewitt@gmail.com>
Date:   Thu Feb 9 10:47:56 2023 +0000

    systemd: add tx9-pro to vfd-clock script

commit 10072276d25fc958e98ad2b95cb96dc8078f8306
Author: Christian Hewitt <christianshewitt@gmail.com>
Date:   Fri Jan 27 11:29:42 2023 +0000

    ethmactool: support Radxa Zero2 as well

commit 8c7d1c47fff6a11622fed0fb58d75a3f72c7176c
Merge: af8c31ee1c 5841c25029
Author: Frank Hartung <36541229+SupervisedThinking@users.noreply.github.com>
Date:   Sat Feb 11 19:14:33 2023 +0100

    Merge pull request #7502 from ToKe79/wl/libxkbcommon-dep

    libxkbcommon: add dependency for wayland display server

commit af8c31ee1c9a2f15167ee7de64658046ffb7bca0
Merge: c5a9bafd76 ca11beaf26
Author: Ian Leonard <antonlacon@users.noreply.github.com>
Date:   Sat Feb 11 12:53:49 2023 -0500

    Merge pull request #7500 from CvH/11.0/settings_add

    LibreELEC-settings: update to 9a334c0

commit c5a9bafd769abe972f5d8159faf2ad2a5b9ee661
Merge: ba25cb4915 d07974f0cc
Author: CvH <1355173+CvH@users.noreply.github.com>
Date:   Sat Feb 11 18:50:51 2023 +0100

    Merge pull request #7501 from knaerzche/rkle11

    Rockchip: fixes/improvements

commit 5841c2502924fce5e95541aa6fcc8840fc597d47
Author: Tomáš Kelemen (vudiq) <vudiq@vudiq.sk>
Date:   Sat Feb 11 18:31:40 2023 +0100

    libxkbcommon: add dependency for wayland display server

commit d07974f0ccd6adc4127a65c266dfe433462967df
Author: Alex Bee <knaerzche@gmail.com>
Date:   Sat Feb 11 09:44:11 2023 +0100

    Rockchip: bootloader: allow ROCKCHIP_LEGACY_BOOT to be passed from command line

    Also document that option in README.md and drop the non-required U_BOOT_CONFIG form bootloader/install script

commit ca11beaf260dd6d3eb777f4a3897f076e91c7e0b
Author: CvH <namerp@googlemail.com>
Date:   Sat Feb 11 11:40:19 2023 +0100

    LibreELEC-settings: update to 9a334c0

commit ba25cb4915bfbeda517736dc3b2604e2d0bfd913
Merge: 90f980d6d1 89802080b8
Author: CvH <1355173+CvH@users.noreply.github.com>
Date:   Sat Feb 11 11:01:45 2023 +0100

    Merge pull request #7498 from heitbaum/docker

    docker: update to 23.0.1 and addon (1)

commit b0d02bc24a452bc823ec0016e0818b01404299bf
Author: Alex Bee <knaerzche@gmail.com>
Date:   Sat Feb 11 09:36:51 2023 +0100

    tools: atf: use ATF_PLATFORM for platform specifc quirks

commit 4dd23ad162175d67bead1905e7b81808f7c4ae97
Author: Alex Bee <knaerzche@gmail.com>
Date:   Sat Feb 11 09:32:39 2023 +0100

    Rockchip: Speedup bootloader writing

commit db3e880208d3356577298634273801412aa4e53c
Author: Alex Bee <knaerzche@gmail.com>
Date:   Sat Feb 11 09:28:46 2023 +0100

    Rockchip: Drop no longer required panfrost patch

commit 90f980d6d11fb6f10bbd7a7ab494aa7a6230602a
Merge: fcdf6fa397 15f1fbed51
Author: Christian Hewitt <chewitt@users.noreply.github.com>
Date:   Sat Feb 11 12:27:54 2023 +0400

    Merge pull request #7497 from heitbaum/brcmfmac_sdio-firmware

commit 13feca79b33a20ca40df68c7464d50ba7d26d246
Author: Alex Bee <knaerzche@gmail.com>
Date:   Sat Feb 11 09:26:10 2023 +0100

    Rockchip: RK3288: Fix thermal_zone for gputemp

commit 8622b9a53b4487f87bbb31c6ee047804191254ef
Author: Alex Bee <knaerzche@gmail.com>
Date:   Sat Feb 11 09:25:09 2023 +0100

    Rockchip: RK3288: fix thermal zone for cputemp

commit a16a1a3cf8b8248bf8ff35965ea2b5cad7378cdd
Author: Alex Bee <knaerzche@gmail.com>
Date:   Sat Feb 11 09:22:33 2023 +0100

    scripts/image: add --remove-destination when copying filesystem

    This is required to override symlinks which might exist there already.

commit 89802080b82b7cd776c6d659dbcce552d791ed25
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Fri Feb 10 11:44:22 2023 +0000

    cli: update to 23.0.1

commit 4e89d8464f1bf81d63510af49b91914c3bfeaa16
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Fri Feb 10 11:41:02 2023 +0000

    moby: update to 23.0.1

    release notes:
    - https://github.com/moby/moby/releases/tag/v23.0.1

commit 434b43f4a03642d09f53f9274f1524ef6446dfbd
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Sat Feb 11 06:40:53 2023 +0000

    docker: update to 23.0.1 and addon (1)

    release notes:
    - https://github.com/moby/moby/releases/tag/v23.0.1

commit fcdf6fa397380c2fda8af3f68df580364468fb7c
Merge: b318ff9271 b2bd49b9f2
Author: Jernej Škrabec <jernej.skrabec@gmail.com>
Date:   Sat Feb 11 07:30:34 2023 +0100

    Merge pull request #7496 from heitbaum/kernel61

    kernel firmware and rtw88 upstream patches

commit 15f1fbed51a8345253118f5dbed968c5902e67f8
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Sat Feb 11 06:20:11 2023 +0000

    brcmfmac_sdio-firmware: update to githash c70355f9 (2023-02-11)

commit b2bd49b9f2fa10e96b9d4850cf64613f5cec2d8b
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Sat Feb 11 03:54:35 2023 +0000

    kernel-firmware: update to 20230210

    updates to AMD, rtw8

commit 524966c9738f010e146c37ef5e4edc89891b8b40
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Sat Feb 11 03:44:34 2023 +0000

    linux: rtw88: upstream patches

commit b318ff92716c6979578c083337a52ff1387e06b7
Merge: 558867c118 7ad7cf7dc4
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Sat Feb 11 10:03:02 2023 +1100

    Merge pull request #7495 from CvH/11.0/addon_up

    binary addons: bump PKG_REV

commit 7ad7cf7dc4e0c96e1d295235f8a7ad301854077e
Author: CvH <namerp@googlemail.com>
Date:   Fri Feb 10 21:34:54 2023 +0100

    binary addons: bump PKG_REV

commit 558867c118a00ae1fdfdcb8bbb5fb07d1d38b68c
Merge: be145e1517 f45349afa9
Author: CvH <1355173+CvH@users.noreply.github.com>
Date:   Fri Feb 10 19:45:28 2023 +0100

    Merge pull request #7482 from heitbaum/mariadb-connector-c

    mariadb-connector-c: update to 3.3.4

commit be145e1517e71862bca2879d148bde44ca033765
Merge: ed2c3a98aa f2b60c4cd9
Author: CvH <1355173+CvH@users.noreply.github.com>
Date:   Fri Feb 10 19:33:21 2023 +0100

    Merge pull request #7471 from heitbaum/x11

    X11 updates

commit ed2c3a98aab4ede973c53451e0fb2ab2b594c966
Merge: e03ec8fb2d 7c118f3b75
Author: CvH <1355173+CvH@users.noreply.github.com>
Date:   Fri Feb 10 16:11:23 2023 +0100

    Merge pull request #7479 from heitbaum/binaries

    pvr.sledovanitv.cz: update 20.3.0-Nexus to 20.4.1-Nexus

commit e03ec8fb2d6e8155037068a8bb2f9b2d0cf38373
Merge: 3382fc2125 145905771f
Author: CvH <1355173+CvH@users.noreply.github.com>
Date:   Fri Feb 10 16:10:13 2023 +0100

    Merge pull request #7483 from heitbaum/libgpiod

    libgpiod: update to 1.6.4

commit 3382fc2125be1e5f6648f01ab6bf0ff2bd7d0c5b
Merge: 12f576f221 b089a17cba
Author: CvH <1355173+CvH@users.noreply.github.com>
Date:   Fri Feb 10 16:10:01 2023 +0100

    Merge pull request #7487 from heitbaum/bin

    [le11] kodi-binary-addons: update to latest versions

commit 12f576f221956cb66403b97198c4c28f0222dce4
Merge: 42b223733c 574b5eaf03
Author: CvH <1355173+CvH@users.noreply.github.com>
Date:   Fri Feb 10 16:09:41 2023 +0100

    Merge pull request #7489 from heitbaum/kernel61

    linux: update to 6.1.y

commit 42b223733c68f5152047c8ba1a8c962457164d92
Merge: fb74134ce8 75c3e6bb39
Author: CvH <1355173+CvH@users.noreply.github.com>
Date:   Fri Feb 10 16:09:19 2023 +0100

    Merge pull request #7491 from heitbaum/rustlang

    rust: update to 1.67.1

commit fb74134ce8f9f70d9f94403d3bc4c1c0aa4ef7c8
Merge: c9e966d5ea cb4f2c2cbe
Author: CvH <1355173+CvH@users.noreply.github.com>
Date:   Fri Feb 10 16:08:40 2023 +0100

    Merge pull request #7493 from heitbaum/drm

    libdrm: update to 2.4.115

commit c9e966d5ea67f4a6065c93f32a9032fbe41ee101
Merge: b708f114c2 27763b2b7f
Author: CvH <1355173+CvH@users.noreply.github.com>
Date:   Fri Feb 10 16:07:53 2023 +0100

    Merge pull request #7494 from heitbaum/vfs.sftp

    vfs.sftp: update 20.1.0-Nexus to 20.2.0-Nexus

commit 27763b2b7f840525773adeeca41c571aaf0eb135
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Fri Feb 10 11:29:12 2023 +0000

    vfs.sftp: update 20.1.0-Nexus to 20.2.0-Nexus

commit 7c118f3b75b216a07b8630884f0e1b6ba2d50bad
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Wed Feb 8 20:39:29 2023 +0000

    pvr.sledovanitv.cz: update 20.3.0-Nexus to 20.4.1-Nexus

commit cb4f2c2cbe3f661047e981be44a1d6a0a9de0c45
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Thu Feb 9 12:58:42 2023 +0000

    libdrm: update to 2.4.115

    log:
    - https://gitlab.freedesktop.org/mesa/drm/-/compare/libdrm-2.4.114...libdrm-2.4.115?from_project_id=177&straight=false

commit 75c3e6bb39617a94e2f92075f6911f6a3b476f50
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Fri Feb 10 07:08:32 2023 +0000

    rust: update to 1.67.1

    ann:
    - https://blog.rust-lang.org/2023/02/09/Rust-1.67.1.html

    log:
    - https://github.com/rust-lang/rust/compare/1.67.0...1.67.1

commit 6115fc9fd9c41fe4a52c1a1efbe7592370eaf396
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Fri Feb 10 07:08:32 2023 +0000

    rustc-snapshot: update to 1.67.1

commit 9a3135e010f6e4696ee7d5bae981269190951966
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Fri Feb 10 07:08:32 2023 +0000

    cargo-snapshot: update to 1.67.1

commit f3188c601b0dd09249402a146a263b03d901c36c
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Fri Feb 10 07:08:32 2023 +0000

    rust-std-snapshot: update to 1.67.1

commit 574b5eaf03f1474dcac6f8a51a5aff202c4d42ec
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Thu Feb 9 11:04:51 2023 +0000

    linux: update to 6.1.11

commit b089a17cba0749c9e612e80a5a11b20edcc55d22
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Thu Feb 9 10:34:27 2023 +0000

    kodi-binary-addons: update to latest versions

    - audiodecoder.sacd: update 20.2.0-Nexus to 20.3.0-Nexus
    - screensaver.asteroids: update 20.1.0-Nexus to 20.2.0-Nexus
    - vfs.libarchive: update 20.2.0-Nexus to 20.3.0-Nexus

commit 145905771fa693b5a81bef8aa760ccb815023235
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Wed Feb 8 20:58:57 2023 +0000

    libgpiod: update to 1.6.4

commit f45349afa9d7f9b9b6006218d4dfbb52660706e2
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Wed Feb 8 20:57:10 2023 +0000

    mariadb-connector-c: update to 3.3.4

commit f2b60c4cd9156266e237c91e13bddd82a7a1a485
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Tue Feb 7 08:40:00 2023 +0000

    xorg-server: update to 21.1.7

commit bf75873f9017c41919a6dfbf8afb9d795754a773
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Sat Feb 4 21:00:04 2023 +0000

    xkeyboard-config: update to 2.38

commit 31cd203b9943b7f71b47b01526894d533515593a
Author: Rudi Heitbaum <rudi@heitbaum.com>
Date:   Sun Feb 5 02:04:20 2023 +0000

    libX11: update to 1.8.4

    minor
    - a bug fix
    - a revert
    - a nls update
    - documentation updates

    log:
    - https://gitlab.freedesktop.org/xorg/lib/libx11/-/commits/master

commit 50a4a72b85a6f849533d3bc92a4b7d6099cb8787
Author: rschupp <roderich.schupp@gmail.com>
Date:   Fri Feb 3 14:36:58 2023 +0100

    kodi: fix for return value of smbc_getxattr() for Samba >= 4.17.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants