Commit Graph

20070 Commits

Author SHA1 Message Date
superherointj
b01f02f96c
Merge pull request #186834 from Kiskae/nvidia-branches
nvidia_x11: reorganize latest versions
2022-08-18 07:22:44 -03:00
K900
b42e50fe36
Merge pull request #187138 from K900/kernels-20220817
Kernels for 2022-08-17
2022-08-18 13:08:19 +03:00
K900
4789b92366 linux/hardened/patches/5.4: 5.4.208-hardened1 -> 5.4.210-hardened1 2022-08-18 13:07:06 +03:00
K900
7413d509cd linux: 5.19.1 -> 5.19.2 2022-08-18 13:07:06 +03:00
K900
636c6b3fad linux: 5.18.17 -> 5.18.18 2022-08-18 13:07:06 +03:00
K900
7aeb316e7e linux: 5.15.60 -> 5.15.61 2022-08-18 13:07:06 +03:00
github-actions[bot]
d35b2c4eeb
Merge staging-next into staging 2022-08-18 06:02:03 +00:00
github-actions[bot]
4ad33a5c7c
Merge master into staging-next 2022-08-18 06:01:24 +00:00
Sergei Trofimovich
1c66729c00 pax-utils: fix cross-compilation (missing native C compiler)
Without the change cross-compilation fails as:

    $ nix build -f. pkgsCross.ppc64.pax-utils -L
    ...
    meson.build:149:2: ERROR: Tried to access compiler for language "c", not specified for build machine.
2022-08-18 06:31:45 +01:00
Nick Cao
f9047f4745
linux_xanmod: remove unused kernel configs 2022-08-18 06:53:26 +08:00
Nick Cao
356f21b2e0
linux_xanmod: only apply fix for removed options on tt variant 2022-08-18 06:53:22 +08:00
ajs124
d761390cd0 sgx/sdk/ipp-crypto: pin to openssl_1_1 2022-08-17 20:16:46 +02:00
github-actions[bot]
7b5c82c518
Merge master into staging-next 2022-08-17 18:01:22 +00:00
Darwin Corn
96021cfb71 spacebar: 1.2.1 -> 1.4.0 2022-08-17 12:11:29 -04:00
Yurii Matsiuk
bf44c7ec3e
bluez: 5.64 -> 5.65 2022-08-17 17:54:55 +02:00
Kiskae
45e6c607d6 nvidia_x11: add conditional overrides
nvidia_x11_open: unbreak 5.19

common kernel code is shared, if the closed build is broken, so is the open one.

nvidia_x11_production: add alias, sort names

nvidia_x11: reintroduce stable as a pure alias

nvidia_x11: don't use alias in override
2022-08-17 15:49:51 +02:00
Winter
23218d872e
linux-hardened: specify system when calling nix-instantiate in update script
This allows the script to run on non-Linux systems.
2022-08-17 14:24:34 +02:00
R. Ryantm
1cbb508b8b intel-compute-runtime: 22.31.23852 -> 22.32.23937 2022-08-17 11:36:18 +00:00
R. Ryantm
807b54680a intel-cmt-cat: 4.4.0 -> 4.4.1 2022-08-17 11:32:28 +00:00
github-actions[bot]
af42060d61
Merge master into staging-next 2022-08-17 06:01:47 +00:00
Franz Pletz
2fd64ee912
Merge pull request #186333 from alyssais/firmware-stdenvNoCC
treewide: firmware: stdenv -> stdenvNoCC
2022-08-17 06:47:51 +02:00
github-actions[bot]
374e3bcf33
Merge master into staging-next 2022-08-16 23:58:48 +00:00
Sandro
7c81b36279
Merge pull request #186988 from lovesegfault/kernel-updates
linuxKernel.kernels: updates
2022-08-17 01:05:27 +02:00
ajs124
356ea489af nfs-utils: 2.5.1 -> 2.6.2 2022-08-17 00:59:48 +02:00
R. Ryantm
5ee8b7f46b sysvinit: 3.01 -> 3.04 2022-08-16 22:53:23 +00:00
Sandro
6085a7ceee
Merge pull request #183994 from fortuneteller2k/xanmod 2022-08-16 23:08:12 +02:00
Winter
3b873dc867
linux-hardened: use default python3 version in update script 2022-08-16 23:07:09 +02:00
Maximilian Bosch
9e8ea1b855
Merge pull request #183717 from NetaliDev/mysql-auth
nixos: add mysql/mariadb user authentication module
2022-08-16 20:30:16 +02:00
github-actions[bot]
6489cd2db3
Merge master into staging-next 2022-08-16 18:01:16 +00:00
Sergei Trofimovich
983807c46c
Merge pull request #186994 from trofi/cleanup-kernel-makeFlags
pkgsCross.ppc64.linux: flatten makeFlags
2022-08-16 17:51:48 +01:00
Sergei Trofimovich
8ab16e40be pkgsCross.ppc64.linux: flatten makeFlags
Before the cgange:

    nix-repl> pkgsCross.ppc64.linux.makeFlags
    [ "O=$(buildRoot)"
      "CC=/06pbgv2957wl3wcpd2gljml719lw123njq9dhj7h6n2pv4nwgwhl/bin/powerpc64-unknown-linux-gnu-cc"
      "HOSTCC=/0calwri0wxl5mbjl5q80r1hm9hchyk8a7hhayk6cdfrxgbfbia3n/bin/cc"
      "ARCH=powerpc"
      [ ... ] ]

After the change:

    nix-repl> pkgsCross.ppc64.linux.makeFlags
    [ "O=$(buildRoot)"
      "CC=/06pbgv2957wl3wcpd2gljml719lw123njq9dhj7h6n2pv4nwgwhl/bin/powerpc64-unknown-linux-gnu-cc"
      "HOSTCC=/0calwri0wxl5mbjl5q80r1hm9hchyk8a7hhayk6cdfrxgbfbia3n/bin/cc"
      "ARCH=powerpc"
      "CROSS_COMPILE=powerpc64-unknown-linux-gnu-" ]
2022-08-16 17:34:46 +01:00
Bernardo Meurer
7b5adf639c
Merge pull request #186987 from jmbaur/linux-firmware-20220815
linux-firmware: 20220708 -> 20220815
2022-08-16 09:24:29 -07:00
Sandro
f59b3ec376
Merge pull request #186648 from SebTM/update/evdi_1110-1120 2022-08-16 17:51:26 +02:00
Bernardo Meurer
676abbfc9b
linux_testing: 5.19-rc -> 6.0-rc1 2022-08-16 11:40:10 -04:00
Jared Baur
7fccc83504 linux-firmware: 20220708 -> 20220815 2022-08-16 08:37:13 -07:00
Bernardo Meurer
6023139cd8
linux/hardened/patches/5.18: 5.18.15-hardened1 -> 5.18.17-hardened1 2022-08-16 11:32:11 -04:00
Bernardo Meurer
49123a639f
linux/hardened/patches/5.15: 5.15.58-hardened1 -> 5.15.60-hardened1 2022-08-16 11:32:07 -04:00
Bernardo Meurer
b251c3d591
linux/hardened/patches/5.10: 5.10.134-hardened1 -> 5.10.136-hardened1 2022-08-16 11:32:03 -04:00
Bernardo Meurer
151120cee0
linux/hardened/patches/4.19: 4.19.254-hardened1 -> 4.19.255-hardened1 2022-08-16 11:31:59 -04:00
Bernardo Meurer
edfc88a7d3
linux-rt_5_4: 5.4.193-rt74 -> 5.4.209-rt77 2022-08-16 11:31:20 -04:00
Bernardo Meurer
cf81560d25
linux: 5.4.209 -> 5.4.210 2022-08-16 11:31:01 -04:00
Bernardo Meurer
6221871a7d
linux: 5.19 -> 5.19.1 2022-08-16 11:30:58 -04:00
Bernardo Meurer
36c83a7be6
linux: 5.18.16 -> 5.18.17 2022-08-16 11:30:55 -04:00
Bernardo Meurer
17173d1781
linux: 5.15.59 -> 5.15.60 2022-08-16 11:30:51 -04:00
Bernardo Meurer
d58cbe4865
linux: 5.10.135 -> 5.10.136 2022-08-16 11:30:48 -04:00
Bernardo Meurer
dc78e9719c
linux: 4.19.254 -> 4.19.255 2022-08-16 11:30:38 -04:00
Jonas Heinrich
368c8f6391
Merge pull request #186636 from trofi/update-pax-utils
pax-utils: 1.3.4 -> 1.3.5
2022-08-16 15:48:11 +02:00
github-actions[bot]
79661ba7e2
Merge staging-next into staging 2022-08-15 18:02:00 +00:00
github-actions[bot]
94f107a45f
Merge master into staging-next 2022-08-15 18:01:18 +00:00
Sandro
6c95b6dcb6
Merge pull request #186121 from catap/prl-tools 2022-08-15 18:23:58 +02:00
Janne Heß
a8c50530fc
systemd: Enable oomd by default
This is only in the big systemd, not the minimal one
2022-08-15 10:13:04 +02:00
github-actions[bot]
4e717ab958
Merge staging-next into staging 2022-08-15 06:01:47 +00:00
github-actions[bot]
9c7cf16ec7
Merge master into staging-next 2022-08-15 06:01:11 +00:00
Jörg Thalheim
38dd05d2ec
Merge pull request #173200 from NANASHI0X74/flutter-3-0-0
Flutter: 2.10.1->3.0.4
2022-08-15 05:10:47 +01:00
Sebastián Mancilla
5478fa774c
Merge pull request #182203 from danc86/restool-21.08
restool: 20.12 → 2.4
2022-08-14 22:29:31 -04:00
Sebastián Mancilla
a93fb3fbdd
Merge pull request #186638 from trofi/update-iproute
iproute: 5.18.0 -> 5.19.0
2022-08-14 22:14:14 -04:00
github-actions[bot]
842c52c5ba
Merge staging-next into staging 2022-08-15 00:03:15 +00:00
github-actions[bot]
1db41d0201
Merge master into staging-next 2022-08-15 00:02:37 +00:00
Martin Weinelt
a2c67ef992
Merge pull request #183387 from r-ryantm/auto-update/intel-compute-runtime 2022-08-14 23:35:20 +02:00
Kirill A. Korinsky
219c2c7942
prl-tools: 17.1.4-51567 -> 18.0.0-53049 2022-08-14 23:22:43 +02:00
Randy Eckenrode
d1799fe385
moltenvk: 1.1.10 -> 1.1.11 2022-08-14 15:27:04 -04:00
github-actions[bot]
7ef4d517f3
Merge staging-next into staging 2022-08-14 18:01:52 +00:00
github-actions[bot]
409b1f1802
Merge master into staging-next 2022-08-14 18:01:15 +00:00
Ivv
6512b21eab
Merge pull request #182218 from virchau13/xp-pen-deco-01-v2-driver
xp-pen-deco-01-v2-driver: init at 3.2.3.220323-1
2022-08-14 16:00:12 +02:00
Sebastian Sellmeier
192dece221
evdi: 1.11.0 -> 1.12.0 2022-08-14 14:30:08 +02:00
Sebastian Sellmeier
8a1fdb5293
displaylink: 5.6.0-59.176 -> 5.6.1-59.184 2022-08-14 14:27:11 +02:00
github-actions[bot]
d16210472c
Merge staging-next into staging 2022-08-14 12:02:24 +00:00
github-actions[bot]
eff8ea756f
Merge master into staging-next 2022-08-14 12:01:43 +00:00
Sergei Trofimovich
e760223faa iproute: 5.18.0 -> 5.19.0
Changes: https://lore.kernel.org/lkml/20220802115010.22c11d14@hermes.local/T/
2022-08-14 12:45:54 +01:00
Sergei Trofimovich
3be7f4708d pax-utils: 1.3.4 -> 1.3.5
Main change is the switch to meson build system.
2022-08-14 12:37:16 +01:00
R. Ryantm
3dde706c46 intel-compute-runtime: 22.17.23034 -> 22.31.23852 2022-08-14 11:31:03 +00:00
Yuka
1c64f29ee9
mdadm: 4.1 -> 4.2 (#185545) 2022-08-14 11:41:19 +02:00
Yuka
ad0cd6e56a
cryptsetup: 2.4.3 -> 2.5.0 (#186249) 2022-08-14 11:40:43 +02:00
Yureka
53b36c9c5b cryptsetup: skip tests on musl
The test [7] header backup in compat-test fails with a mysterious
"out of memory" error, even though tons of memory is available.
Issue filed upstream: https://gitlab.com/cryptsetup/cryptsetup/-/issues/763
2022-08-14 11:40:02 +02:00
Sergei Trofimovich
8940dd0559 linuxPackages.perf: move from perf.nix to perf/ directory
While at it dropped top-level 'with lib;'.
2022-08-14 09:17:48 +01:00
Sergei Trofimovich
7c69856537
Merge pull request #186318 from trofi/latest-perf-for-binutils-2.39
linuxPackages_latest.perf: apply upstream patch for binutils-2.39
2022-08-14 08:59:37 +01:00
Mihai-Drosi Caju
328448a153 waydroid: 1.2.1 -> 1.3.0 2022-08-14 06:51:34 +03:00
github-actions[bot]
f6054df3a1
Merge staging-next into staging 2022-08-14 00:03:17 +00:00
github-actions[bot]
2bc73e4c94
Merge master into staging-next 2022-08-14 00:02:38 +00:00
Ryan Mulligan
94b4b371a8
Merge pull request #184480 from r-ryantm/auto-update/psmisc
psmisc: 23.4 -> 23.5
2022-08-13 16:31:42 -07:00
Uri Baghin
1681ca49ed
Merge pull request #186251 from stephank/fix/libsystem
darwin.Libsystem: add missing modulemaps
2022-08-14 09:03:04 +10:00
R. Ryantm
2dc141182b ryzenadj: 0.10.0 -> 0.11.1 2022-08-13 21:13:34 +00:00
Mario Rodas
25dd3459be
Merge pull request #184436 from r-ryantm/auto-update/pam_u2f
pam_u2f: 1.2.0 -> 1.2.1
2022-08-13 13:02:29 -05:00
github-actions[bot]
1c7931d7e1
Merge staging-next into staging 2022-08-13 18:01:53 +00:00
github-actions[bot]
7afe7a957c
Merge master into staging-next 2022-08-13 18:01:16 +00:00
Lana Black
9d97ed0d57 solo5: fix paths detection in compiler and linker wrappers. 2022-08-13 07:45:54 -05:00
github-actions[bot]
8b53ccc7ea
Merge staging-next into staging 2022-08-13 12:01:54 +00:00
github-actions[bot]
3c7c2db977
Merge master into staging-next 2022-08-13 12:01:17 +00:00
R. Ryantm
1557ff44fd cifs-utils: 6.15 -> 7.0 2022-08-13 08:36:06 +00:00
github-actions[bot]
e47407256a
Merge staging-next into staging 2022-08-13 00:03:07 +00:00
github-actions[bot]
afcc45262a
Merge master into staging-next 2022-08-13 00:02:28 +00:00
Fabian Affolter
6445755b97 cpuid: 20220620 -> 20220812 2022-08-12 23:51:47 +02:00
PedroHLC ☭
28d23a540e
linux_zen: 5.18.16 -> 5.19.1; linux_lqx: 5.18.16-lqx2 -> 5.18.17-lqx1 2022-08-12 15:27:00 -03:00
PedroHLC ☭
074c21e2d3
nvidia-x11-beta: mark broken for linux 5.19 2022-08-12 15:20:08 -03:00
Sergei Trofimovich
ca07cc0c5c linuxPackages_latest.perf: apply upstream patch for binutils-2.39
Without the change build fails as:

    perf-linux> util/annotate.c: In function 'symbol__disassemble_bpf':
    perf-linux> util/annotate.c:1765:9: error: too few arguments to function 'init_disassemble_info'
    perf-linux>  1765 |         init_disassemble_info(&info, s,
    perf-linux>       |         ^~~~~~~~~~~~~~~~~~~~~
2022-08-12 18:32:49 +01:00
Alyssa Ross
839d828b9c
treewide: firmware: stdenv -> stdenvNoCC
None of these packages use a compiler, except for alsa-firmware, which
has the appropriate compiler in depsBuildBuild already.

Tested by building a NixOS system with hardware.enableAllFirmware = true.
2022-08-12 15:51:22 +00:00
fortuneteller2k
c9d4f8fa5f linux_xanmod: 5.15.58 -> 5.15.60 2022-08-12 13:47:18 +00:00
fortuneteller2k
8130a07408 linux_xanmod_latest: 5.19.0-xanmod2 -> 5.19.1 2022-08-12 11:09:11 +00:00
Stéphan Kochen
a7eb0a180b darwin.Libsystem: add missing modulemaps 2022-08-12 11:54:10 +02:00
Florian Klink
9ddba5de01
Merge pull request #186069 from trofi/update-systemd
systemd: 251.3 -> 251.4
2022-08-12 15:34:12 +07:00
Mario Rodas
df7ed2464b pam_u2f: update meta 2022-08-12 04:20:00 +00:00
github-actions[bot]
2f1000a140
Merge staging-next into staging 2022-08-12 00:03:16 +00:00
github-actions[bot]
ca03e913ca
Merge master into staging-next 2022-08-12 00:02:30 +00:00
Sandro
56ad3d56c8
Merge pull request #161288 from wlcx/pngpaste-0.2.3 2022-08-11 23:47:54 +02:00
Lana Black
44ef78759e solo5: 0.6.9 -> 0.7.3 2022-08-11 13:48:05 -05:00
fortuneteller2k
bd22b4c978 linux_xanmod_latest: 5.19.0-xanmod1 -> 5.19.0-xanmod2 2022-08-11 18:10:33 +00:00
ajs124
ba541afca3 nftables: 1.0.4 -> 1.0.5
https://lore.kernel.org/all/YvK7fkPf6P52MV+w@salvia/T/
2022-08-11 18:13:46 +02:00
github-actions[bot]
3e8df11515
Merge staging-next into staging 2022-08-11 12:02:11 +00:00
github-actions[bot]
36085f8680
Merge master into staging-next 2022-08-11 12:01:28 +00:00
Sergei Trofimovich
7659f31d69 systemd: 251.3 -> 251.4
Notable change is binutils-2.39 support.

Changes: https://github.com/systemd/systemd-stable/compare/v251.3...v251.4
2022-08-11 09:33:22 +01:00
Sergei Trofimovich
3ceb8a59a6
Merge pull request #185537 from trofi/decouple-strip-and-separate-debug
setup-hooks/separate-debug-info.sh: don't inhibit strip hook
2022-08-11 08:53:24 +01:00
Martin Weinelt
bccd93ab77
Merge pull request #182803 from helsinki-systems/upd/apparmor 2022-08-11 02:21:55 +02:00
Zhong Jianxin
fdd94b489d sketchybar: 2.7.1 -> 2.8.2 2022-08-10 16:33:28 +08:00
github-actions[bot]
a0ad117f1b
Merge master into staging-next 2022-08-10 06:02:22 +00:00
superherointj
08b48b1d04
Merge pull request #185846 from PedroHLC/linux_lqx-5.18.16-lqx2
linux_lqx: 5.18.16-lqx1 -> 5.18.16-lqx2
2022-08-09 21:13:08 -03:00
github-actions[bot]
82b736180c
Merge master into staging-next 2022-08-10 00:02:34 +00:00
PedroHLC ☭
14c1f2e104
linux_lqx: 5.18.16-lqx1 -> 5.18.16-lqx2 2022-08-09 18:41:47 -03:00
Martin Weinelt
8bfd38f610
microcode-intel: 20220510 -> 20220809
https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20220809
https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00657.html

Fixes: CVE-2022-21233
2022-08-09 21:41:35 +02:00
github-actions[bot]
5ad6c8071e
Merge master into staging-next 2022-08-09 18:01:26 +00:00
ajs124
9ea219186d apparmor: 3.0.4 -> 3.0.7 2022-08-09 19:57:57 +02:00
Jan Tojnar
2f69e982ac fwupd: drop unnecessary GTK dependency 2022-08-09 18:55:35 +02:00
github-actions[bot]
3150d34bb3
Merge master into staging-next 2022-08-09 12:01:22 +00:00
markuskowa
50006a9bf3
Merge pull request #184338 from r-ryantm/auto-update/libpsm2
libpsm2: 11.2.206 -> 11.2.229
2022-08-09 12:30:13 +02:00
github-actions[bot]
1dea3a42f6
Merge master into staging-next 2022-08-09 06:01:28 +00:00
Bernardo Meurer
b0f1ff287b
Merge pull request #185672 from peterhoeg/pinctrl_amd
kernel: fix touchpads on AMD laptops
2022-08-08 18:02:57 -07:00
Bernardo Meurer
7e901eeae0
kernel: only enable PINCTRL_AMD on 5.19+ 2022-08-08 20:42:45 -04:00
Peter Hoeg
f7c980599e kernel: fix touchpads on AMD laptops 2022-08-08 22:28:05 +08:00
Vir Chaudhury
66327cf687
pentablet-driver: rename to xp-pen-g430-driver 2022-08-08 15:20:52 +08:00
Vir Chaudhury
7761d8aa56
xp-pen-deco-01-v2-driver: init at 3.2.3.220323-1 2022-08-08 15:20:38 +08:00
github-actions[bot]
45241ed94e
Merge master into staging-next 2022-08-07 18:01:30 +00:00
Jörg Thalheim
6f46d12d86
Merge pull request #185527 from rhysmdnz/xone-0.3
xone: 0.2 -> 0.3
2022-08-07 18:29:17 +01:00
Sam Willcocks
cbe518b293 pngpaste: init at 0.2.3 2022-08-07 18:20:24 +03:00
adisbladis
e2046f64fb
Merge pull request #185177 from fpletz/pkgs/criu-1.17.1
criu: 3.15 -> 3.17.1
2022-08-07 20:32:00 +08:00
github-actions[bot]
09857d1dd4
Merge master into staging-next 2022-08-07 12:01:40 +00:00
Sergei Trofimovich
b3b672d5a1 setup-hooks/separate-debug-info.sh: don't inhibit strip hook
Before the change separate-debug-info.sh did the stripping itself.
This scheme has a few problems:
1. Stripping happens only on ELF files. *.a and *.o files are skipped.
   Derivations have to do it manually. Usually incorrectly
   as they don't run $RANLIB (true for `glibc` and `musl`).
2. Stripping happens on all paths. Ideally only `stripDebugList` paths
   should be considered.
3. Host strip is called on Target files.

This change offloads stripping logic to strip hook. This strips more
files for `glibc` and `musl`. Now we can remove most $STRIP calls
from individual derivations.

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-08-07 12:49:37 +01:00
Rhys Davies
412fe63c6b
xone: 0.2 -> 0.3 2022-08-07 21:28:13 +12:00
Bobby Rong
effc5bd42b
Merge pull request #183373 from r-ryantm/auto-update/intel-cmt-cat
intel-cmt-cat: 4.3.0 -> 4.4.0
2022-08-07 16:19:13 +08:00
Netali
5c2783bccb
pam_mysql: init at 1.0.0-beta2 2022-08-06 19:39:22 +02:00
Netali
a2ac470fb2
libnss-mysql: init at 1.7.1 2022-08-06 19:39:13 +02:00
R. Ryantm
a73156c64c util-linux: 2.38 -> 2.38.1 2022-08-06 09:14:39 +00:00
R. Ryantm
b109491732 system76-firmware: 1.0.39 -> 1.0.42 2022-08-06 07:44:57 +00:00
Jan Tojnar
29d0b1735f
Merge pull request #179472 from bootstrap-prime/staging
libfido2: 1.10.0 -> 1.11.0 and refactor to enable NFC support via pcsc
2022-08-05 22:08:02 +02:00
github-actions[bot]
b02b965b0d
Merge staging-next into staging 2022-08-05 18:02:29 +00:00
Zane van Iperen
4ee298daf7
linuxPackages.bbswitch: 0.8 -> unstable-2021-11-29 (#179644)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-08-05 15:24:37 +02:00
github-actions[bot]
f64d264cf8
Merge staging-next into staging 2022-08-05 12:02:10 +00:00
Martin Weinelt
9284400788
Merge pull request #185220 from mweinelt/dddvb 2022-08-05 13:37:44 +02:00
Martin Weinelt
9c48ac1b36
linuxPackages.dddvb: 0.9.38-pre.4 -> 0.9.38-pre.6
Apply patch to unbreak on 5.18+.
2022-08-05 12:08:07 +02:00
R. Ryantm
901a4af249 hd-idle: 1.16 -> 1.17 2022-08-05 11:25:06 +02:00
Franz Pletz
a64f2a79bb
criu: 3.15 -> 3.17.1 2022-08-05 07:48:40 +02:00
github-actions[bot]
4885630746
Merge staging-next into staging 2022-08-05 00:03:20 +00:00
Winter
e686431c29
Merge pull request #183369 from Luflosi/update/apfs 2022-08-04 16:59:30 -04:00
fortuneteller2k
244953f789 linux_xanmod_latest: 5.18.15 -> 5.19.0 2022-08-04 13:50:44 +00:00
fortuneteller2k
c39114c279 linux_xanmod_latest: 5.18.11 -> 5.18.15 2022-08-04 13:50:12 +00:00
github-actions[bot]
88b1b94ed0
Merge staging-next into staging 2022-08-04 12:02:14 +00:00
Martin Weinelt
5f9b871b72
Merge pull request #185037 from mweinelt/home-assistant 2022-08-04 11:40:41 +02:00
fortuneteller2k
282052f1dd linuxPackages.lttng-modules: 2.13.2 -> 2.13.4 2022-08-04 11:33:01 +02:00
K900
86c336254a
Merge pull request #184812 from K900/pahole
linux: actually fix split BTFs
2022-08-04 10:58:37 +03:00
github-actions[bot]
d856d09813
Merge staging-next into staging 2022-08-04 06:01:58 +00:00
K900
f23ac4035c linux/hardened/patches/5.4: 5.4.206-hardened1 -> 5.4.208-hardened1 2022-08-04 08:14:12 +03:00
K900
86bccf10b9 linux/hardened/patches/5.18: 5.18.12-hardened1 -> 5.18.15-hardened1 2022-08-04 08:14:05 +03:00
K900
e9c8925f98 linux/hardened/patches/5.15: 5.15.55-hardened1 -> 5.15.58-hardened1 2022-08-04 08:13:58 +03:00
K900
fca28ee089 linux/hardened/patches/5.10: 5.10.131-hardened1 -> 5.10.134-hardened1 2022-08-04 08:13:50 +03:00
K900
b588944c55 linux/hardened/patches/4.19: 4.19.252-hardened1 -> 4.19.254-hardened1 2022-08-04 08:13:44 +03:00
K900
941b70fb70 linux/hardened/patches/4.14: 4.14.288-hardened1 -> 4.14.290-hardened1 2022-08-04 08:13:36 +03:00
K900
e4be613a8b linux_latest-libre: 18825 -> 18837 2022-08-04 08:13:09 +03:00
K900
6f5368cff9 linux: 5.4.208 -> 5.4.209 2022-08-04 08:12:52 +03:00
K900
f437246542 linux: 5.18.15 -> 5.18.16 2022-08-04 08:12:47 +03:00
K900
b7b3e0bd51 linux: 5.15.58 -> 5.15.59 2022-08-04 08:12:42 +03:00
K900
20249152ce linux: 5.10.134 -> 5.10.135 2022-08-04 08:12:37 +03:00
superherointj
077dd8fee6
Merge pull request #184980 from Kiskae/patch-1
nvidia_x11: 390.151 → 390.154, 470.129.06 → 470.141.03, 515.57 → 515.65.01
2022-08-04 00:14:28 -03:00
superherointj
e95fbc2e07
Merge pull request #185060 from PedroHLC/zen-kernels-5.18.16
zen-kernels: 5.18.15 -> 5.18.16
2022-08-03 22:53:38 -03:00
github-actions[bot]
818e64fcab
Merge staging-next into staging 2022-08-04 00:03:17 +00:00
Sandro
668da4fc8f
Merge pull request #185009 from fpletz/pkgs/maintainership-202208 2022-08-04 01:56:13 +02:00
R. Ryantm
e0a5ce3f06 linuxKernel.packages.linux_hardened.oci-seccomp-bpf-hook: 1.2.5 -> 1.2.6 2022-08-04 08:50:24 +10:00
Sandro
ae9208358e
Merge pull request #184992 from wegank/prl-tools-5.19-rc5 2022-08-04 00:36:18 +02:00
PedroHLC ☭
140d955eba
zen-kernels: 5.18.15 -> 5.18.16 2022-08-03 18:32:16 -03:00
Weijia Wang
9594f17360 prl-tools: add patch against 5.19 2022-08-03 23:08:39 +02:00
Martin Weinelt
4af35d92a0
python3Packages.sphinx-rtd-theme: rename from sphinx_rtd_theme 2022-08-03 18:39:37 +02:00
Franz Pletz
c092a502df
treewide: remove myself as maintainer from some pkgs
Only packages I'm not able to maintain anymore as of today. Mostly
because I'm haven't been using them in a while.
2022-08-03 14:17:51 +02:00
Kiskae
373362e5fa
remove whitespace 2022-08-03 11:26:34 +02:00
Kiskae
86945e1968
nvidia_x11.legacy390: 390.151 → 390.154 2022-08-03 11:17:53 +02:00
Kiskae
94b44dd77a
nvidia_x11.legacy470: 470.129.06 → 470.141.03 2022-08-03 11:05:24 +02:00
Kiskae
af16336c16
nvidia_x11: 515.57 → 515.65.01 2022-08-03 11:00:18 +02:00
github-actions[bot]
d93a76a104
Merge staging-next into staging 2022-08-03 06:02:15 +00:00
github-actions[bot]
d4de56330c
Merge master into staging-next 2022-08-03 06:01:37 +00:00
Kira Bruneau
8c7576622a
Merge pull request #184781 from r-ryantm/auto-update/xpadneo
linuxKernel.packages.linux_5_19.xpadneo: 0.9.1 -> 0.9.4
2022-08-02 22:34:42 -04:00
Kira Bruneau
600b36b117 linuxPackages.xpadneo: fix license 2022-08-02 21:50:05 -04:00
R. Ryantm
dcbe29d119 linuxPackages.xpadneo: 0.9.1 -> 0.9.4 2022-08-02 21:49:54 -04:00
github-actions[bot]
93322c460d
Merge staging-next into staging 2022-08-03 00:03:06 +00:00
github-actions[bot]
537fbd1326
Merge master into staging-next 2022-08-03 00:02:25 +00:00
superherointj
efcf244ac5
Merge pull request #183707 from r-ryantm/auto-update/pam_gnupg
pam_gnupg: 0.3 -> 0.4
2022-08-02 15:55:17 -03:00
github-actions[bot]
0df46e6fd8
Merge staging-next into staging 2022-08-02 18:01:55 +00:00
github-actions[bot]
411aad5a4d
Merge master into staging-next 2022-08-02 18:01:14 +00:00
superherointj
d370bd73c0
Merge pull request #184654 from ncfavier/nvidia-settings-390
linuxPackages.nvidia_x11_legacy390.settings: fix build
2022-08-02 10:35:53 -03:00
Naïm Favier
80602db395
linuxPackages.nvidia_x11_legacy390.settings: fix build
https://aur.archlinux.org/pkgbase/nvidia-390xx-settings#comment-753829
2022-08-02 15:34:12 +02:00
K900
6cd9a388df linux: provide pahole when configuring
The kernel checks the version of pahole at configuration time to know
if it supports features like split BTFs. If pahole doesn't exist,
all of that gets disabled in the config file, so the kernel ends up
built without split BTFs, despite having a working pahole for the actual
build.
2022-08-02 16:23:00 +03:00
Jonas Heinrich
75f3b4ffb9
Merge pull request #184664 from r-ryantm/auto-update/rt-tests
rt-tests: 2.3 -> 2.4
2022-08-02 14:17:17 +02:00
github-actions[bot]
cf771dfd7a
Merge staging-next into staging 2022-08-02 12:02:19 +00:00
github-actions[bot]
1093a01c99
Merge master into staging-next 2022-08-02 12:01:37 +00:00
Alyssa Ross
efae29119a linuxPackages.nvidia_x11_beta_open: mark broken on 5.19 2022-08-02 07:11:04 +00:00
Alyssa Ross
6aad09eb5f linuxPackages.apfs: mark broken on 5.19 2022-08-02 07:11:04 +00:00
github-actions[bot]
ba7495e552
Merge staging-next into staging 2022-08-02 06:03:15 +00:00
github-actions[bot]
0f0010fda3
Merge master into staging-next 2022-08-02 06:02:34 +00:00
R. Ryantm
f2c21d72e4 trace-cmd: 3.1.1 -> 3.1.2 2022-08-02 05:34:17 +00:00
Bobby Rong
d7b20c17b4
Merge pull request #184473 from r-ryantm/auto-update/powercap
powercap: 0.5.0 -> 0.6.0
2022-08-02 11:49:16 +08:00
Winter
1f0284d509
Merge pull request #184325 from r-ryantm/auto-update/libtraceevent 2022-08-01 23:40:40 -04:00
Winter
71131d3529
Merge pull request #184333 from r-ryantm/auto-update/libtracefs 2022-08-01 23:40:08 -04:00
R. Ryantm
09c6160746 libcap: 2.63 -> 2.65 2022-08-02 12:36:24 +10:00
Uri Baghin
3b62a2b3cf
Merge pull request #179971 from jiegec/network-cmds-aarch64-darwin-staging
darwin.network_cmds: fix build on aarch64-darwin
2022-08-02 12:36:20 +10:00
R. Ryantm
eef976c5cc rt-tests: 2.3 -> 2.4 2022-08-02 00:22:19 +00:00
github-actions[bot]
d0fae49900
Merge staging-next into staging 2022-08-02 00:03:05 +00:00
github-actions[bot]
ad090ff867
Merge master into staging-next 2022-08-02 00:02:24 +00:00
Bernardo Meurer
c9fccbfc4e
Merge pull request #184602 from trofi/update-linuxHeaders
linuxHeaders: 5.18 -> 5.19
2022-08-01 14:57:00 -07:00
Jan Tojnar
41ed7e2fd4
Merge pull request #183686 from jtojnar/fwupd
fwupd: 1.8.1 → 1.8.3
2022-08-01 21:07:31 +02:00
github-actions[bot]
f5c886d892
Merge staging-next into staging 2022-08-01 18:02:04 +00:00
github-actions[bot]
e8ce2f4a26
Merge master into staging-next 2022-08-01 18:01:20 +00:00
PedroHLC ☭
f53e009293
linux_lqx: 5.18.15-lqx1 -> 5.18.15-lqx2 2022-08-01 13:42:43 -03:00
Sergei Trofimovich
8907016b22 linuxHeaders: 5.18 -> 5.19 2022-08-01 17:04:04 +01:00
Alyssa Ross
84cc06af6f linux_latest: 5.18.15 -> 5.19 2022-08-01 15:30:56 +00:00
R. Ryantm
5cdb4467d2 psmisc: 23.4 -> 23.5 2022-08-01 07:06:34 +00:00
R. Ryantm
8f27d7946b powercap: 0.5.0 -> 0.6.0 2022-08-01 06:56:11 +00:00
R. Ryantm
f0af71a992 pam_u2f: 1.2.0 -> 1.2.1 2022-08-01 04:56:14 +00:00
R. Ryantm
d1cc42ef52 libnl: 3.5.0 -> 3.7.0 2022-08-01 00:40:56 +02:00
R. Ryantm
bf0ae516b0 libtracefs: 1.4.1 -> 1.4.2 2022-07-31 20:18:08 +00:00
R. Ryantm
a512355353 libpsm2: 11.2.206 -> 11.2.229 2022-07-31 20:15:49 +00:00
R. Ryantm
868d283264 libtraceevent: 1.6.1 -> 1.6.2 2022-07-31 19:45:26 +00:00
R. Ryantm
f97262253e kernelshark: 2.1.0 -> 2.1.1 2022-07-31 18:33:42 +00:00
github-actions[bot]
b8dff84931
Merge staging-next into staging 2022-07-31 18:02:00 +00:00
github-actions[bot]
7c9bb70ad4
Merge master into staging-next 2022-07-31 18:01:18 +00:00
Ryan Mulligan
563afc6a35
Merge pull request #183934 from r-ryantm/auto-update/sssd
sssd: 2.7.0 -> 2.7.3
2022-07-31 10:16:26 -07:00
Ryan Mulligan
14444fee28
Merge pull request #183825 from r-ryantm/auto-update/ryzenadj
ryzenadj: 0.9.0 -> 0.10.0
2022-07-31 09:54:49 -07:00
R. Ryantm
223bf02ebe iw: 5.16 -> 5.19 2022-07-31 13:44:47 +00:00
maxine [they]
d79dfb314a
Merge pull request #183229 from r-ryantm/auto-update/ell 2022-07-31 14:34:37 +02:00
github-actions[bot]
1caa752d4b
Merge staging-next into staging 2022-07-31 12:03:07 +00:00
github-actions[bot]
bb10509584
Merge master into staging-next 2022-07-31 12:02:29 +00:00
Maxine Aubrey
5dfbe0ac19
iwd: 1.28 -> 1.29 2022-07-31 13:45:03 +02:00
markuskowa
dfbab83a0c
Merge pull request #183807 from r-ryantm/auto-update/rdma-core
rdma-core: 40.0 -> 41.0
2022-07-31 13:17:36 +02:00
maxine [they]
d0617b0846
Merge pull request #184005 from r-ryantm/auto-update/fwupd-efi
fwupd-efi: 1.2 -> 1.3
2022-07-31 11:31:32 +02:00
K900
b094093870
Merge pull request #183600 from K900/fix-nixos-rebuild-flake-args
nixos-rebuild: always set flakeFlags
2022-07-31 10:36:47 +03:00
github-actions[bot]
58d22b5b7f
Merge staging-next into staging 2022-07-31 00:03:47 +00:00
github-actions[bot]
95abc5680d
Merge master into staging-next 2022-07-31 00:03:10 +00:00
Sergei Trofimovich
d3a9a89ea7
Merge pull request #183484 from trofi/strip-windows.mingw_w64
windows.mingw_w64: enable stripping
2022-07-30 22:09:47 +01:00
superherointj
b003ff080d
Merge pull request #183999 from PedroHLC/zen-kernels-5.18.15
zen-kernels: 5.18.14 -> 5.18.15
2022-07-30 16:32:05 -03:00
github-actions[bot]
15686bdd94
Merge master into staging-next 2022-07-30 18:01:31 +00:00
R. Ryantm
21aeda0e37 fwupd-efi: 1.2 -> 1.3 2022-07-30 16:48:22 +00:00
PedroHLC ☭
8e078933f1
zen-kernels: 5.18.14 -> 5.18.15 2022-07-30 13:27:01 -03:00
Alyssa Ross
153bfc9966
treewide: use isx86 where appropriate 2022-07-30 16:21:10 +00:00
Alyssa Ross
5330c0a1af
treewide: use isAarch where appropriate 2022-07-30 16:18:27 +00:00
fortuneteller2k
6eb810b500 linux_xanmod: 5.15.54 -> 5.15.58 2022-07-30 14:12:39 +00:00
github-actions[bot]
5ebd4b10df
Merge master into staging-next 2022-07-30 12:01:30 +00:00
Bobby Rong
86029a016d
Merge pull request #183856 from r-ryantm/auto-update/sof-firmware
sof-firmware: 2.1.1 -> 2.2
2022-07-30 16:52:51 +08:00
R. Ryantm
fafa29f6e4 sssd: 2.7.0 -> 2.7.3 2022-07-30 08:14:31 +00:00
github-actions[bot]
6ed636d15c
Merge master into staging-next 2022-07-30 00:02:12 +00:00
R. Ryantm
61c0473909 sof-firmware: 2.1.1 -> 2.2 2022-07-29 23:11:19 +00:00
R. Ryantm
d5fa9f1119 semodule-utils: 3.3 -> 3.4 2022-07-29 22:29:10 +00:00
R. Ryantm
e08ba682fe ryzenadj: 0.9.0 -> 0.10.0 2022-07-29 21:40:46 +00:00
Maximilian Bosch
093ecc5f3e
Merge pull request #183741 from Ma27/linux-kernel-updates
Linux kernel updates 2022-07-29
2022-07-29 23:39:45 +02:00
Guillaume Girol
082dde8da3
Merge pull request #181955 from fortuneteller2k/xwacom
xf86_input_wacom: 1.0.0 -> 1.1.0
2022-07-29 21:22:53 +00:00
R. Ryantm
3989d02f00 rdma-core: 40.0 -> 41.0 2022-07-29 20:24:02 +00:00
github-actions[bot]
50de8aa60e
Merge master into staging-next 2022-07-29 18:01:27 +00:00
Sandro
bc2fe83d05
Merge pull request #183721 from alyssais/systemd-251-musl 2022-07-29 19:33:06 +02:00
7c6f434c
ba37b5bd5c
Merge pull request #183085 from usertam/patch-reptyr
reptyr: 0.7.0 -> 0.9.0
2022-07-29 17:28:06 +00:00
Maximilian Bosch
d060a1191b
linux: 5.4.207 -> 5.4.208 2022-07-29 19:10:46 +02:00
Maximilian Bosch
37f0f42f70
linux: 5.18.13 -> 5.18.15 2022-07-29 19:10:31 +02:00
Maximilian Bosch
8beec3e69a
linux: 5.15.56 -> 5.15.58 2022-07-29 19:10:13 +02:00
Maximilian Bosch
40b001eee2
linux: 5.10.132 -> 5.10.134 2022-07-29 19:09:57 +02:00
Maximilian Bosch
32da3390ab
linux: 4.9.324 -> 4.9.325 2022-07-29 19:09:39 +02:00
Maximilian Bosch
310ce04485
linux: 4.19.253 -> 4.19.254 2022-07-29 19:09:22 +02:00
Maximilian Bosch
be408ef5bb
linux: 4.14.289 -> 4.14.290 2022-07-29 19:09:01 +02:00
Alyssa Ross
4a487f4c33
pkgsMusl.systemd: fix build with latest oe patches 2022-07-29 16:06:16 +00:00
R. Ryantm
37c63077c0 pam_gnupg: 0.3 -> 0.4 2022-07-29 15:00:43 +00:00
Jan Tojnar
9249634151 fwupd: 1.8.1 → 1.8.3
https://github.com/fwupd/fwupd/releases/tag/1.8.2
https://github.com/fwupd/fwupd/releases/tag/1.8.3

https://blogs.gnome.org/hughsie/2022/07/29/emulated-host-profiles-in-fwupd/
2022-07-29 16:14:04 +02:00
github-actions[bot]
a37c393ba4
Merge staging-next into staging 2022-07-29 12:02:05 +00:00
Alyssa Ross
ea29d1b601
linux: use writeShellScript 2022-07-29 09:28:57 +00:00
Alyssa Ross
c48f9c6218
linux: inline "commonMakeFlags"
Since 7a9b6ac39a ("kernel: Enable cross compiling"), commonMakeFlags
has only been used once.  Since these flags aren't "common" between
anything any more, they should just be inlined to make the expression
easier to read.
2022-07-29 09:28:39 +00:00
K900
28dae620b2 nixos-rebuild: always set flakeFlags
Otherwise a rebuild can fail when a flake is autodetected
in /etc/nixos/flake.nix and the system doesn't have flakes
globally enabled.
2022-07-29 10:05:18 +03:00
Ryan Mulligan
05cc23e3bf
Merge pull request #183474 from r-ryantm/auto-update/libbpf
libbpf: 0.8.0 -> 0.8.1
2022-07-28 17:04:29 -07:00
R. Ryantm
3357f7142c libsemanage: 3.3 -> 3.4 2022-07-28 22:01:08 +00:00
Sergei Trofimovich
d82ce04557 windows.mingw_w64: enable stripping
With 0507725 "setup-hooks/strip.sh: run RANLIB on static
archives after stripping" it should now be safe to run strip
on wider range of .a files.

mingw-w64 is a good example where a reference was preserved
to gcc from intermediate stage. Enabling stripping by default
decreases `pkgsCross.mingw32` closure for 20%:

Before:

    $ nix path-info -rsSh $(nix-build -A pkgsCross.mingw32.stdenv)
    ...
    /nix/store/qzhkidff0wxhqf2gi97ng6qismzvpnbp-stdenv-linux 43.6K    1.0G

After:

    $ nix path-info -rsSh $(nix-build -A pkgsCross.mingw32.stdenv)
    ...
    /nix/store/fj4dv1n3sa3jgcb1j3nwn6njsf943n48-stdenv-linux 43.6K  792.4M
2022-07-28 21:55:15 +01:00
R. Ryantm
ce7e118975 libbpf: 0.8.0 -> 0.8.1 2022-07-28 20:03:16 +00:00
R. Ryantm
e9c34acbae iotop-c: 1.21 -> 1.22 2022-07-28 16:07:32 +00:00
R. Ryantm
18dcace75f intel-cmt-cat: 4.3.0 -> 4.4.0 2022-07-28 15:54:35 +00:00
Luflosi
d49fc40e4a
linuxPackages.apfs: unstable-2022-02-03 -> unstable-2022-07-24 2022-07-28 17:27:52 +02:00
Florian Klink
8687bf7e9c linuxPackages*.xmm7360-pci: drop
Support for 7360 got enabled via iosm in mainline kernel:

1f52d7b622

There's few reason to still ship this out-of-tree kernel module, which
broke whenever the laptop was suspended anyways.
2022-07-28 17:16:29 +07:00
R. Ryantm
d338b73261 ell: 0.51 -> 0.52 2022-07-28 05:46:57 +00:00
github-actions[bot]
18e044c779
Merge staging-next into staging 2022-07-28 00:03:04 +00:00
Stig
c985adb796
Merge pull request #182757 from r-ryantm/auto-update/autosuspend
autosuspend: 4.1.1 -> 4.2.0
2022-07-27 22:57:03 +02:00
github-actions[bot]
c5298a170d
Merge staging-next into staging 2022-07-27 18:02:13 +00:00
github-actions[bot]
f6895f13b0
Merge master into staging-next 2022-07-27 18:01:33 +00:00
Samuel Tam
f9f2d3a571
reptyr: 0.7.0 -> 0.9.0 2022-07-27 16:59:09 +08:00
github-actions[bot]
54f2dacce1
Merge staging-next into staging 2022-07-27 00:03:09 +00:00
github-actions[bot]
f110f87498
Merge master into staging-next 2022-07-27 00:02:31 +00:00
Dmitriy
1909ee2df3 zen-kernels: retire myself as a maintainer 2022-07-27 01:08:14 +03:00
Sandro
c074c88347
Merge pull request #181330 from aacebedo/ithc 2022-07-26 21:29:12 +02:00
github-actions[bot]
b21eff1a41
Merge staging-next into staging 2022-07-26 18:02:15 +00:00
github-actions[bot]
1071ab374f
Merge master into staging-next 2022-07-26 18:01:32 +00:00
Sandro
9834020676
Merge pull request #182714 from trofi/fix-kmod-for-darwin
kmod: drop darwin support
2022-07-26 19:16:18 +02:00
Sandro
3e9c050761
Merge pull request #182719 from aacebedo/hid-ite8291r3 2022-07-26 19:00:47 +02:00
github-actions[bot]
77b896bd98
Merge staging-next into staging 2022-07-26 12:02:17 +00:00
Vladimír Čunát
8198636be0
linux-doc: fixup fetch after commit 9e68ab7b83
Let's stop using src.override.  I see no advantage,
and the switch of original src from `sha256 =` to `hash =`
was causing really confusing errors.
2022-07-26 12:08:28 +02:00