Rudi Heitbaum
5889e1f3e8
ttyd: add missing zlib target depend
2024-03-19 09:36:06 +00:00
CvH
77b098a4e8
Merge pull request #8734 from heitbaum/kernel-firmware
...
kernel-firmware: update to 20240312
2024-03-19 09:59:08 +01:00
CvH
76cafa502c
Merge pull request #8725 from heitbaum/pkg
...
Package Updates
2024-03-19 09:58:48 +01:00
Rudi Heitbaum
4472329a1a
libopenmpt: update to 0.7.5
...
release notes:
- https://lib.openmpt.org/libopenmpt/2024/03/17/security-updates-0.7.5-0.6.14-0.5.28-0.4.40/
2024-03-19 08:52:50 +00:00
Rudi Heitbaum
48981bad10
harfbuzz: update to 8.3.1
...
release notes:
- https://github.com/harfbuzz/harfbuzz/releases/tag/8.3.1
2024-03-19 08:52:50 +00:00
Rudi Heitbaum
d802baaea5
libxml2: update to 2.12.6
...
v2.12.6: Mar 15 2024
- parser: Fix detection of duplicate attributes in XML namespace
- xmlreader: Fix xmlTextReaderConstEncoding
- html: Fix htmlCreatePushParserCtxt with encoding
- xmllint: Return error code if XPath returns empty nodeset
2024-03-19 08:52:50 +00:00
Rudi Heitbaum
d7df07f861
dav1d: update to 1.4.1
...
release notes:
- https://code.videolan.org/videolan/dav1d/-/releases/1.4.1
2024-03-19 08:52:50 +00:00
Rudi Heitbaum
bafec211ef
expat: update to 2.6.2
2024-03-19 08:52:50 +00:00
Rudi Heitbaum
44a3443171
kernel-firmware: update to 20240312
2024-03-19 08:52:21 +00:00
Rudi Heitbaum
071238a901
Merge pull request #8733 from CvH/12.0/kodi_21rc2
...
kodi: update to 21.0rc2-Omega
2024-03-19 19:50:55 +11:00
CvH
3f9ffa518f
Merge pull request #8730 from heitbaum/linux6622
...
Linux 6.6.22
2024-03-19 09:47:43 +01:00
CvH
176916725a
Merge pull request #8724 from heitbaum/pkg-extras
...
Extras - Package updates
2024-03-19 09:45:06 +01:00
CvH
18341ac9fc
Merge pull request #8723 from heitbaum/mesa
...
mesa: update to 24.0.3
2024-03-19 09:44:45 +01:00
CvH
a049861bd5
kodi: update to 21.0rc2-Omega
2024-03-19 09:42:50 +01:00
mglae
7fdfa15a21
ttyd: update addon (1)
2024-03-18 19:31:29 +01:00
mglae
26d1839cb6
service.ttyd: start script and service fix and improvements
...
- -W is required since 1.7.4 to disable ttyd read only mode
- one level log history
- simpify ExecStart
- slightly increment timeouts
2024-03-18 19:30:48 +01:00
mglae
d9bf06f908
service.ttyd: convert settings file and language name to current version
2024-03-18 19:30:08 +01:00
Rudi Heitbaum
cb405b2ef3
mold: update to 2.30.0
2024-03-17 02:37:35 +00:00
Rudi Heitbaum
bba9fb75f5
iwlwifi-firmware: update to githash a1577a4
2024-03-16 12:46:32 +00:00
Rudi Heitbaum
3ce98f92b4
intel-ucode: update to 20240312
...
ref:
- https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20240312
before:
[ 0.000000] microcode: updated early: 0x42a -> 0x430, date = 2023-06-07
after:
[ 0.000000] microcode: updated early: 0x42a -> 0x432, date = 2023-09-19
running on:
Linux version 6.6.21 (docker@8f3d0261cf31) (x86_64-libreelec-linux-gnu-gcc-13.2.0 (GCC) 13.2.0,
GNU ld (GNU Binutils) 2.42) #1 SMP Sat Mar 9 13:52:27 UTC 2024
DMI: Intel(R) Client Systems NUC12WSKi7/NUC12WSBi7, BIOS WSADL357.0088.2023.0505.1623 05/05/2023
smpboot: CPU0: 12th Gen Intel(R) Core(TM) i7-1260P (family: 0x6, model: 0x9a, stepping: 0x3)
2024-03-16 12:46:32 +00:00
Rudi Heitbaum
72907c5bd5
linux: update to 6.6.22
2024-03-16 12:46:32 +00:00
Christian Hewitt
da2c1edd7c
Merge pull request #8729 from heitbaum/nvidia
...
Nvidia drop incorrectly added devid from 96-nvidia.rules
2024-03-16 15:26:56 +04:00
Rudi Heitbaum
1d57728cf8
xf86-video-nvidia: drop incorrectly added devid from 96-nvidia.rules since 545.29.02
...
The format of the readme file had changed and wasnt identified at tge time.
- http://us.download.nvidia.com/XFree86/Linux-x86_64/550.54.14/README/supportedchips.html
2024-03-16 11:10:30 +00:00
Rudi Heitbaum
e3ad9e0ecb
xf86-video-nvidia: fix make_nvidia_udev.py since 545.29.02
2024-03-16 11:10:30 +00:00
Rudi Heitbaum
4face64645
RTL8812AU: update to githash f23979f
...
Includes support for both Kernel 6.7 and 6.8
2024-03-16 04:25:25 +00:00
Rudi Heitbaum
8c1c1614ad
sqlite: update to 3.45.2
...
release notes:
- https://www.sqlite.org/releaselog/3_45_2.html
Changes in this specific patch release, version 3.45.2 (2024-03-12):
- Fix an error in UPSERT, introduced by enhancement 3a in version 3.35.0 (2021-03-12), that could cause an index to get out-of-sync with its table. Forum thread 919c6579c8.
- Reduce the scope of the NOT NULL strength reduction optimization that was added as item 8e in version 3.35.0 (2021-03-12). The optimization was being attempted in some contexts where it did not work, resulting in incorrect query results. Forum thread 440f2a2f17.
- Other trifling corrections and compiler warning fixes that have come up since the previous patch release. See the timeline for details.
2024-03-14 05:31:27 +00:00
Rudi Heitbaum
2d6981aef9
bemenu: update to 0.6.21
2024-03-14 05:30:32 +00:00
Rudi Heitbaum
8952ec29b6
pipewire: update to 1.0.4
...
News:
- https://gitlab.freedesktop.org/pipewire/pipewire/-/blob/master/NEWS
2024-03-14 05:30:32 +00:00
Rudi Heitbaum
0e10c77426
mesa: update to 24.0.3
2024-03-14 04:53:25 +00:00
Matthias Reichl
9ef5ca0710
linux (RPi): update to 6.6.21-13c3fb1
...
Signed-off-by: Matthias Reichl <hias@horus.com>
2024-03-12 16:37:10 +01:00
Matthias Reichl
eba6588dfe
linux (RPi): update to 6.6.21-3ad5288
...
Signed-off-by: Matthias Reichl <hias@horus.com>
2024-03-12 16:36:30 +01:00
CvH
530a05e25f
Merge pull request #8719 from heitbaum/addon
...
Addon updates
2024-03-12 16:28:50 +01:00
CvH
eb346198fa
Merge pull request #8718 from heitbaum/pkg
...
package updates
2024-03-12 16:19:00 +01:00
Matthias Reichl
7edf77db1c
bluez: drop no longer needed RPi patch
...
RPi doesn't use hciattach anymore so the patch can be dropped.
Signed-off-by: Matthias Reichl <hias@horus.com>
2024-03-12 14:54:27 +01:00
Rudi Heitbaum
e253cc3b7e
system-tools: update addon (1)
...
- libgpiod: update to 2.1.1
- stress-ng: update to 0.17.06
2024-03-12 06:12:46 +00:00
Rudi Heitbaum
cb239bf493
libgpiod: update to 2.1.1
2024-03-12 06:12:46 +00:00
Rudi Heitbaum
035b0101ca
stress-ng: update to 0.17.06
2024-03-12 06:12:46 +00:00
Rudi Heitbaum
8617a1d962
oscam: update to 11741 and addon (1)
...
- pcsc-lite: update to 2.0.3
2024-03-12 06:12:46 +00:00
Rudi Heitbaum
d6c5fa74eb
pcscd: update addon (1)
...
- pcsc-lite: update to 2.0.3
2024-03-12 06:12:46 +00:00
Rudi Heitbaum
82ac69c46b
pcsc-lite: update to 2.0.3
2024-03-12 06:12:46 +00:00
Rudi Heitbaum
2f27ac0c12
syncthing: update to 1.27.4 and addon (1)
2024-03-12 06:12:46 +00:00
Rudi Heitbaum
1592affe26
openssh: update to 9.7p1
...
Change log:
- https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ChangeLog
Release notes:
- https://www.openssh.com/releasenotes.html#9.7p1
Release notes:
- https://www.openssh.com/txt/release-9.7p1
2024-03-12 06:09:59 +00:00
Rudi Heitbaum
eac3ec0617
wlroots: update to 0.17.2
2024-03-12 06:09:59 +00:00
Rudi Heitbaum
11ad2a6df7
addons: reset version
...
Signed-off-by: Rudi Heitbaum <rudi@heitbaum.com>
2024-03-10 10:39:22 +00:00
CvH
bf802f4339
Merge pull request #8714 from heitbaum/xz
...
xz: update to 5.6.1
2024-03-10 11:23:21 +01:00
CvH
273dac96e1
Merge pull request #8713 from heitbaum/bluez
...
bluez: update to 5.73
2024-03-10 11:23:06 +01:00
CvH
10b080cbea
Merge pull request #8712 from heitbaum/vulkan
...
Vulkan update to 1.3.280 and glslang update to 14.1.0
2024-03-10 11:21:48 +01:00
CvH
0188a6aca4
Merge pull request #8711 from heitbaum/pkg
...
Wayland package updates
2024-03-10 11:21:30 +01:00
CvH
bbabf66704
Merge pull request #8710 from heitbaum/docker
...
docker: update to 25.0.4 and addon (6)
2024-03-10 11:21:16 +01:00
CvH
4418440474
Merge pull request #8704 from heitbaum/kernel6621
...
linux: update to 6.6.21
2024-03-10 11:20:39 +01:00