Commit graph

6 commits

Author SHA1 Message Date
nia
d75334de07 sysutils: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
2021-10-26 11:19:17 +00:00
nia
67e36f8dd3 sysutils: Remove SHA1 hashes for distfiles 2021-10-07 14:57:31 +00:00
tnn
6d90fd9d92 fix :M 2021-04-05 10:20:47 +00:00
tnn
392d4ab96f intel-backlight: don't set SETUID_ROOT_PERMS when UNPRIVILEGED
Requested by nia@.
In unprivileged installations the binary becomes setuid to the
unprivileged user so it doesn't work even when ran as root via sudo,
due to privilege dropping upon execution.

XXX: Arguably this fix is wrong. It doesn't make sense to me that pkgsrc
infrastructure uses mode 4511 in SETUID_ROOT_PERMS when UNPRIVILEGED.
2021-04-05 10:18:36 +00:00
tnn
98235d778f intel-backlight: Use SETUID_ROOT_PERMS so normal user can set backlight
This is the recommended way to install the program and is also the default
behaviour in FreeBSD ports. Bump PKGREVISION.
2021-04-04 10:52:40 +00:00
nia
819b58bcdf sysutils: Add intel-backlight
This package contains the intel_backlight program from intel-gpu-tools,
which allows controlling the backlight level on certain Intel(R) GPUs,
including i915.

Since it performs direct PCI access, it must be run as root.
2020-12-10 06:13:14 +00:00