Commit Graph

19440 Commits

Author SHA1 Message Date
Klemens Nanni
3d54f15c00 bpftrace: Pull tools into PATH
The *.bt(8) tools are meant to be used as standalone scripts,
their synopsis demonstrates this usage.

Especially under NixOS, calling them via their absoloute path
in interactive shells is a huge pain, however.

Symlink them next to bpftrace(8) itself so they end up in `PATH`
but do not move them to avoid breaking existing setups that expect
them under share/tools/.

This goes in line with our bcc as well as Debian's bpftrace package.
2022-06-23 19:42:08 +02:00
Klemens Nanni
7a0549387b nixos-rebuild: Accept only one argument
Multiple arguments make no sense but they are accepted, the last one
winning.

Found editing a previous run from shell history and adding a command
rather than replacing it;  observe in verbose mode:

```
$ nixos-rebuild dry-run -v
building the system configuration...
Building in legacy (non-flake) mode.
No --build-host given, running nix-build locally
$ nix-build <nixpkgs/nixos> -A system -k -I nixpkgs=/home/kn/src/nixpkgs -v --dry-run
...
```

```
$ nixos-rebuild dry-run build -v
building Nix...
$ nix-instantiate <nixpkgs/nixos> --add-root /tmp/nixos-rebuild.jgEYqZ/nix.drv --indirect -A config.nix.package.out -I nixpkgs=/home/kn/src/nixpkgs -v
...
```

nixos-rebuild(8) already bails out on zero arguments, so do the same
when passing a second one.
2022-06-23 21:39:13 +04:00
Bernardo Meurer
dafd60f1a6
Merge pull request #178211 from trofi/update-iproute2
iproute: 5.17.0 -> 5.18.0
2022-06-23 12:15:23 -04:00
Maximilian Bosch
046fcb0f8b
Merge pull request #178709 from Ma27/kernel-updates
Linux kernel updates 2022-06-23
2022-06-23 17:07:32 +02:00
Maximilian Bosch
7ff7153c22
linux_testing_bcachefs: mark as broken
Doesn't build with Linux 5.18, but we have to remove 5.17 now because
it's EOL.
2022-06-23 12:33:56 +02:00
Maximilian Bosch
f0e3e98377
linux_5_17: remove 2022-06-23 11:09:16 +02:00
Maximilian Bosch
1d833f1783
linux/hardened/patches/5.4: 5.4.198-hardened1 -> 5.4.200-hardened1 2022-06-23 01:43:43 +02:00
Maximilian Bosch
80caa72602
linux/hardened/patches/5.18: 5.18.3-hardened1 -> 5.18.6-hardened1 2022-06-23 01:43:31 +02:00
Maximilian Bosch
14ad08aee4
linux/hardened/patches/5.15: 5.15.47-hardened1 -> 5.15.49-hardened1 2022-06-23 01:43:18 +02:00
Maximilian Bosch
500dff12fe
linux/hardened/patches/5.10: 5.10.122-hardened1 -> 5.10.124-hardened1 2022-06-23 01:43:06 +02:00
Maximilian Bosch
d450bf294a
linux/hardened/patches/4.19: 4.19.247-hardened1 -> 4.19.248-hardened1 2022-06-23 01:42:55 +02:00
Maximilian Bosch
0fc1333d75
linux/hardened/patches/4.14: 4.14.283-hardened1 -> 4.14.284-hardened1 2022-06-23 01:42:44 +02:00
Maximilian Bosch
efdcc5f6a8
linux_latest-libre: 18777 -> 18798 2022-06-23 01:42:23 +02:00
Maximilian Bosch
4051ac2d8e
linux: 5.4.198 -> 5.4.200 2022-06-23 01:42:14 +02:00
Maximilian Bosch
a266f7808b
linux: 5.18.4 -> 5.18.6 2022-06-23 01:42:04 +02:00
Maximilian Bosch
ca439ff6a6
linux: 5.15.47 -> 5.15.49 2022-06-23 01:41:52 +02:00
Maximilian Bosch
66e572d984
linux: 5.10.122 -> 5.10.124 2022-06-23 01:41:41 +02:00
Maximilian Bosch
34952774df
linux: 4.9.318 -> 4.9.319 2022-06-23 01:41:30 +02:00
Maximilian Bosch
2341a8672d
linux: 4.19.247 -> 4.19.248 2022-06-23 01:41:22 +02:00
Maximilian Bosch
d7c1e34aa0
linux: 4.14.283 -> 4.14.284 2022-06-23 01:41:12 +02:00
github-actions[bot]
9a2405d657
Merge staging-next into staging 2022-06-22 18:02:10 +00:00
Martin Messer
6614cd8b2b linuxPackages.ax99100: init at 1.8.0 2022-06-22 14:47:12 +02:00
github-actions[bot]
30c9243acc
Merge staging-next into staging 2022-06-22 00:03:15 +00:00
Rick van Schijndel
a1e3a1dfc0
Merge pull request #178256 from misuzu/btf-32bit
linuxPackages: unbreak new kernels on 32-bit platforms
2022-06-21 22:09:41 +02:00
misuzu
b0e0bdb880 Revert "linux_5_15: mark as broken on i686"
This reverts commit 836c6353cc.

Not broken anymore.
2022-06-21 19:05:55 +03:00
misuzu
79e05fb16b linux-kernel: disable BTF on 32-bit platforms on kernels 5.15+
It fails to build with `Failed to parse base BTF 'vmlinux': -22`
2022-06-21 19:05:52 +03:00
github-actions[bot]
8c4cc99917
Merge staging-next into staging 2022-06-20 18:01:47 +00:00
Michele Guerini Rocco
b40f62f3f8
Merge pull request #178282 from lopsided98/wpa-supplicant-ext-password
wpa_supplicant: enable external password file support
2022-06-20 16:44:34 +02:00
Sandro
868710b35d
Merge pull request #178139 from jraygauthier/jrg/tiscamera-1_0
tiscamera: 0.13.1 -> 1.0.0
2022-06-20 15:32:11 +02:00
Ben Wolsieffer
8cbb72ff79 wpa_supplicant: enable external password file support
This allows passwords to be specified in a separate file from the main config.
2022-06-19 18:30:06 -04:00
Michal Sojka
9786d883ac libtraceevent: 1.5.3->1.6.1 2022-06-19 14:42:34 +02:00
Michal Sojka
60c8c66d00 libtracefs: 1.3.1->1.4.1 2022-06-19 14:42:11 +02:00
Vladimír Čunát
c04f36461c
Merge #173114: iptables: 1.8.7 -> 1.8.8 (into staging) 2022-06-19 11:08:48 +02:00
Sergei Trofimovich
98d99554a8 iproute: 5.17.0 -> 5.18.0
changes: https://lore.kernel.org/lkml/20220526165004.69f0dfba@hermes.local/T/
2022-06-19 08:55:48 +01:00
Raymond Gauthier
11af729cd0
tiscamera: 0.13.1 -> 1.0.0 2022-06-18 07:42:37 -04:00
github-actions[bot]
358f18f4c3
Merge staging-next into staging 2022-06-18 07:06:46 +00:00
Michal Sojka
3a9bdc3f3e trace-cmd: 2.9.7 -> 3.0.3 2022-06-18 09:02:41 +02:00
Michal Sojka
8d9773fec4 libtraceevent: 1.5.1 -> 1.5.3
substituteInPlace was probably needed even in the older versions.
Without this, make prints:

    make[1]: /bin/pwd: No such file or directory
2022-06-18 09:02:41 +02:00
Michal Sojka
f630202597 libtracefs: 1.3.0 -> 1.3.1
trace-cmd 3.0 requires libtracefs 1.3.1.
2022-06-18 09:02:41 +02:00
Sergei Trofimovich
5ee88ab21d Merge master into staging-next 2022-06-18 08:00:58 +01:00
Sergei Trofimovich
d1b0daca5f
Merge pull request #177804 from trofi/update-openiscsi
openiscsi: 2.1.4 -> 2.1.7
2022-06-18 06:45:25 +00:00
Sergei Trofimovich
bafa0bd32d
Merge pull request #177807 from trofi/fix-__bitwise__-on-linux-headers
linuxHeaders: backport fix to restore __bitwise__ define
2022-06-18 06:44:38 +00:00
AndersonTorres
8d07ad4db4 tinyalsa: 2.0.0 -> unstable-2022-06-05 2022-06-17 22:34:09 -03:00
AndersonTorres
6e73e6e668 tinyalsa: init at 2.0.0 2022-06-17 22:34:09 -03:00
github-actions[bot]
f40a25207d
Merge staging-next into staging 2022-06-18 00:02:27 +00:00
Sandro
7a2d0c6457
Merge pull request #177773 from AtilaSaraiva/rtw88
linuxPackages.rtw88: 2022-05-08 to 2022-06-03
2022-06-17 22:38:04 +02:00
Sergei Trofimovich
a6037ef47d openiscsi: 2.1.4 -> 2.1.7
changelog: https://github.com/open-iscsi/open-iscsi/blob/master/Changelog
2022-06-17 21:36:31 +01:00
Sandro
d63e9f5c1b
Merge pull request #177951 from InternetUnexplorer/linux_zen-5.18.5-zen1
linux_zen: 5.18.1-zen1 -> 5.18.5-zen1
2022-06-17 21:33:00 +02:00
Shea Levy
07c70dce8a
Merge branch 'system76-io-1.0.2' 2022-06-17 15:02:55 -04:00
Sandro
e5360988bb
Merge pull request #176414 from CajuM/waydroid-up
waydroid: 1.2.0 -> 1.2.1
2022-06-17 20:59:24 +02:00
Shea Levy
bce0ac2d35
linuxPackages.system76-io: 1.0.1 -> 1.0.2 2022-06-17 14:46:32 -04:00
Jan Tojnar
222bf23c35 Merge branch 'master' into staging-next
; Conflicts:
;	pkgs/top-level/python-packages.nix
2022-06-17 20:30:43 +02:00
Thiago Kenji Okada
4cf04594a9
Merge pull request #172660 from NickCao/nvidia-open
nvidia-open: init at 515.43.04
2022-06-17 18:59:32 +01:00
Jan Tojnar
ceba8d7d7c
Merge pull request #177033 from jtojnar/upower
upower: 0.99.17 → 0.99.19
2022-06-17 16:59:35 +02:00
Jan Tojnar
2a1fddab47 upower: Add test dependencies 2022-06-17 15:37:58 +02:00
Maxine Aubrey
518f3eab17
iwd: 1.27 -> 1.28
https://git.kernel.org/pub/scm/network/wireless/iwd.git/tree/ChangeLog?h=1.28
2022-06-17 13:36:59 +02:00
Maxine Aubrey
d276229d7c
ell: 0.50 -> 0.51
https://git.kernel.org/pub/scm/libs/ell/ell.git/tree/ChangeLog?h=0.51
2022-06-17 10:25:01 +02:00
Anderson Torres
e5fe188aba
Merge pull request #177928 from AndersonTorres/new-uclibc-ng
uclibc-ng: 1.0.38 -> 1.0.41
2022-06-17 02:05:28 -03:00
AndersonTorres
949579633d uclibc-ng: 1.0.38 -> 1.0.41
Also
- Add AndersonTorres as maintainer
- Set badPlatforms to aarch64 (because it does not exist on the source tree of
  uclibc-ng
2022-06-17 00:53:42 -03:00
AndersonTorres
e418cc4298 Move uclibc to uclibc-ng
In order to keep coherence between upstream project's name.

Also, aliasing it to the older names uclibc and uclibcCross.
2022-06-17 00:52:39 -03:00
InternetUnexplorer
089d7e3941 linux_zen: 5.18.1-zen1 -> 5.18.5-zen1 2022-06-16 17:36:57 -07:00
github-actions[bot]
46b42d9734
Merge staging-next into staging 2022-06-16 23:27:58 +00:00
github-actions[bot]
ccdd0f7af6
Merge master into staging-next 2022-06-16 23:27:22 +00:00
Maximilian Bosch
2a01e4875e
Merge pull request #177867 from Ma27/kernel-updates
Linux kernel updates 2022-06-16
2022-06-17 00:22:37 +02:00
Sergei Trofimovich
8d64fd7d58
Merge pull request #177829 from azuwis/sketchybar
sketchybar: 2.5.2 -> 2.7.1
2022-06-16 18:11:09 +00:00
github-actions[bot]
8c938c76c8
Merge staging-next into staging 2022-06-16 18:01:58 +00:00
github-actions[bot]
1b3f8ec8e4
Merge master into staging-next 2022-06-16 18:01:17 +00:00
Shea Levy
76a936228a
linuxPackages.system76-io: Fix building on newer kernels.
See https://github.com/pop-os/system76-io-dkms/issues/7
2022-06-16 10:25:24 -04:00
Mihai-Drosi Câju
d1daa6417e waydroid: 1.2.0 -> 1.2.1 2022-06-16 17:19:34 +03:00
github-actions[bot]
ec85a5daac
Merge staging-next into staging 2022-06-16 12:02:44 +00:00
github-actions[bot]
29e7966a7d
Merge master into staging-next 2022-06-16 12:01:50 +00:00
Bobby Rong
8a769d0d8a
Merge pull request #177646 from onny/firejail-cleanup
firejail: Remove unused patches
2022-06-16 19:35:45 +08:00
Maximilian Bosch
fb273f2144
linux/hardened/patches/5.4: 5.4.197-hardened1 -> 5.4.198-hardened1 2022-06-16 12:31:39 +02:00
Maximilian Bosch
96aa98b34e
linux/hardened/patches/5.17: 5.17.14-hardened1 -> 5.17.15-hardened1 2022-06-16 12:31:26 +02:00
Maximilian Bosch
b728110e62
linux/hardened/patches/5.15: 5.15.46-hardened1 -> 5.15.47-hardened1 2022-06-16 12:31:11 +02:00
Maximilian Bosch
638b826560
linux/hardened/patches/5.10: 5.10.121-hardened1 -> 5.10.122-hardened1 2022-06-16 12:30:56 +02:00
Maximilian Bosch
2f5d73c7c8
linux/hardened/patches/4.19: 4.19.246-hardened1 -> 4.19.247-hardened1 2022-06-16 12:30:40 +02:00
Maximilian Bosch
f66c3eec69
linux/hardened/patches/4.14: 4.14.282-hardened1 -> 4.14.283-hardened1 2022-06-16 12:30:27 +02:00
Maximilian Bosch
47f2c949b1
linux: 5.4.197 -> 5.4.198 2022-06-16 12:29:20 +02:00
Maximilian Bosch
c06fe392cf
linux: 5.18.3 -> 5.18.4 2022-06-16 12:28:52 +02:00
Maximilian Bosch
e58ad1f6c8
linux: 5.17.14 -> 5.17.15 2022-06-16 12:28:14 +02:00
Maximilian Bosch
66f0feca14
linux: 5.15.46 -> 5.15.47 2022-06-16 12:27:40 +02:00
Maximilian Bosch
2aabaf7e8a
linux: 5.10.121 -> 5.10.122 2022-06-16 12:27:11 +02:00
Maximilian Bosch
685043bbe9
linux: 4.9.317 -> 4.9.318 2022-06-16 12:26:48 +02:00
Maximilian Bosch
de6b615add
linux: 4.19.246 -> 4.19.247 2022-06-16 12:26:34 +02:00
Maximilian Bosch
783c3d65ef
linux: 4.14.282 -> 4.14.283 2022-06-16 12:26:21 +02:00
Zhong Jianxin
26742b37dc sketchybar: 2.5.2 -> 2.7.1 2022-06-16 15:31:16 +08:00
Sergei Trofimovich
912eb001da linuxHeaders: backport fix to restore __bitwise__ define
Without it openiscsi build fails in staging-next as:

    ../../include/iscsi_proto.h:550:9: error: unknown type name 'itt_t'
       550 |         itt_t    itt;   /* Initiator Task Tag */
           |         ^~~~~
2022-06-15 23:34:12 +01:00
Jamie Quigley
18a60d21ca
xow_dongle-firmware: don't perform unpack & installation in buildPhase 2022-06-15 19:43:56 +01:00
Átila Saraiva
2457c2ab9a linuxPackages.rtw88: 2022-05-08 to 2022-06-03 2022-06-15 11:57:30 -03:00
Jonas Heinrich
cddf5092be firejail: Remove unused patches 2022-06-14 16:31:50 +02:00
troydm
fd30e1de1e rtl8192eu: update at 4.4.1.20220614 2022-06-14 16:29:35 +03:00
github-actions[bot]
179051c702
Merge staging-next into staging 2022-06-14 12:02:11 +00:00
github-actions[bot]
452a7d6c43
Merge master into staging-next 2022-06-14 12:01:32 +00:00
Fabian Affolter
b3f8311eb9
Merge pull request #177548 from fabaff/checksec-bump
checksec: 2.5.0 -> 2.6.0
2022-06-14 08:40:19 +02:00
Fabian Affolter
6ca8a3944f checksec: 2.5.0 -> 2.6.0 2022-06-13 19:18:21 +02:00
github-actions[bot]
fa46b52651
Merge staging-next into staging 2022-06-13 12:02:02 +00:00
github-actions[bot]
153ddcc04c
Merge master into staging-next 2022-06-13 12:01:23 +00:00
X9VoiD
94cb803fab
broadcom_sta: fix build on linux 5.18 (#177243)
Fix build issues when compiling against Linux 5.18
2022-06-13 11:38:18 +02:00
github-actions[bot]
fdcac7b9f2
Merge staging-next into staging 2022-06-12 18:01:52 +00:00
github-actions[bot]
9881bc5fb7
Merge master into staging-next 2022-06-12 18:01:18 +00:00
Maximilian Bosch
6717faa02c
Merge pull request #177216 from amarshall/linux-kernel-updates
Linux kernel updates 2022-06-10
2022-06-12 19:52:57 +02:00
Peter Hoeg
0990595309 rtl8821cu: 2022-03-08 -> 2022-05-07 2022-06-12 21:59:23 +08:00
github-actions[bot]
3945b4136d
Merge staging-next into staging 2022-06-12 12:01:50 +00:00
github-actions[bot]
1f50f0a724
Merge master into staging-next 2022-06-12 12:01:12 +00:00
Michael Weiss
b108b8cc32
Merge pull request #177271 from primeos/fuse3
fuse3: 3.10.5 -> 3.11.0
2022-06-12 12:28:46 +02:00
7c6f434c
78dd40fe02
Merge pull request #177274 from onny/firejail-0970
firejail: 0.9.68 -> 0.9.70
2022-06-12 07:52:53 +00:00
github-actions[bot]
f3de1bfb6d
Merge master into staging-next 2022-06-11 18:01:12 +00:00
deinferno
0ab5366945 linuxPackages.vmware: w16.2.3-k5.17 -> w16.2.3-k5.18 2022-06-11 19:32:43 +05:00
K900
7557718913 linux-firmware: 20220509 -> 20220610 2022-06-11 16:40:51 +03:00
Sandro
1ec895fd1d
Merge pull request #175851 from reckenrode/dxvk-refactor
dxvk: refactor derivation and Darwin support
2022-06-11 15:11:41 +02:00
github-actions[bot]
1ff1108cce
Merge master into staging-next 2022-06-11 12:01:21 +00:00
Jonas Heinrich
03a6fedb12 firejail: 0.9.68 -> 0.9.70 2022-06-11 12:40:31 +02:00
Michael Weiss
8e73fa1587
fuse3: 3.10.5 -> 3.11.0 2022-06-11 11:57:56 +02:00
pennae
1dfc20711a
Merge pull request #176405 from alyssais/kernel-cgit
treewide: update git.kernel.org/cgit homepage URLs
2022-06-11 07:01:58 +00:00
github-actions[bot]
0fff57e90d
Merge master into staging-next 2022-06-11 00:01:54 +00:00
Jan Tojnar
cffe8efc3c
Merge pull request #177220 from maxeaubrey/fwupd_1.8.1
fwupd: 1.8.0 -> 1.8.1
2022-06-11 00:32:50 +02:00
Maxine Aubrey
a58c728d5f
fwupd: 1.8.0 -> 1.8.1
- https://github.com/fwupd/fwupd/releases/tag/1.8.1
2022-06-10 23:56:54 +02:00
Andrew Marshall
5dc09cd84f linux/hardened/patches/5.4: 5.4.196-hardened1 -> 5.4.197-hardened1 2022-06-10 17:22:33 -04:00
Andrew Marshall
a2c6e4372a linux/hardened/patches/5.18: init at 5.18.3-hardened1 2022-06-10 17:22:33 -04:00
Alyssa Ross
690125bd0a
treewide: update git.kernel.org/cgit homepage URLs
These are now redirects, and no longer git clone-able despite looking
like git repo URLs.  I've updated them to the new locations.
2022-06-10 19:46:39 +00:00
Andrew Marshall
f61e9f4a53 linux/hardened/patches/5.17: 5.17.11-hardened1 -> 5.17.14-hardened1 2022-06-10 14:19:23 -04:00
Andrew Marshall
de36193dee linux/hardened/patches/5.15: 5.15.43-hardened1 -> 5.15.46-hardened1 2022-06-10 14:19:21 -04:00
Andrew Marshall
858741e872 linux/hardened/patches/5.10: 5.10.118-hardened1 -> 5.10.121-hardened1 2022-06-10 14:19:18 -04:00
Andrew Marshall
1c31d9666e linux/hardened/patches/4.19: 4.19.245-hardened1 -> 4.19.246-hardened1 2022-06-10 14:19:16 -04:00
Andrew Marshall
67a664c575 linux/hardened/patches/4.14: 4.14.281-hardened1 -> 4.14.282-hardened1 2022-06-10 14:19:14 -04:00
Andrew Marshall
87e0009cd5 linux_latest-libre: 18738 -> 18777 2022-06-10 14:18:50 -04:00
Andrew Marshall
e457a67642 linux-rt_5_10: 5.10.115-rt67 -> 5.10.120-rt70 2022-06-10 14:18:32 -04:00
Andrew Marshall
45a098de80 linux: 5.4.196 -> 5.4.197 2022-06-10 14:18:26 -04:00
Andrew Marshall
260e08a6e6 linux: 5.18 -> 5.18.3 2022-06-10 14:18:25 -04:00
Andrew Marshall
363c71ff3c linux: 5.17.11 -> 5.17.14 2022-06-10 14:18:22 -04:00
Andrew Marshall
19d9866215 linux: 5.15.43 -> 5.15.46 2022-06-10 14:18:20 -04:00
Andrew Marshall
a7757d8a94 linux: 5.10.118 -> 5.10.121 2022-06-10 14:18:18 -04:00
Andrew Marshall
2ac8909c8b linux: 4.9.316 -> 4.9.317 2022-06-10 14:18:16 -04:00
Andrew Marshall
c6c98c48b4 linux: 4.19.245 -> 4.19.246 2022-06-10 14:18:13 -04:00
Andrew Marshall
deaf61dab1 linux: 4.14.281 -> 4.14.282 2022-06-10 14:18:11 -04:00
github-actions[bot]
ef1a40da01
Merge staging-next into staging 2022-06-10 12:02:21 +00:00
K900
d9b980c98e
linux: enable vc4 HDMI-CEC by default (#176762) 2022-06-10 11:20:50 +02:00
Alyssa Ross
18ad5579c4 mmc-utils: clarify license 2022-06-10 08:49:46 +00:00
Alyssa Ross
0d5048765f mmc-utils: enable parallel building
Build tested at -j4.
2022-06-10 08:49:46 +00:00
Alyssa Ross
77d0ed11f6 mmc-utils: don't manually run make
It's better to let this be handled by stdenv.
2022-06-10 08:49:46 +00:00
Alyssa Ross
dc08e07e7c mmc-utils: 2021-05-11 -> unstable-2022-04-26
I did this with unstableGitUpdater, which should help this package
stay up to date in future.
2022-06-10 08:49:46 +00:00
Alyssa Ross
0bbe51030e mmc-utils: fetchgit -> fetchzip
There's no need to download the full git history when a tarball is
available.
2022-06-10 08:49:46 +00:00
Alyssa Ross
134b8fc0d4 mmc-utils: update homepage and src URL
These are also used by Debian.
2022-06-10 08:49:46 +00:00
Sandro
d7bb0c94bf
Merge pull request #176802 from SuperSandro2000/hwdata 2022-06-10 01:45:25 +02:00
Sandro Jäckel
bcf29733e9
hwdata: 0.347 -> 0.360 2022-06-10 01:14:36 +02:00
Dominique Martinet
9f75123e00 libbpf: 0.7.0 -> 0.8.0 2022-06-10 06:38:55 +09:00
Dominique Martinet
d8b840a60f bpftrace: 0.14.1 -> 0.15.0 2022-06-10 06:38:54 +09:00
Izorkin
131fce41a3
iptables: 1.8.7 -> 1.8.8 2022-06-09 21:55:31 +03:00
github-actions[bot]
1a1be0c727
Merge staging-next into staging 2022-06-09 18:01:58 +00:00
Sergei Trofimovich
d07b20daf3
Merge pull request #176389 from trofi/workaround-fno-common-for-darwin.developer_cmds
darwin.developer_cmds: add -fcommon workaround
2022-06-09 17:23:21 +00:00
Sergei Trofimovich
daa44b3509
Merge pull request #176394 from trofi/workaround-fno-common-for-darwin.file_cmds
darwin.file_cmds: add -fcommon workaround
2022-06-09 17:23:01 +00:00
Sergei Trofimovich
f436bf1145
Merge pull request #176351 from trofi/workaround-fno-common-for-darwin.top
darwin.top: add -fcommon workaround
2022-06-09 17:13:11 +00:00
Jan Tojnar
1cc2026421 upower: 0.99.17 → 0.99.19
https://gitlab.freedesktop.org/upower/upower/-/blob/v0.99.19/NEWS
2022-06-09 15:26:29 +02:00
github-actions[bot]
5fedd0596d
Merge staging-next into staging 2022-06-09 00:02:52 +00:00
Stig
942c1d820c
Merge pull request #176907 from stigtsp/firejail-CVE-2022-31214
firejail: patches for CVE-2022-31214
2022-06-09 00:20:12 +02:00
ajs124
47719e6aa8
Merge pull request #175601 from helsinki-systems/upd/nftables
nftables: 1.0.2 -> 1.0.4
2022-06-08 22:24:34 +02:00
Martin Weinelt
6451e9d4a5 Merge remote-tracking branch 'origin/staging-next' into staging 2022-06-08 22:22:26 +02:00
Stig Palmquist
b31db15de0 firejail: patches for CVE-2022-31214
https://seclists.org/oss-sec/2022/q2/188
2022-06-08 16:09:08 +02:00
Sergei Trofimovich
70839a8f13
Merge pull request #176393 from trofi/workaround-fno-common-for-darwin.dtrace
darwin.dtrace: add -fcommon workaround
2022-06-07 21:16:11 +00:00
Sergei Trofimovich
bde43b987a
Merge pull request #176199 from trofi/fix-fno-common-for-linuxPackages_hardkernel_latest.usbip
linuxPackages_hardkernel_latest.usbip: pull upstream fix for -fno-com…
2022-06-07 21:07:39 +00:00
ajs124
7226082e1a nftables: 1.0.2 -> 1.0.4 2022-06-07 19:44:28 +02:00
Randy Eckenrode
22d787323b
moltenvk: use functional form of mkDerivation
This allows MoltenVK to be overriden with pinned dependencies.
2022-06-07 10:06:31 -04:00
Randy Eckenrode
54d3d61b0c
moltenvk: remove DXVK compatibility patches 2022-06-07 10:06:31 -04:00
github-actions[bot]
cd071cbd1a
Merge staging-next into staging 2022-06-07 00:02:34 +00:00
Rick van Schijndel
3037752d1d
Merge pull request #175961 from helsinki-systems/rem/broken
remove some packages marked broken for over 1.5 years
2022-06-06 20:44:39 +02:00
github-actions[bot]
7842b6ba40
Merge staging-next into staging 2022-06-06 12:02:11 +00:00
Lassulus
a43da8cc8b
Merge pull request #174108 from alyssais/rtl8814au-2022-05-23
linuxPackages.rtl8814au: unstable-2022-02-21 -> unstable-2022-05-23
2022-06-06 09:28:13 +02:00
github-actions[bot]
f993ea659b
Merge staging-next into staging 2022-06-06 06:01:48 +00:00
Anderson Torres
ee71409eb4
Merge pull request #176459 from trofi/fix-fno-common-for-trinity
trinity: pull upstream fix for -fno-common toolchains
2022-06-05 21:26:53 -03:00
Anderson Torres
ab862d7e57
Merge pull request #176455 from trofi/workaround-fno-common-for-roccat-tools
roccat-tools: add -fcommon workaround
2022-06-05 21:25:19 -03:00
github-actions[bot]
c7b66f5659
Merge staging-next into staging 2022-06-06 00:05:10 +00:00
Sergei Trofimovich
417ae79c26 trinity: pull upstream fix for -fno-common toolchains
Without the change build fail on upstream gcc-10 as:

    ld: trinity.o:include/logfile.h:8: multiple definition of
       `mainlogfile'; child.o:include/logfile.h:8: first defined here
2022-06-05 20:48:56 +01:00
Sergei Trofimovich
0758a0fa27 roccat-tools: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: ryos_talk.c.o:(.bss+0x0): multiple definition of `RyosWriteCheckWait';
      ryos_custom_lights.c.o:(.bss+0x0): first defined here
2022-06-05 20:32:05 +01:00
Phillip Cloud
58b3f66931
linuxKernels.kernels.linux_xanmod: don't set -Werror by default
Co-authored-by: fortune <lythe1107@gmail.com>
2022-06-05 11:44:47 -05:00
Phillip Cloud
83171a1dba
linuxKernels.kernels.linux_xanmod: apply patch from review 2022-06-05 11:36:21 -05:00
Phillip Cloud
d688ec7d80
linuxKernels.kernels.linux_xanmod: import helpers
Co-authored-by: fortune <lythe1107@gmail.com>
2022-06-05 11:06:52 -05:00
Dmitry Kalinkin
5906c4f6fb
Merge pull request #173152 from veprbl/pr/bsdmake_fix
darwin.bsdmake: fix for systems with non-standard RLIMIT_NOFILE
2022-06-05 12:03:40 -04:00
Phillip Cloud
ecaaba491d
linuxKernels.kernels.linux_xanmod: adjust config for 5.18 2022-06-05 10:49:00 -05:00
Phillip Cloud
61b37a0a20
linuxKernel.kernels.linux_xanmod_latest: 5.17.8 -> 5.18.1 2022-06-05 10:48:59 -05:00
Phillip Cloud
3fd61ac55e
linuxKernels.kernels.linux_xanmod: 5.15.40 -> 5.15.43 2022-06-05 10:48:58 -05:00
Sergei Trofimovich
7d6048d0ad darwin.file_cmds: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
clang-11. Otherwise build fails as:

    duplicate symbol '_chdname' in: ar_io.o tty_subs.o
2022-06-05 14:03:44 +01:00
Sergei Trofimovich
d3805f8df5 darwin.dtrace: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
clang-11. Otherwise build fails as:

    duplicate symbol '_kCSRegionMachHeaderName' in: libproc.o dt_module_apple.o
2022-06-05 13:53:22 +01:00
Sergei Trofimovich
2923e72443 darwin.developer_cmds: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
clang-11. Otherwise build fails as:

    duplicate symbol '_btype_2' in:args.o pr_comment.o
2022-06-05 13:40:50 +01:00
Sergei Trofimovich
6868bb9ceb darwin.top: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
clang-11. Otherwise build fails as:

    duplicate symbol '_tsamp' in: main.o top.o
2022-06-05 10:11:41 +01:00
github-actions[bot]
175aa4e46f
Merge staging-next into staging 2022-06-05 00:03:03 +00:00
Sandro
f1a4995652
Merge pull request #175507 from andresilva/virtualbox-6.1.34
virtualbox: 6.1.30 -> 6.1.34
2022-06-04 20:11:36 +02:00
github-actions[bot]
5934fd9ec8
Merge staging-next into staging 2022-06-04 18:01:47 +00:00
Sergei Trofimovich
36baf1559e
Merge pull request #176194 from InternetUnexplorer/linux_zen-5.18.1-zen1
linux_zen: 5.18.0-zen1 -> 5.18.1-zen1, disable WERROR
2022-06-04 15:18:26 +00:00
Sergei Trofimovich
473bca4bd2 linuxPackages_hardkernel_latest.usbip: pull upstream fix for -fno-common toolchains
Without the change builds fails on upstream -gcc-10 as:

    ld: tools/usb/usbip/libsrc/vhci_driver.c:18: multiple definition of
      `udev_context'; tools/usb/usbip/libsrc/usbip_host_common.c:38: first defined here
2022-06-04 08:11:56 +01:00
InternetUnexplorer
c240539dba linux_zen: 5.18.0-zen1 -> 5.18.1-zen1
This also disables WERROR, which is necessary until #175433 reaches
master (which disables it for all kernels).
2022-06-03 01:10:18 -07:00
github-actions[bot]
c3c349a83b
Merge staging-next into staging 2022-06-03 06:02:00 +00:00
Sergei Trofimovich
12f7c173e3
Merge pull request #175183 from trofi/fix-fno-common-for-pommed_light
pommed_light: pull fix pending upstream inclusion for -fno-common too…
2022-06-03 05:56:22 +00:00
Sergei Trofimovich
eb3ce282cb
Merge pull request #175159 from trofi/fix-fno-common-for-pflask
pflask: pull fix pending upstream inclusion for -fno-common support
2022-06-03 05:55:38 +00:00
Nick Cao
94f5bd2051
nvidia_x11: init opensource kernel driver 2022-06-03 10:50:33 +08:00
Nick Cao
f1142c5a20
nvidia_x11: vulkan_beta: mark as broken on linux 5.17 2022-06-03 10:48:23 +08:00
github-actions[bot]
df82849d12
Merge staging-next into staging 2022-06-02 18:01:51 +00:00
Thiago Kenji Okada
059530fbdb
Merge pull request #173859 from Kiskae/patch-3
nvidia_x11: 390.147 → 390.151, 470.103.01 → 470.129.06, 510.68.02 → 515.48.07
2022-06-02 18:14:19 +01:00
ajs124
b6650a4438 udisks1: remove after being marked broken for over 18 months
It was marked in commit 404c2e5b24 by Joachim Fasting on 2019-06-10 (commited on 2019-06-10)
2022-06-02 18:03:53 +02:00
Sergei Trofimovich
2ff678ec1e
Merge pull request #174187 from trofi/update-linux-headers
linuxHeaders: 5.17 -> 5.18
2022-06-02 08:52:23 +00:00
Sergei Trofimovich
1bd8058f66
Merge pull request #175433 from trofi/linux-disable-Werror
linux: disable WERROR by default
2022-06-02 07:34:37 +00:00
github-actions[bot]
af1764d5c5
Merge master into staging-next 2022-06-01 18:01:14 +00:00
Sandro
ba4c03124f
Merge pull request #174956 from MatthiasBenaets/new-lg4ff
new-lg4ff: init at 0.3.3
2022-06-01 16:42:55 +02:00
MatthiasBenaets
8dcba104aa new-lg4ff: init at 0.3.3 2022-06-01 14:31:52 +02:00
Kiskae
51c38fa317 nvidia_x11: 390.147 → 390.151, 470.103.01 → 470.129.06, 510.68.02 → 515.48.07, beta → 515.43.04 2022-06-01 12:16:45 +02:00
github-actions[bot]
5f0d8b3c3d
Merge master into staging-next 2022-06-01 06:05:20 +00:00
FedX
2f18afa90c
system76 firmware: 1.0.31 -> 1.0.39 (#175640) 2022-06-01 02:05:27 +02:00
github-actions[bot]
d8ae99a0c9
Merge master into staging-next 2022-06-01 00:02:36 +00:00
Sandro
888cfd1308
Merge pull request #174104 from alyssais/openrazer-3.3.0
openrazer-daemon,linuxPackages.openrazer,python3.pkgs.openrazer: 3.1.0 -> 3.3.0
2022-06-01 01:35:38 +02:00
Sandro
e2fbcd7dbc
Merge pull request #175651 from babbaj/fix-kvmfr
linuxPackages.kvmfr: fix for linux 5.18
2022-06-01 01:15:17 +02:00
Babbaj
0835ac53cf
linuxPackages.kvmfr: fix for linux 5.18 2022-05-31 17:53:46 -04:00
github-actions[bot]
d6ede66f6a
Merge master into staging-next 2022-05-31 18:01:11 +00:00
Sandro
0950dcd37b
Merge pull request #174261 from LumiGuide/lumi-team
picoscope, openrazer, it87, esptool: move maintainership to new LumiGuide team
2022-05-31 15:40:04 +02:00
github-actions[bot]
c451d8d636
Merge master into staging-next 2022-05-31 12:01:21 +00:00
Alyssa Ross
5db40e768d dpdk-kmods.src: use HTTPS URL 2022-05-31 10:09:05 +00:00
André Silva
9c8132494f
virtualbox: 6.1.30 -> 6.1.34 2022-05-30 19:32:49 +01:00
github-actions[bot]
8d36a138eb
Merge master into staging-next 2022-05-30 18:01:09 +00:00
Janne Heß
bfc5086ae9
Merge pull request #173671 from Mindavi/treewide/broken-zhf
treewide: start marking packages broken
2022-05-30 14:10:43 +02:00
github-actions[bot]
76b451751c
Merge master into staging-next 2022-05-30 12:01:31 +00:00
Rick van Schijndel
010f6ee30d
treewide: mark broken for darwin 2022-05-30 13:42:58 +02:00
Jörg Thalheim
e728ad8edf
Merge pull request #174654 from klemensn/bpftrace-bcc-man-conflict
bpftrace: Avoid manual page conflicts with bcc
2022-05-30 12:33:58 +01:00
Klemens Nanni
1a20dbc086 bpftrace: Rename *.8 to *.bt.8 to avoid bcc conflicts
bpftrace ships *.bt replacement scripts for the original bcc programs
but still installs their manual pages as *.8 rather than *.bt.8 which
conflicts with the original manual pages.

Rename them to recover the original manuals and avoid conflict spam:
```
building '/nix/store/jspx13hyfi2m9vlnbj5iywk6rxpxp7y0-system-path.drv'...
warning: collision between `/nix/store/dv7x07rmd2m7596f38kl9d5bnv545qz7-bpftrace-0.14.1-man/share/man/man8/biolatency.8.gz' and `/nix/store/lw1kw7077wk3j6cnvjrm904rs2w7785p-bcc-0.24.0/share/man/man8/biolatency.8.gz'
[... 28 more duplicate manuals ...]
```
2022-05-30 11:39:15 +02:00
Sergei Trofimovich
fea73bfd63 linux: disable WERROR by default
gcc update frequently breaks most recent kernel releases due to blanket -Werror
flag. Let's avoid -Werror in a default build to ease kernel and gcc maintenance.
2022-05-30 07:22:49 +01:00
github-actions[bot]
bde8bf2c6b
Merge master into staging-next 2022-05-30 06:01:24 +00:00
AndersonTorres
64ad6ef2fe syslinux: refactor 2022-05-29 20:50:37 -03:00
github-actions[bot]
1767ba1baa
Merge master into staging-next 2022-05-29 18:01:10 +00:00
7c6f434c
093bf95532
Merge pull request #175180 from fabaff/atop-bump
atop: 2.6.0 -> 2.7.1
2022-05-29 16:50:33 +00:00
Sergei Trofimovich
c9a2833a57 syslinux: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: acpi/xsdt.o:/build/syslinux-b404870/com32/gpllib/../gplinclude/memory.h:40: multiple definition of
      `e820_types'; memory.o:/build/syslinux-b404870/com32/gpllib/../gplinclude/memory.h:40: first defined here
2022-05-29 08:28:19 +01:00
Sergei Trofimovich
264e99b951 pommed_light: pull fix pending upstream inclusion for -fno-common toolchains
Without the change builds fails on upstream gcc-10 as:

    ld: mactel/nv8600mgt_backlight.o:/build/pommed-light/pommed/mactel/nv8600mgt_backlight.c:50: multiple definition of
      `lcd_bck_info'; sysfs_backlight.o:/build/pommed-light/pommed/sysfs_backlight.c:124: first defined here
2022-05-28 20:40:40 +01:00
Fabian Affolter
457d492c95 atop: 2.6.0 -> 2.7.1 2022-05-28 21:27:24 +02:00
github-actions[bot]
c9a4937f2b
Merge master into staging-next 2022-05-28 18:01:08 +00:00
Sergei Trofimovich
7327069ecc pflask: pull fix pending upstream inclusion for -fno-common support
Without the change build fails on upstream gcc-10 as:

    ld: src/util.c.1.o:/build/pflask/build/../src/printf.h:42: multiple definition of
      `use_syslog'; src/cgroup.c.1.o:/build/pflask/build/../src/printf.h:42: first defined here
2022-05-28 17:23:12 +01:00
Gabriel Ebner
ddf273588e linuxPackages.digimend: unstable-2019-06-18 -> 10 2022-05-28 16:47:39 +02:00
Sergei Trofimovich
4d80d6be86 linuxHeaders: 5.17 -> 5.18 2022-05-28 10:37:16 +01:00
7c6f434c
3542241a55
Merge pull request #174183 from helsinki-systems/upd/lvm2
lvm2: 2.03.15 -> 2.03.16
2022-05-28 07:25:47 +00:00
github-actions[bot]
ff43d848bf
Merge staging-next into staging 2022-05-27 18:01:52 +00:00
Sandro
3aa3f5ea37
Merge pull request #174577 from andrevmatos/linux/zen
linux_zen: 5.17.7-zen1 -> 5.18.0-zen1
2022-05-27 19:25:34 +02:00
Sandro
820e0844eb
Merge pull request #174733 from klemensn/sysstat-fix-manual-pages
sysstat: Do not compress manual pages with xz(1)
2022-05-27 19:10:48 +02:00
Aaron Jheng
41098225dd
cshatag: 2019-12-03 -> 2.0 (#174927)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-05-27 18:33:20 +02:00
Artturi
60a0871486
Merge pull request #172391 from Artturin/deprecate-stdenv-glibc 2022-05-27 17:56:19 +03:00
Rick van Schijndel
6c5ca66f8b
Merge pull request #174680 from Mic92/nix-ld
nix-ld: disable build on non-linux platforms
2022-05-27 15:51:50 +02:00
Artturin
c1fffdfffb treewide: change some glibc to stdenv.cc.libc 2022-05-27 05:57:43 +03:00
github-actions[bot]
7c4e7c3159
Merge staging-next into staging 2022-05-27 00:03:07 +00:00
Maximilian Bosch
75f4c62775
linux/hardened/patches/5.4: 5.4.195-hardened1 -> 5.4.196-hardened1 2022-05-26 17:20:50 +02:00
Maximilian Bosch
ec4b2a871d
linux/hardened/patches/5.17: 5.17.9-hardened1 -> 5.17.11-hardened1 2022-05-26 17:20:39 +02:00
Maximilian Bosch
e97b03a780
linux/hardened/patches/5.15: 5.15.41-hardened1 -> 5.15.43-hardened1 2022-05-26 17:20:27 +02:00
Maximilian Bosch
d8d0dd929e
linux/hardened/patches/5.10: 5.10.117-hardened1 -> 5.10.118-hardened1 2022-05-26 17:20:14 +02:00
Maximilian Bosch
63192641bb
linux/hardened/patches/4.19: 4.19.244-hardened1 -> 4.19.245-hardened1 2022-05-26 17:20:03 +02:00
Maximilian Bosch
08daee172e
linux/hardened/patches/4.14: 4.14.280-hardened1 -> 4.14.281-hardened1 2022-05-26 17:19:52 +02:00
Maximilian Bosch
d505557a29
linux: 5.4.195 -> 5.4.196 2022-05-26 17:18:45 +02:00
Maximilian Bosch
c57d757e1b
linux: 5.17.9 -> 5.17.11 2022-05-26 17:18:35 +02:00
Maximilian Bosch
bc0db57d53
linux: 5.15.41 -> 5.15.43 2022-05-26 17:18:23 +02:00
Maximilian Bosch
ec5629f3f2
linux: 5.10.117 -> 5.10.118 2022-05-26 17:18:12 +02:00
Maximilian Bosch
110b58f77e
linux: 4.9.315 -> 4.9.316 2022-05-26 17:18:01 +02:00
Maximilian Bosch
b5c4a60bbe
linux: 4.19.244 -> 4.19.245 2022-05-26 17:17:51 +02:00
Maximilian Bosch
f2e1f34e4c
linux: 4.14.280 -> 4.14.281 2022-05-26 17:17:42 +02:00
Klemens Nanni
3af642c13a sysstat: Do not compress manual pages with xz(1)
sysstat compresses manual pages using the `ZIP` environment variable
unless `COMPRESS_MANPG` is set.

`ZIP` seems to default to xz(1) and is for more than just compressing
manuals.

At least with `documentation.man.mandoc.enable = true;` this renders
them unreadable:
```
$ man -w mpstat
man: outdated mandoc.db lacks mpstat(1) entry, run makewhatis /nix/store/lk0r6ibvkrvaq96gp8h4rqgrd2q0c8q5-system-path/share/man
/nix/store/lk0r6ibvkrvaq96gp8h4rqgrd2q0c8q5-system-path/share/man/man1/mpstat.1.xz

```
(followed by `PAGER` showing compressed mpstat.1.xz content.)

Disable manual page compression during build and thus defer it to Nix:
```
gzipping man pages under /nix/store/wl2dwl1lhs9g5w2d5dhr0pcskp78nz42-sysstat-12.4.5/share/man/
```

This also avoids potential runtime incompatibilites in sysstat
(I am not a `services.systat` user).
2022-05-26 15:46:37 +02:00
github-actions[bot]
d8aac1a80f
Merge staging-next into staging 2022-05-26 12:01:59 +00:00
sternenseemann
8b5e372c97
Merge pull request #168113 from a-m-joseph/ispowerpc-becomes-ispower32
lib/systems/inspect.nix: replace isPowerPC with isPower32BigEndian
2022-05-26 11:44:39 +02:00
Jörg Thalheim
fcb339e294
nix-ld: disable build on non-linux platforms 2022-05-26 08:07:30 +02:00
github-actions[bot]
7473d05c8d
Merge staging-next into staging 2022-05-26 06:01:48 +00:00
Maciej Krüger
41e3072c81
Merge pull request #147232 from mkg20001/zen-tweaks 2022-05-26 06:44:54 +02:00
github-actions[bot]
f82caaee74
Merge staging-next into staging 2022-05-26 00:02:58 +00:00
André Vitor de Lima Matos
208fd4f173
linuxKernel.kernels.linux_zen: 5.17.7-zen1 -> 5.18.0-zen1 2022-05-25 17:57:19 -03:00
André Vitor de Lima Matos
3c4e372c3f kernel/update-zen.sh: add support to .0 patch versions 2022-05-25 17:57:17 -03:00
Sandro
882fc91780
Merge pull request #174091 from alyssais/linux-5.18 2022-05-25 22:55:58 +02:00
Átila Saraiva Quintela Soares
8fe16d153a
linuxPackages.rtw88: 2021-04-19 to 2022-05-08, removed broken mark. (#174222)
* linuxPackages.rtw88: 2021-04-19 to 2022-05-08

added myself to the maintainers

* linuxPackages.rtw88: removing upper version limit for the broken mark
2022-05-25 22:20:35 +02:00
Ben Siraphob
b20b6fa0d8
Merge pull request #172962 from Artturin/defaultparallelnorebuild 2022-05-25 12:25:34 -07:00
github-actions[bot]
ab6c34c083
Merge staging-next into staging 2022-05-25 18:01:56 +00:00
Artturin
1d44ac176c treewide: add enableParallelBuilding's to bootstrap packages so hashes stay the same
when enableParallelBuildingByDefault is enabled

verified with
`nix-diff $(nix eval ".#gcc-unwrapped.drvPath") $(nix eval --expr 'with import ./. { config = { enableParallelBuildingByDefault = true; }; }; gcc-unwrapped.drvPath' --impure)`
2022-05-25 16:03:14 +03:00
Artturin
0c4d65b21e treewide: stdenv.glibc -> glibc 2022-05-25 15:51:20 +03:00
Alyssa Ross
2b22a409c3 linuxPackages.netatop: fix build with Linux 5.18
With 5.18, implicit fallthrough is an error, and netatop hasn't caught
up yet.
2022-05-25 12:34:07 +00:00
Alyssa Ross
d28b794ef0 linuxPackages.pktgen: 21.11.0 -> 22.04.1
21.11.0 didn't build with our version of DPDK.
2022-05-25 12:33:42 +00:00
Alyssa Ross
3aa1b44629 linuxPackages.vmware: mark broken on Linux 5.18 2022-05-25 12:29:13 +00:00
Alyssa Ross
bd1aebae22 linuxPackages.virtualbox: mark broken on Linux 5.18 2022-05-25 12:29:13 +00:00
Alyssa Ross
3557c0f450 linuxPackages.rtl88xxau-aircrack: mark broken on Linux 5.18 2022-05-25 12:29:13 +00:00
Alyssa Ross
651ee5ecf5 linuxPackages.rtl8821ce: mark broken on Linux 5.18 2022-05-25 12:29:13 +00:00
Alyssa Ross
b3f626f6a0 linuxPackages.rtl8192eu: mark broken on Linux 5.18 2022-05-25 12:29:13 +00:00
Alyssa Ross
d156a9eca3 linuxPackages.nvidiabl: mark broken on Linux 5.18 2022-05-25 12:29:13 +00:00
Alyssa Ross
5b5c1f8cd1 linuxPackages.lttng-modules: mark broken on Linux 5.18 2022-05-25 12:29:13 +00:00
Alyssa Ross
93212d08c7 linuxPackages.kvmfr: mark broken on Linux 5.18 2022-05-25 12:29:13 +00:00
Alyssa Ross
d4ee5c6571 linuxPackages.kvdo: mark broken on Linux 5.17+ 2022-05-25 12:29:13 +00:00
Alyssa Ross
791ef2e3eb linuxPackages.intel-speed-select: mark broken on Linux 5.18 2022-05-25 12:29:13 +00:00
Alyssa Ross
5bf6048f37 linuxPackages.facetimehd: mark broken on Linux 5.18 2022-05-25 12:29:13 +00:00
Alyssa Ross
9aa6f61df9 linuxPackages.dpdk: mark broken on Linux 5.18 2022-05-25 12:29:13 +00:00
Alyssa Ross
fefb777b38 linuxPackages.dpdk-kmods: mark broken on Linux 5.18 2022-05-25 12:29:13 +00:00
Alyssa Ross
515938fed6 linuxPackages.dddvb: mark broken on Linux 5.18 2022-05-25 12:29:13 +00:00
Alyssa Ross
fe564f56b4 linuxPackages.bbswitch: mark broken on Linux 5.18 2022-05-25 12:29:13 +00:00
Alyssa Ross
3bd018e6b0 linuxPackages.akvcam: mark broken on Linux 5.18 2022-05-25 12:29:13 +00: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
Adam Joseph
c0085404bd lib/systems/inspect.nix: remove isPowerPC
Very confusingly, the `isPowerPC` predicate in
`lib/systems/inspect.nix` does *not* match `powerpc64le`!

This is because `isPowerPC` is defined as

  isPowerPC      = { cpu = cpuTypes.powerpc; };

Where `cpuTypes.powerpc` is:

  { bits = 32; significantByte = bigEndian; family = "power"; };

This means that the `isPowerPC` predicate actually only matches the
subset of machines marketed under this name which happen to be 32-bit
and running in big-endian mode which is equivalent to:

  with stdenv.hostPlatform; isPower && isBigEndian && is32bit

This seems like a sharp edge that people could easily cut themselves
on.  In fact, that has already happened: in
`linux/kernel/common-config.nix` there is a test which will always
fail:

  (stdenv.hostPlatform.isPowerPC && stdenv.hostPlatform.is64bit)

A more subtle case of the strict isPowerPC being used instead of the
moreg general isPower accidentally are the GHC expressions:

  Update pkgs/development/compilers/ghc/8.10.7.nix
  Update pkgs/development/compilers/ghc/8.8.4.nix
  Update pkgs/development/compilers/ghc/9.2.2.nix
  Update pkgs/development/compilers/ghc/9.0.2.nix
  Update pkgs/development/compilers/ghc/head.nix

Since the remaining legitimate use sites of isPowerPC are so few, remove
the isPowerPC predicate completely. The alternative expression above is
noted in the release notes as an alternative.

Co-authored-by: sternenseemann <sternenseemann@systemli.org>
2022-05-25 09:45:42 +02:00
github-actions[bot]
59d64381a5
Merge staging-next into staging 2022-05-25 00:04:08 +00:00
Sandro
824ad4fe30
Merge pull request #173970 from trofi/workaround-fno-common-for-lockdep
lockdep: add -fcommon workaround
2022-05-25 00:43:43 +02:00
Sandro
665d95caad
Merge pull request #174111 from alyssais/nvidiabl-homepage 2022-05-24 21:00:29 +02:00
github-actions[bot]
6935cd110f
Merge staging-next into staging 2022-05-24 18:02:00 +00:00
Sandro
c7cd9d20c4
Merge pull request #173806 from SuperSandro2000/systeroid 2022-05-24 14:45:50 +02:00
Yorick van Pelt
0924b1863c
picoscope, openrazer, it87, esptool: move maintainership to LumiGuide
I no longer work there, but I inherited a few package maintainerships.
2022-05-24 12:16:25 +02:00
github-actions[bot]
2e043cf685
Merge staging-next into staging 2022-05-24 06:01:54 +00:00
Ben Siraphob
eba6de24c1
Merge pull request #169379 from reckenrode/vulkan-tools-darwin 2022-05-23 21:34:22 -07:00