Rudi Heitbaum
b4af1398e3
Merge pull request #7393 from mglae/le11_installer-pmbr_boot
...
installer: fix device detection with pmbr_boot flag set
2023-01-18 22:02:42 +11:00
Rudi Heitbaum
e503620fd0
Merge pull request #7321 from mglae/le11_fix_debug_build
...
functions: fix build_with_debug() to include dependency base packages like "kodi+"
2023-01-18 21:59:50 +11:00
Christian Hewitt
c45ac232c4
Merge pull request #7402 from heitbaum/tvheadend42
...
[le11] tvheadend42: rebuild missing library and addon (2)
2023-01-18 14:14:27 +04:00
Rudi Heitbaum
c2b00c6a62
tvheadend42: rebuild missing library and addon (2)
2023-01-18 09:33:15 +00:00
Christian Hewitt
cfd78dc5b8
Merge pull request #7389 from heitbaum/nss
...
nss: update to 3.87
2023-01-18 13:16:32 +04:00
CvH
22a56b4ebd
Merge pull request #7397 from heitbaum/mariadb-connector-c
...
mariadb-connector-c: update to 3.3.3
2023-01-17 20:54:17 +01:00
CvH
36d5e20a71
Merge pull request #7396 from heitbaum/kernel-firmware
...
kernel-firmware: update to 20230117
2023-01-17 20:53:58 +01:00
CvH
61aa24354f
Merge pull request #7398 from heitbaum/img-pkgs
...
Image format package updates
2023-01-17 20:53:41 +01:00
Rudi Heitbaum
69a57f47ec
libraw: update to 0.21.1
...
ann:
- https://www.libraw.org/news/libraw-0-21-1-release
log:
- https://github.com/LibRaw/LibRaw/compare/0.21.0...0.21.1
2023-01-17 16:42:07 +00:00
Rudi Heitbaum
952cbfedf8
libheif: update to 1.14.2
...
release notes:
- https://github.com/strukturag/libheif/releases/tag/v1.14.1
- https://github.com/strukturag/libheif/releases/tag/v1.14.2
log:
- https://github.com/strukturag/libheif/compare/v1.14.0...v1.14.2
2023-01-17 16:42:07 +00:00
Rudi Heitbaum
7e9ce4dde7
libpng: update to 1.6.39
...
ann:
- https://github.com/pnggroup/libpng/blob/v1.6.39/ANNOUNCE
changes:
- https://github.com/pnggroup/libpng/blob/v1.6.39/CHANGES
Version 1.6.39 [November 20, 2022]
Changed the error handler of oversized chunks (i.e. larger than
PNG_USER_CHUNK_MALLOC_MAX) from png_chunk_error to png_benign_error.
Fixed a buffer overflow error in contrib/tools/pngfix.
Fixed a memory leak (CVE-2019-6129) in contrib/tools/pngcp.
Disabled the ARM Neon optimizations by default in the CMake file,
following the default behavior of the configure script.
Allowed configure.ac to work with the trunk version of autoconf.
Removed the support for "install" targets from the legacy makefiles;
removed the obsolete makefile.cegcc.
Cleaned up the code and updated the internal documentation.
2023-01-17 16:42:07 +00:00
Rudi Heitbaum
df2434b6f0
mariadb-connector-c: update to 3.3.3
...
release notes:
- https://mariadb.com/kb/en/mariadb-connector-c-3-3-3-release-notes/
- https://mariadb.com/kb/en/mariadb-connector-c-3-3-3-changelog/
- https://github.com/mariadb-corporation/mariadb-connector-c/compare/v3.3.2...v3.3.3
2023-01-17 16:35:45 +00:00
Rudi Heitbaum
f6bfda806e
kernel-firmware: update to 20230117
...
log:
- https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/log/
2023-01-17 16:29:25 +00:00
mglae
fbcae7276b
installer: fix device detection with pmbr_boot flag set
...
Failing on e.g. "/dev/sda:512GB:scsi:512:512:gpt:ATA Samsung SSD 850:pmbr_boot;"
Fixed by only matching the device name when removing rpmb and boot devices
RE was added for MMC support in #9d1d032 and removes special MMC areas like
/dev/mmcblk0rmpb or /dev/mmcblk0boot1
2023-01-16 19:30:15 +01:00
CvH
5f4b4a45a3
Merge pull request #7390 from heitbaum/iptables
...
iptables: update to 1.8.9 and drop upstreamed patch
2023-01-16 15:28:09 +01:00
CvH
68e15ee5a2
Merge pull request #7392 from heitbaum/addon
...
Addon build tool updates
2023-01-16 15:27:39 +01:00
CvH
d0da2c2ee0
Merge pull request #7391 from heitbaum/debug
...
xorg-intel-gpu-tools: update to 1.27
2023-01-16 15:27:06 +01:00
CvH
e306e75170
Merge pull request #7342 from heitbaum/kernel61
...
linux: update to 6.1.y
2023-01-16 15:26:43 +01:00
CvH
f382198000
Merge pull request #7339 from heitbaum/wayland
...
Wayland updates
2023-01-16 15:25:38 +01:00
CvH
bbce6e5fab
Merge pull request #7388 from heitbaum/pipewire
...
pipewire: update to 0.3.64
2023-01-16 15:24:19 +01:00
CvH
3725f83c64
Merge pull request #7378 from heitbaum/llvm1507
...
llvm: update to 15.0.7
2023-01-16 15:24:04 +01:00
Rudi Heitbaum
c6f2490e8f
file: update to 5.44
2023-01-16 12:02:11 +00:00
Rudi Heitbaum
29e556e1f9
waf: update to 2.0.25
...
release notes:
- https://gitlab.com/ita1024/waf/blob/master/ChangeLog
NEW IN WAF 2.0.25
-----------------
* Fix invalid characters returned by find_program #2397
* Prepare for distutils removal (Python 3.12 regression) #2402
* Improve cp65001 compat in cpython < 3.3 #2346
* Add Fujitsu Fortran compiler detection on ARM64FX #2348
* Support multiple Sphinx output formats #2344
* Improve PyQt5 detection #2343
* Add asynchronous wafcache uploads
2023-01-16 12:01:55 +00:00
Rudi Heitbaum
4002d425f8
pipewire: update to 0.3.64
2023-01-16 11:54:50 +00:00
Rudi Heitbaum
a041f24f17
nss: update to 3.87
2023-01-16 11:53:56 +00:00
Rudi Heitbaum
b51b902b80
iptables: update to 1.8.9 and drop upstreamed patch
...
log:
- https://www.netfilter.org/projects/iptables/files/changes-iptables-1.8.9.txt
2023-01-16 11:52:23 +00:00
Rudi Heitbaum
bf3f7b2174
xorg-intel-gpu-tools: update to 1.27
2023-01-16 11:50:52 +00:00
Rudi Heitbaum
38d834ec33
libinput: update to 1.22.1
2023-01-16 11:45:37 +00:00
Rudi Heitbaum
a1bced6681
glibc: update enable-kernel=6.1.0
2023-01-16 08:41:26 +00:00
CvH
d4a359e059
Merge pull request #7387 from chewitt/amlogic-upstream
...
amlogic: bump kernel to 6.1.y and misc. changes
2023-01-16 09:32:41 +01:00
Christian Hewitt
bb294733eb
linux: bump Amlogic kernel to 6.1.y
2023-01-16 08:26:11 +00:00
Christian Hewitt
46a791284d
amlogic: add CONFIG_EFI_LOADER to u-boot config
2023-01-16 08:26:11 +00:00
Christian Hewitt
57249674d9
amlogic: add ffmpeg patches for improved HEVC seek
2023-01-16 08:25:55 +00:00
Christian Hewitt
ecdcdad67c
systemd: add nfs4 hint to nfs.mount.sample
2023-01-16 08:01:22 +00:00
Christian Hewitt
564bf7e9c9
systemd: drop 99-osmcrf.hwdb as no longer needed
2023-01-16 08:01:22 +00:00
Christian Hewitt
6756c3ac63
systemd: add more BT remotes to 70-local-keyboard.hwdb
2023-01-16 08:01:22 +00:00
Christian Hewitt
9717900025
Merge pull request #7385 from heitbaum/brcm
...
brcmfmac_sdio-firmware: update to githash 59fe14f (2023-01-16)
2023-01-16 11:57:01 +04:00
Rudi Heitbaum
4119598fb1
brcmfmac_sdio-firmware: update to githash 59fe14f (2023-01-16)
2023-01-16 07:53:00 +00:00
CvH
f4f7d8e701
Merge pull request #7367 from HiassofT/le11-kodi-20.0
...
kodi: update to Nexus 20.0
2023-01-15 14:16:36 +01:00
Matthias Reichl
73fa4b0ff6
kodi: update to 20.0-Nexus
...
Signed-off-by: Matthias Reichl <hias@horus.com>
2023-01-15 12:10:20 +01:00
Christian Hewitt
18c309051f
Merge pull request #7382 from heitbaum/minisatip11
...
minisatip: update to 1.2.56 and addon (2)
2023-01-15 12:44:56 +04:00
Rudi Heitbaum
e381b41b4a
minisatip: update to 1.2.56 and addon (2)
...
log:
- https://github.com/catalinii/minisatip/compare/v1.2.49...v1.2.56
2023-01-15 06:06:04 +00:00
Rudi Heitbaum
72f9fc105f
linux: update to 6.1.6
2023-01-14 16:47:49 +00:00
Rudi Heitbaum
eebbd03eda
Merge pull request #7381 from mglae/le11_systemd_generic_efi
...
systemd: build with -Defi=true on Generic
2023-01-15 03:41:58 +11:00
mglae
aab3af6b06
systemd: build with -Defi=true on Generic
...
With kernel 6.0 the legacy efi vars interface at /sys/firmware/efi/vars was removed
(https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit?h=v6.0&id=0f5b2c69a4cbe4166ca24b76d5ada98ed2867741 ).
The efibootmgr tool requires now to mount the efivarfs pseudo-filesystem on
/sys/firmware/efi/efivars. Enabling upstream EFI support for systemd is the easiest way to
get it mounted on EFI systems but still having correct (non-)support for legacy boot.
No additional files are added to the image.
2023-01-14 15:42:03 +01:00
Christian Hewitt
a4874b7ccf
Merge pull request #7379 from heitbaum/binaries
...
inputstream.adaptive: update 20.3.1-Nexus to 20.3.2-Nexus
2023-01-14 13:49:49 +04:00
Rudi Heitbaum
95a307ac0c
inputstream.adaptive: update 20.3.1-Nexus to 20.3.2-Nexus
2023-01-14 09:42:53 +00:00
Christian Hewitt
d400894fc5
Merge pull request #7377 from heitbaum/rtl_bt
...
wlan-firmware: update rt_btl
2023-01-14 10:39:41 +04:00
Rudi Heitbaum
2d9baab3cd
wlan-firmware: update rt_btl
2023-01-14 05:50:27 +00:00
Rudi Heitbaum
5ff60f97a4
llvm: update to 15.0.7
...
add patch to "not warn" during build for missing indentation.
- https://reviews.llvm.org/D108864
2023-01-14 04:38:45 +00:00