Commit Graph

37824 Commits

Author SHA1 Message Date
heitbaum
be1c586421 RTL8192EU: fix kernel 5.15 compilation 2021-11-01 13:37:26 +11:00
heitbaum
80dfa726af RTL8812AU: remove IPX from driver to support 5.15 2021-11-01 13:37:26 +11:00
heitbaum
8d07990a2a RTL8192DU: remove IPX from driver to support 5.15 2021-11-01 13:37:26 +11:00
heitbaum
89d3c5deaf RTL8188EU: update to 2021-10-29 to support linux 5.15 2021-11-01 13:37:26 +11:00
heitbaum
7ea4a734a1 linux (Samsung Exynos): tidy up .config for 5.15 2021-11-01 13:37:24 +11:00
heitbaum
f56d09463d linux (Rockchip RK3399): tidy up .config for 5.15 2021-11-01 13:37:21 +11:00
heitbaum
11f14d25c0 linux (Rockchip RK3328): tidy up .config for 5.15 2021-11-01 13:37:17 +11:00
heitbaum
07301781d4 linux (Rockchip RK3288): tidy up .config for 5.15 2021-11-01 13:37:15 +11:00
heitbaum
f48ce37280 linux (Qualcomm Dragonboard): tidy up .config for 5.15 2021-11-01 13:37:12 +11:00
heitbaum
288f06fe20 linux (NXP iMX8): tidy up .config for 5.15 2021-11-01 13:37:09 +11:00
heitbaum
0ce97a671e linux (NXP iMX6): tidy up .config for 5.15 2021-11-01 13:37:07 +11:00
heitbaum
3c51172976 linux (Generic): tidy up .config for 5.15 2021-11-01 13:37:04 +11:00
heitbaum
344cd7faaa linux (Allwinner aarch64): tidy up .config for 5.15 2021-11-01 13:37:01 +11:00
heitbaum
e001fea21e linux (Allwinner arm): tidy up .config for 5.15 2021-11-01 13:36:57 +11:00
heitbaum
d0e59a23fe linux (Rockchip): patches upstreamed in 5.15 2021-11-01 13:09:26 +11:00
heitbaum
9a24926f9f linux (Allwinner): patches upstreamed in 5.15 2021-11-01 13:07:59 +11:00
CvH
7f9c087f70
Merge pull request #5835 from HiassofT/le11-uboot-openssl
u-boot: fix build openssl-related build errors
2021-10-31 13:22:53 +01:00
Alex Bee
36685c26e3 Rockchip: linux: switch to .prepare instead of .hw_params for dw-hdmi i2s 2021-10-31 10:37:43 +01:00
Alex Bee
ad0f62a411 Rockchip: rework alsa card configs
Also drop no longer needed HDMI.conf and I2S.conf
2021-10-31 10:36:42 +01:00
mglae
ca6497f44f
Merge pull request #5796 from guillaumelecerf/chrome
Multiple chrome fixes/enhancements
2021-10-30 23:49:05 +02:00
Guillaume LECERF
3ccf883146 chrome: update changelog 2021-10-30 23:44:21 +02:00
Guillaume LECERF
7b4cdb060b chrome: allow setting a custom user-agent 2021-10-30 20:44:54 +02:00
Matthias Reichl
b075c10e71 u-boot: add missing deps and host-cc options
u-boot requires openssl includes and libs on host, add the missing
dependencies and set HOSTCFLAGS so the build can pick up openssl from
the LE toolchain.

Also fix HOSTLDFLAGS to use HOST_LDFLAGS which adds an rpath to
toolchain/lib so the dynamic linker uses our openssl libs, not those
from the host.

Signed-off-by: Matthias Reichl <hias@horus.com>
2021-10-30 17:47:40 +02:00
Matthias Reichl
41b720b762 u-boot-tools: add missing deps and host-cc options
u-boot requires openssl includes and libs on host, add the missing
dependencies and set HOSTCC, HOSTCFLAGS and HOSTLDFLAGS so the build
can pick up openssl from the LE toolchain

Signed-off-by: Matthias Reichl <hias@horus.com>
2021-10-30 17:47:32 +02:00
CvH
6009b1e23c
Merge pull request #5833 from heitbaum/mesonf
[le11] More Fixes to meson: unknown options are now always fatal
2021-10-30 11:02:22 +02:00
CvH
947752f110
Merge pull request #5829 from heitbaum/binaries
pvr.iptvsimple: update 20.1.1-Nexus to 20.1.2-Nexus
2021-10-30 11:01:16 +02:00
Christian Hewitt
95a7d97d35
Merge pull request #5832 from heitbaum/samba
[le11] samba: update to 4.13.13
2021-10-30 08:43:40 +01:00
heitbaum
d6a332f8ce gdk-pixbuf: correct meson build options 2021-10-30 15:34:11 +11:00
heitbaum
fee0c9f7e3 pango: correct meson build options 2021-10-30 15:34:11 +11:00
heitbaum
491e37aedf at-spi2-core: correct meson build options 2021-10-30 15:34:11 +11:00
heitbaum
fefc21affb chrome-libxkbcommon: correct meson build options 2021-10-30 15:34:11 +11:00
heitbaum
4be46be119 samba: update to 4.13.13
update 4.13.12 (2021-09-22) to 4.13.13 (2021-10-29)

release notes:
- https://www.samba.org/samba/history/samba-4.13.13.html

Changes since 4.13.12
---------------------

o  Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
   * BUG 14868: rodc_rwdc test flaps.
   * BUG 14881: Backport bronze bit fixes, tests, and selftest improvements.

o  Andrew Bartlett <abartlet@samba.org>
   * BUG 14642: Provide a fix for MS CVE-2020-17049 in Samba [SECURITY] 'Bronze
     bit' S4U2Proxy Constrained Delegation bypass in Samba with
     embedded Heimdal.
   * BUG 14836: Python ldb.msg_diff() memory handling failure.
   * BUG 14845: "in" operator on ldb.Message is case sensitive.
   * BUG 14848: Release LDB 2.3.1 for Samba 4.14.9.
   * BUG 14871: Fix Samba support for UF_NO_AUTH_DATA_REQUIRED.
   * BUG 14874: Allow special chars like "@" in samAccountName when generating
     the salt.
   * BUG 14881: Backport bronze bit fixes, tests, and selftest improvements.

o  Isaac Boukris <iboukris@gmail.com>
   * BUG 14642: Provide a fix for MS CVE-2020-17049 in Samba [SECURITY] 'Bronze
     bit' S4U2Proxy Constrained Delegation bypass in Samba with embedded Heimdal.
   * BUG 14881: Backport bronze bit fixes, tests, and selftest improvements.

o  Viktor Dukhovni <viktor@twosigma.com>
   * BUG 12998: Fix transit path validation.
   * BUG 14881: Backport bronze bit fixes, tests, and selftest improvements.

o  Luke Howard <lukeh@padl.com>
   * BUG 14642: Provide a fix for MS CVE-2020-17049 in Samba [SECURITY] 'Bronze
     bit' S4U2Proxy Constrained Delegation bypass in Samba with embedded Heimdal.
   * BUG 14881: Backport bronze bit fixes, tests, and selftest improvements.

o  Stefan Metzmacher <metze@samba.org>
   * BUG 14881: Backport bronze bit fixes, tests, and selftest improvements.

o  David Mulder <dmulder@suse.com>
   * BUG 14881: Backport bronze bit fixes, tests, and selftest improvements.

o  Andreas Schneider <asn@samba.org>
   * BUG 14870: Prepare to operate with MIT krb5 >= 1.20.
   * BUG 14881: Backport bronze bit fixes, tests, and selftest improvements.

o  Joseph Sutton <josephsutton@catalyst.net.nz>
   * BUG 14642: Provide a fix for MS CVE-2020-17049 in Samba [SECURITY] 'Bronze
     bit' S4U2Proxy Constrained Delegation bypass in Samba with embedded Heimdal.
   * BUG 14645: rpcclient NetFileEnum and net rpc file both cause lock order
     violation: brlock.tdb, share_entries.tdb.
   * BUG 14836: Python ldb.msg_diff() memory handling failure.
   * BUG 14845: "in" operator on ldb.Message is case sensitive.
   * BUG 14848: Release LDB 2.3.1 for Samba 4.14.9.
   * BUG 14868: rodc_rwdc test flaps.
   * BUG 14871: Fix Samba support for UF_NO_AUTH_DATA_REQUIRED.
   * BUG 14874: Allow special chars like "@" in samAccountName when generating
     the salt.
   * BUG 14881: Backport bronze bit fixes, tests, and selftest improvements.

o  Nicolas Williams <nico@twosigma.com>
   * BUG 14642: Provide a fix for MS CVE-2020-17049 in Samba [SECURITY] 'Bronze
     bit' S4U2Proxy Constrained Delegation bypass in Samba with embedded Heimdal.
   * BUG 14881: Backport bronze bit fixes, tests, and selftest improvements.
2021-10-30 13:02:27 +11:00
heitbaum
97e7187a87 pvr.iptvsimple: update 20.1.1-Nexus to 20.1.2-Nexus 2021-10-30 10:51:54 +11:00
CvH
1cfd1233e9
Merge pull request #5825 from HiassofT/le11-kernel-5.10.76
[le11] linux (RPi): update to 5.10.76-581049d, temp revert video callback limit commit
2021-10-29 18:34:51 +02:00
CvH
3de048b953
Merge pull request #5824 from heitbaum/systemd
systemd: update to 247.10
2021-10-29 18:34:05 +02:00
Christian Hewitt
f2522db17e
Merge pull request #5827 from HiassofT/le11-brcmfmac-43436s 2021-10-29 14:26:01 +01:00
Matthias Reichl
5e08690088 brcmfmac_sdio-firmware-rpi: update to 3888ba2
Signed-off-by: Matthias Reichl <hias@horus.com>
2021-10-29 15:17:56 +02:00
Matthias Reichl
d0a33bc1c8 linux (RPi): temporarily revert video codec callback limit
The callback limit can cause stalls in kodi and ffmpeg, revert the
commit until a proper solution has been found.

Signed-off-by: Matthias Reichl <hias@horus.com>
2021-10-29 12:52:12 +02:00
Matthias Reichl
be6ed1bc3c linux (RPi): config options for 5.10.76-581049d
Signed-off-by: Matthias Reichl <hias@horus.com>
2021-10-29 12:52:12 +02:00
Matthias Reichl
60973cf0b9 linux (RPi): update to 5.10.76-581049d
Signed-off-by: Matthias Reichl <hias@horus.com>
2021-10-29 12:52:12 +02:00
Matthias Reichl
ada40e7966 RPi: update to firmware d8754a9
Signed-off-by: Matthias Reichl <hias@horus.com>
2021-10-29 12:52:11 +02:00
Matthias Reichl
41421d9056 rpi-eeprom: update to 47976e4
Signed-off-by: Matthias Reichl <hias@horus.com>
2021-10-29 12:52:11 +02:00
heitbaum
5bee631071 systemd: update to 247.10 2021-10-29 21:39:54 +11:00
CvH
be4b959420
Merge pull request #5823 from antonlacon/mesa-update
mesa: update to 21.2.5
2021-10-29 05:58:02 +02:00
Guillaume LECERF
04b0a3796d chrome: versions >=91 use new flags to enable hardware accelerated video decode 2021-10-28 23:04:03 +02:00
Guillaume LECERF
4893cb6a88 chrome: fix dark mode toggle
Fixes: 788fcf6
2021-10-28 23:04:03 +02:00
Ian Leonard
64595eac5e mesa: update to 21.2.5
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-10-28 20:10:54 +00:00
CvH
5f9f0cd964
Merge pull request #5674 from heitbaum/chrome
chrome: update to 95.0.4638.54 and addon (109)
2021-10-28 19:49:22 +02:00
CvH
46f810894d
Merge pull request #5683 from guillaumelecerf/feature/chrome-use-pulseaudio
chrome: use pulseaudio when available
2021-10-28 19:48:56 +02:00
CvH
166e1aa303
Merge pull request #5813 from heitbaum/gmmlib
Intel updates
2021-10-28 19:45:37 +02:00