Commit Graph

19231 Commits

Author SHA1 Message Date
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
github-actions[bot]
574f2d4696
Merge staging-next into staging 2022-05-24 00:02:57 +00:00
ajs124
f862ced024 lvm2: 2.03.15 -> 2.03.16 2022-05-23 22:24:52 +02:00
Sandro Jäckel
e9be5fe419
linux-doc: init 2022-05-23 21:57:06 +02:00
Alyssa Ross
c5eedd1ae5 linuxPackages.gcadapter-oc-kmod: 1.4 -> unstable-2021-12-11
Fixes build with Linux 5.18.
2022-05-23 19:50:04 +00:00
github-actions[bot]
fc9784b2f1
Merge staging-next into staging 2022-05-23 18:02:01 +00:00
Martin Weinelt
b4924b9a1e
Merge pull request #174029 from LeSuisse/cifs-utils-6.15
cifs-utils: 6.14 -> 6.15
2022-05-23 17:39:50 +02:00
Martin Weinelt
1923b68bda Merge remote-tracking branch 'origin/staging-next' into staging 2022-05-23 17:35:37 +02:00
Alyssa Ross
b2e67a3477 linuxPackages.it87: clarify license
c93d61adad/it87.c (L57)
2022-05-23 15:22:56 +00:00
Alyssa Ross
3df920c674 linuxPackages.it87: switch upstream to Frank Crawford
This version was last touched in February 2022, as opposed to the
version we were using before, which hasn't been touched since January
2019.

I've reviewed the diff, and it all seems reasonable.  We need a newer
version of this package, because hannesha's version doesn't build with
Linux 5.18.
2022-05-23 15:22:56 +00:00
Artturi
39d2b597e3
Merge pull request #174110 from alyssais/zenpower-2022-04-13
linuxPackages.zenpower: 0.1.13 -> unstable-2022-04-13
2022-05-23 16:21:51 +03:00
Artturi
b82c7826da
Merge pull request #173909 from Artturin/strictdeps2 2022-05-23 16:19:35 +03:00
Alyssa Ross
7b5bd9f719 linuxPackages.apfs: add patch for Linux 5.18 2022-05-23 12:41:48 +00:00
Alyssa Ross
062d21eead
linuxPackages.nvidiabl: use a better homepage
It makes more sense to point this to the fork that we're using, rather
than the upstream.
2022-05-23 12:24:02 +00:00
Alyssa Ross
0795cb72d3
linuxPackages.zenpower: clarify license
c36a86c64b/zenpower.c (L8)
2022-05-23 12:19:33 +00:00
Alyssa Ross
c5bfda47e7
linuxPackages.zenpower: 0.1.13 -> unstable-2022-04-13
Fixes build with Linux 5.18.
2022-05-23 12:19:14 +00:00
Alyssa Ross
5d3a61e402
linuxPackages.rtl8814au: unstable-2022-02-21 -> unstable-2022-05-23
Fixes build with Linux 5.18.
2022-05-23 12:17:18 +00:00
Alyssa Ross
2cdd54c279
linuxPackages.openrazer: enable parallel building
Tested at -j48.
2022-05-23 12:11:18 +00:00
Florian Klink
2403723108
Merge pull request #172652 from klemensn/systemd-optional-system-units
nixos/systemd: Package only built component units
2022-05-23 11:35:01 +02:00
Alyssa Ross
fa7ae8876f
linux_latest: 5.17.9 -> 5.18
NSFD_V3 is now always enabled, and enabling debug info now requires
selecting a DWARF version instead of just setting DEBUG_INFO=y.
2022-05-23 09:19:42 +00:00
Florian Klink
4d9f5f6bcc
Merge pull request #173922 from lopsided98/systemd-build-bash
systemd: fix build platform shebang reference
2022-05-23 11:17:46 +02:00
Alyssa Ross
b173750213 kmod: build devdoc
Switch from autoreconfHook to running autogen.sh ourselves so that
gtkdocize gets run.  The GTK_DOC_CHECK autoconf macro isn't
cross-friendly, so we have to disable it when cross-compiling.
2022-05-23 07:48:50 +00:00
Randy Eckenrode
71ceba177f
moltenvk: provide MoltenVK-specific headers
These are needed to compile `vulkaninfo` in the Vulkan-Tools package.
2022-05-23 00:59:49 -04:00
Randy Eckenrode
af99bbf451
moltenvk: fix broken ICD definition 2022-05-23 00:59:48 -04:00
Thomas Gerbet
6322d6be3a cifs-utils: 6.14 -> 6.15
https://lists.samba.org/archive/samba-technical/2022-April/137335.html
2022-05-22 19:21:22 +02:00
Artturin
f002ffed9a treewide: enable strictDeps in bootstrap packages 2022-05-22 16:40:26 +03:00
Dmitry Bogatov
39773cc073 util-linux: make dependencies on pam and libcap optional
Introduce new boolean arguments "pamSupport" and "capabilitiesSupport" that
control whether "pam" and "libcap" are compiled in. These flags are true by
default, so this commit does not cause any rebuilds.
2022-05-22 07:34:02 -04:00
Sergei Trofimovich
1b11f2b6ac lockdep: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: lockdep.o:/build/linux-5.0.21/tools/lib/lockdep/../../include/linux/rcu.h:5: multiple definition of
      `rcu_scheduler_active'; common.o:/build/linux-5.0.21/tools/lib/lockdep/../../include/linux/rcu.h:5: first defined here
2022-05-22 11:04:32 +01:00
Mario Rodas
b6dbd16c4a
Merge pull request #173483 from wucke13/sssd-stuff
sssd: 2.6.3 -> 2.7.0
2022-05-21 17:34:22 -05:00
Ben Wolsieffer
5e2009d894 systemd: fix build platform shebang reference
patchShebangs was writing a build platform bash shebang to
systemd-update-helper, which ends up in the output. To fix this, this patch
restricts patchShebangs to only run on certain directories.

Also, remove a comment stating that patchShebangs will no longer be necessary
after the next systemd release. This is not the case because /usr/bin/env
doesn't exist within the sandbox and will still need to be patched.
2022-05-21 16:13:48 -04:00
Sandro
bf3b55c038
Merge pull request #173282 from azuwis/sketchybar
sketchybar: 2.5.0 -> 2.5.2
2022-05-21 20:46:37 +02:00
Sergei Trofimovich
d0c7af7c98 iproute_mptcp: fix build for -fno-common toolchains
Without the change build on upstream gcc-10 fals as:

    ld: ipxfrm.o:(.bss+0x0): multiple definition of `filter'; ipmroute.o:(.bss+0x0): first defined here
    ld: xfrm_monitor.o:(.bss+0x0): multiple definition of `listen_all_nsid'; ipmonitor.o:(.bss+0x0): first defined here
2022-05-21 15:17:27 +02:00
Daniel Poelzleithner
adbfe6790f rt-tests: quote homepage url 2022-05-20 09:39:47 +02:00
Martin Weinelt
9faef600b8
Merge pull request #171835 from mweinelt/batadv 2022-05-20 01:18:51 +02:00
Maximilian Bosch
4aca02bc58
Merge pull request #173642 from Ma27/linux-kernel-updates
Linux kernel updates
2022-05-20 00:27:34 +02:00
Daniel Poelzleithner
d93a587732
rt-tests: init at 2.3 (#172330)
Co-authored-by: Mustafa Çalışkan <96225281+muscaln@users.noreply.github.com>
2022-05-19 19:19:14 +02:00
Sandro
33e9c39f2d
Merge pull request #173158 from trofi/fix-fno-common-for-kmscube
kmscube: pull upstream fix for -fno-common toolchains
2022-05-19 19:10:09 +02:00
Maximilian Bosch
82273adfcd
linux/hardened/patches/5.4: 5.4.193-hardened1 -> 5.4.195-hardened1 2022-05-19 17:54:10 +02:00
Maximilian Bosch
5c9571087e
linux/hardened/patches/5.17: 5.17.7-hardened1 -> 5.17.9-hardened1 2022-05-19 17:53:59 +02:00
Maximilian Bosch
7f512f7153
linux/hardened/patches/5.15: 5.15.39-hardened1 -> 5.15.41-hardened1 2022-05-19 17:53:46 +02:00
Maximilian Bosch
240e224783
linux/hardened/patches/5.10: 5.10.115-hardened1 -> 5.10.117-hardened1 2022-05-19 17:53:34 +02:00
Maximilian Bosch
28a954cabf
linux/hardened/patches/4.19: 4.19.242-hardened1 -> 4.19.244-hardened1 2022-05-19 17:53:21 +02:00
Maximilian Bosch
eea0f09983
linux/hardened/patches/4.14: 4.14.278-hardened1 -> 4.14.280-hardened1 2022-05-19 17:53:11 +02:00
Maximilian Bosch
3edcbfce89
linux_latest-libre: 18713 -> 18738 2022-05-19 17:52:48 +02:00
Maximilian Bosch
1f98b560c8
linux-rt_5_4: 5.4.188-rt73 -> 5.4.193-rt74 2022-05-19 17:52:30 +02:00
Maximilian Bosch
c49791b326
linux-rt_5_10: 5.10.109-rt65 -> 5.10.115-rt67 2022-05-19 17:52:15 +02:00
Maximilian Bosch
d56829b5fe
linux: 5.4.193 -> 5.4.195 2022-05-19 17:51:59 +02:00
Maximilian Bosch
cfb71b715e
linux: 5.17.7 -> 5.17.9 2022-05-19 17:51:47 +02:00
Maximilian Bosch
8935b4d533
linux: 5.15.39 -> 5.15.41 2022-05-19 17:51:34 +02:00
Maximilian Bosch
1b81fcd678
linux: 5.10.115 -> 5.10.117 2022-05-19 17:51:23 +02:00
Maximilian Bosch
4072349a31
linux: 4.9.313 -> 4.9.315 2022-05-19 17:51:12 +02:00
Maximilian Bosch
a7d95e31bc
linux: 4.19.242 -> 4.19.244 2022-05-19 17:51:03 +02:00
Maximilian Bosch
3431806dfa
linux: 4.14.278 -> 4.14.280 2022-05-19 17:50:49 +02:00
Sergei Trofimovich
52f238a39d
Merge pull request #172918 from trofi/update-disk_indicator-for-fno-common
disk_indicator: unstable-2014-05-19 -> unstable-2018-12-18
2022-05-19 07:07:53 +00:00
Artturi
d441aabf07
Merge pull request #171877 from dtzWill/fix/issue-171609 2022-05-19 02:29:26 +03:00
Rick van Schijndel
83561001b3
Merge pull request #169782 from reckenrode/moltenvk-hydra
moltenvk: fix Hydra build failures
2022-05-18 20:03:07 +02:00
Shea Levy
121a26897f
npiperelay: init at 0.1.0 2022-05-18 08:15:04 -04:00
Wanja Zaeske
3f3f7a3a9d sssd: 2.6.3 -> 2.7.0 2022-05-18 13:05:12 +02:00
Wanja Zaeske
97d5a9af02 sssd: fix #151597
this adds a call to makeWrapper, that sets an env var to let some of
sssd binaries discover required modules
2022-05-18 12:38:01 +02:00
Artturi
49829a9ade
Merge pull request #173368 from trofi/fix-fno-common-for-light
light: pull upstream fix for -fno-common toolchains
2022-05-18 05:26:58 +03:00
Jay Rovacsek
4ff9578411
dockutil 2.0.5 -> 3.0.2 (#167488)
* dockutil 2.0.5 -> 3.0.2

Implement required changes to dockutil to handle newer version of package: 3.0.2

* Add gzip to inputs, remove pbzx as it is unused

* Utilise recommended changes reducing build dependencies and following darwin patterns more closely.
Note; this changeset does maintain the symlinking of $out/usr/local/bin in order to resolve an issue with crashing.

* Apply format/lint with nixfmt
2022-05-18 04:57:38 +03:00
Artturi
9d1596b964
Merge pull request #173313 from Atemu/update/xanmod
xanmod-kernels: update
2022-05-18 04:50:54 +03:00
Robert Scott
acc4a0bbb9
Merge pull request #173230 from delroth/restool-werror
restool: fix x86_64-linux build
2022-05-17 21:48:49 +01:00
Sergei Trofimovich
47fabead80 light: pull upstream fix for -fno-common toolchains
Without the change ubuild fails on gcc-10 as:

    ld: impl/light-razer.o:/build/source/src/helpers.h:24: multiple definition of
      `light_loglevel'; light-main.o:/build/source/src/helpers.h:24: first defined here
2022-05-17 10:12:24 +01:00
Zhong Jianxin
45a97a571b sketchybar: 2.5.0 -> 2.5.2 2022-05-17 14:15:14 +08:00
Atemu
336ee6b108 xanmod-kernels: make myself a maintainer 2022-05-16 19:04:39 +02:00
Atemu
fe151054ff linux_xanmod_latest: 5.17.4 -> 5.17.8 2022-05-16 19:04:39 +02:00
Atemu
3133e29fce linux_xanmod: 5.15.35 -> 5.15.40 2022-05-16 19:04:39 +02:00
Klemens Nanni
cbcc746f8f nixos/systemd: Package only built component units
Account for all `with*` options causing their respective unit files to
not be built, just like the current code `withCryptsetup` already does.

This fixes build errors like the following:
```
missing /nix/store/5fafsfms64fn3ywv274ky7arhm9yq2if-systemd-250.4/example/systemd/system/systemd-importd.service
error: builder for '/nix/store/67rdli5q5akzwmqgf8q0a1yp76jgr0px-system-units.drv' failed with exit code 1
```

Found by using a customised systemd package as follows:
```
systemd.package = pkgs.systemd-small;

nixpkgs.config.packageOverrides = pkgs: {

  "systemd-small" = pkgs.systemd.override {
    withImportd = false;
    withMachined = false;
    ...
  };

};
```
2022-05-16 16:52:25 +02:00
github-actions[bot]
f10256fb7a
Merge master into staging-next 2022-05-16 12:02:51 +00:00
Linus Heckemann
dee374cd6f
Merge pull request #172369 from mweinelt/microcode-intel
microcodeIntel: 20220419 -> 20220510
2022-05-16 13:48:56 +02:00
Pierre Bourdon
204417b2a4
restool: fix x86_64-linux build 2022-05-16 08:10:45 +02:00
github-actions[bot]
c8608fae00
Merge master into staging-next 2022-05-16 00:03:24 +00:00
Jörg Thalheim
d5099630b1
nix-ld: 1.0.0 -> 1.0.2 2022-05-15 21:06:05 +02:00
Sergei Trofimovich
e58ce95275 kmscube: pull upstream fix for -fno-common toolchains
Without the change build against upstream gcc-10 fails as:

    ld: kmscube-cube-tex.o:/build/kmscube-9dcce71/cube-tex.c:48: multiple definition of `gl';
      kmscube-cube-smooth.o:/build/kmscube-9dcce71/cube-smooth.c:40: first defined here
2022-05-15 17:01:22 +01:00
Dmitry Kalinkin
df2ded87a3
darwin.bsdmake: fix for systems with non-standard RLIMIT_NOFILE 2022-05-15 10:53:50 -04:00
github-actions[bot]
dae6d3bb73
Merge master into staging-next 2022-05-14 12:01:17 +00:00
Jörg Thalheim
800b90d2ad
Merge pull request #172958 from yqrashawn/master
goku 0.5.1 -> 0.5.2
2022-05-14 08:14:39 +01:00
Jörg Thalheim
d4212c3997
Merge pull request #172980 from Mic92/sysdig
sysdig: 0.28.0 -> 0.29.3
2022-05-14 08:03:37 +01:00
Jörg Thalheim
cdfdabd2bc
Merge pull request #171648 from mweinelt/dpdk
dpdk: 21.11 -> 22.03
2022-05-14 07:14:27 +01:00
Jörg Thalheim
2a38902f2a
sysdig: 0.28.0 -> 0.29.3 2022-05-14 07:40:02 +02:00
yqrashawn
65c8b91090
goku 0.5.1 -> 0.5.2 (#1) 2022-05-14 09:45:19 +08:00
github-actions[bot]
3328bc9666
Merge master into staging-next 2022-05-14 00:02:10 +00:00
Sergei Trofimovich
dac3455158 disk_indicator: unstable-2014-05-19 -> unstable-2018-12-18
Among other things pull in fix fo r-fno-common toolchains.
2022-05-13 21:04:18 +01:00
adisbladis
fb222e0086
Merge pull request #172820 from alyssais/compressed-firmware
Compressed firmware
2022-05-14 02:38:48 +08:00
github-actions[bot]
bcb22e9a7b
Merge master into staging-next 2022-05-13 18:01:23 +00:00
Artturi
44b28f34a0
Merge pull request #172740 from andrevmatos/kernel/zen
linux_zen: 5.17.5-zen1 -> 5.17.7-zen1
2022-05-13 19:35:07 +03:00
github-actions[bot]
97ea1401a7
Merge master into staging-next 2022-05-13 00:03:00 +00:00
Maximilian Bosch
081daee45e
linux/hardened/patches/5.4: 5.4.192-hardened1 -> 5.4.193-hardened1 2022-05-13 00:33:52 +02:00
Maximilian Bosch
1d8fa8ef14
linux/hardened/patches/5.17: 5.17.6-hardened1 -> 5.17.7-hardened1 2022-05-13 00:33:40 +02:00
Maximilian Bosch
b644615669
linux/hardened/patches/5.15: 5.15.38-hardened1 -> 5.15.39-hardened1 2022-05-13 00:33:27 +02:00
Maximilian Bosch
6abf4b2b96
linux/hardened/patches/5.10: 5.10.114-hardened1 -> 5.10.115-hardened1 2022-05-13 00:33:15 +02:00
Maximilian Bosch
34ede69b72
linux/hardened/patches/4.19: 4.19.241-hardened1 -> 4.19.242-hardened1 2022-05-13 00:33:03 +02:00
Maximilian Bosch
ab2f51774b
linux/hardened/patches/4.14: 4.14.277-hardened1 -> 4.14.278-hardened1 2022-05-13 00:32:51 +02:00
Maximilian Bosch
3543468280
linux: 5.4.192 -> 5.4.193 2022-05-13 00:32:23 +02:00
Maximilian Bosch
dcc82f4e65
linux: 5.17.6 -> 5.17.7 2022-05-13 00:32:13 +02:00
Maximilian Bosch
2b8fcabeb6
linux: 5.15.38 -> 5.15.39 2022-05-13 00:32:01 +02:00
Maximilian Bosch
2bea336233
linux: 5.10.114 -> 5.10.115 2022-05-13 00:31:49 +02:00
Maximilian Bosch
7885a53197
linux: 4.9.312 -> 4.9.313 2022-05-13 00:31:38 +02:00
Maximilian Bosch
30efbf1352
linux: 4.19.241 -> 4.19.242 2022-05-13 00:31:29 +02:00
Maximilian Bosch
6956681f24
linux: 4.14.277 -> 4.14.278 2022-05-13 00:31:19 +02:00
André Vitor de Lima Matos
83e994f3fe
linuxKernel.kernels.linux_zen: 5.17.5-zen1 -> 5.17.7-zen1 2022-05-12 16:04:07 -03:00
Alyssa Ross
1f7ac05b45 linux-firmware: fetchgit -> fetchzip
No need to do a full git clone for this.  Checked that the hash stays
the same.
2022-05-12 18:07:34 +00:00
Alyssa Ross
9488086746
linux: support loading compressed firmware
Supported since Linux 5.3.
2022-05-12 15:29:17 +00:00
Alyssa Ross
7b488d1fc9
b43Firmware_6_30_163_46: use the right location
hardware.firmware only considers lib/firmware, so this firmware was
being completely ignored.
2022-05-12 15:19:04 +00:00
Artturi
222e64362e
Merge pull request #172675 from 06kellyjac/systemd-r13y
systemd: fix reproducibility of dbus interface xml
2022-05-12 15:28:13 +03:00
github-actions[bot]
6705a41352
Merge staging-next into staging 2022-05-12 12:09:45 +00:00
06kellyjac
eeff6c4933 systemd: fix reproducibility of dbus interface xml
systemd's `--bus-introspect` was generating nondeterministic xml which
is saved into our build outputs
2022-05-12 10:11:22 +01:00
K900
b93f65a5f3 linux-firmware: 20220310 -> 20220509 2022-05-12 08:29:37 +00:00
Jan Tojnar
5af93e6908 Merge branch 'staging-next' into staging 2022-05-12 01:24:26 +02:00
Artturi
c7b10b6df9
Merge pull request #172131 from euank/ena-2.7.1
ena: 2.5.0 -> 2.7.1 & nixos/amazon-image: default to 5.15 kernel
2022-05-12 01:38:24 +03:00
github-actions[bot]
7dbfbc2e90
Merge staging-next into staging 2022-05-11 18:10:52 +00:00
Linus Heckemann
a6dbd8d65f
Merge pull request #172469 from Ma27/linux-kernel-updates
Linux kernels 2022-05-11
2022-05-11 14:05:32 +02:00
Maximilian Bosch
e3d598b7e8
linux/hardened/patches/5.4: 5.4.191-hardened1 -> 5.4.192-hardened1 2022-05-11 08:33:06 +02:00
Maximilian Bosch
c0a5d86c98
linux/hardened/patches/5.17: 5.17.5-hardened1 -> 5.17.6-hardened1 2022-05-11 08:32:54 +02:00
Maximilian Bosch
e6d741c9dd
linux/hardened/patches/5.15: 5.15.36-hardened1 -> 5.15.38-hardened1 2022-05-11 08:32:42 +02:00
Maximilian Bosch
1fd97805d8
linux/hardened/patches/5.10: 5.10.113-hardened1 -> 5.10.114-hardened1 2022-05-11 08:32:29 +02:00
Maximilian Bosch
0faa00ddbe
linux/hardened/patches/4.19: 4.19.240-hardened1 -> 4.19.241-hardened1 2022-05-11 08:32:17 +02:00
Maximilian Bosch
59fe74cca3
linux_latest-libre: 18688 -> 18713 2022-05-11 08:31:25 +02:00
Maximilian Bosch
ee2608d3ab
linux: 5.4.191 -> 5.4.192 2022-05-11 08:31:10 +02:00
Maximilian Bosch
d6bd76af6e
linux: 5.17.5 -> 5.17.6 2022-05-11 08:30:59 +02:00
Maximilian Bosch
38496aa149
linux: 5.15.37 -> 5.15.38 2022-05-11 08:30:47 +02:00
Maximilian Bosch
8869941b27
linux: 5.10.113 -> 5.10.114 2022-05-11 08:30:35 +02:00
github-actions[bot]
2d62d4f8e6
Merge staging-next into staging 2022-05-11 06:02:11 +00:00
Rick van Schijndel
6628ac797f
Merge pull request #172297 from trofi/fix-fno-common-for-directvnc
directvnc: pull -fno-common fix pending upstream inclusion
2022-05-11 07:26:39 +02:00
davidak
a3469fde69
Merge pull request #172374 from Mindavi/anbox-kernel/drop
anbox: drop kernel modules package
2022-05-11 02:55:29 +02:00
github-actions[bot]
90db968124
Merge staging-next into staging 2022-05-10 21:23:59 +00:00
Rick van Schijndel
f433d91bb3 anbox: drop kernel modules package
All builds are broken:
- 4.14
- 4.19
- 5.4

https://hydra.nixos.org/eval/1761072?filter=anbox&compare=1760998&full=#tabs-still-fail

Let's just drop it.

This leaves the anbox module possibly in a broken-ish state,
but I'm not sure what to do about it.
2022-05-10 21:15:48 +02:00
Martin Weinelt
72429cd8ea
microcodeIntel: 20220419 -> 20220510
https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20220510
https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00617.html

Fixes: CVE-2022-21151
2022-05-10 20:37:49 +02:00
Martin Weinelt
76d686ab98
Merge pull request #169423 from mweinelt/microcode-intel 2022-05-10 20:34:51 +02:00
github-actions[bot]
3a79190750
Merge staging-next into staging 2022-05-10 18:01:50 +00:00
Artturi
95818c2881
Merge pull request #170939 from jfroche/odp-dpdk
odp-dpdk: 1.30.1.0_DPDK_19.11 -> 1.35.0.0_DPDK_19.11
2022-05-10 19:58:11 +03:00
Sergei Trofimovich
c08232b717 directvnc: pull -fno-common fix pending upstream inclusion
Without the change build fails on upstream gcc-10 as:

    ld: modmap.o:/build/source/src/directvnc.h:45: multiple definition of
      `buffer'; main.o:/build/source/src/directvnc.h:45: first defined here
2022-05-10 08:03:07 +01:00
github-actions[bot]
2282e994f2
Merge staging-next into staging 2022-05-10 00:02:52 +00:00
0x4A6F
b2c14fec91
Merge pull request #171933 from onny/firejail-opengl
firejail: Fix opengl support for various apps
2022-05-09 22:13:11 +02:00
github-actions[bot]
629adb097a
Merge staging-next into staging 2022-05-09 18:01:59 +00:00
Rick van Schijndel
1bd0b4de1f goku: fix download url
I accidentally merged this even though the url was not correct.
Fixup for https://github.com/NixOS/nixpkgs/pull/168863.
2022-05-09 20:00:06 +02:00
Jonas Heinrich
e87b171be6 firejail: Fix opengl support for various apps 2022-05-09 15:55:05 +02:00
Aaron Bieber
c54682539b os-specific/linux/vmm_clock: mark kernels older than 4.19 as broken
Upstream mentions[1] the oldest tested kernel is 4.19, so mark anything
older as broken.

ZHF: #172160

[1] https://github.com/voutilad/vmm_clock#tested-platforms-and-configs
2022-05-09 06:37:09 -06:00
github-actions[bot]
27575e98ee
Merge staging-next into staging 2022-05-09 12:08:45 +00:00
Rick van Schijndel
bf25f1af17
Merge pull request #168863 from yqrashawn/patch-1
goku: 0.3.6 -> 0.5.1
2022-05-09 11:09:32 +02:00
Sergei Trofimovich
0e8ede9cc4 g15daemon: add -fcommon workaround
Without the change the build fails on -fno-common toolchains like gcc-10 as:

    $ nix build --impure --expr 'with import ./. {}; g15daemon.override { stdenv = clang13Stdenv; }'
    ld: g15daemon.h:218: multiple definition of `lcdlist_mutex'; utility_funcs.o:g15daemon.h:218: first defined here
    ld: g15daemon.h:203: multiple definition of `lcdnode_s'; utility_funcs.o:g15daemon.h:203: first defined here
2022-05-09 14:06:29 +08:00
Euan Kemp
bb0210e327 ena: 2.5.0 -> 2.7.1
This update is supposed to give us support for the 5.17 kernel according to the
2.7.0 release notes here: https://github.com/amzn/amzn-drivers/releases/tag/ena_linux_2.7.0

Unfortunately, in practice, it does not build with `linuxPackages_5_17`,
so I left that marked as broken.

It does work for 5.15 though, so we can use that, woo!
2022-05-08 21:12:52 -07:00
github-actions[bot]
31938a3f5c
Merge staging-next into staging 2022-05-09 00:03:28 +00:00
github-actions[bot]
f39e774f11
Merge master into staging-next 2022-05-09 00:02:27 +00:00
Sandro
b196dea22d
Merge pull request #172080 from wentasah/usbrelay-1.0
usbrelay: 0.9 -> 1.0
2022-05-09 01:02:08 +02:00
Niklaus Giger
1d82f62aef
UHK-agent: Support for Ultimate Hacking Keyboard udev-rules and configuration application (#132420)
* maintainers: add ngiger

* uhk-agent: init at 1.5.17

* Apply suggestions from code review

* Update pkgs/os-specific/linux/uhk-agent/default.nix

* Apply suggestions from code review

* Update pkgs/os-specific/linux/uhk-agent/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-05-08 22:40:52 +02:00
Michal Sojka
3effbca0bc usbrelay: 0.9 -> 1.0 2022-05-08 21:16:32 +02:00
github-actions[bot]
6ab1fe48df
Merge staging-next into staging 2022-05-08 18:01:43 +00:00
github-actions[bot]
e92815729d
Merge master into staging-next 2022-05-08 18:01:10 +00:00
Artturi
4f337a99de
Merge pull request #167571 from veehaitch/sgx-2.16
sgx-sdk, sgx-psw: 2.15.1 -> 2.16
2022-05-08 16:00:56 +03:00
Artturi
3241daed39
Merge pull request #171776 from trofi/fix-fno-common-read-edid
read-edid: fix build on -fno-common toolchains
2022-05-08 15:12:17 +03:00
github-actions[bot]
c5da241985
Merge staging-next into staging 2022-05-08 12:01:39 +00:00
github-actions[bot]
eaaed3f1d2
Merge master into staging-next 2022-05-08 12:01:07 +00:00
Jörg Thalheim
bed43198ff
Merge pull request #172019 from zhaofengli/dropwatch-1.5.4
dropwatch: 1.5.3 -> 1.5.4
2022-05-08 10:28:39 +01:00
7c6f434c
93ffc1affc
Merge pull request #171812 from onny/firejail-whitelist
firejail: Fix resolve binary paths in user environment
2022-05-08 07:44:09 +00:00
Zhaofeng Li
0cd600f929 dropwatch: 1.5.3 -> 1.5.4 2022-05-07 20:06:12 -07:00
github-actions[bot]
bbe9795596
Merge staging-next into staging 2022-05-07 12:01:55 +00:00
github-actions[bot]
a714337bb2
Merge master into staging-next 2022-05-07 12:01:21 +00:00
Fabian Affolter
4b6d4ba9de
Merge pull request #171927 from alexshpilkin/adopt-facetimehd-calibration
Add alexshpilkin as maintainer for facetimehd-calibration
2022-05-07 11:45:26 +02:00
Jonas Heinrich
5d2dfa253e firejail: Fix resolve binary paths in user environment 2022-05-07 11:39:02 +02:00
Alexander Shpilkin
1532844bcf
facetimehd-calibration: add alexshpilkin as maintainer 2022-05-07 08:11:14 +03:00
Will Dietz
0d89067027 latencytop: fix hardcoded path to /bin/mount
Fixes #171609.
2022-05-06 18:06:29 -05:00
github-actions[bot]
730d96c6bd
Merge staging-next into staging 2022-05-06 18:01:53 +00:00
Martin Weinelt
11a8c3e409
batman-adv: 2022.0 -> 2022.1 2022-05-06 18:23:07 +02:00
Vladimír Čunát
8ad52489e9
Merge branch 'master' into staging-next 2022-05-06 16:07:25 +02:00
Florian Klink
0f538d6a5e
Merge pull request #171723 from lovesegfault/systemd-init-rm-sysinit
systemd: Remove accidential sysinit re-add
2022-05-06 15:46:08 +02:00
Maximilian Bosch
7dbfd6b997
Merge pull request #171783 from Ma27/linux-kernel-updates
Linux kernels 2022-05-06
2022-05-06 14:05:28 +02:00
github-actions[bot]
ad713fb84e
Merge staging-next into staging 2022-05-06 12:02:39 +00:00
github-actions[bot]
6e0aca3c43
Merge master into staging-next 2022-05-06 12:02:02 +00:00
Maximilian Bosch
e7675ff05d
linux/hardened/patches/5.4: 5.4.190-hardened1 -> 5.4.191-hardened1 2022-05-06 10:17:59 +02:00
Maximilian Bosch
b79d9a846b
linux/hardened/patches/5.17: init at 5.17.5-hardened1 2022-05-06 10:17:59 +02:00
Sergei Trofimovich
6b75fe0638 read-edid: fix build on -fno-common toolchains
Without the change build fails on toolchains like clang-13 which
switch to -fno-common by default:

    $ nix build -L --impure --expr 'with import ./. {}; read-edid.override { stdenv = clang13Stdenv; }'
    ...
    read-edid> ld: CMakeFiles/get-edid.dir/classic.c.o:(.bss+0x0):
      multiple definition of `quiet'; CMakeFiles/get-edid.dir/get-edid.c.o:(.bss+0x0): first defined here
    read-edid> ld: CMakeFiles/get-edid.dir/i2c.c.o:(.bss+0x0):
      multiple definition of `quiet'; CMakeFiles/get-edid.dir/get-edid.c.o:(.bss+0x0): first defined here
2022-05-06 08:48:10 +01:00
Sergei Trofimovich
60a5fcfbf1
Merge pull request #170860 from trofi/update-pax-utils
pax-utils: 1.3.3 -> 1.3.4
2022-05-06 06:55:49 +00:00
github-actions[bot]
4cab9aed76
Merge staging-next into staging 2022-05-06 00:02:53 +00:00
github-actions[bot]
b962dee3e7
Merge master into staging-next 2022-05-06 00:02:16 +00:00
Maximilian Bosch
ed9d1bfe64
linux/hardened/patches/5.15: 5.15.35-hardened1 -> 5.15.36-hardened1 2022-05-06 00:22:24 +02:00
Maximilian Bosch
bb404a9c09
linux/hardened/patches/5.10: 5.10.112-hardened1 -> 5.10.113-hardened1 2022-05-06 00:22:11 +02:00
Maximilian Bosch
4d43ae779d
linux/hardened/patches/4.19: 4.19.239-hardened1 -> 4.19.240-hardened1 2022-05-06 00:21:59 +02:00
Maximilian Bosch
cb10c6f5cf
linux/hardened/patches/4.14: 4.14.276-hardened1 -> 4.14.277-hardened1 2022-05-06 00:21:47 +02:00
Maximilian Bosch
f93833182b
linux: 5.15.36 -> 5.15.37 2022-05-06 00:21:02 +02:00
Maximilian Bosch
4ac44ce721
linux: 4.19.240 -> 4.19.241 2022-05-06 00:20:50 +02:00
Bernardo Meurer
959971255f
Merge pull request #171656 from rowanG077/igm-vnext
intel-compute-runtime: 21.42.21270 -> 22.17.23034
2022-05-05 15:11:31 -07:00
Janne Heß
509e2b499e
systemd: Remove accidential sysinit re-add
0423158e10 re-introduced a previously
removed mv call.
2022-05-05 14:55:40 -07:00
github-actions[bot]
039ca2bb32
Merge staging-next into staging 2022-05-05 18:10:40 +00:00
github-actions[bot]
aba90d9366
Merge master into staging-next 2022-05-05 18:05:32 +00:00
Jan Tojnar
a1439bc965
Merge pull request #171071 from jtojnar/fdo-updates
Update some low-key fdo packages
2022-05-05 19:55:24 +02:00
toonn
7fb011df89 Libsystem: Update headers.txt
Replacing `cpio -pdm` with `copyHierarchy` makes us end up with two
extra headers. I'm not sure why this happens, there's no reason why
`cpio` should miss those headers.
2022-05-05 11:53:52 -04:00
toonn
972c7e99ff Libsystem: Replace cpio with copyHierarchy
I noticed every time building Libsystem that there was a very slow phase
where the output consisted of many lines like `42 blocks`. This is
output from cpio and in brief testing it takes at least twice as long to
go through cpio for the simple copies we want to make. The interface is
very convenient but the performance penalty is very painful so I decided
to implement a function that emulates cpio's interface.

On my machine with a 7200 RPM HDD this speeds up the build from about
250 minutes to about 75 seconds, a factor of 200! I'm not certain the
results on modern hardware would be similarly positive so this could use
further testing.
2022-05-05 11:53:52 -04:00
Michael Adler
321d31a4af iwd: 1.26 -> 1.27 2022-05-05 17:23:06 +02:00
Jan Tojnar
d487bcce32 bolt: 0.9.1 → 0.9.2
https://gitlab.freedesktop.org/bolt/bolt/-/tags/0.9.2
2022-05-05 16:33:58 +02:00
rowanG077
2291838453 intel-compute-runtime: 21.42.21270 -> 22.17.23034 2022-05-05 14:45:27 +02:00
Martin Weinelt
a52bf037d8
dpdk: 21.11 -> 22.03
https://doc.dpdk.org/guides/rel_notes/release_22_03.html
https://www.openwall.com/lists/oss-security/2022/05/05/1
https://www.openwall.com/lists/oss-security/2022/05/05/2

Fixes: CVE-2021-3839, CVE-2022-0669
2022-05-05 13:06:23 +02:00
github-actions[bot]
77ee91f1d3
Merge staging-next into staging 2022-05-05 00:03:04 +00:00
Vladimír Čunát
453f19bb85
Merge branch 'master' into staging-next 2022-05-04 21:02:39 +02:00
Sandro
7e4329608c
Merge pull request #170952 from SuperSandro2000/firewalld
firewalld: init at 1.1.1
2022-05-04 20:51:27 +02:00
github-actions[bot]
52a30d32af
Merge staging-next into staging 2022-05-04 18:06:37 +00:00
github-actions[bot]
747719f235
Merge master into staging-next 2022-05-04 18:01:28 +00:00
Sandro
aacb7ef4a6
Merge pull request #169966 from deinferno/vmware-host 2022-05-04 14:13:12 +02:00
Artturi
8acc9a6a2a
Merge pull request #170623 from Artturin/strictdepsfixes1
Various strictDeps and cross fixes v2
2022-05-04 13:38:07 +03:00
Artturi
4d056e06b2
Merge pull request #169925 from fgaz/bluez/gatttool
bluez: install gatttool too
2022-05-04 12:47:40 +03:00
github-actions[bot]
ee7e3f30f3
Merge staging-next into staging 2022-05-04 00:02:57 +00:00
github-actions[bot]
dfbbe42072
Merge master into staging-next 2022-05-04 00:02:22 +00:00
deinferno
59e6af3dc1 linuxPackages.vmware: init at 16.2.3 2022-05-04 01:56:45 +05:00
Jan Tojnar
b8b17d9b8e power-profiles-daemon: 0.10.1 → 0.11.1
https://gitlab.freedesktop.org/hadess/power-profiles-daemon/-/releases/0.11
https://gitlab.freedesktop.org/hadess/power-profiles-daemon/-/releases/0.11.1
2022-05-03 22:51:48 +02:00
Rick van Schijndel
4bc5551e0f
Merge pull request #163801 from r-ryantm/auto-update/evdi
linuxKernel.packages.linux_5_16.evdi: 1.10.0 -> 1.10.1
2022-05-03 21:44:38 +02:00
github-actions[bot]
00dc0eecc7
Merge staging-next into staging 2022-05-03 12:01:45 +00:00
github-actions[bot]
c55d38ab7d
Merge master into staging-next 2022-05-03 12:01:12 +00:00
Madoura
064da2621a
linux_testing_bcachefs: unstable-2022-04-08 -> unstable-2022-04-25 2022-05-02 21:49:53 -05:00
github-actions[bot]
c4bf3689ee
Merge staging-next into staging 2022-05-02 18:10:52 +00:00
github-actions[bot]
49c6cbdffa
Merge master into staging-next 2022-05-02 18:05:47 +00:00
Vladimír Čunát
7c084fde74
bionic: fix evaluation on some platforms
Channel update scripts were blocked on this.
Conversion from hard errors to soft throws is significant.
2022-05-02 16:57:18 +02:00
github-actions[bot]
7bd3b9eff1
Merge staging-next into staging 2022-05-01 00:03:16 +00:00
github-actions[bot]
ca346384ce
Merge master into staging-next 2022-05-01 00:02:36 +00:00
Vladimír Čunát
c480cc2895
Merge branch 'master' into staging-next-2022-04-23 2022-04-30 23:02:28 +02:00
github-actions[bot]
5db8cea3c9
Merge staging-next into staging 2022-04-30 18:01:49 +00:00
Artturi
624320b1a5
Merge pull request #171033 from Luflosi/sasutils-add-man-pages
sasutils: add man pages
2022-04-30 21:01:23 +03:00
github-actions[bot]
afb1522e95
Merge master into staging-next 2022-04-30 18:01:16 +00:00
Sandro
d510b23805
Merge pull request #170964 from SuperSandro2000/sgx
ssl: fix nix-env version parsing
2022-04-30 19:34:21 +02:00
Luflosi
d1e739139b
sasutils: add man pages 2022-04-30 15:55:57 +02:00
Jan Tojnar
e6336bdf10
Merge pull request #170194 from mightyiam/patch_bluez_systemd_paths
bluez: add upstream patch for /var/lib/bluetooth
2022-04-30 14:29:29 +02:00
Sandro Jäckel
f96a60f950
ssl: fix nix-env version parsing 2022-04-30 02:37:20 +02:00
Sandro Jäckel
d9da7087c0
python310Packages.nftables: init from pkgs.nftables, reduce with lib; usage over enitre file 2022-04-30 02:26:11 +02:00
github-actions[bot]
5f05f984a6
Merge staging-next into staging 2022-04-30 00:02:41 +00:00
github-actions[bot]
142bf917b0
Merge master into staging-next 2022-04-30 00:02:08 +00:00
Sandro
834b2caf0a
Merge pull request #170778 from mweinelt/cifs-utils
cifs-utils: fix two security issues
2022-04-30 00:36:35 +02:00
Jean-François Roche
4fefaa54ae
odp-dpdk: 1.30.1.0_DPDK_19.11 -> 1.35.0.0_DPDK_19.11
Fixing failing build
2022-04-29 22:02:09 +02:00
Graham Christensen
f00109472a
Merge pull request #164185 from alexshpilkin/calibration
facetimehd: support sensor calibration files
2022-04-29 15:53:30 -04:00
github-actions[bot]
3624aa9760
Merge staging-next into staging 2022-04-29 18:01:55 +00:00
github-actions[bot]
db87306c53
Merge master into staging-next 2022-04-29 18:01:20 +00:00
Jan Tojnar
74c8b62411 fwupd: 1.7.7 → 1.8.0
https://github.com/fwupd/fwupd/releases/tag/1.8.0
https://blogs.gnome.org/hughsie/2022/04/28/fwupd-1-8-0-and-50-million-updates/

- Switch to feature type for meson configure flags.
- flashrom program has not actually been used for a while now, it was replaced by libflashrom:
  13fd21d806
2022-04-29 19:04:02 +02:00
R. Ryantm
7cc114ff3d musl-obstack: 1.2.2 -> 1.2.3 2022-04-29 09:28:45 -05:00
Sergei Trofimovich
4901ac200b pax-utils: 1.3.3 -> 1.3.4
While at it added trivial updater.

changes: https://gitweb.gentoo.org/proj/pax-utils.git/log/
2022-04-29 08:02:24 +01:00
fortuneteller2k
573127a0f2 linux_xanmod_latest: 5.17.2 -> 5.17.4 2022-04-29 06:48:26 +00:00
fortuneteller2k
97164719dc linux_xanmod: 5.15.34 -> 5.15.35 2022-04-29 06:44:41 +00:00
github-actions[bot]
fbd67854c6
Merge staging-next into staging 2022-04-29 06:01:45 +00:00
github-actions[bot]
2254d18031
Merge master into staging-next 2022-04-29 06:01:11 +00:00
Bernardo Meurer
7c7a135ded
Merge pull request #170760 from Ma27/linux-kernel-updates
Linux kernels 2022-04-27
2022-04-28 20:07:38 -07:00
github-actions[bot]
58538c1840
Merge staging-next into staging 2022-04-28 18:07:38 +00:00
github-actions[bot]
240db69637
Merge master into staging-next 2022-04-28 18:02:22 +00:00
Rick van Schijndel
1adb8c6d9b
Merge pull request #168585 from s1341/bionic_prebuilt_add_x86_64_support
bionic_prebuilt: add x86_64 support
2022-04-28 19:31:06 +02:00
Vladimír Čunát
84de05dba7
Merge branch 'master' into staging-next 2022-04-28 18:05:38 +02:00
Vladimír Čunát
8caa1418f6
Merge branch 'master' into staging-next-2022-04-23 2022-04-28 18:04:16 +02:00
Artturi
0cd6f99f95
Merge pull request #170670 from andrevmatos/kernel/zen 2022-04-28 18:52:01 +03:00
Martin Weinelt
e121ca2c8f
cifs-utils: fix information disclosure in logger
8acc963a2e

Fixes: CVE-2022-29869
2022-04-28 15:37:14 +02:00
Martin Weinelt
cb3fa089ea
cifs-utils: patch buffer-overflow in ip param handling
https://www.openwall.com/lists/oss-security/2022/04/27/5
https://bugzilla.suse.com/show_bug.cgi?id=1197216
https://github.com/piastry/cifs-utils/pull/7

Fixes: CVE-2022-27239
2022-04-28 15:37:03 +02:00
github-actions[bot]
4ecc03e928
Merge staging-next into staging 2022-04-28 12:10:49 +00:00
github-actions[bot]
5891152d70
Merge master into staging-next 2022-04-28 12:05:39 +00:00
Maximilian Bosch
156229222e
linux: 5.4.190 -> 5.4.191 2022-04-28 12:13:52 +02:00
Maximilian Bosch
0b6256c1b8
linux: 5.17.4 -> 5.17.5 2022-04-28 12:13:38 +02:00
Maximilian Bosch
fd748205fa
linux: 5.15.35 -> 5.15.36 2022-04-28 12:13:22 +02:00
Maximilian Bosch
f1ad14384b
linux: 5.10.112 -> 5.10.113 2022-04-28 12:13:07 +02:00
Maximilian Bosch
cd8c3a2b1e
linux: 4.9.311 -> 4.9.312 2022-04-28 12:12:52 +02:00
Maximilian Bosch
f708ee02bd
linux: 4.19.239 -> 4.19.240 2022-04-28 12:12:39 +02:00
Maximilian Bosch
2cd2c891f9
linux: 4.14.276 -> 4.14.277 2022-04-28 12:12:23 +02:00
Maximilian Bosch
a7f58e8ecc
Merge pull request #169937 from Ma27/linux-kernel-updates
Linux kernels 2022-04-20
2022-04-28 12:04:52 +02:00
Maximilian Bosch
654471e600
linux-testing-bcachefs: mark as broken for now 2022-04-28 11:36:54 +02:00
Alyssa Ross
a4c1c90384 s6-linux-init: 1.0.7.0 -> 1.0.7.3 2022-04-28 09:31:34 +00:00
André Vitor de Lima Matos
59d5009069
linuxKernel.kernels.linux_zen: 5.17.2-zen3 -> 5.17.5-zen1 2022-04-27 20:23:18 -03:00
Vladimír Čunát
51554cbbdb
Merge branch 'master' into staging-next-2022-04-23 2022-04-27 22:50:17 +02:00
github-actions[bot]
2d8612d4c3
Merge staging-next into staging 2022-04-27 18:02:29 +00:00
github-actions[bot]
565df1946d
Merge master into staging-next 2022-04-27 18:01:19 +00:00
Sandro
941c24d349
Merge pull request #170454 from willcohen/network_cmds
darwin.network_cmds: switch openssl to libressl
2022-04-27 16:54:51 +02:00
Francesco Gazzetta
44370b355e bluez: install gatttool too 2022-04-27 16:29:55 +02:00
Artturin
a7f9bb67da audit: enable strictDeps
checked with diffoscope
2022-04-27 16:21:09 +03:00
github-actions[bot]
7587db1fa2
Merge staging-next into staging 2022-04-27 12:06:15 +00:00
github-actions[bot]
6013ebcc30
Merge master into staging-next 2022-04-27 12:02:07 +00:00
Bobby Rong
44262ba2e0
Merge pull request #170385 from bobby285271/testversion
various: use testers.testVersion
2022-04-27 15:55:02 +08:00
github-actions[bot]
da11317d1c
Merge staging-next into staging 2022-04-27 06:01:39 +00:00
github-actions[bot]
2ac5c4af82
Merge master into staging-next 2022-04-27 06:01:04 +00:00
Bernardo Meurer
d6b996030d
Merge pull request #170528 from lovesegfault/rpi-full-tree
feat: add support for the RaspberryPi CM4
2022-04-26 20:55:16 -07:00
Bernardo Meurer
aca45f8c67
raspberrypiWirelessFirmware: fix install 2022-04-26 19:05:22 -07:00
Bernardo Meurer
786dfea2c7
Merge pull request #169985 from trofi/fix-systemd-boot-on-aarch64
systemd: disable EFI stripping
2022-04-26 18:35:00 -07:00
Kiskae
2d4e01f8b7
actually update nvidia-persistenced as well 2022-04-26 23:00:25 +02:00
Will Cohen
36b5da498c darwin.network_cmds: switch openssl to libressl 2022-04-26 13:42:04 -04:00
Kiskae
f21b16cdd9
nvidia_x11: 510.60.02 → 510.68.02
Contains a fix for NvFBC and new versions of vulkan-loader
2022-04-26 18:52:04 +02:00
github-actions[bot]
6f99633360
Merge staging-next into staging 2022-04-26 12:09:41 +00:00
github-actions[bot]
e7703dd154
Merge master into staging-next 2022-04-26 12:04:22 +00:00
Jan Tojnar
d0468e9521
Merge pull request #170126 from Mindavi/upower/cross
upower: fix cross-compilation support
2022-04-26 13:09:07 +02:00
Bobby Rong
fd39a60a42
mas: use testers.testVersion 2022-04-26 15:59:18 +08:00
Rick van Schijndel
48d473f1c3 upower: fix cross-compilation support
Disable gtk-doc and introspection when cross-compiling
2022-04-26 09:04:33 +02:00
s1341
1f399bac82 bionic_prebuilt: add x86_64 support 2022-04-26 09:30:37 +03:00
github-actions[bot]
413490ab0d
Merge staging-next into staging 2022-04-26 06:01:45 +00:00
github-actions[bot]
f8c265f433
Merge master into staging-next 2022-04-26 06:01:08 +00:00
Rick van Schijndel
4586388f85
Merge pull request #170320 from andersk/negated-version
treewide: Simplify negated uses of versionAtLeast, versionOlder
2022-04-26 07:50:15 +02:00
github-actions[bot]
b3b2c97a2b
Merge staging-next into staging 2022-04-26 00:02:56 +00:00
Vladimír Čunát
ad8197eb43
Merge branch 'master' into staging-next 2022-04-25 23:11:18 +02:00
Jan Tojnar
a44d043175
Merge pull request #170294 from maxeaubrey/fwupd_1.7.7
fwupd: 1.7.6 -> 1.7.7
2022-04-25 22:53:38 +02:00
Anders Kaseorg
6920d8ca42 treewide: Simplify negated uses of versionAtLeast, versionOlder
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2022-04-25 13:35:24 -07:00
Maxine Aubrey
7cee7f985e
fwupd: 1.7.6 -> 1.7.7
- https://github.com/fwupd/fwupd/releases/tag/1.7.7
2022-04-25 20:54:50 +02:00
github-actions[bot]
2a6014ff57
Merge staging-next into staging 2022-04-25 18:01:53 +00:00
github-actions[bot]
1fe6b64349
Merge master into staging-next 2022-04-25 18:01:12 +00:00
Bernardo Meurer
5d875c6a9a
Merge pull request #170287 from cab404/bump-ledger-udev
ledger-udev-rules: 2019-05-30 -> 2021-09-10
2022-04-25 10:48:03 -07:00
Vladimir Serov
a0a3c85083
ledger-udev-rules: 2019-05-30 -> 2021-09-10 2022-04-25 20:21:09 +04:00
github-actions[bot]
1dd75b14e7
Merge staging-next into staging 2022-04-25 12:09:44 +00:00
github-actions[bot]
073cad8fd6
Merge master into staging-next 2022-04-25 12:04:02 +00:00
ajs124
e76c8952c9
Merge pull request #170132 from armeenm/remove-speedometer
speedometer: remove
2022-04-25 10:15:43 +01:00
markuskowa
1b87f6e205
Merge pull request #170129 from markuskowa/upd-rdma-core
rdma-core: 39.1 -> 40.0
2022-04-25 09:47:50 +02:00
github-actions[bot]
2855667994
Merge staging-next into staging 2022-04-25 06:01:52 +00:00
github-actions[bot]
b258091866
Merge master into staging-next 2022-04-25 06:01:18 +00:00
John Ericson
0b47e640ca
Merge pull request #170115 from symphorien/misc-static-fixes
Misc static fixes
2022-04-25 01:15:44 -04:00
Shahar Dawn Or
e4c5ff6156 bluez: add upstream patch for /var/lib/bluetooth 2022-04-25 10:52:08 +07:00
Sandro
93da45162d
Merge pull request #166321 from wentasah/usbrelay 2022-04-25 02:23:19 +02:00
github-actions[bot]
6a14b5834e
Merge master into staging-next 2022-04-25 00:02:35 +00:00
Sandro
0e518ad8d9
Merge pull request #159548 from aij/sasutils
sasutils: init at 0.3.12
2022-04-25 00:14:47 +02:00
Markus Kowalewski
76bbb97fe5
rdma-core: 39.1 -> 40.0 2022-04-24 23:27:36 +02:00
Guillaume Girol
b79ebdec9b util-linux: fix static build by disabling systemd support 2022-04-24 23:20:48 +02:00
Guillaume Girol
71ca66602b systemd: mark as broken for static builds 2022-04-24 23:20:48 +02:00
Guillaume Girol
15f685808f kbd: fix static build 2022-04-24 23:20:48 +02:00