Commit graph

16226 commits

Author SHA1 Message Date
github-actions[bot] 79f38d76c2
Merge master into haskell-updates 2021-08-20 00:06:05 +00:00
R. RyanTM 786f825bb0 system76-firmware: 1.0.24 -> 1.0.28 2021-08-19 21:58:54 +00:00
Pierre Bourdon 1fedcb8f9c
restool: init at 20.12 2021-08-19 23:15:34 +02:00
Bernardo Meurer 76053104ea
Merge pull request #134818 from L-as/v4l2loopback
v4l2loopback: Fix issue with buildEnv using bin output
2021-08-19 20:18:39 +00:00
R. RyanTM 470c8212ba greetd.tuigreet: 0.5.0 -> 0.6.1 2021-08-19 18:43:02 +00:00
Sandro be000ad8e3
Merge pull request #134648 from ymatsiuk/firmware
firmwareLinuxNonfree: 2021-07-16 -> 2021-08-18
2021-08-19 19:33:22 +02:00
Las Safin d8c9c038e6
v4l2loopback: Fix issue with buildEnv using bin output
See https://github.com/NixOS/nixpkgs/pull/134311#issuecomment-901952544
2021-08-19 15:24:49 +00:00
github-actions[bot] 323ea758dd
Merge staging-next into staging 2021-08-19 12:02:04 +00:00
Jörg Thalheim de5b6e117d
Merge pull request #134708 from Mic92/zen
linuxPackages_zen: 5.13.9-zen1 -> 5.13.10-zen1
2021-08-19 09:17:44 +01:00
github-actions[bot] 3440070b83
Merge master into haskell-updates 2021-08-19 00:06:27 +00:00
github-actions[bot] 599a736772
Merge staging-next into staging 2021-08-19 00:02:01 +00:00
John Ericson 221ca6f2ff
Merge pull request #134463 from Ericson2314/stdenv-adapter-latebind
stdenv: Fix overriding + `overrideAttrs`
2021-08-18 19:01:54 -04:00
ajs124 cb2ed1c0ab apparmor: 3.0.1 -> 3.0.3 2021-08-18 17:36:39 -04:00
Bernardo Meurer f38c807c61
linux_xanmod: 5.13.11 -> 5.13.12 2021-08-18 13:41:14 -07:00
Malte Brandy 340e60eaad
Merge branch 'master' into haskell-updates 2021-08-18 22:37:28 +02:00
Jörg Thalheim e4db1c8847 linux_zen: add update script 2021-08-18 22:24:28 +02:00
Jörg Thalheim 27edf4ccb4 linuxPackages_zen: 5.13.9 -> 5.13.10-zen1 2021-08-18 22:24:15 +02:00
TredwellGit 4512ae3044 linux_latest-libre: 18210 -> 18239 2021-08-18 18:46:49 +00:00
TredwellGit 10472677e1 linux-rt_5_10: 5.10.56-rt48 -> 5.10.56-rt49 2021-08-18 18:46:34 +00:00
TredwellGit 0055f78736 linux: 5.4.139 -> 5.4.142 2021-08-18 18:46:00 +00:00
TredwellGit 7ff40c8d9e linux: 5.13.11 -> 5.13.12 2021-08-18 18:45:51 +00:00
TredwellGit ab311a8b25 linux: 5.10.57 -> 5.10.60 2021-08-18 18:45:43 +00:00
TredwellGit b7a564432b linux: 4.19.202 -> 4.19.204 2021-08-18 18:45:35 +00:00
TredwellGit 2b71c4caac linux: 4.14.243 -> 4.14.244 2021-08-18 18:45:26 +00:00
github-actions[bot] cadf0193dd
Merge staging-next into staging 2021-08-18 18:01:40 +00:00
github-actions[bot] 57cedea2a2
Merge master into staging-next 2021-08-18 18:01:03 +00:00
John Ericson f110a182a6 stdenv: Fix overriding + overrideAttrs
The old stdenv adapters were subtly wrong in two ways:

 - `overrideAttrs` leaked the original, unoverridden `mkDerivation`.

 - `stdenv.override` would throw away any manually-set `mkDerivation`
   from a stdenv reverting to the original.

Now, `mkDerivation` is controlled (nearly directly) via an argument, and
always correctly closes over the final ("self") stdenv. This means the
adapters can work entirely via `.override` without any manual `stdenv //
...`, and both those issues are fixed.

Note hashes are changed, because stdenvs no previously overridden like
`stdenvNoCC` and `crossLibcStdenv` now are. I had to add some
`dontDisableStatic = true` accordingly. The flip side however is that
since the overrides compose, we no longer need to override anything but
the default `stdenv` from which all the others are created.
2021-08-18 17:22:50 +00:00
Ryan Mulligan 624cd3fc41
Merge pull request #134431 from r-ryantm/auto-update/pcm
pcm: 202101 -> 202107
2021-08-18 06:11:41 -07:00
Yurii Matsiuk 3239c7bc8d
firmwareLinuxNonfree: 2021-07-16 -> 2021-08-18 2021-08-18 14:28:40 +02:00
github-actions[bot] 531afeda01
Merge staging-next into staging 2021-08-18 12:01:50 +00:00
github-actions[bot] 90d220f41f
Merge master into staging-next 2021-08-18 12:01:14 +00:00
Jörg Thalheim c00ca66d7a
Merge pull request #134266 from jbcrail/linuxPackages.ply-2.1.1
linuxPackages.ply: 1.0.beta1-9e810b1 -> 2.1.1
2021-08-18 10:33:46 +01:00
roblabla 34150f86c0 linux-kernel: Enable BTF
BTF is a new, lightweight debug information format tailored specifically
for the needs of eBPF, allowing eBPF programs to be portable across
various kernel versions, configurations and distributions. This is used
by bpftrace and lots of new eBPF-based tooling to avoid a dependency
on LLVM on the host.

BTF debug information is enabled on all major distributions: Fedora 31+,
RHEL 8.2+, Ubuntu 20.10, Debian 11 and ArchLinux all have enabled it.

Enabling BTF debug information requires adding two new dependencies to
the kernel build: Python3 and pahole. Those will be used to generate the
BTF debugging information.
2021-08-18 10:40:35 +02:00
github-actions[bot] b6a825a9c7
Merge staging-next into staging 2021-08-18 06:02:10 +00:00
github-actions[bot] 0c06e9acec
Merge master into staging-next 2021-08-18 06:01:31 +00:00
Joseph Crail 637bb5d085 Update package version to fix build
The build for the 2.1.1 release is broken, so I updated the packge
version to use the newer commits to fix the build.
2021-08-17 22:42:58 -07:00
Joseph Crail cebb663086 Clarify specific GPL license 2021-08-17 22:42:23 -07:00
Joseph Crail a07505d518 Reverse conditional in meta.broken 2021-08-17 22:41:30 -07:00
Ben Siraphob 8098d8f4cf
Merge pull request #134554 from SuperSandro2000/usbutils
usbutils: switch to pname + version
2021-08-17 21:03:56 -05:00
github-actions[bot] 1f6dedd364
Merge master into haskell-updates 2021-08-18 00:05:52 +00:00
github-actions[bot] 2341511023
Merge staging-next into staging 2021-08-18 00:01:59 +00:00
github-actions[bot] 893d6605ee
Merge master into staging-next 2021-08-18 00:01:24 +00:00
Ryan Mulligan 0944088287
Merge pull request #134485 from r-ryantm/auto-update/uclibc-ng
uclibc: 1.0.37 -> 1.0.38
2021-08-17 16:49:06 -07:00
Sandro Jäckel 919ee68433
usbutils: switch to pname + version 2021-08-18 00:28:01 +02:00
Timothy DeHerrera 1594c64eac
Merge pull request #134482 from r-ryantm/auto-update/usbutils
usbutils: 013 -> 014
2021-08-17 14:47:56 -06:00
Jan Tojnar e286e1cfa0 Merge branch 'staging-next' into staging
- boost 167 removed on staging-next (7915d1e03f) × boost attributes are inherited on staging (d20aa4955d)

- linux kernels were moved to linux-kernels.nix on staging-next (c62f911507) × hardened kernels are versioned on staging (a5341beb78) + removed linux_5_12 (e55554491d)

- conflict in node-packages – I regenerated it using node2nix from nixos-unstable (does not build on staging)
2021-08-17 18:52:37 +02:00
R. RyanTM 925fc9c700 uclibc: 1.0.37 -> 1.0.38 2021-08-17 16:41:55 +00:00
R. RyanTM e5b2a40a76 usbutils: 013 -> 014 2021-08-17 16:25:26 +00:00
R. RyanTM 4106550c20 pcm: 202101 -> 202107 2021-08-17 12:18:43 +00:00
Joseph Crail bcb2def465 Switch to version tag for package revision 2021-08-16 23:11:22 -07:00
Joseph Crail 594d0501b6 Assign assertion to meta.broken 2021-08-16 23:08:35 -07:00
github-actions[bot] b05ec1fedd
Merge master into staging-next 2021-08-17 06:01:21 +00:00
kat witch c054f16ba7
libreelec-dvb-firmware: init at 1.4.2 2021-08-17 03:26:21 +01:00
Jasper 00037f7403
darwin.binutils: fix wrapper of as when cross-compiling to aarch64-darwin (#134097) 2021-08-16 22:12:51 -04:00
github-actions[bot] 585575043f
Merge master into haskell-updates 2021-08-17 00:09:16 +00:00
github-actions[bot] 8a131da1bc
Merge master into staging-next 2021-08-17 00:01:28 +00:00
tekeri f1bb34f380 bluez: build missing bluetooth utilities 2021-08-17 04:12:32 +09:00
Maximilian Bosch 6546f6a63a
Merge pull request #134307 from Ma27/versioned-hardened-kernel
linuxPackages: drop latest_hardened, introduce versioned attributes
2021-08-16 21:09:22 +02:00
Maximilian Bosch 099113751e
linuxPackages_4_14_hardened: fix eval
Not sure if this is the right thing to do, but apparently we want this
setting for <4.18, so we hard-code it for 4.14 via `mkForce` (previously
this has led to conflicting definitions which is why the hardened 4.14
kernel never seems to have evaluated properly).
2021-08-16 20:46:02 +02:00
github-actions[bot] cb937d70cd
Merge master into staging-next 2021-08-16 18:01:13 +00:00
Bernardo Meurer 575f35cf8c
linux_xanmod: 5.13.10 -> 5.13.11 2021-08-16 10:21:40 -07:00
Sandro 2de26665ff
Merge pull request #134311 from L-as/v4l2loopback 2021-08-16 16:14:08 +02:00
maralorn d5f8216275
Merge pull request #126195 from NixOS/haskell-updates-ghc-8.10.5
ghc: 8.10.4 -> 8.10.6
2021-08-16 14:50:25 +02:00
Las Safin 47aa19484c
v4l2loopback: unstable-2020-04-22 -> unstable-2021-07-13 2021-08-16 12:12:41 +00:00
github-actions[bot] c30d1d56fe
Merge master into staging-next 2021-08-16 12:01:50 +00:00
Las Safin d72d1fe1e5
v4l2loopback: Add bin output with utils 2021-08-16 11:33:38 +00:00
Maximilian Bosch e55554491d
Merge pull request #133587 from TredwellGit/linux_5_12
linux_5_12: remove
2021-08-16 11:08:42 +02:00
Arnout Engelen d51f835165 intel2200BGFirmware: less fixed-output derivation
Move some logic out of the fixed-output fetchzip and to a
'regular' derivation
2021-08-16 10:52:00 +02:00
github-actions[bot] e9080dd5e3
Merge staging-next into staging 2021-08-16 00:02:02 +00:00
github-actions[bot] c73393b6c7
Merge master into staging-next 2021-08-16 00:01:22 +00:00
Joseph Crail ac06d8d343 linuxPackages.ply: 1.0.beta1-9e810b1 -> 2.1.1 2021-08-15 12:35:31 -07:00
TredwellGit f2e78916b9 linux: 5.13.10 -> 5.13.11 2021-08-15 13:36:22 +00:00
TredwellGit 9e9933a76b linux: 4.9.279 -> 4.9.280 2021-08-15 13:36:22 +00:00
TredwellGit 039764362b linux: 4.4.280 -> 4.4.281 2021-08-15 13:36:22 +00:00
Jan Tojnar 513701efce Merge branch 'staging-next' into staging 2021-08-15 10:45:11 +02:00
Jörg Thalheim f251e39c45
Merge pull request #128134 from xaverdh/linux-package-set
move linux packages out of all-packages
2021-08-15 08:14:35 +01:00
github-actions[bot] 9edd0ebdfa
Merge master into staging-next 2021-08-15 00:01:37 +00:00
Sandro ba3592ab96
Merge pull request #133920 from raboof/zd1211-firmware-less-fixed-output-derivation
zd1211-firmware: less fixed-output derivation
2021-08-15 01:15:09 +02:00
Robert Scott acf041d75d openvswitch: 2.14.2 -> 2.15.1 2021-08-14 19:27:51 +01:00
sternenseemann 283d622397 darwin.xattr: init at 61.60.1 2021-08-14 17:06:29 +02:00
Jan Tojnar cdb1d29692 Merge branch 'staging-next' into staging 2021-08-14 14:43:16 +02:00
Jan Tojnar 0aa35561e7 Merge branch 'master' into staging-next 2021-08-14 12:53:07 +02:00
Arnout Engelen 523cf0d817
zd1211-firmware: less fixed-output derivation
Move some logic out of the fixed-output fetchzip and to a
'regular' derivation
2021-08-14 11:20:03 +02:00
Artturi 7a8063e84b
Merge pull request #133321 from r-ryantm/auto-update/fwts
fwts: 20.11.00 -> 21.07.00
2021-08-14 00:46:06 +03:00
efim 4c205b2e8b wireguard: meta update 2021-08-13 13:54:09 +03:00
Bernardo Meurer ebec5d0df1
linux_xanmod: 5.13.9 -> 5.13.10 2021-08-12 14:20:05 -07:00
TredwellGit 89a50ded98 linux-rt_5_4: 5.4.129-rt61 -> 5.4.138-rt62 2021-08-12 15:05:26 +00:00
TredwellGit ff1408d8b0 linux: 5.13.9 -> 5.13.10 2021-08-12 15:05:26 +00:00
TredwellGit 20ed07939e linux: 4.4.279 -> 4.4.280 2021-08-12 15:05:26 +00:00
Dominik Xaver Hörl c62f911507 top-level: move linux kernels, packages and related functions to linux-kernels.nix 2021-08-12 12:22:03 +02:00
Alyssa Ross ad3ed16929 lvm2: fix musl patches; apply unconditionally
Alpine's version of the first patch no longer applied, because we're
on a newer lvm2 version.

The fixes in both of these patches are either Musl-specific, or
shouldn't negatively affect Glibc, so change to applying them
unconditionally so they don't bitrot in future.
2021-08-12 09:19:21 +00:00
Alyssa Ross 3bc7ad5378 lvm2: remove probably-unnecessary Musl patch
e606e4d6a9 ("lvm2: musl patches from alpine") added all these patches
from Alpine to fix Musl builds, but one doesn't actually seem related
to Musl.  The Alpine issue[1] that led to its introduction links to a
Gentoo issue[2] about the same thing on Glibc.

We shouldn't be applying a fix for a non-libc-specific bug only to
Musl builds, and if this was going to be an issue for us we'd expect
to have seen it on Glibc by now.  It's more likely that it's been
fixed in the meantime.

[1]: https://gitlab.alpinelinux.org/alpine/aports/-/issues/3107
[2]: https://bugs.gentoo.org/335492
2021-08-12 09:19:21 +00:00
TredwellGit 957f0485da linux_5_12: remove
https://lwn.net/ml/linux-kernel/1626791065147152@kroah.com/
2021-08-12 05:30:46 +00:00
github-actions[bot] 7ae0b00541
Merge staging-next into staging 2021-08-11 18:01:46 +00:00
github-actions[bot] 234c0d62da
Merge master into staging-next 2021-08-11 18:01:11 +00:00
Jan Tojnar e26c0ffdb0
Merge pull request #133502 from maxeaubrey/fwupd_1.5.12
fwupd: 1.5.7 -> 1.5.12
2021-08-11 18:24:34 +02:00
Maxine Aubrey 2f3e3c788e
fwupd: 1.5.7 -> 1.5.12
- https://github.com/fwupd/fwupd/releases/tag/1.5.8
- https://github.com/fwupd/fwupd/releases/tag/1.5.9
- https://github.com/fwupd/fwupd/releases/tag/1.5.10
- https://github.com/fwupd/fwupd/releases/tag/1.5.11
- https://github.com/fwupd/fwupd/releases/tag/1.5.12
2021-08-11 16:53:47 +02:00
Jan Tojnar 807d3ec359 Merge branch 'staging-next' into staging
; Conflicts:
;	pkgs/tools/misc/t1utils/default.nix
2021-08-11 16:34:11 +02:00
Jan Tojnar 4e7e464ae8 Merge branch 'master' into staging-next
; Conflicts:
;	pkgs/tools/system/sg3_utils/default.nix
2021-08-11 16:22:42 +02:00
fortuneteller2k a5ad9365a1 linux_xanmod: enable futex/futex2 2021-08-12 04:49:41 +08:00
Sandro 4ae944bb0a
Merge pull request #133286 from rvolosatovs/update/linux_zen
linux_zen: 5.13.7 -> 5.13.9
2021-08-11 13:14:47 +02:00
Sandro 773426cc24
Merge pull request #133405 from Atemu/update/linux_lqx
linux_lqx: 5.12.19 -> 5.13.9
2021-08-10 23:57:30 +02:00
Atemu 2aaf41173d linux_lqx: 5.12.19 -> 5.13.9 2021-08-10 20:37:56 +02:00
Maxine Aubrey 1590a4f82d
iwd: 1.15 -> 1.16 2021-08-10 11:15:18 +02:00
Maxine Aubrey bc4484fa11
ell: 0.41 -> 0.42 2021-08-10 11:15:10 +02:00
R. RyanTM edb14bad6a fwts: 20.11.00 -> 21.07.00 2021-08-10 06:28:00 +00:00
Kid b43389f49d iasl: drop pacakge 2021-08-10 03:46:01 +00:00
Roman Volosatovs a9bf9c44e5
linux_zen: 5.13.7 -> 5.13.9 2021-08-09 21:31:40 +02:00
Sandro 0356342b8d
Merge pull request #133231 from rnhmjoj/rewritefs
rewritefs: 2017-08-14 -> 2020-02-21
2021-08-09 11:47:14 +02:00
rnhmjoj 1884aebc9a
rewritefs: 2017-08-14 -> 2020-02-21 2021-08-09 09:26:15 +02:00
Martin Weinelt 5f746317f1
Merge pull request #133200 from TredwellGit/linux 2021-08-09 04:48:38 +02:00
Bernardo Meurer b9d347c0aa
Merge pull request #133193 from lovesegfault/linux_xanmod-5.13.9
linux_xanmod: 5.13.8 -> 5.13.9
2021-08-08 23:29:57 +00:00
TredwellGit cbb5ca89ca linux/hardened/patches/5.4: 5.4.134-hardened1 -> 5.4.139-hardened1 2021-08-08 23:19:19 +00:00
TredwellGit 7aae6061b6 linux/hardened/patches/5.10: 5.10.52-hardened1 -> 5.10.57-hardened1 2021-08-08 23:19:18 +00:00
TredwellGit 0a41183454 linux/hardened/patches/4.19: 4.19.198-hardened1 -> 4.19.202-hardened1 2021-08-08 23:19:17 +00:00
TredwellGit b84eecf9fc linux/hardened/patches/4.14: 4.14.240-hardened1 -> 4.14.243-hardened1 2021-08-08 23:19:16 +00:00
TredwellGit 8425e47a74 linux-rt_5_10: 5.10.52-rt47 -> 5.10.56-rt48 2021-08-08 23:18:42 +00:00
TredwellGit b570def284 linux: 5.4.134 -> 5.4.139 2021-08-08 23:18:07 +00:00
TredwellGit d416101b65 linux: 5.13.8 -> 5.13.9 2021-08-08 23:18:00 +00:00
TredwellGit cde6046992 linux: 5.10.52 -> 5.10.57 2021-08-08 23:17:53 +00:00
TredwellGit a5713826c4 linux: 4.9.278 -> 4.9.279 2021-08-08 23:17:45 +00:00
TredwellGit 1adb289851 linux: 4.4.278 -> 4.4.279 2021-08-08 23:17:40 +00:00
TredwellGit 553c6ef12a linux: 4.19.198 -> 4.19.202 2021-08-08 23:17:36 +00:00
TredwellGit 26ec7c39bb linux: 4.14.240 -> 4.14.243 2021-08-08 23:17:24 +00:00
Artturi b6988df9b2
Merge pull request #115632 from r-ryantm/auto-update/sysvinit
sysvinit: 2.97 -> 2.99
2021-08-09 01:38:27 +03:00
Bernardo Meurer 090a158874
linux_xanmod: 5.13.8 -> 5.13.9 2021-08-08 14:44:08 -07:00
github-actions[bot] b5c5e89029
Merge staging-next into staging 2021-08-08 18:01:36 +00:00
github-actions[bot] 610ef47b20
Merge master into staging-next 2021-08-08 18:01:03 +00:00
Sandro Jäckel 361fef5201
fwts: cleanup 2021-08-08 14:42:48 +02:00
github-actions[bot] c47bdfa71a
Merge staging-next into staging 2021-08-08 06:01:51 +00:00
github-actions[bot] 825ed68c05
Merge master into staging-next 2021-08-08 06:01:18 +00:00
Sandro Jäckel 3b85ec48e6
blktrace: switch to pname + version, cleanup 2021-08-08 04:58:30 +02:00
Bernardo Meurer 1eb713de57
linux_xanmod: 5.13.7 -> 5.13.8 2021-08-07 19:13:42 -07:00
Bernardo Meurer 44ac8719ed
linux_xanmod: add lovesegfault to maintainers 2021-08-07 19:01:10 -07:00
github-actions[bot] 8f8f265d3f
Merge staging-next into staging 2021-08-08 00:02:23 +00:00
github-actions[bot] 1fd45c5b3e
Merge master into staging-next 2021-08-08 00:01:44 +00:00
Doron Behar b57d58fd71
Merge pull request #124314 from r-ryantm/auto-update/mcelog
mcelog: 175 -> 178
2021-08-07 19:15:03 +00:00
Doron Behar c836c3a230
Merge pull request #127177 from r-ryantm/auto-update/blktrace
blktrace: 1.2.0 -> 1.3.0
2021-08-07 19:11:48 +00:00
R. RyanTM c6b0678d18 mcelog: 175 -> 178 2021-08-07 21:49:30 +03:00
github-actions[bot] 40442d5b19
Merge staging-next into staging 2021-08-07 18:01:40 +00:00
github-actions[bot] 79368d0a63
Merge master into staging-next 2021-08-07 18:01:03 +00:00
Romanos Skiadas 42c6771744 nixos/openrazer: Change plugdev group to openrazer
For security reasons, and generally, it is best to create a more fine
grained group than plugdev. This way users that wish to tweak razer
devices don't have access to the entire plugdev group's permissions.

This is of course a breaking change.
2021-08-07 12:09:44 +03:00
github-actions[bot] 563f450e28
Merge staging-next into staging 2021-08-07 06:01:30 +00:00
github-actions[bot] ffc3dad3d0
Merge master into staging-next 2021-08-07 06:01:00 +00:00
Artturi 1c38ddbed0
Merge pull request #110212 from r-ryantm/auto-update/psftools
psftools: 1.0.14 -> 1.1.0
2021-08-07 03:04:27 +03:00
github-actions[bot] ee9898d7a3
Merge staging-next into staging 2021-08-07 00:01:59 +00:00
github-actions[bot] d9e597f9bc
Merge master into staging-next 2021-08-07 00:01:27 +00:00
Bernardo Meurer 4efed9c571
Merge pull request #132481 from lovesegfault/rpi-updates
update RaspberryPi related packages
2021-08-06 18:09:45 +00:00
github-actions[bot] 71a8d4625e
Merge staging-next into staging 2021-08-06 18:01:32 +00:00
github-actions[bot] e33c60b72e
Merge master into staging-next 2021-08-06 18:01:00 +00:00
Bernardo Meurer c181d9965c
linux_rpi{0,1,2,3,4}: 1.20210727 -> 1.20210805 2021-08-06 10:41:10 -07:00
Bernardo Meurer ca4a093c32
raspberrypifw: 1.20210727 -> 1.20210805 2021-08-06 10:40:45 -07:00
R. RyanTM 4f9977b4fe extrace: 0.7 -> 0.8 2021-08-06 16:25:59 +00:00
github-actions[bot] 151a3b4752
Merge staging-next into staging 2021-08-06 12:01:51 +00:00
github-actions[bot] c0f81f0ce6
Merge master into staging-next 2021-08-06 12:01:15 +00:00
Maximilian Bosch d1aa0d4f08
Merge pull request #132839 from r-ryantm/auto-update/ipset
ipset: 7.14 -> 7.15
2021-08-06 12:59:25 +02:00
Vladimír Čunát 8ab6ba6b1c
Merge branch 'staging-next' into staging 2021-08-06 09:14:57 +02:00
Dmitry Kalinkin dda4394889
Merge pull request #127229 from veprbl/pr/libsystem_targetconditionals
darwin.Libsystem: add definitions TARGET_OS_{IOS,WATCH,BRIDGE,TV,SIMULATOR,NANO} to TargetConditionals.h
2021-08-06 02:14:09 -04:00
R. RyanTM 7f925d50fc ipset: 7.14 -> 7.15 2021-08-06 00:10:45 +00:00
github-actions[bot] cb64ec05dd
Merge master into staging-next 2021-08-05 18:03:00 +00:00
Bernardo Meurer f00890056a
raspberrypi-armstubs: remove unused arguments 2021-08-05 10:05:56 -07:00
Bernardo Meurer b59ab5263d
raspberrypi-armstubs: run pre/post hooks in installPhase 2021-08-05 10:05:55 -07:00
Bernardo Meurer e828b6b431
raspberrypi-armstubs: don't use URI literals in meta 2021-08-05 10:05:54 -07:00
Bernardo Meurer 852454a96c
raspberrypiWirelessFirmware: run pre/post hooks in installPhase 2021-08-05 10:05:43 -07:00
Bernardo Meurer f4dcb9768e
raspberrypi-armstubs: 2020-10-08 -> 2021-07-05 2021-08-05 09:59:10 -07:00
Bernardo Meurer 91c0fe2cd9
raspberrypiWirelessFirmware: 2021-01-28 -> 2021-06-28 2021-08-05 09:59:09 -07:00
Bernardo Meurer bcbdce8947
linux_rpi{0,1,2,3,4}: 5.10.17 -> 5.10.52 2021-08-05 09:59:08 -07:00
Bernardo Meurer 8a4a84ec58
raspberrypifw: 1.20210303 -> 1.20210727 2021-08-05 09:59:08 -07:00
Sandro fd2bb8574e
Merge pull request #132523 from alyssais/s6-linux-init
s6-linux-init: 1.0.6.2 -> 1.0.6.3
2021-08-05 16:46:01 +02:00
Sandro 771404c2e9
Merge pull request #130613 from zhaofengli/cros-modules 2021-08-05 16:44:13 +02:00
github-actions[bot] a4174a93f2
Merge master into staging-next 2021-08-05 12:01:26 +00:00
github-actions[bot] 7fac04f59c
Merge master into staging-next 2021-08-05 00:01:21 +00:00
TredwellGit ba2b85dbbb linux: 5.13.7 -> 5.13.8 2021-08-04 23:45:38 +00:00
TredwellGit aea5caaeab linux: 4.9.277 -> 4.9.278 2021-08-04 23:45:38 +00:00
TredwellGit 202b9e6536 linux: 4.4.277 -> 4.4.278 2021-08-04 23:45:38 +00:00
Jonathan Ringer e3074263be zfs: add latestCompatibleLinuxPackages option 2021-08-04 12:56:59 -07:00
github-actions[bot] 46ac33b300
Merge staging-next into staging 2021-08-04 18:01:33 +00:00
github-actions[bot] 2e929613b4
Merge master into staging-next 2021-08-04 18:00:59 +00:00
Sandro 1cc8723f0e
Merge pull request #132599 from Artturin/update-evdi
linuxPackages.evdi: unstable-2021-06-11 -> unstable-2021-07-07
2021-08-04 16:19:33 +02:00
Sandro f0bac487d3
Merge pull request #132659 from SuperSandro2000/SuperSandro2000-patch-1
i810switch: switch to pname + version
2021-08-04 15:42:09 +02:00
Artturin 335632575c linuxPackages.evdi: unstable-2021-06-11 -> unstable-2021-07-7 2021-08-04 16:29:16 +03:00
Sandro 972c807230
Merge pull request #132443 from Stunkymonkey/os-specific-linx-phases 2021-08-04 15:15:39 +02:00
Sandro 83067147ac
i810switch: switch to pname + version 2021-08-04 15:15:18 +02:00
github-actions[bot] 05e0d6aadf
Merge staging-next into staging 2021-08-04 12:01:50 +00:00
github-actions[bot] 19890fa5ce
Merge master into staging-next 2021-08-04 12:01:13 +00:00
Alyssa Ross 3a0b882820
s6-linux-init: 1.0.6.2 -> 1.0.6.3 2021-08-03 09:05:45 +00:00
github-actions[bot] e47b93b402
Merge staging-next into staging 2021-08-03 00:01:55 +00:00
github-actions[bot] 6b44ad5d59
Merge master into staging-next 2021-08-03 00:01:21 +00:00
TredwellGit e56d304d73 linux_latest-libre: 18191 -> 18210 2021-08-02 22:46:11 +00:00
TredwellGit b4aa8884d1 linux: 5.13.6 -> 5.13.7 2021-08-02 22:46:11 +00:00
TredwellGit 32c78c9e12 linux: 4.9.276 -> 4.9.277 2021-08-02 22:46:11 +00:00
TredwellGit 7d0b3f65aa linux: 4.4.276 -> 4.4.277 2021-08-02 22:46:11 +00:00
Florian Klink eff94d8bf3
Merge pull request #132445 from flokli/linux-5.14-ide
linux: only configure IDE to "no" pre-5.14
2021-08-02 21:43:42 +02:00
Florian Klink ced7721191 linux: only configure IDE to "no" pre-5.14
When trying to build a 5.14 (rc-*), this fails to build otherwise:

> error: unused option: IDE
2021-08-02 21:21:52 +02:00
Sandro 0d7cb690e7
Merge pull request #131482 from SuperSandro2000/systemd
Co-authored-by: Florian Klink <flokli@flokli.de>
2021-08-02 19:01:33 +00:00
Felix Buehler 8952b6df3c b43-firmware-5: remove phases 2021-08-02 20:58:15 +02:00
Felix Buehler abd4f4a035 b43-firmware-6: remove phases 2021-08-02 20:58:03 +02:00
Felix Buehler d6db3ac67f rtl8192su-firmware: deprecate phases 2021-08-02 20:57:37 +02:00
Felix Buehler 0561d480b2 rtl8723bs-firmware: deprecate phases 2021-08-02 20:57:22 +02:00
Felix Buehler 127ee35a57 i810switch: deprecate phases 2021-08-02 20:56:59 +02:00