Commit Graph

20050 Commits

Author SHA1 Message Date
K900
175f140b8b
Merge pull request #187252 from K900/kernel-sanity
linux: assorted build cleanups
2022-08-20 22:42:13 +03:00
rnhmjoj
916ca8f2b0
nixos/hardware/device-tree: make overlays more reliable
This make the process of applying overlays more reliable by:

1. Ignoring dtb files that are not really device trees. [^1]

2. Adding a `filter` option (per-overlay, there already is a global one)
   to limit the files to which the overlay applies. This is useful
   in cases where the `compatible` string is ambiguous and multiple
   unrelated files match.

Previously the script would fail in both cases.

[^1]: For example, there is dtbs/overlays/overlay_map.dtb in the
      Raspberry Pi 1 kernel.
2022-08-20 13:34:14 +02:00
github-actions[bot]
8e0d18cd9d
Merge staging-next into staging 2022-08-20 00:03:16 +00:00
github-actions[bot]
318717f2e3
Merge master into staging-next 2022-08-20 00:02:22 +00:00
K900
5f45f2506d linux: better note 2022-08-20 00:06:13 +03:00
superherointj
4dc0fce489
Merge pull request #187126 from PedroHLC/linux_zen-5.19.2-zen1
zen-kernels: 5.19.1 -> 5.19.2
2022-08-19 18:03:03 -03:00
superherointj
d3ef1fe617
Merge pull request #187496 from Lassulus/rtl8814au
linuxPackages.rtl8814au: unstable-2022-05-23 -> unstable-2022-08-18
2022-08-19 18:02:42 -03:00
lassulus
299cf6a333 linuxPackages.rtl8814au: unstable-2022-05-23 -> unstable-2022-08-18 2022-08-19 21:57:43 +02:00
github-actions[bot]
8b202db44b
Merge staging-next into staging 2022-08-19 18:01:56 +00:00
github-actions[bot]
949c5dc1a1
Merge master into staging-next 2022-08-19 18:01:13 +00:00
K900
907b497d7e nixos/hardware/device-tree: use symbols from the exact kernel package 2022-08-19 20:17:28 +03:00
K900
846d001fb8 linux: don't try to mass clean paths
This whole thing is utterly broken, but let's start here.
Should fix intermittent build failures with patchShebangs.
2022-08-19 20:17:18 +03:00
Otavio Salvador
e5f96e7551 rtl88x2bu: 2022-05-23 -> 2022-08-18
Fixes build with 5.19.2 and 6.0.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2022-08-19 11:22:57 -03:00
Sandro
4ea9dbf2ef
Merge pull request #186091 from NickCao/xanmod 2022-08-19 15:13:56 +02:00
Vladimír Čunát
55812d7b48
linux_5_4_hardened: don't build on x86_64-linux anymore
5.4 hasn't configured successfully on x86_64-linux for months.
People don't seem to care, but the 5.4 packages clutter failure lists
on Hydra + tools.
https://hydra.nixos.org/job/nixpkgs/trunk/linux_5_4_hardened.x86_64-linux/all

Perhaps surprisingly, it works on aarch64-linux and also on older kernels.
2022-08-19 10:43:59 +02:00
R. Ryantm
1f0e19b638 rdma-core: 41.0 -> 42.0 2022-08-19 07:14:50 +00:00
Christian Kögler
dd8a3687b3
Merge pull request #173253 from RasmusRendal/mingw10
mingw-w64: 9.0.0 -> 10.0.0
2022-08-19 09:07:36 +02:00
Christian Kögler
4cdbcb089b
Merge pull request #187392 from ymatsiuk/ymatsiuk/bluez
bluez: remove unused fetchpatch import
2022-08-19 08:58:04 +02:00
Yurii Matsiuk
cc36900024
bluez: remove unused fetchpatch import 2022-08-19 08:25:23 +02:00
github-actions[bot]
784a588a10
Merge staging-next into staging 2022-08-19 00:04:04 +00:00
github-actions[bot]
767bdf0d81
Merge master into staging-next 2022-08-19 00:03:25 +00:00
superherointj
8d74890dc0
Merge pull request #187322 from AtilaSaraiva/rtl8188eus
linuxPackages.rtl8188eus-aircrack: unstable-2021-05-04 -> unstable-2022-03-19
2022-08-18 18:56:21 -03:00
Átila Saraiva
0e790351a0 linuxPackages.rtl8188eus: unstable-2021-05-04 -> unstable-2022-03-19 2022-08-18 18:35:40 -03:00
Bernardo Meurer
4b9c194d57
Merge pull request #187143 from ymatsiuk/ymatsiuk/bluez
bluez: 5.64 -> 5.65
2022-08-18 13:07:01 -07:00
Jonas Heinrich
c3da217f14
Merge pull request #187105 from r-ryantm/auto-update/intel-cmt-cat
intel-cmt-cat: 4.4.0 -> 4.4.1
2022-08-18 21:06:45 +02:00
Jonas Heinrich
844552f5c2
Merge pull request #187107 from r-ryantm/auto-update/intel-compute-runtime
intel-compute-runtime: 22.31.23852 -> 22.32.23937
2022-08-18 20:44:06 +02:00
PedroHLC ☭
66cac6896c
linux_lqx: 5.18.17-lqx1 -> 5.19.2-lqx1 2022-08-18 15:38:15 -03:00
PedroHLC ☭
6c1af96c06
linux_zen: 5.19.1 -> 5.19.2 2022-08-18 15:38:15 -03:00
github-actions[bot]
3346909bad
Merge staging-next into staging 2022-08-18 12:02:05 +00:00
github-actions[bot]
28612f43c8
Merge master into staging-next 2022-08-18 12:01:28 +00:00
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