R. Ryantm
64725aac06
alsa-utils: 1.2.6 -> 1.2.7
2022-06-25 05:16:00 +00:00
Madoura
8cfcee74b1
zfs: 2.1.4 -> 2.1.5
2022-06-23 15:04:46 -05:00
Klemens Nanni
55fc0010c4
bcc: Split manuals into own output
...
This should avoid manual cache/database rebuilds whenever tools alone
change.
Our bpftrace does the same already.
2022-06-23 20:25:20 +02:00
Will Fancher
7f06c138bf
Merge pull request #176456 from klemensn/nixos-rebuild-synopsis
...
nixos-rebuild: Accept only one argument
2022-06-23 14:22:04 -04:00
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
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
Martin Messer
6614cd8b2b
linuxPackages.ax99100: init at 1.8.0
2022-06-22 14:47:12 +02: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
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
Raymond Gauthier
11af729cd0
tiscamera: 0.13.1 -> 1.0.0
2022-06-18 07:42:37 -04: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
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
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
InternetUnexplorer
089d7e3941
linux_zen: 5.18.1-zen1 -> 5.18.5-zen1
2022-06-16 17:36:57 -07: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]
1b3f8ec8e4
Merge master into staging-next
2022-06-16 18:01:17 +00:00