Commit Graph

3776 Commits

Author SHA1 Message Date
Matthias Reichl
3cbc735cfb udevil: fix mount call in mount.ntfs helper script
The documented format of the -t option is "-t type", not "-ttype".

Signed-off-by: Matthias Reichl <hias@horus.com>
2024-01-08 14:30:00 +01:00
Matthias Reichl
549e7667fb busybox: disable mount and umount programs for target
Signed-off-by: Matthias Reichl <hias@horus.com>
2024-01-08 12:16:25 +01:00
Matthias Reichl
3e783b03ac util-linux: enable mount/umount programs
Signed-off-by: Matthias Reichl <hias@horus.com>
2024-01-08 12:04:17 +01:00
Christian Hewitt
39165ac64e Merge pull request #8450 from heitbaum/systemd
systemd: update to 255.2
2023-12-27 09:54:34 +04:00
Rudi Heitbaum
dadfb6086a systemd: update to 255.2
Release notes:
- https://github.com/systemd/systemd/releases
2023-12-27 05:47:28 +00:00
Rudi Heitbaum
b1eae5c3b1 tz: update to 2023d 2023-12-27 05:46:54 +00:00
Rudi Heitbaum
85a95ca038 Revert "tz: update to 2023d"
This reverts commit 5360a1d7fde5985bc9e5e2983875a283e386881a.
2023-12-23 06:00:26 +00:00
Rudi Heitbaum
4de692a997 tz: update to 2023d 2023-12-22 22:30:16 +00:00
Matthias Reichl
3d5d95da64 v4l-utils: add patch to fix crash in ir-keytable
Recent keytable changes missed to properly initialize a buffer
pointer so it used random memory when reading keymaps in legacy
format and crashed:

LibreELEC:~ # ir-keytable -w .config/rc_keymaps/hauppauge
Segmentation fault (core dumped)

Signed-off-by: Matthias Reichl <hias@horus.com>
2023-12-20 16:48:26 +01:00
Rudi Heitbaum
1c76ca2fcb systemd: update to 255.1
Release notes:
- https://github.com/systemd/systemd/releases
- https://github.com/systemd/systemd-stable/compare/v255...v255.1
2023-12-16 13:17:55 +00:00
Christian Hewitt
9a41cfc719 Merge pull request #8399 from heitbaum/systemd
systemd update to v255
2023-12-14 09:01:53 +04:00
Rudi Heitbaum
b0f02c49af v4l-utils: update to 1.26.1
log:
- https://git.linuxtv.org/v4l-utils.git/log/?h=stable-1.26
- https://git.linuxtv.org/v4l-utils.git/commit/?h=stable-1.26&id=4aee01a027923cab1e40969f56f8ba58d3e6c0d1
2023-12-13 11:20:23 +00:00
CvH
d09d7c51b2 pastebinit: use LE paste service 2023-12-10 22:00:52 +01:00
Rudi Heitbaum
a8f6684019 v4l-utils: fix meson.build for rc_keymaps
logic for keytablesystemdir changed between configure and meson

was

AC_SUBST([keytablesystemdir], [$with_udevdir/rc_keymaps])
AC_SUBST([keytableuserdir], [$sysconfdir/rc_keymaps])
AC_SUBST([udevrulesdir], [$with_udevdir/rules.d])

is now the following and the -D is missing the rc_keymaps, where as previously udevrulesdir
was defined seperately
- https://git.linuxtv.org/v4l-utils.git/tree/utils/keytable/meson.build?h=v4l-utils-1.26.0#n16
  lines 16-22 and 62-70
2023-12-09 13:05:48 +00:00
Rudi Heitbaum
a7f20da01a systemd: update boolean to string in config 2023-12-08 08:56:11 +00:00
Rudi Heitbaum
8fca16ecfc systemd: update to 255
Release notes:
- https://github.com/systemd/systemd/releases
2023-12-08 08:56:11 +00:00
Rudi Heitbaum
5b33584df7 util-linux: update to 2.39.3 2023-12-06 13:10:00 +00:00
Christian Hewitt
0d2323eb31 Merge pull request #8308 from HiassofT/le12-udevil-conf
udevil: support custom udevil.conf in /storage/.config
2023-11-30 16:37:40 +04:00
Rudi Heitbaum
22d377442c systemd: update to 254.7
Release notes:
- https://github.com/systemd/systemd/releases

Log:
- https://github.com/systemd/systemd-stable/compare/v254.6...v254.7
2023-11-30 10:45:10 +00:00
Rudi Heitbaum
d8594004bf systemd: sanitize /etc/group and gids
sgx group was added in systemd-248 in commit
- c9c4899f44

Fixes warnings at boot by: systemd-udevd and dbus-daemon at boot:
  ~ # journalctl | grep Unknown
  systemd-udevd[525]: /usr/lib/udev/rules.d/50-udev-default.rules:56 Unknown group 'sgx', ignoring.
  systemd-udevd[525]: /usr/lib/udev/rules.d/50-udev-default.rules:57 Unknown group 'sgx', ignoring.
  dbus-daemon[568]: dbus[568]: Unknown group "wheel" in message bus configuration file
  dbus-daemon[568]: dbus[568]: Unknown username "systemd-oom" in message bus configuration file

renumber gids:
- input 199 -> 104
- kvm 10 -> 36
- render 12 -> 105

ref:
- 9a797ddc41
- https://pagure.io/setup/blob/master/f/uidgid
2023-11-29 10:37:45 +00:00
Rudi Heitbaum
520f5d809d v4l-utils: fix 1.26.0 cross compiled builds 2023-11-27 11:19:58 +00:00
Rudi Heitbaum
fcd44e66df v4l-utils: update to 1.26.0
Changelog:
- https://git.linuxtv.org/v4l-utils.git/diff/ChangeLog?h=stable-1.26

new files included:
- /usr/sbin/v4l2-dbg
- /usr/bin/cx18-ctl
- /usr/bin/ivtv-ctl
- /usr/bin/cec-compliance
- /usr/bin/media-ctl
- /usr/bin/v4l2-sysfs-path
- /usr/bin/dvbv5-daemon
- /usr/bin/decode_tm6000
- /usr/bin/cec-follower
- /usr/bin/rds-ctl
- /usr/lib/udev/rc_keymaps/empty.toml
- /usr/lib/udev/rc_keymaps/beelink_mxiii.toml
- /usr/lib/udev/rc_keymaps/dreambox.toml
2023-11-26 09:27:37 +00:00
Rudi Heitbaum
d7298c7398 systemd: update to 254.6
Release notes:
- https://github.com/systemd/systemd/releases
2023-11-10 09:46:40 +00:00
Matthias Reichl
e66a2437a4 udevil: support custom udevil.conf in /storage/.config
Signed-off-by: Matthias Reichl <hias@horus.com>
2023-11-10 10:23:42 +01:00
Rudi Heitbaum
43771bc277 usbutils: update to 017
change log:
- 23077bf825
2023-10-31 11:06:35 +00:00