Commit graph

16226 commits

Author SHA1 Message Date
maxine [they] 2f6c17537d
Merge pull request #136284 from maxeaubrey/ell_0.43_iwd_1.17
ell: 0.42 -> 0.43, iwd: 1.16 -> 1.17
2021-09-06 11:26:01 +02:00
maxine [they] c8472e26dd
Merge pull request #136218 from maxeaubrey/bluez_5.61
bluez: 5.60 -> 5.61
2021-09-06 11:25:46 +02:00
John Ericson 4ad0a67799
Merge pull request #136437 from Ericson2314/netbsd-compat-cross
netbsd.compat: Fix cross compilation
2021-09-05 00:46:54 -04:00
Sandro fdf5387c25
Merge pull request #135921 from Stunkymonkey/os-specific-linux-pname-version
os-specific/linux: replace name with pname&version
2021-09-05 03:43:50 +02:00
Michael Weiss 6549c72937
Merge pull request #136701 from primeos/iproute2
iproute2: 5.13.0 -> 5.14.0
2021-09-05 00:10:28 +02:00
Maximilian Bosch c1bc5a49b9
Merge pull request #136406 from maxeaubrey/cryptsetup_2.4.0
cryptsetup: 2.3.6 -> 2.4.0
2021-09-04 18:01:26 +02:00
Michael Weiss 247aed0528
iproute2: 5.13.0 -> 5.14.0
"End of summer sale, get your new iproute2 just in time for fall!
This is a relatively low volume release (maybe because of summer
doldrums)." [0]

[0]: https://lore.kernel.org/netdev/20210831120452.71325cd8@hermes.local/
2021-09-04 17:06:11 +02:00
github-actions[bot] e750a74632
Merge staging-next into staging 2021-09-04 00:02:10 +00:00
Alyssa Ross 071a7a4583
Merge remote-tracking branch 'nixpkgs/master' into staging-next 2021-09-03 18:23:45 +00:00
Tim Steinbach 395d2eff17 linux_latest-libre: 18268 -> 18298 2021-09-03 12:55:42 -04:00
Tim Steinbach 979c0b77ab linux-rt_5_4: 5.4.138-rt62 -> 5.4.143-rt63 2021-09-03 12:55:42 -04:00
Tim Steinbach 3221114748 linux: 5.4.143 -> 5.4.144 2021-09-03 12:55:42 -04:00
Tim Steinbach 116141a188 linux: 5.14 -> 5.14.1 2021-09-03 12:55:42 -04:00
Tim Steinbach ba3f560dc5 linux: 5.13.13 -> 5.13.14 2021-09-03 12:55:42 -04:00
Tim Steinbach f57a2e0bed linux: 5.10.61 -> 5.10.62 2021-09-03 12:55:42 -04:00
Tim Steinbach c57b2db48b linux: 4.9.281 -> 4.9.282 2021-09-03 12:55:42 -04:00
Tim Steinbach 5ed235352a linux: 4.4.282 -> 4.4.283 2021-09-03 12:55:42 -04:00
Tim Steinbach 9c8dbd4a1e linux: 4.19.205 -> 4.19.206 2021-09-03 12:55:42 -04:00
Tim Steinbach ad44de1d94 linux: 4.14.245 -> 4.14.246 2021-09-03 12:55:42 -04:00
John Ericson 2fdb859716 netbsd: Make hard/soft float match systems settings 2021-09-03 14:20:12 +00:00
John Ericson ad609d27b5 netbsd.compat: Fix cross compilation
Not to netbsd, where it isn't needed, but elsewhere.

A few things going on here:

 - Make compat use the "regular" not "host" makefile infra. This,
   however, makes more assumptions that the toolchain is BSD-like, and
   so we need to compensate for them with the likes of:

    - `LORDER=...` and `TSORT=...`

    - Move `export INSTALL_*` to install's setup hook so they don't interfere
      with coreutils install

 - Don't use `DESTDIR` for installing include files, instead set `INCSDIR`.
   This is more proper, but doesn't work when `INCSDIR` is set multiple
   times, unfortunately, as CLI defs override all other assignments. So
   instead set `INCSDIR0` on the CLI, and do some `INCSDIR =
   ${INCSDIR0}/...` in the relevant packages.

    - `INCSDIR` is set just in the NetBSD setup hook because FreeBSD uses
    `INCLUDEDIR`.
2021-09-03 14:19:49 +00:00
Graham Christensen 3677d4bc22 kexec-tools: rename from kexectools to match the project name 2021-09-03 10:17:21 -04:00
Alyssa Ross 742750ccfd linuxPackages.ddcci-driver: 0.3.3 -> 0.4.1 2021-09-03 13:20:34 +00:00
John Ericson af58c2cc0c netbsd.compat: Don't configure twice 2021-09-03 03:09:05 +00:00
github-actions[bot] e89bf40282
Merge staging-next into staging 2021-09-03 00:02:21 +00:00
github-actions[bot] 704a7a86ca
Merge master into staging-next 2021-09-03 00:01:42 +00:00
Bernardo Meurer ab1d85c0b1
Revert "linuxPackages.zfs: fix m4 script when not using GCC"
This reverts commit 5280cdee8d.
2021-09-02 13:45:53 -07:00
Bernardo Meurer a12606bef4
linuxPackages.zfs: use the kernel's stdenv when possible 2021-09-02 13:45:52 -07:00
github-actions[bot] cad67905de
Merge staging-next into staging 2021-09-02 00:02:14 +00:00
github-actions[bot] ce1d6621cd
Merge master into staging-next 2021-09-02 00:01:38 +00:00
Bernardo Meurer 03f44bd225
Merge pull request #136251 from lovesegfault/zfs-fix-configure
linuxPackages.zfs: fix m4 script when not using GCC
2021-09-01 18:15:02 +00:00
Maxine Aubrey 0e6c742620
cryptsetup: 2.3.6 -> 2.4.0
- https://mirrors.edge.kernel.org/pub/linux/utils/cryptsetup/v2.4/v2.4.0-ReleaseNotes
2021-09-01 18:57:13 +02:00
Maxine Aubrey 306f04e43d
iwd: 1.16 -> 1.17
- https://git.kernel.org/pub/scm/network/wireless/iwd.git/tree/ChangeLog?h=1.17
2021-09-01 18:05:22 +02:00
John Ericson ba1dbe0173
Merge pull request #129971 from Ericson2314/bsd-source-merge
netbsd: Split out path merging from bsd setup hook
2021-09-01 11:21:02 -04:00
github-actions[bot] af292b1cdd
Merge staging-next into staging 2021-09-01 12:01:50 +00:00
Alyssa Ross c13cf1e76f
Merge remote-tracking branch 'nixpkgs/master' into staging-next 2021-09-01 07:47:01 +00:00
Bernardo Meurer 3e31a8d02f
Merge pull request #136249 from lovesegfault/ddcci-driver-makeflags
linuxPackages.ddcci-driver: use kernel's make flags
2021-08-31 23:39:20 +00:00
adisbladis d521df8494
Merge pull request #136299 from adisbladis/zfs-unstable-2021-08-30
zfsUnstable: 2.1.0 -> unstable-2021-08-30
2021-08-31 14:15:50 -05:00
Bernardo Meurer 5abb70031c
Merge pull request #136247 from lovesegfault/nvidia-fixes 2021-08-31 17:57:18 +00:00
adisbladis 19ea42a1f6
zfsUnstable: 2.1.0 -> unstable-2021-08-30 2021-08-31 09:59:20 -05:00
Alyssa Ross 1dfaced689 linuxPackages.xmm7360-pci: mark broken on Linux 5.14 2021-08-31 11:08:55 +00:00
Alyssa Ross 357eacbcd4 linuxPackages.rtw88: mark broken on Linux 5.14 2021-08-31 11:08:55 +00:00
Bernardo Meurer 5280cdee8d
linuxPackages.zfs: fix m4 script when not using GCC 2021-08-30 17:25:19 -07:00
Bernardo Meurer 8afec3d92f
linuxPackages.ddcci-driver: use kernel's make flags 2021-08-30 17:12:05 -07:00
Bernardo Meurer 19e4afc912
linuxPackages.nvidia-x11: use makeFlags in builder.sh 2021-08-30 17:06:12 -07:00
Bernardo Meurer 4a8ab482e0
linuxPackages.nvidia_x11.settings: use makeFlags in preBuild's libXNVCtrl build 2021-08-30 17:06:11 -07:00
Bernardo Meurer 0b63366e6f
linuxPackages.nvidia_x11.settings: pick up nvidia_x11 makeFlags 2021-08-30 17:06:10 -07:00
Bernardo Meurer fe31fdf43b
linuxPackages.nvidia_x11.persistenced: pick up nvidia_x11 makeFlags 2021-08-30 17:06:09 -07:00
Bernardo Meurer 636e17aab5
linuxPackages.nvidia_x11: apply kernel module makeFlags 2021-08-30 17:06:08 -07:00
Alyssa Ross 7f3a4f6b67 linuxPackages.isgx: 2.11 -> 2.14 2021-08-30 23:17:02 +00:00