Commit Graph

8 Commits

Author SHA1 Message Date
Weijia Wang
80ec877acf
vendor-reset: unstable-2021-02-16 -> unstable-2024-04-16 (#305306) 2024-11-03 02:54:39 +01:00
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
Manuel Frischknecht
e608384d53 vendor-reset: unstable-2021-02-16 -> unstable-2024-04-16
The `vendor-reset` Linux kernel module stopped building as of kernel
versions 6.8.1 because `strlcopy` has been removed. An upstream patch
fixed this by replacing the only callsite with `strscpy` [^1].

As the patch has already been merged into `master`, I updated the
nix package to the latest trunk commit and labeled the version
as `unstable-2024-04-16`.

Since the only patch specified in the package has already been
merged in late 2022 [^2], we can remove that one as well.

[^1]: https://github.com/gnif/vendor-reset/pull/79
[^2]: https://github.com/gnif/vendor-reset/pull/58
2024-04-19 15:01:19 +02:00
ajs124
95d1c56385 maintainers: remove wedens
no github account linked
2022-06-29 00:55:00 +02:00
Alyssa Ross
7519523f83 linuxPackages.vendor-reset: enable parallel building
Tested at -j48.
2022-05-25 12:21:05 +00:00
Alyssa Ross
b36ba49e88 linuxPackages.vendor-reset: patch for Linux 5.18 2022-05-25 12:21:05 +00:00
Felix Buehler
b5e0221e44 treewide: use pname&version instead of name 2021-12-24 15:51:27 +01:00
wedens
0968946551 vendor-reset: init at unstable-2021-02-16 2021-04-06 10:49:58 +07:00