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
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
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]
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
kat witch
c054f16ba7
libreelec-dvb-firmware: init at 1.4.2
2021-08-17 03:26:21 +01: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
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
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