Commit Graph

37895 Commits

Author SHA1 Message Date
heitbaum
8a93094c6e linux (Allwinner aarch64): enable kernel ntfs3 2021-12-08 21:49:47 +00:00
heitbaum
d9135c8035 linux (Allwinner arm): enable kernel ntfs3 2021-12-08 21:49:47 +00:00
heitbaum
06e0ebc4fe linux (Generic): enable kernel ntfs3 2021-12-08 21:49:47 +00:00
heitbaum
2cc5f17157 linux (NXP iMX8): enable kernel ntfs3 2021-12-08 21:49:47 +00:00
heitbaum
7d4b408f8d linux (NXP iMX6): enable kernel ntfs3 2021-12-08 21:49:47 +00:00
heitbaum
140a1dd4a6 linux (Qualcomm Dragonboard): enable kernel ntfs3 2021-12-08 21:49:47 +00:00
heitbaum
aee04d4fa2 linux (Rockchip RK3399): enable kernel ntfs3 2021-12-08 21:49:47 +00:00
heitbaum
04842c073e linux (Rockchip RK3328): enable kernel ntfs3 2021-12-08 21:49:47 +00:00
heitbaum
b125597335 linux (Rockchip RK3288): enable kernel ntfs3 2021-12-08 21:49:47 +00:00
heitbaum
93eee675fb linux (Samsung Exynos): enable kernel ntfs3 2021-12-08 21:49:47 +00:00
heitbaum
b1a58b21d4 ntfs-3g_ntfsprogs: remove NTFS3G from ARM options 2021-12-08 21:49:47 +00:00
heitbaum
cdfdc8b2b4 ntfs-3g_ntfsprogs: remove NTFS3G from LibreELEC options
Linux Kernel 5.15 includes a new NTFS driver (ntfs3)
- https://www.kernel.org/doc/html/latest//filesystems/ntfs3.html
- https://lore.kernel.org/lkml/aa4aa155-b9b2-9099-b7a2-349d8d9d8fbd@paragon-software.com/
2021-12-08 21:49:47 +00:00
CvH
aef66b7ef5 Merge pull request #5911 from SupervisedThinking/config_tweaks
[le11] config/graphics & show_config: clean up & tweaks
2021-12-08 12:04:56 +01:00
CvH
4e16eba336 Merge pull request #5916 from SupervisedThinking/meson_native_build
[le11] use Meson native build for package:host
2021-12-08 12:04:13 +01:00
CvH
a5a4c51eae Merge pull request #5938 from SupervisedThinking/pulseaudio
[le11] pulseaudio: update to 15.0
2021-12-08 12:02:09 +01:00
CvH
629317df2a Merge pull request #5939 from SupervisedThinking/bluez
[le11] bluez: update to 5.62
2021-12-08 12:01:06 +01:00
CvH
34091b498a Merge pull request #5937 from heitbaum/mesa
mesa: update to 21.3.1 and (Intel) media-driver: update to 21.4.3
2021-12-08 12:00:18 +01:00
CvH
85cd6daea5 Merge pull request #5940 from heitbaum/strace
strace: update to 5.15
2021-12-08 11:59:26 +01:00
CvH
c02097b3ac Merge pull request #5954 from heitbaum/binaries
pvr.mediaportal.tvserver: update 20.1.0-Nexus to 20.1.1-Nexus
2021-12-08 11:58:50 +01:00
CvH
3aa7c88752 Merge pull request #5956 from heitbaum/nss
nss and nspr: update packages
2021-12-08 11:58:15 +01:00
Jernej Škrabec
9277379474 Merge pull request #5953 from heitbaum/crust
crust: use host-gcc from toolchain not cc
2021-12-07 16:46:52 +01:00
heitbaum
ad53363d52 nss: update to 3.73
update 3.64 (15-Apr-2021) to 3.73 (01-Dec-2021)

ann:
- https://groups.google.com/a/mozilla.org/g/dev-tech-crypto/c/vy9284s8APM

release notes:
- https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_Releases
- https://firefox-source-docs.mozilla.org/security/nss/releases/index.html
2021-12-07 15:18:43 +00:00
heitbaum
1a5eaecca8 nspr: update to 4.32 2021-12-07 15:16:05 +00:00
heitbaum
e0071dd8d9 kodi-binary-addons: update to latest versions
- pvr.mediaportal.tvserver: update 20.1.0-Nexus to 20.1.1-Nexus
2021-12-07 15:05:47 +00:00
heitbaum
91162691d4 crust: use host-gcc from toolchain not cc
crust build fails when cc link is missing (e.g. minimal Ubuntu 20.04)
use host-gcc from the toolchain instead.
addition of the patch fixes the following error.

BUILD      crust (target)
    TOOLCHAIN      manual
...
  HOSTCC  build/3rdparty/kconfig/conf.o
/bin/sh: 1: exec: cc: not found
make[1]: *** [Makefile:170: build/3rdparty/kconfig/conf.o] Error 127
...
2021-12-07 11:45:48 +00:00