Jonathan Ringer
20acd4c4f1
Merge pull request #105026 from thefloweringash/apple-silicon
...
Native support for Apple Silicon
2021-05-16 11:38:18 -07:00
github-actions[bot]
6cdac75d25
Merge staging-next into staging
2021-05-16 18:32:44 +00:00
github-actions[bot]
8c6d819143
Merge master into staging-next
2021-05-16 18:32:41 +00:00
Paul Schyska
327dcea4cc
atop: fix packaging .service files, add option to build with atopgpu
2021-05-16 18:22:03 +02:00
Paul Schyska
2703a7999a
netatop: package netatop.service
2021-05-16 18:22:03 +02:00
Andrew Childs
e592d342da
darwin.ICU: avoid platform.darwinMinVersion references on non-darwin
...
This package isn't expected to work outside of darwin, but must still
evaluate cleanly.
2021-05-17 00:28:05 +09:00
Andrew Childs
3706fe567b
darwin.DarwinTools: remove reference to CFPriv.h
...
Fixes build on aarch64-darwin.
2021-05-17 00:28:05 +09:00
Ivan Babrou
68733c16f5
darwin.apple_sdk.frameworks: add missing dependencies
...
```
/nix/store/5mgn511gbldf7xl5kjm27z9lj10xcycl-apple-framework-CoreData-11.0.0/Library/Frameworks/CoreData.framework/Headers/NSPersistentCloudKitContainerOptions.h:10:9: fatal error: 'CloudKit/CKDatabase.h' file not found
^~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
```
```
/nix/store/a7k7kqj08602785vsrss0xa85b08hik4-apple-framework-CloudKit-11.0.0/Library/Frameworks/CloudKit.framework/Headers/CKRecord.h:9:9: fatal error: 'CoreLocation/CLLocation.h' file not found
^~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
```
2021-05-17 00:27:04 +09:00
Ivan Babrou
d0eff87f68
darwin.file_cmds: add missing Libinfo dependency
...
Fixing:
```
/private/tmp/nix-build-file_cmds-264.1.1-osx-10.11.6.drv-0/file_cmds-264.1.1/ls/print.c:56:10: fatal error: 'membershipPriv.h' file not found
^~~~~~~~~~~~~~~~~~
1 error generated.
```
2021-05-17 00:27:03 +09:00
Ivan Babrou
577bcf38f8
darwin.shell_cmds: add missing dependency on launchd
2021-05-17 00:27:03 +09:00
Ivan Babrou
da3ae0231a
apple-source-releases: make it compile on aarch64
2021-05-17 00:27:03 +09:00
Ivan Babrou
2eb97f2ddd
darwin.developer_cmds: wrap clang -E from clang-wrapped as clang-cpp
2021-05-17 00:27:03 +09:00
Andrew Childs
d2c9670339
darwin: add CoreFoundation to the build when explicitly required
2021-05-17 00:27:02 +09:00
Matthew Bauer
3e7034abb9
darwin/xcode: provide libc++ from XCode toolchain
...
We could use our own libc++ here, but it is probably best to use the
provided one to ensure consistency. This fixes some C++ programs when
running aarch64-apple-ios-clang++.
2021-05-17 00:27:02 +09:00
Andrew Childs
7eb1e3695d
darwin.signingUtils: init
...
Helper scripts for code signing on darwin.
2021-05-17 00:27:02 +09:00
Andrew Childs
4c890ce9aa
darwin.sigtool: init
2021-05-17 00:27:02 +09:00
Andrew Childs
fe0d5a54c1
darwin/apple-sdk-11.0: inject an sdk for macOS 11
2021-05-17 00:27:01 +09:00
Andrew Childs
0ba7a04743
darwin/binutils: include codesign_allocate
2021-05-17 00:27:01 +09:00
Andrew Childs
eb8f8afac7
libtapi: cross compilation
2021-05-17 00:27:01 +09:00
Andrew Childs
b7abec31d4
rewrite-tbd: init
2021-05-17 00:27:01 +09:00
Andrew Childs
257cb1c8e8
print-reexports: rehome, tbd4 support, cross compilation
2021-05-17 00:27:01 +09:00
Andrew Childs
bd4a45f5d4
cctools: drop suspicious dependency
2021-05-17 00:27:00 +09:00
Andrew Childs
cbe172fa67
darwin.ICU: cross compilation
2021-05-17 00:27:00 +09:00
Andrew Childs
aa3361326b
darwin.adv_cmds: fix cross compilation
2021-05-17 00:27:00 +09:00
Jan Tojnar
21541fc97c
Revert "Revert "hwdata: 0.344 -> 0.347""
...
This reverts commit f070de253c
.
2021-05-16 16:37:13 +02:00
Théophane Hufschmitt
601ceec28d
nixos-rebuild: Don’t reset the experimental features
...
Make sure that the Nix `experimental-features` set by a user aren’t overwritten when running `nixos-rebuild --flake` by using `--extra-experimental-features` rather than `--experimental-features`.
Fix https://github.com/NixOS/nix/issues/4784
2021-05-16 16:17:42 +02:00
Jan Tojnar
684991c696
Merge branch 'master' into staging-next
...
- Thunderbird 68 has been dropped on master.
- gccCrossLibcStdenv has been factored out on staging-next in all-packages.nix, while the file has been re-formatted on master.
2021-05-16 15:34:51 +02:00
Atemu
1e6a687fd0
linux_lqx: 5.11.20 -> 5.11.21
2021-05-16 10:11:39 +02:00
R. RyanTM
0a099aa6c5
fatrace: 0.16.2 -> 0.16.3
2021-05-16 02:47:06 -04:00
github-actions[bot]
5c18268a6b
Merge staging-next into staging
2021-05-16 06:22:08 +00:00
github-actions[bot]
d6fe7f78a8
Merge master into staging-next
2021-05-16 06:22:05 +00:00
sterni
bc6da68650
bionic: use fetchzip for everything ( #123010 )
...
Since the hashes of the remaining two archives that used fetchurl broke,
now as good a time as any to switch the remaining fetchurls to fetchzip.
2021-05-16 01:24:27 -04:00
Peter Hoeg
33a2d3a817
logitech-udev-rules: truly minor permission fix
2021-05-16 11:04:34 +08:00
Jan Tojnar
f070de253c
Revert "hwdata: 0.344 -> 0.347"
2021-05-15 20:23:53 +02:00
ajs124
d151b2fb41
lvm2: 2.03.11 -> 2.03.12
2021-05-15 08:55:27 -07:00
github-actions[bot]
49ec716c04
Merge staging-next into staging
2021-05-15 12:25:36 +00:00
github-actions[bot]
ec10b0958d
Merge master into staging-next
2021-05-15 12:25:33 +00:00
vulpes2
a33fcd3f21
hwdata: 0.344 -> 0.347
2021-05-15 05:11:10 -04:00
vulpes2
4e157ee757
mmc-utils: 2019-10-04 -> 2021-05-11
2021-05-15 04:32:28 -04:00
github-actions[bot]
78ae7ac75e
Merge staging-next into staging
2021-05-15 06:22:25 +00:00
TredwellGit
b9bb51497d
linux/hardened/patches/5.4: 5.4.118-hardened1 -> 5.4.119-hardened1
2021-05-14 21:41:11 +00:00
TredwellGit
bd4e82b585
linux/hardened/patches/5.11: 5.11.20-hardened1 -> 5.11.21-hardened1
2021-05-14 21:41:10 +00:00
TredwellGit
8cf62ea50a
linux/hardened/patches/5.10: 5.10.36-hardened1 -> 5.10.37-hardened1
2021-05-14 21:41:09 +00:00
TredwellGit
b2f61fde52
linux: 5.4.118 -> 5.4.119
2021-05-14 21:40:48 +00:00
TredwellGit
1f0dc90f1a
linux: 5.12.3 -> 5.12.4
2021-05-14 21:40:41 +00:00
TredwellGit
f861540ac2
linux: 5.11.20 -> 5.11.21
2021-05-14 21:40:34 +00:00
TredwellGit
b9cf39ce34
linux: 5.10.36 -> 5.10.37
2021-05-14 21:40:26 +00:00
John Ericson
18c38f8aee
treewide: All the linker to be chosen independently
...
This will begin the process of breaking up the `useLLVM` monolith. That
is good in general, but I hope will be good for NetBSD and Darwin in
particular.
Co-authored-by: sterni <sternenseemann@systemli.org>
2021-05-14 21:29:51 +00:00
Vladimír Čunát
c48eaa70e3
Merge branch 'master' into staging-next
2021-05-14 22:27:34 +02:00
Vladimír Čunát
850880e854
Merge #123005 : apparmor: fix profile building on darwin
2021-05-14 18:16:58 +02:00
Julien Moutinho
8184d8b0f2
apparmor: fix profile building on darwin
2021-05-14 17:37:33 +02:00
Robert T. McGibbon
b85094e0e9
gradm: 3.1-202012071814 -> 3.1-202102241600
2021-05-14 10:39:48 -04:00
Jan Tojnar
e9bc45000f
Merge pull request #122881 from maxeaubrey/iwd_ell_bump
...
ell: 0.38 -> 0.40, iwd: 1.12 -> 1.14, ofono: 1.31 -> 1.32
2021-05-14 16:36:17 +02:00
Alyssa Ross
341836ced2
nixos-rebuild: support prebuilt Nix on aarch64
...
We have a fallback hashes entry for aarch64-linux, but it was unused
by nixos-rebuild.
2021-05-14 12:53:57 +00:00
zowoq
004f8cd986
Merge staging-next into staging
2021-05-14 16:32:43 +10:00
github-actions[bot]
bf5d8bb531
Merge master into staging-next
2021-05-14 00:58:11 +00:00
Jan Tojnar
ac6a4f7cf5
Merge branch 'staging-next' into staging
2021-05-14 01:40:09 +02:00
Maxine Aubrey
c018ef9f56
iwd: 1.12 -> 1.14
2021-05-13 21:51:29 +02:00
Maxine Aubrey
e3760e234b
ell: 0.38 -> 0.40
2021-05-13 21:50:35 +02:00
fortuneteller2k
18b1789e32
rtl8192eu: 20200620 -> 20210403, mark as broken for aarch64
2021-05-13 11:57:16 -07:00
github-actions[bot]
39e3f7c2cc
Merge master into staging-next
2021-05-13 18:32:50 +00:00
fortuneteller2k
ce9315076c
linuxPackages.anbox: 2019-11-15 -> 2020-06-14, mark broken for kernels
...
not supported
2021-05-13 11:23:14 -07:00
Martin Weinelt
460d4a40a0
Merge pull request #122852 from mweinelt/batman-advb
...
batman-adv: fix build on linux>=5.12
2021-05-13 20:16:27 +02:00
Martin Weinelt
d21231534f
Merge pull request #122785 from TredwellGit/linux
2021-05-13 18:31:35 +02:00
Jonathan Ringer
8b348b323d
linuxPackages<=4.9: mark broken on aarch64
...
Assembly errors, which causes all modules
to fail as well.
2021-05-13 09:30:34 -07:00
Martin Weinelt
d5bda9ed61
batman-adv: fix build on linux>=5.12
2021-05-13 18:19:32 +02:00
Jan Tojnar
0313c77b55
Merge branch 'staging-next' into staging
2021-05-13 11:42:36 +02:00
github-actions[bot]
a8e5ac148b
Merge master into staging-next
2021-05-13 00:56:26 +00:00
TredwellGit
8c3ef4c69c
linux/hardened/patches/5.4: 5.4.117-hardened1 -> 5.4.118-hardened1
2021-05-13 00:53:56 +00:00
TredwellGit
5bece67ff6
linux/hardened/patches/5.11: 5.11.19-hardened1 -> 5.11.20-hardened1
2021-05-13 00:53:55 +00:00
TredwellGit
33eeddc2ec
linux/hardened/patches/5.10: 5.10.35-hardened1 -> 5.10.36-hardened1
2021-05-13 00:53:54 +00:00
TredwellGit
82f106cee0
linux-rt_5_10: 5.10.30-rt38 -> 5.10.35-rt39
2021-05-13 00:53:43 +00:00
TredwellGit
0ae6555eab
linux: 5.4.117 -> 5.4.118
2021-05-13 00:53:07 +00:00
TredwellGit
5d2d963774
linux: 5.12.2 -> 5.12.3
2021-05-13 00:53:01 +00:00
TredwellGit
97ef1f8fc2
linux: 5.11.19 -> 5.11.20
2021-05-13 00:52:55 +00:00
TredwellGit
f47e1433a5
linux: 5.10.35 -> 5.10.36
2021-05-13 00:52:44 +00:00
Sandro
8398070d3a
Merge pull request #122748 from Atemu/update/linux_lqx
...
linux_lqx: 5.11.19 -> 5.11.20
2021-05-12 23:14:58 +02:00
Atemu
5c4c71c31a
linux_lqx: 5.11.19 -> 5.11.20
2021-05-12 19:49:25 +02:00
Jan Tojnar
71fa678899
Merge branch 'staging-next' into staging
2021-05-12 14:31:36 +02:00
github-actions[bot]
1d2db66464
Merge master into staging-next
2021-05-12 12:27:04 +00:00
Alyssa Ross
917218e8e2
fusePackages: don't manually enableParallelBuilding
...
This is automatic for Meson builds.
2021-05-12 11:57:35 +00:00
Alyssa Ross
1de492430f
miraclecast: don't manually enableParallelBuilding
...
This is automatic for Meson builds.
2021-05-12 11:57:35 +00:00
Alyssa Ross
24e4a4e40f
systemd: don't manually enableParallelBuilding
...
This is automatic for Meson builds.
2021-05-12 11:57:35 +00:00
Alyssa Ross
6978666e15
dpdk: don't manually enableParallelBuilding
...
This is automatic for Meson builds.
2021-05-12 11:57:35 +00:00
Maximilian Bosch
f445b45352
Merge pull request #122638 from Ma27/bump-wireguard
...
wireguard-tools: 1.0.20210315 -> 1.0.20210424, linuxPackages.wireguard: 1.0.20210219 -> 1.0.20210424
2021-05-12 10:34:57 +02:00
Maximilian Bosch
11fdcbdb5e
Merge pull request #122675 from jnetod/zhf-tiscamera
...
tiscamera: 0.11.1 -> 0.13.1
2021-05-12 09:16:50 +02:00
github-actions[bot]
e2cf474986
Merge staging-next into staging
2021-05-12 06:21:36 +00:00
github-actions[bot]
d8fb37f470
Merge master into staging-next
2021-05-12 06:21:33 +00:00
J. Neto
f75b9fe4f3
tiscamera: 0.11.1 -> 0.13.1
2021-05-12 01:35:29 -03:00
davidak
afc1b5220e
Merge pull request #122438 from xaverdh/linux-5.12
...
linux_5_12: init at 5.12.2
2021-05-12 02:58:55 +02:00
John Ericson
1f520667be
Merge pull request #122527 from Ericson2314/darwin-no-cc-where-possible
...
darwin packages: Get ready for cross
2021-05-11 18:55:38 -04:00
John Ericson
cf02b24813
Merge remote-tracking branch 'upstream/staging-next' into staging
2021-05-11 22:30:46 +00:00
Maximilian Bosch
b5c423bedd
linuxPackages.wireguard: 1.0.20210219 -> 1.0.20210424
...
ChangeLog: https://lists.zx2c4.com/pipermail/wireguard/2021-April/006664.html
2021-05-11 22:59:55 +02:00
John Ericson
7bba32a069
darwin packages: Get ready for cross
...
If things build fine with `stdenvNoCC`, let them use that. If tools
might be prefixed, prepare for that, either by directly splicing or just
using the env vars provided by the wrapper setup-hooks.
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2021-05-11 16:07:01 -04:00
github-actions[bot]
37c26a396b
Merge master into staging-next
2021-05-11 18:28:07 +00:00
John Ericson
912c8262b4
Merge pull request #117591 from s1341/android_non_prebuilt
...
treewide: Support aarch64-android using minimal prebuilt components
2021-05-11 12:49:53 -04:00
Domen Kožar
32eed0987f
Merge pull request #122583 from domenkozar/linux-firmware-bump
...
firmware-linux-nonfree: 2021-03-15 -> 2021-05-11
2021-05-11 18:26:54 +02:00
s1341
1e1d29c2af
treewide: Support aarch64-android using minimal prebuilt components
...
This PR adds a new aarch64 android toolchain, which leverages the
existing crossSystem infrastructure and LLVM builders to generate a
working toolchain with minimal prebuilt components.
The only thing that is prebuilt is the bionic libc. This is because it
is practically impossible to compile bionic outside of an AOSP tree. I
tried and failed, braver souls may prevail. For now I just grab the
relevant binaries from https://android.googlesource.com/ .
I also grab the msm kernel sources from there to generate headers. I've
included a minor patch to the existing kernel-headers derivation in
order to expose an internal function.
Everything else, from binutils up, is using stock code. Many thanks to
@Ericson2314 for his help on this, and for building such a powerful
system in the first place!
One motivation for this is to be able to build a toolchain which will
work on an aarch64 linux machine. To my knowledge, there is no existing
toolchain for an aarch64-linux builder and an aarch64-android target.
2021-05-11 15:39:08 +00:00
Domen Kožar
9380cb337c
firmware-linux-nonfree: 2021-03-15 -> 2021-05-11
2021-05-11 15:43:28 +02:00
github-actions[bot]
309163aed7
Merge staging-next into staging
2021-05-11 12:24:31 +00:00
github-actions[bot]
1e7a48b474
Merge master into staging-next
2021-05-11 12:24:28 +00:00
Jörg Thalheim
6d1287860d
Merge pull request #113225 from mroi/patch-linux
...
linux: improve cross compilation with clang
2021-05-11 09:46:01 +01:00
Jörg Thalheim
d660a7d361
Merge pull request #122542 from Mic92/mbp2018-bridge-drv
...
mbp2018-bridge-drv: fix source
2021-05-11 09:27:24 +01:00
Jörg Thalheim
e661b70903
mbp2018-bridge-drv: fix source
...
the 0.01 tag was deleted
2021-05-11 10:08:53 +02:00
Jan Tojnar
7982550ac4
Merge branch 'staging-next' into staging
2021-05-11 09:09:10 +02:00
Jörg Thalheim
958f32bebb
Merge pull request #122540 from Mic92/nvidia-x11-legacy304
...
nvidia_x11_legacy304: remove
2021-05-11 07:53:26 +01:00
Guillaume Girol
fa10f148d5
Merge pull request #121664 from ilya-fedin/update-dbus-broker
...
dbus-broker: 22 -> 28
2021-05-11 06:40:21 +00:00
Jörg Thalheim
0f0660d8ef
nvidia_x11_legacy304: remove
...
The patch used to build is no longer available.
We only have one kernel 4.14 that could theoretical build with it?
2021-05-11 08:36:21 +02:00
github-actions[bot]
10e16ec9ab
Merge master into staging-next
2021-05-11 06:20:33 +00:00
fortuneteller2k
e97d557475
zfsUnstable: 2.1.0-rc4 -> 2.1.0-rc5
2021-05-11 11:35:33 +08:00
Henri Menke
e4b05d9af5
zfs: remove trace output
...
We cannot have trace output if the package is marked broken, because
ofborg will consider the evaluation failed if there is any output. Hence
if there is any unsupported kernel version in nixpkgs, the trace will
show up and ofborg will complain.
2021-05-10 21:01:54 +02:00
github-actions[bot]
61fa3fdde8
Merge master into staging-next
2021-05-10 18:28:17 +00:00
Sandro
5257a5b478
Merge pull request #122288 from danielfullmer/rtl8812-maintainer-remove
2021-05-10 19:04:24 +02:00
Dominik Xaver Hörl
db0294aa60
linux_5_12: init at 5.12.2
2021-05-10 11:43:23 +02:00
Michael Roitzsch
270ee17d41
linux: improve cross compilation with clang
...
set HOST* variables for host build tools
* do not assume the host compiler is gcc
* pass all build tools to make
2021-05-10 10:24:24 +02:00
Jan Tojnar
594a885912
Merge branch 'staging-next' into staging
2021-05-10 09:45:47 +02:00
github-actions[bot]
1e3d91bd19
Merge master into staging-next
2021-05-10 00:48:32 +00:00
Martin Weinelt
6d2d0420bf
Merge pull request #121901 from TredwellGit/linux
2021-05-10 01:06:18 +02:00
Robin Gloster
9dc7f4bbfb
Merge pull request #122363 from Atemu/update/linux_lqx
...
linux_lqx: 5.11.18 -> 5.11.19
2021-05-09 14:10:38 -05:00
Alyssa Ross
4a8dbecd16
netbsd: 8.0 -> 9.1
...
Notes:
- compat: Needs a header from common merged with it's wrapper.
- librt: Needs the jemalloc sources.
- libc: install libc_pic.a
This was the behaviour on NetBSD 8.0, and ld.elf_so (in its current
configuration) requires it. We could also have disabled PIC in
ld.elf_so.
- sys: fix build
We use a more recent version of binutils than NetBSD 9.1 does, so we
need to backport a patch from CURRENT.
Co-authored-by: John Ericson <John.Ericson@Obsidian.Systems>
2021-05-09 18:56:20 +00:00
TredwellGit
c1569cc8ad
linux/hardened/patches/5.4: 5.4.114-hardened1 -> 5.4.117-hardened1
2021-05-09 16:53:32 +00:00
TredwellGit
5b5ecae63d
linux/hardened/patches/5.11: 5.11.16-hardened1 -> 5.11.19-hardened1
2021-05-09 16:53:31 +00:00
TredwellGit
2e32ce5edd
linux/hardened/patches/5.10: 5.10.32-hardened1 -> 5.10.35-hardened1
2021-05-09 16:53:30 +00:00
TredwellGit
a2a89d85d0
linux/hardened/patches/4.19: 4.19.188-hardened1 -> 4.19.190-hardened1
2021-05-09 16:53:29 +00:00
TredwellGit
98eb12bcae
linux/hardened/patches/4.14: 4.14.231-hardened1 -> 4.14.232-hardened1
2021-05-09 16:53:28 +00:00
TredwellGit
301a17cdcf
linux_latest-libre: 17990 -> 18063
2021-05-09 16:53:21 +00:00
TredwellGit
c580bc9a25
linux-rt_5_4: 5.4.109-rt56 -> 5.4.115-rt57
2021-05-09 16:53:13 +00:00
TredwellGit
0426acd2e4
linux-rt_5_10: 5.10.30-rt37 -> 5.10.30-rt38
2021-05-09 16:52:34 +00:00
TredwellGit
08bc09092c
linux: 5.4.114 -> 5.4.117
2021-05-09 16:51:53 +00:00
TredwellGit
d96c775d1a
linux: 5.11.16 -> 5.11.19
2021-05-09 16:51:47 +00:00
TredwellGit
2161af8d3c
linux: 5.10.32 -> 5.10.35
2021-05-09 16:51:39 +00:00
TredwellGit
94ce862101
linux: 4.9.267 -> 4.9.268
2021-05-09 16:51:32 +00:00
TredwellGit
662c0201a5
linux: 4.4.267 -> 4.4.268
2021-05-09 16:51:27 +00:00
TredwellGit
df61f804fb
linux: 4.19.188 -> 4.19.190
2021-05-09 16:51:21 +00:00
TredwellGit
f1b9f8023d
linux: 4.14.231 -> 4.14.232
2021-05-09 16:51:14 +00:00
Atemu
0f4f1ae3f2
linux_lqx: 5.11.18 -> 5.11.19
2021-05-09 17:10:26 +02:00
github-actions[bot]
bc1f4b790e
Merge master into staging-next
2021-05-09 12:23:16 +00:00
Vladimír Čunát
5663b2b2d3
Merge branch 'master' into staging-next
...
(a trivial conflict in transmission)
2021-05-09 09:31:55 +02:00
fortuneteller2k
438b60f3f7
openrazer: 3.0.0 -> 3.0.1, mark broken for kernels < 4.19
2021-05-09 14:57:27 +08:00
Daniel Fullmer
61901ffd0b
rtl8812au: remove myself from maintainers
2021-05-08 19:04:48 -07:00
Jonathan Ringer
0ef9059dd4
linuxPackages.bpftrace: fix llvm build
2021-05-08 18:13:45 -07:00
Jonathan Ringer
a748e4f47e
linuxPackages.bcc: fix llvm build
2021-05-08 18:13:45 -07:00
fortune
918cf983fb
rtl8812au: remove unsupported kernels
...
Co-authored-by: Jonathan Ringer <jonringer@users.noreply.github.com>
2021-05-08 18:10:47 -07:00
fortuneteller2k
3360314646
rtl8812au: 5.6.4.2 -> 5.9.3.2
2021-05-08 18:10:47 -07:00
R. RyanTM
9a153cb280
eventstat: 0.04.11 -> 0.04.12
2021-05-08 17:14:59 -07:00
R. RyanTM
cb2604ae1a
klibc: 2.0.8 -> 2.0.9
2021-05-08 17:09:38 -07:00
R. RyanTM
bf003c4670
linuxPackages.bcc: 0.19.0 -> 0.20.0
2021-05-08 15:09:26 -07:00
Evils
c78b9b47cf
i2c-tools: switch to fetchgit and separate man
...
and clarify license
2021-05-08 13:23:36 -07:00
Domen Kožar
be91d80191
Merge pull request #119540 from chvp/nixos-rebuild-remote-flakes
...
nixos-rebuild: Allow remote building when using flakes
2021-05-08 21:07:47 +02:00
Jan Tojnar
dd78ce1c53
Merge branch 'staging-next' into staging
2021-05-08 20:59:05 +02:00
github-actions[bot]
6d46d8a9b9
Merge master into staging-next
2021-05-08 18:22:46 +00:00
fortuneteller2k
1611dbe7fd
cryptodev: 1.11 -> 1.12
2021-05-08 10:06:52 -07:00
Martin Weinelt
9651084620
Merge remote-tracking branch 'origin/master' into staging-next
2021-05-08 14:43:43 +02:00
Jan Tojnar
468cb5980b
gnome: rename from gnome3
...
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-08 09:47:42 +02:00
Daniël de Kok
85f96822a0
treewide: fix cargoSha256/cargoHash
...
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in
which cargo vendor erroneously changed permissions of vendored
crates. This was fixed in Rust
1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all
cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are
potentially broken.
This change updates cargoSha256/cargoHash tree-wide.
Fixes #121994 .
2021-05-08 00:36:37 -07:00
github-actions[bot]
3494be8365
Merge staging-next into staging
2021-05-08 06:20:08 +00:00
github-actions[bot]
e21fb16f9a
Merge master into staging-next
2021-05-08 06:20:05 +00:00
Silvan Mosberger
08d94fd2b0
Merge pull request #114374 from oxalica/lib/platform-support-check
...
lib.meta: introduce `availableOn` to check package availability on given platform
2021-05-08 03:54:36 +02:00
github-actions[bot]
2c85188911
Merge staging-next into staging
2021-05-08 00:46:53 +00:00
github-actions[bot]
b4416b52c5
Merge master into staging-next
2021-05-08 00:46:50 +00:00
Guillaume Girol
a81b23c454
Merge pull request #121528 from symphorien/libsepolstatic
...
libsepol: fix static build
2021-05-07 20:50:27 +00:00
Domen Kožar
8ecb0344a0
Merge pull request #121720 from samueldr/feature/arm-stage-1-modules
...
installer images: Add available modules to stage-1 on ARM platforms
2021-05-07 22:01:09 +02:00
John Ericson
a3e54cb582
Merge remote-tracking branch 'upstream/staging-next' into staging
2021-05-06 15:48:25 -04:00
John Ericson
470640e7fe
treewide: Do a number of no-op cleanups for cross and darwin
...
I am taking the non-invasive parts of #110914 to hopefully help out with #111988 .
In particular:
- Use `lib.makeScopeWithSplicing` to make the `darwin` package set have
a proper `callPackage`.
- Adjust Darwin `stdenv`'s overlays keeping things from the previous
stage to not stick around too much.
- Expose `binutilsNoLibc` / `darwin.binutilsNoLibc` to hopefully get us
closer to a unified LLVM and GCC bootstrap.
2021-05-06 11:17:26 -04:00
github-actions[bot]
c63e69cd89
Merge staging-next into staging
2021-05-06 12:23:32 +00:00
Maximilian Bosch
a50b9e6c23
Merge pull request #113716 from Ma27/wpa_multiple
...
wpa_supplicant: allow both imperative and declarative networks
2021-05-06 11:01:35 +02:00
Jan Tojnar
d9f177eb4d
Merge branch 'staging-next' into staging
...
The transmission conflict was non-trivial:
- libbrotli added to apparmor rules <1bdda029cd
>
- apparmor rules rewritten <b280e64078
>
Chosen the rewrite and verified that brotli is part of the rule set generated by `apparmorRulesFromClosure`.
2021-05-06 08:42:50 +02:00
github-actions[bot]
202eb5ddf5
Merge staging-next into staging
2021-05-05 18:24:02 +00:00
Maximilian Bosch
8e72457f86
Merge pull request #121266 from blanky0230/tuxedo-keyboard-update
...
tuxedo-keyboard: 2019-08-26 -> v3.0.5
2021-05-05 19:48:49 +02:00
Mario Rodas
4901ca4ff5
lxc: 4.0.8 -> 4.0.9
2021-05-05 04:20:00 +00:00
Sandro
562dac79e1
Merge pull request #121498 from Atemu/update/linux_lqx
...
linux_lqx: 5.11.16 -> 5.11.18
2021-05-05 23:22:43 +02:00
Samuel Dionne-Riel
7264c049c7
linux/common-config.nix: Configure for armv7l-linux too
2021-05-04 19:42:12 -04:00
Samuel Dionne-Riel
595a50fd07
linux/common-config.nix: Enable FB_SIMPLE on AArch64
2021-05-04 19:42:12 -04:00
Atemu
cfb29088b4
linux_lqx: 5.11.16 -> 5.11.18
2021-05-04 15:13:54 +02:00
Ilya Fedin
319732fcf2
dbus-broker: 22 -> 28
2021-05-04 11:43:34 +04:00
github-actions[bot]
5e177b16b1
Merge staging-next into staging
2021-05-03 18:25:49 +00:00
Tethys Svensson
a376d4944c
busybox: Add a fix for CVE-2021-28831 ( #121578 )
2021-05-03 19:01:09 +02:00
Sandro
c94b0cdc51
Merge pull request #120966 from r-ryantm/auto-update/cifs-utils
...
cifs-utils: 6.12 -> 6.13
2021-05-03 16:55:17 +02:00
github-actions[bot]
b7e3cd0993
Merge staging-next into staging
2021-05-03 06:22:31 +00:00
Austin Seipp
b3676834ca
Merge pull request #121544 from petabyteboy/feature/bpftools
...
bpftools: build bpf_asm, bpf_dbg
2021-05-03 00:46:37 -05:00
Milan Pässler
c4bd0719e3
bpftools: build bpf_asm, bpf_dbg
...
I needed some other bpf-related tools located in the kernel source tree,
so I hijacked the bpftool package, renamed it to bpftools and added
those programs.
2021-05-03 00:59:50 +02:00
github-actions[bot]
0e4580d4d0
Merge staging-next into staging
2021-05-02 18:24:58 +00:00
Mario Rodas
fb5a9e4095
Merge pull request #121466 from marsam/update-lxc
...
lxc: 4.0.7 -> 4.0.8
2021-05-02 12:55:16 -05:00
Atemu
1b10b0d579
kernel: clarify license
2021-05-02 14:44:54 +00:00
Guillaume Girol
eadff09e4b
libsepol: precise license
2021-05-02 12:00:00 +00:00
Guillaume Girol
b7a9718783
libsepol: fix static build
2021-05-02 20:51:51 +02:00
github-actions[bot]
e6037ce5fe
Merge staging-next into staging
2021-05-02 00:58:46 +00:00
R. RyanTM
7326c917e4
lxcfs: 4.0.7 -> 4.0.8
2021-05-01 22:46:06 +00:00
thomas.blank
52365fe35a
tuxedo-keyboard: 2019-08-26 -> v3.0.5
2021-05-02 00:05:31 +02:00
github-actions[bot]
49721bed32
Merge staging-next into staging
2021-05-01 18:26:21 +00:00
Luke Granger-Brown
1e9f225a7a
Merge pull request #120633 from r-ryantm/auto-update/android-udev-rules
...
android-udev-rules: 20210302 -> 20210425
2021-05-01 13:57:27 +01:00
Luke Granger-Brown
55b33802be
Merge pull request #120647 from r-ryantm/auto-update/conky
...
conky: 1.12.1 -> 1.12.2
2021-05-01 13:53:50 +01:00
Alyssa Ross
29271ef915
netbsd.libedit: fix build
2021-05-01 12:46:18 +00:00
github-actions[bot]
5c9b6baa63
Merge staging-next into staging
2021-05-01 06:21:43 +00:00
Mario Rodas
aad3e1bf6f
lxc: 4.0.7 -> 4.0.8
2021-05-01 04:20:00 +00:00
Mario Rodas
b6ee21af06
Merge pull request #121295 from marsam/update-lxc
...
lxc: 4.0.6 -> 4.0.7
2021-04-30 22:29:22 -05:00
John Ericson
5de0e93838
Merge pull request #121277 from alyssais/netbsd-libcurses
...
netbsd.libcurses: fix build
2021-04-30 22:31:34 -04:00
github-actions[bot]
ef6416a6ba
Merge staging-next into staging
2021-05-01 00:54:32 +00:00
Glowpelt
9465ce4e10
rtl88xxau-aircrack: fc0194 -> c0ce81
...
Linux Kernel 5.8 or about there broke the previous version of this
driver.
2021-04-30 19:45:26 +00:00
github-actions[bot]
20ebbe6b59
Merge staging-next into staging
2021-04-30 18:26:34 +00:00
John Ericson
17305d2df0
Merge pull request #111487 from Ericson2314/llvm-outputs-and-cross-compile-tools
...
llvmPackages: Clean up outputs
2021-04-30 11:28:08 -04:00
Guillaume Girol
0c9ed22e64
Merge pull request #119562 from symphorien/fusermountsetuid
...
fuse: fix mount.fuse -o setuid=...
2021-04-30 14:26:39 +00:00
Alyssa Ross
a7dd5ca90f
systemd: fix build
2021-04-30 14:06:53 +00:00
Alyssa Ross
f27de651fd
netbsd.libcurses: fix build
2021-04-30 13:56:27 +00:00
Sandro
c9c351c5ef
Merge pull request #121166 from timothyklim/master
...
nvidia-x11: 460.27.04 -> 465.27
2021-04-30 15:08:53 +02:00
Henri Menke
c9f1544978
sof-firmware: 1.6 -> 1.7 ( #121181 )
2021-04-30 15:02:09 +02:00
Timothy Klim
ebb59d3b11
nvidia-x11: 460.27.04 -> 465.27
2021-04-30 19:45:48 +07:00
github-actions[bot]
d7882499f8
Merge staging-next into staging
2021-04-30 12:26:14 +00:00
Michael Weiss
6cba9af2c9
Merge pull request #121065 from r-ryantm/auto-update/iproute2
...
iproute2: 5.11.0 -> 5.12.0
2021-04-30 14:19:18 +02:00
Sandro
4577d77155
Merge pull request #120861 from saschagrunert/oci-seccomp-bpf-hook
...
linuxPackages.oci-seccomp-bpf-hook: 1.2.2 -> 1.2.3
2021-04-30 13:58:45 +02:00
github-actions[bot]
c6548b2832
Merge staging-next into staging
2021-04-30 06:21:40 +00:00
Andrew Childs
7869d16545
llvmPackages: Multuple outputs for everythting
...
Also begin to start work on cross compilation, though that will have to
be finished later.
The patches are based on the first version of
https://reviews.llvm.org/D99484 . It's very annoying to do the
back-porting but the review has uncovered nothing super major so I'm
fine sticking with what I've got.
Beyond making the outputs work, I also strove to re-sync the packages,
as they have been drifting pointlessly apart for some time.
----
Other misc notes, highly incomplete
- lvm-config-native and llvm-config are put in `dev` because they are
tools just for build time.
- Clang no longer has an lld dep. That was introduced in
db29857eb3
, but if clang needs help
finding lld when it is used we should just pass it flags / put in the
resource dir. Providing it at build time increases critical path
length for no good reason.
----
A note on `nativeCC`:
`stdenv` takes tools from the previous stage, so:
1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.stdenv.cc`: `(?0, ?1, x)`
while:
1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.targetPackages`: `(x, x, ?2)`
3. `pkgsBuildBuild.targetPackages.stdenv.cc`: `(?1, x, x)`
2021-04-30 05:41:00 +00:00
Mario Rodas
147b101a63
lxc: 4.0.6 -> 4.0.7
2021-04-30 04:20:00 +00:00
Sandro
9716947ba6
Merge pull request #121033 from Radvendii/libgnurx-static
...
libgnurx: output libgnurx.a when static
2021-04-30 04:07:07 +02:00
github-actions[bot]
b4766e97ee
Merge staging-next into staging
2021-04-30 00:52:06 +00:00
Sandro
75a24a5bc9
Merge pull request #121170 from samuelgrf/add-mainProgram-to-packages
2021-04-30 01:20:37 +02:00
Samuel Gräfenstein
489ca03773
lm_sensors: add meta.mainProgram
2021-04-29 14:51:50 +02:00
Vladimír Čunát
4f38b5332d
Merge #120715 : linuxHeaders: 5.11 -> 5.12 (into staging)
2021-04-29 10:37:39 +02:00
github-actions[bot]
9cf0393c37
Merge staging-next into staging
2021-04-28 18:14:28 +00:00
R. RyanTM
40f2138e29
iproute2: 5.11.0 -> 5.12.0
2021-04-28 18:06:48 +00:00
Taeer Bar-Yam
c5e5ea90e1
libgnurx: output libgnurx.a when static
2021-04-28 10:15:37 -04:00
Tim Steinbach
e1af1d1f81
linux/hardened/patches/5.4: 5.4.113-hardened1 -> 5.4.114-hardened1
2021-04-28 09:34:45 -04:00
Tim Steinbach
69984bd056
linux/hardened/patches/5.11: 5.11.15-hardened1 -> 5.11.16-hardened1
2021-04-28 09:34:45 -04:00
Tim Steinbach
4611413ec6
linux/hardened/patches/5.10: 5.10.31-hardened1 -> 5.10.32-hardened1
2021-04-28 09:34:45 -04:00
Tim Steinbach
8ee8d6e61e
linux/hardened/patches/5.4: 5.4.112-hardened1 -> 5.4.113-hardened1
2021-04-28 09:34:45 -04:00
Tim Steinbach
9d47acdbc8
linux/hardened/patches/5.11: 5.11.14-hardened1 -> 5.11.15-hardened1
2021-04-28 09:34:45 -04:00
Tim Steinbach
f99496d321
linux/hardened/patches/5.10: 5.10.30-hardened1 -> 5.10.31-hardened1
2021-04-28 09:34:45 -04:00
Tim Steinbach
00aa9ee2b4
linux/hardened/patches/4.19: 4.19.187-hardened1 -> 4.19.188-hardened1
2021-04-28 09:34:45 -04:00
Tim Steinbach
b3e42ffea1
linux/hardened/patches/4.14: 4.14.230-hardened1 -> 4.14.231-hardened1
2021-04-28 09:34:45 -04:00
Tim Steinbach
2e7331db4c
linux-rt_5_4: 5.4.106-rt54 -> 5.4.109-rt56
2021-04-28 09:34:45 -04:00
Tim Steinbach
c6963522e0
linux-rt: Avoid RCs
2021-04-28 09:34:45 -04:00
Tim Steinbach
d70dced4fe
linux-rt_5_10: 5.10.27-rt36 -> 5.10.30-rt37
2021-04-28 09:34:45 -04:00
Tim Steinbach
81ef99ec75
linux: 5.4.112 -> 5.4.114
2021-04-28 09:34:45 -04:00
Tim Steinbach
079fca1541
linux: 5.11.14 -> 5.11.16
2021-04-28 09:34:45 -04:00
Tim Steinbach
e77d44c103
linux: 5.10.30 -> 5.10.32
2021-04-28 09:34:45 -04:00
Tim Steinbach
1904447d73
linux: 4.9.266 -> 4.9.267
2021-04-28 09:34:45 -04:00
Tim Steinbach
fde3ac0f8e
linux: 4.4.266 -> 4.4.267
2021-04-28 09:34:45 -04:00
Tim Steinbach
c38311d1f6
linux: 4.19.187 -> 4.19.188
2021-04-28 09:34:45 -04:00
Tim Steinbach
125bbf0752
linux: 4.14.230 -> 4.14.231
2021-04-28 09:34:45 -04:00
R. RyanTM
82145d5fac
cifs-utils: 6.12 -> 6.13
2021-04-28 03:03:12 +00:00
github-actions[bot]
655989d7b3
Merge staging-next into staging
2021-04-28 00:15:29 +00:00
Robert Helgesson
78813c327c
sd-switch: 0.2.0 -> 0.2.1
2021-04-28 00:47:18 +02:00
Louis Bettens
e340874c85
nvidia_x11.legacy_390: 390.138 -> 390.143 ( #120857 )
2021-04-27 14:43:53 -04:00
Sascha Grunert
1765c30080
linuxPackages.oci-seccomp-bpf-hook: 1.2.2 -> 1.2.3
...
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-04-27 15:13:40 +02:00
TredwellGit
7ac9fcb01b
linuxHeaders: 5.11 -> 5.12
2021-04-26 14:41:54 +00:00
github-actions[bot]
e30742adc3
Merge staging-next into staging
2021-04-26 12:06:35 +00:00
davidak
037cf652f3
Merge pull request #120584 from Atemu/update/zen-kernels
...
zen-kernels: 5.11.15 -> 5.11.16
2021-04-26 13:42:23 +02:00
Luflosi
fe8de6564d
linuxPackages.usbip: clarify license
2021-04-26 00:15:44 +02:00
R. RyanTM
df6b666353
conky: 1.12.1 -> 1.12.2
2021-04-25 21:14:42 +00:00
R. RyanTM
977a71dca5
android-udev-rules: 20210302 -> 20210425
2021-04-25 19:55:42 +00:00
Atemu
6c04559dae
zen-kernels: 5.11.15 -> 5.11.16
2021-04-25 12:20:17 +02:00
Michael Raskin
d04f1c4314
Merge pull request #101071 from ju1m/apparmor
...
apparmor: try again to fix and improve
2021-04-24 11:24:26 +00:00
John Ericson
96b2cb441c
Merge pull request #120283 from Ericson2314/netbsd-fewer-vars
...
netbsd: Remove some env vars that are probably not needed.
2021-04-23 20:57:18 -04:00
github-actions[bot]
944e32775d
Merge staging-next into staging
2021-04-24 00:16:20 +00:00
github-actions[bot]
6e7c70d02d
Merge master into staging-next
2021-04-24 00:16:17 +00:00
John Ericson
b867117b86
netbsd: Remove some env vars that are probably not needed.
...
Tool setup hooks will set most.
2021-04-23 21:55:09 +00:00
Luke Granger-Brown
66c672f3e9
Merge pull request #120317 from hmenke/zfs
...
zfsUnstable: 2.1.0-rc3 -> 2.1.0-rc4
2021-04-23 22:32:45 +01:00
Alyssa Ross
7134116d6b
netbsd.common: just export the sources
...
"common" is just a lot of shared code, not a component in and of
itself. There's no Makefile, so if we try to build it Make will go up
a directory and try to build all of NetBSD.
2021-04-23 20:59:57 +00:00
John Ericson
068a59a394
Merge pull request #120355 from alyssais/netbsd-libutil
...
netbsd.libutil: fix build
2021-04-23 16:56:03 -04:00
aszlig
a3f298e48f
Merge pull request #119096 (update kbd, add tests)
...
The kbd package was outdated for years and the last version bump has
been in 2017 and the package has no maintainer. The pull request in
question adds @davidak as maintainer, updates the package to version
2.4.0 and adds a keymap test for the "bone" layout.
Since the dvp and neo layouts are now included, we now no longer need
the kbdKeymaps package.
While the package is one of the dependencies of systemd, its impact is
nonetheless relatively low, because the worst that could happen is that
the keymap can't be set at boot time but it should not break any
software further down the line.
This is the reason why I'm merging this regardless of only having tested
this via running the "keymap" NixOS VM test but without testing on a
real system yet.
2021-04-23 20:12:36 +02:00
Alyssa Ross
554874700a
netbsd.libkern: remove
...
libkern is only used as part of building the kernel. There's no
reason for us to have a seperate package for it.
2021-04-23 17:22:06 +00:00
Alyssa Ross
01ea399625
netbsd.libutil: fix build
...
Tested by building pkgsCross.x86_64-netbsd.netbsd.libutil on
x86_64-linux.
2021-04-23 15:52:30 +00:00
John Ericson
53a2aee7d7
Merge pull request #120347 from alyssais/netbsd-librt
...
netbsd.librt: fix build
2021-04-23 11:42:34 -04:00
John Ericson
8fec31c93f
Merge pull request #120348 from alyssais/netbsd-librpcsvc
...
netbsd.librpcsvc: fix build
2021-04-23 11:39:45 -04:00
John Ericson
a45420985f
Merge pull request #120350 from alyssais/netbsd-libpthread
...
netbsd.libpthread: fix build
2021-04-23 11:39:12 -04:00
Alyssa Ross
e8a81f2f99
netbsd.libcrypt: fix build
...
Tested by building pkgsCross.x86_64-netbsd.netbsd.libcrypt on
x86_64-linux.
2021-04-23 15:20:41 +00:00
Alyssa Ross
870ce0999b
netbsd.libpthread: fix build
...
Tested by building pkgsCross.x86_64-netbsd.netbsd.libpthread on
x86_64-linux.
2021-04-23 15:15:30 +00:00
Alyssa Ross
152179f71d
netbsd.librpcsvc: fix build
...
Tested by building pkgsCross.x86_64-netbsd.netbsd.librpcsvc on
x86_64-linux.
2021-04-23 14:59:58 +00:00
Alyssa Ross
be7a9bab0f
netbsd.librt: fix build
...
This is another one of those packages that's just a rebuild of a
certain part of libc...
Tested by building pkgsCross.x86_64-netbsd.netbsd.librt on
x86_64-linux.
libc's postPatch was entirely fixes for librt, so move that to librt
and inherit it in libc.
2021-04-23 14:48:35 +00:00
davidak
77c103298c
kbd: add myself as maintainer
2021-04-23 16:41:12 +02:00
davidak
f250c8f6df
kbd: format using nixpkgs-fmt
2021-04-23 16:41:11 +02:00
davidak
513143fe4e
kbd: add tests and update them
2021-04-23 16:41:11 +02:00
davidak
fabdd46503
kbdKeymaps: remove
...
dvp and neo are now included in kbd
includes documentation in release notes and alias
2021-04-23 16:41:06 +02:00
davidak
d83b116910
kbd: 2.0.4 -> 2.4.0
2021-04-23 16:37:37 +02:00
Alyssa Ross
7cdc46f4e3
netbsd.libterminfo: add missing $makeFlags
2021-04-23 14:18:48 +00:00
Alyssa Ross
b4373892ce
netbsd.libterminfo: add missing bsdSetupHook dep
...
82c231d17e
("netbsd: Generalize builder to any-bsd setup hook")
missed libterminfo when it added bsdSetupHook to every other
package. (I checked it didn't miss anything else.)
It also didn't change a NETBSDSRCDIR to BSDSRCDIR, but in fairness
that line was added about half an hour before the setupHook change was
merged in a16384e118
.
Fixes: 82c231d17e
("netbsd: Generalize builder to any-bsd setup hook")
2021-04-23 14:18:48 +00:00
Henri Menke
33fff37020
zfsUnstable: 2.1.0-rc3 -> 2.1.0-rc4
2021-04-23 11:25:37 +02:00
Julien Moutinho
45e5d726b2
nixos/apparmor: improve code readability
2021-04-23 07:20:19 +02:00
Julien Moutinho
7996dfb1a1
apparmor: 3.0.0 -> 3.0.1
2021-04-23 07:17:57 +02:00
Julien Moutinho
8f9b29d168
apparmor: 2.13.5 -> 3.0.0
2021-04-23 07:17:56 +02:00
Julien Moutinho
05d334cfe2
Revert "Revert "apparmor: fix and improve the service""
...
This reverts commit 420f89ceb2
.
2021-04-23 07:17:55 +02:00
John Ericson
951e194cb3
Merge pull request #120255 from alyssais/netbsd-libm
...
netbsd.libm: fix build
2021-04-22 20:24:05 -04:00
Alyssa Ross
5c24380395
netbsd.libm: fix build
...
Tested building pkgsCross.x86_64-netbsd.netbsd.libm from x86_64-linux.
At some point we should probably set SHLIBINSTALLDIR in the setupHook,
but I think I'd like to get everything working first, and then make
changes that affect all the builds like that. It's easier to spot
regressions when you know _everything_ worked before.
2021-04-23 00:17:05 +00:00
github-actions[bot]
0d97d9f23b
Merge staging-next into staging
2021-04-23 00:15:42 +00:00
github-actions[bot]
481a9bc47c
Merge master into staging-next
2021-04-23 00:15:39 +00:00
John Ericson
e4b05fbf47
netbsd: Make boostrapping more orthodox and don't rely on splicing
...
- No splicing makes everything less finnicky.
- Normal bootstrapping matches e.g. linux where kernel headers are also
`stdenvNoCC` but part of this stage.
2021-04-22 23:24:24 +00:00
Luflosi
9df2614d08
usbip: fix listing functionality ( #120267 )
...
Closes https://github.com/NixOS/nixpkgs/issues/116380 .
2021-04-23 01:13:28 +02:00
Alyssa Ross
760c0428cb
netbsd.i18n_module: fix build
...
Tested building pkgsCross.x86_64-netbsd.netbsd.i18n_module from
x86_64-linux.
2021-04-22 18:33:14 +00:00
Alyssa Ross
c5ab13fc00
netbsd.libresolv: fix build
...
Tested building pkgsCross.x86_64-netbsd.netbsd.libresolv from
x86_64-linux.
2021-04-22 18:32:27 +00:00
github-actions[bot]
cdece2032d
Merge staging-next into staging
2021-04-22 18:14:30 +00:00
github-actions[bot]
b95da5efb6
Merge master into staging-next
2021-04-22 18:14:27 +00:00
John Ericson
a16384e118
Merge pull request #119916 from Ericson2314/bsd-setup-hook
...
netbsd: Generalize builder to any-bsd setup hook
2021-04-22 12:34:47 -04:00
Alyssa Ross
a2d88c63c6
netbsd.libterminfo: fix build
...
Tested building netbsd.libterminfo and
pkgsCross.x86_64-netbsd.netbsd.libterminfo from x86_64-linux.
2021-04-22 15:58:38 +00:00
John Ericson
82c231d17e
netbsd: Generalize builder to any-bsd setup hook
...
Do this to get ready for other BSDs.
2021-04-22 15:54:32 +00:00
John Ericson
ff94ed255a
Merge pull request #120225 from alyssais/netbsd-libossaudio
...
netbsd.libossaudio: fix build
2021-04-22 11:53:12 -04:00
Alyssa Ross
8c48bb08d7
netbsd.libossaudio: fix build
...
The file this was trying to modify doesn't even exist.
Tested by building pkgsCross.x86_64-netbsd.netbsd.libossaudio from
x86_64-linux.
2021-04-22 15:38:07 +00:00
John Ericson
162eace854
Merge pull request #120192 from alyssais/netbsd-ld.elf_so
...
netbsd.ld_elf_so: fix build
2021-04-22 11:14:13 -04:00
Graham Christensen
c86bd27503
Merge pull request #119664 from eyJhb/displaylink-5.4
...
displaylink: 5.3.1 -> 5.4.0 (+evdi)
2021-04-22 13:36:31 +00:00
github-actions[bot]
1eabfe5413
Merge staging-next into staging
2021-04-22 12:06:27 +00:00
github-actions[bot]
120744d620
Merge master into staging-next
2021-04-22 12:06:24 +00:00
Alyssa Ross
2a16327a83
netbsd.ld_elf_so: fix build
...
Tested building pkgsCross.x86_64-netbsd.netbsd.ld_elf_so from
x86_64-linux.
2021-04-22 10:34:56 +00:00
Michael Weiss
3e01d42024
maintainers: remove tavyc
...
Their last commit was dcc84d8
from 2017.
Thank you for your contributions.
2021-04-22 11:34:25 +02:00
fortuneteller2k
1dfdf07669
linux_xanmod: 5.11.15 -> 5.11.16
2021-04-22 15:39:14 +08:00
github-actions[bot]
dde5369c50
Merge staging-next into staging
2021-04-22 06:05:54 +00:00
github-actions[bot]
8248f4db36
Merge master into staging-next
2021-04-22 06:05:51 +00:00
Sandro
cfb3bfa841
Merge pull request #120088 from primeos/nvme-cli
2021-04-22 03:55:33 +02:00
Sandro
d4d8ab2b6a
Merge pull request #120041 from Mic92/isgx
2021-04-22 03:52:52 +02:00
Sandro
2df2e5f330
Merge pull request #118269 from midchildan/feat/fuse/add-darwin
2021-04-22 03:27:36 +02:00
Sandro
5cbd461845
nvme-cli: add mic92 as maintainer
...
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
2021-04-22 02:33:31 +02:00
Jörg Thalheim
d0a90eb51a
linuxPackages.isgx: limit to x86_64
2021-04-21 23:39:53 +02:00
github-actions[bot]
af82393e36
Merge staging-next into staging
2021-04-21 18:13:31 +00:00
github-actions[bot]
799ebbc91d
Merge master into staging-next
2021-04-21 18:13:29 +00:00
Michael Weiss
c88a223e38
nvme-cli: Remove myself as maintainer
2021-04-21 18:54:54 +02:00
Michael Weiss
7b29dd9f75
nvme-cli: 1.13 -> 1.14
2021-04-21 18:51:25 +02:00
Henri Menke
b14062b75c
zfsUnstable: 2.0.4 -> 2.1.0-rc3
...
In https://github.com/openzfs/zfs/commit/658fb802 OpenZFS introduced a
new compatibility feature. This is accompanied by some default profiles
which are located in the $out output of the Nix derivation. However,
these compatibility profiles are used by both the zpool executable
located in $out and the libzfs library located in $lib. This
inadvertently creates a cycle, because zpool refers to $lib to link
against libzfs but libzfs refers back to $out for the compatibility
profiles.
There are two possible routes to rectify this problem:
1. Patch the zpool source code to not read the compatibility profiles
and adjust the build system to put them into the $lib output.
2. Simply remove the $out/$lib split.
Since no other derivation in nixpkgs refers to the $lib output
explicitly we opt for the latter, because this is also in accordance
with upstream.
2021-04-21 09:08:18 -07:00
github-actions[bot]
a260b67879
Merge staging-next into staging
2021-04-21 12:06:26 +00:00
github-actions[bot]
9b3e698b14
Merge master into staging-next
2021-04-21 12:06:23 +00:00
Jörg Thalheim
7745b7a9d1
isgx: fix support for 5.11
2021-04-21 11:12:49 +02:00
Samuel Gräfenstein
840805562b
linuxPackages.rtw88: 2021-04-01 -> 2021-04-19
2021-04-21 10:03:49 +02:00
Martin Weinelt
c15541a27c
dropwatch. 1.5.1 -> 1.5.3 ( #119989 )
...
* dropwatch. 1.5.1 -> 1.5.3
https://github.com/nhorman/dropwatch/releases/tag/v1.5.2
https://github.com/nhorman/dropwatch/releases/tag/v1.5.3
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
2021-04-21 06:28:39 +01:00
github-actions[bot]
6faea022df
Merge staging-next into staging
2021-04-21 00:15:23 +00:00
github-actions[bot]
99c7bab106
Merge master into staging-next
2021-04-21 00:15:20 +00:00
Sascha Grunert
0540805a62
linuxPackages.oci-seccomp-bpf-hook: 1.2.1 -> 1.2.2
...
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-04-21 06:05:09 +10:00
github-actions[bot]
e09786ff64
Merge staging-next into staging
2021-04-20 18:13:19 +00:00
github-actions[bot]
b08c9b444b
Merge master into staging-next
2021-04-20 18:13:16 +00:00
Anderson Torres
30b7492d9b
Merge pull request #118228 from lourkeur/teck-programmer
...
teck-programmer: init at 1.1.1
2021-04-20 15:08:00 -03:00
Tim Steinbach
d9448c95c5
linux/hardened/patches/5.4: 5.4.111-hardened1 -> 5.4.112-hardened1
2021-04-20 09:33:47 -04:00
Tim Steinbach
bbb8deabb3
linux/hardened/patches/5.11: 5.11.13-hardened1 -> 5.11.14-hardened1
2021-04-20 09:33:47 -04:00
Tim Steinbach
0d9829b7e5
linux/hardened/patches/5.10: 5.10.29-hardened1 -> 5.10.30-hardened1
2021-04-20 09:33:47 -04:00
Tim Steinbach
b67475c4cd
linux/hardened/patches/4.19: 4.19.186-hardened1 -> 4.19.187-hardened1
2021-04-20 09:33:47 -04:00
Tim Steinbach
4cd76dbf0c
linux: 5.4.111 -> 5.4.112
2021-04-20 09:33:47 -04:00
Tim Steinbach
d48f518a08
linux: 5.11.13 -> 5.11.14
2021-04-20 09:33:47 -04:00
Tim Steinbach
ed540048c8
linux: 5.10.29 -> 5.10.30
2021-04-20 09:33:47 -04:00
Tim Steinbach
1831a7e8cc
linux: 4.19.186 -> 4.19.187
2021-04-20 09:33:47 -04:00
Jörg Thalheim
3e8217986f
Merge pull request #118121 from martinetd/bcc-devendor-libbpf
...
bcc: devendor libbpf
2021-04-20 14:19:39 +01:00
Louis Bettens
3c0e1f309f
teck-udev-rules: init
2021-04-20 09:10:43 +02:00
John Ericson
7e0addbbca
Merge pull request #119891 from Ericson2314/tiny-netbsd-cleanup
...
netbsd.mkDerviation: remove pointless `attrs.src or`
2021-04-19 16:30:17 -04:00
John Ericson
5910c5375f
netbsd.mkDerviation: remove pointless `attrs.src or`
...
`attrs` overrides these defaults already.
2021-04-19 19:49:22 +00:00
github-actions[bot]
ea5bd4364e
Merge staging-next into staging
2021-04-19 18:11:54 +00:00
github-actions[bot]
6ef7c23763
Merge master into staging-next
2021-04-19 18:11:51 +00:00
Sandro
2ef3a9fa87
Merge pull request #119873 from Atemu/update/zen-kernels
...
zen-kernels: 5.11.14 -> 5.11.15
2021-04-19 19:19:33 +02:00
midchildan
f8f5ae544b
afuse: add darwin build
2021-04-20 00:51:47 +09:00
midchildan
67db526c02
btfs: add darwin build
2021-04-20 00:51:41 +09:00
Linus Heckemann
50d091cc65
Merge pull request #119770 from qzle/ramdisks
...
kernel: Remove CONFIG_BLK_DEV_RAM=y (remove /dev/ram* devices)
2021-04-19 14:17:42 +02:00
eyjhb
e153deef61
evdi: v1.7.2 -> unstable-20210401
2021-04-19 08:35:00 +02:00
eyjhb
2bc26039f3
displaylink: 5.3.1 -> 5.4.0
2021-04-19 08:34:48 +02:00
Alyssa Ross
ddcb48cc3d
netbsd.sys: actually build the kernel
...
Before, we were only building the headers, firmware, and bootloader.
CONFIG could be overridden to use another pre-defined kernel, but
there's no way to pass a custom kernel configuration yet.
Tested booting the built kernel in a NetBSD VM.
2021-04-18 19:16:51 +00:00
Alyssa Ross
37ac32a351
netbsd.config: init at 8.0
...
Needed to build the NetBSD kernel.
2021-04-18 19:04:27 +00:00
Alyssa Ross
3e9decc557
netbsd.cksum: init at 8.0
...
We need the source directory of this package for config(1), so we
might as well just package it.
2021-04-18 19:04:26 +00:00
John Ericson
3ad122f494
Merge pull request #119793 from alyssais/netbsd-sys
...
netbsd.sys: fix build
2021-04-18 14:45:37 -04:00
github-actions[bot]
f42b75df03
Merge staging-next into staging
2021-04-18 18:10:40 +00:00
github-actions[bot]
b57b2b362c
Merge master into staging-next
2021-04-18 18:10:37 +00:00
John Ericson
75d12e9ad4
Merge pull request #119799 from alyssais/netbsd-maint
...
netbsd: add myself as maintainer
2021-04-18 12:58:35 -04:00
Alyssa Ross
bdb8ec0ce6
netbsd.sys: set platforms
...
I don't think there's any reason for this not to be set. Maybe it was
from before netbsd.headers overrode meta.platforms for its
constituents.
2021-04-18 16:46:28 +00:00
Dmitry Kalinkin
6eeab63be4
Merge pull request #107431 from veprbl/pr/darling_src_fix
...
darwin.darling.src: fix build on case-sensitive filesystems
2021-04-18 09:55:45 -04:00
Alyssa Ross
d8a6f55942
netbsd: add myself as maintainer
2021-04-18 12:30:22 +00:00
github-actions[bot]
2095c2cd0d
Merge staging-next into staging
2021-04-18 12:06:03 +00:00
github-actions[bot]
9e804db1da
Merge master into staging-next
2021-04-18 12:06:01 +00:00
Alyssa Ross
f7e988de8c
netbsd.sys: set FIRMWAREDIR
...
Otherwise, would try to install firmware to /libdata/firmware.
2021-04-18 12:04:03 +00:00
Alyssa Ross
8603012521
netbsd.sys: add missing uudecode dependency
2021-04-18 12:02:29 +00:00
Alyssa Ross
05e8b0de1a
netbsd.uuencode: init at 8.0
...
Required to build the NetBSD kernel.
2021-04-18 12:02:28 +00:00
Alyssa Ross
529b539494
netbsd.mkDerivation: popd in moveUsrDir
...
Permanently changing the directory here was breaking the kernel build,
which needs to do other things after moveUsrDir.
2021-04-18 12:02:25 +00:00
Daniël de Kok
df7a12d567
Merge pull request #119601 from pimeys/nvidia-460.73.01
...
nvidia-x11: 460.67 -> 460.73.01
2021-04-18 10:23:30 +02:00
Robert Helgesson
831e64bad4
Drop maintainership for some packages
2021-04-18 09:00:18 +02:00
Jens Nolte
610d831a4b
kernel: Remove CONFIG_BLK_DEV_RAM=y (remove /dev/ram* devices)
...
This option allows to use portions of the system RAM as block devices.
It was configured to 'y' (built-in, therefore not unloadable or
reconfigurable) and configured 16 4MB RAM disks which, to my knowledge,
currently have no purpose in NixOS.
Removing the option restores it to it's default value of 'm', which
enables it to be loaded at runtime (which is also required to be able to
change it's configuration without rebuilding the kernel).
2021-04-18 05:34:55 +02:00
Symphorien Gibol
fbb8dbdac6
fuse: fix mount.fuse -o setuid=...
...
when mounting a fuse fs by fstab on can write:
/nix/store/sdlflj/bin/somefuseexe#argument /mountpoint fuse setuid=someuser
mount is run by root, and setuid is a way to tell mount.fuse to run
somefuseexe as someuser instead. Under the hood, mount.fuse uses su.
The problem is that mount is run by systemd in a seemingly very empty
environment not containing /run/current-system/sw/bin nor
/run/wrappers/bin in $PATH, so mount fails with "su command not found".
We now patch the command to run su with an absolute path.
man mount.fuse3 indicates that this option is reserved to root (or with
enough capabilities) so not using
/run/wrappers/bin/su is thus correct. It has the very small advantage of
possibly working on non nixos.
2021-04-17 21:51:40 +02:00
Atemu
0036ccebc2
zen-kernels: 5.11.14 -> 5.11.15
2021-04-17 20:45:33 +02:00
github-actions[bot]
33182b194a
Merge staging-next into staging
2021-04-17 18:10:41 +00:00
github-actions[bot]
8156636ab9
Merge master into staging-next
2021-04-17 18:10:38 +00:00
Sandro
ebcf1f92fe
Merge pull request #119650 from fortuneteller2k/update-xanmod
...
linux_xanmod: 5.11.14 -> 5.11.15
2021-04-17 18:10:48 +02:00
Pavol Rusnak
29bb19258a
treewide: use https for github URIs
2021-04-17 17:59:08 +02:00
Jörg Thalheim
b2a1e04eed
Merge remote-tracking branch 'upstream/staging-next' into HEAD
2021-04-17 16:37:04 +02:00
fortuneteller2k
5476e46eb6
linux_xanmod: 5.11.14 -> 5.11.15
2021-04-17 02:09:01 +08:00
Calum MacRae
28192c446c
spacebar: fix builds on macOS Big Sur
2021-04-16 17:19:17 +01:00
Calum MacRae
2c82907da4
apple-sdk: generate SkyLight framework outputs
2021-04-16 17:19:17 +01:00
Calum MacRae
914c604a01
apple-sdk: fix PrivateFrameworks symlinks
...
With the absence of these symlinks, private frameworks aren't exposed
to the linker.
2021-04-16 17:19:17 +01:00
Maximilian Bosch
84670bf681
wpa_supplicant: review fixes
2021-04-16 13:28:26 +02:00
Maximilian Bosch
08ced9d67f
nixos/wpa_supplicant: make new behavior opt-in
2021-04-16 13:18:46 +02:00
Maximilian Bosch
de0a39166b
wpa_supplicant: allow both imperative and declarative networks
...
For a while now it's possible to specify an additional config file in
`wpa_supplicant`[1]. In contrast to the file specified via `-c` this was
supposed to be used for immutable settings and not e.g. additional
networks.
However I'm a little bit unhappy about the fact that one has to choose
between a fully imperative setup and a fully declarative one where the
one would have to write credentials for e.g. WPA2-enterprise networks
into the store.
The primary problem with the current state of `wpa_supplicant` is that
if the `SAVE_CONFIG` command is invoked (e.g. via `wpa_cli`), all known
networks will be written to `/etc/wpa_supplicant.conf` and thus all
declarative networks would get out of sync with the declarative
settings.
To work around this, I had to change the following things:
* The `networking.wireless`-module now uses `-I` for declarative config,
so the user-controlled mode can be used along with the
`networks`-option.
* I added an `ro`-field to the `ssid`-struct in the
`wpa_supplicant`-sources. This will be set to `1` for each network
specified in the config passed via `-I`.
Whenever config is written to the disk, those networks will be
skipped, so changes to declarative networks are only temporary.
[1] https://w1.fi/cgit/hostap/commit/wpa_supplicant?id=e6304cad47251e88d073553042f1ea7805a858d1
2021-04-16 13:18:25 +02:00
Charlotte Van Petegem
fa827f3f62
nixos-rebuild: Use old-style nix command when building flake on a remote host
2021-04-16 12:42:26 +02:00
Charlotte Van Petegem
456aa2db49
nixos-rebuild: Allow remote building when using flakes
2021-04-16 11:59:21 +02:00
Julius de Bruijn
952d9a35d3
The driver download url has changed
2021-04-16 11:48:20 +02:00
Julius de Bruijn
e4f3e9b009
nvidia-x11: 460.67 -> 460.73.01
2021-04-16 11:05:10 +02:00
Martin Weinelt
cd7a519012
Merge branch 'master' into staging-next
2021-04-16 01:32:09 +02:00
Sandro
6de0cfabf9
Merge pull request #119533 from fortuneteller2k/update-xanmod
...
linux_xanmod: 5.11.13 -> 5.11.14
2021-04-15 23:19:35 +02:00
Kasper
fc141a889d
libselinux: fix build with musl ( #119472 )
...
Co-authored-by: Kasper Gałkowski <kpg@posteo.net>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-15 23:18:51 +02:00
Sandro
47761b6aa8
Merge pull request #119520 from Atemu/update/zen-kernels
...
zen-kernels: 5.11.13 -> 5.11.14
2021-04-15 23:15:20 +02:00
github-actions[bot]
dfd4f14303
Merge master into staging-next
2021-04-15 18:13:27 +00:00
fortuneteller2k
fc0daf4bd3
linux_xanmod: 5.11.13 -> 5.11.14
2021-04-15 19:56:59 +08:00
Alyssa Ross
ea50a8c811
netbsd.man: fix hash
...
This was identical to the hash for "misc" above, so was obviously just
a copy and paste error.
2021-04-15 09:24:14 +00:00
Atemu
87e667540a
zen-kernels: 5.11.13 -> 5.11.14
2021-04-15 10:36:16 +02:00
Alyssa Ross
93d0f1c237
netbsd.libc: fix build
2021-04-15 03:55:50 +00:00
Alyssa Ross
314aa175d3
netbsd: bison -> byacc
...
These are only mostly compatible, and libc won't build with bison.
2021-04-15 03:55:50 +00:00
Alyssa Ross
3b5b199012
netbsd.statHook: init
...
This fixes the build of various NetBSD programs on Linux,
e.g. netbsd.statHook.
2021-04-15 02:59:26 +00:00
Martin Weinelt
7cf67850c0
Merge branch 'master' into staging-next
2021-04-15 01:01:26 +02:00
Alyssa Ross
2dba1df37e
Revert "netbsd: take fetchcvs from buildPackages to fix eval"
...
This reverts commit 6dff63294a
.
We have a more general fix now, so don't need this any more.
2021-04-14 21:38:23 +00:00
github-actions[bot]
eb8e023674
Merge master into staging-next
2021-04-14 18:11:01 +00:00
sternenseemann
6dff63294a
netbsd: take fetchcvs from buildPackages to fix eval
...
For some reason fetchcvs was taken from the cross package set when
cross compiling netbsd.* instead of from buildPackages. I suspect that
this was no issue previously because it just could be substituted as it
only ever produced fixed output derivations. However since
00a2084a40
the evaluation of fetchcvs
would depend on `stdenv.cc` (via its openssh dependency). Since
netbsd.libc is required to evaluate stdenv.cc this caused a infinite
recursion when staging the cross stdenv for pkgsCross.amd64-netbsd. The
fix for this is pretty easy: Just take fetchcvs from buildPackages
explicitly instead of hoping for mkDerivation to get it right.
Resolves #119323 .
2021-04-14 14:58:08 +00:00
Vladimír Čunát
d2eb7a7887
Merge branch 'staging' into staging-next
...
A few conflicts but relatively clear ones (I think).
2021-04-14 10:08:25 +02:00
Ninjatrappeur
be07f22e46
Merge pull request #119347 from mweinelt/wpa_supplicant
2021-04-13 20:14:25 +02:00
Martin Weinelt
4480a056c9
hostapd: add patch for CVE-2021-30004
...
In wpa_supplicant and hostapd 2.9, forging attacks may occur because
AlgorithmIdentifier parameters are mishandled in tls/pkcs1.c and
tls/x509v3.c.
Fixes: CVE-2021-30004
2021-04-13 19:32:22 +02:00
Tim Steinbach
b9446623dc
linux/hardened/patches/5.4: 5.4.109-hardened1 -> 5.4.111-hardened1
2021-04-13 12:46:15 -04:00
Tim Steinbach
cafd9c382d
linux/hardened/patches/5.11: 5.11.11-hardened1 -> 5.11.13-hardened1
2021-04-13 12:46:15 -04:00
Tim Steinbach
e52ba0e7b6
linux/hardened/patches/5.10: 5.10.27-hardened1 -> 5.10.29-hardened1
2021-04-13 12:46:15 -04:00
Tim Steinbach
517f128cc7
linux/hardened/patches/4.19: 4.19.184-hardened1 -> 4.19.186-hardened1
2021-04-13 12:46:15 -04:00
Tim Steinbach
bb6534f61c
linux/hardened/patches/4.14: 4.14.228-hardened1 -> 4.14.230-hardened1
2021-04-13 12:46:15 -04:00
Tim Steinbach
5a28ce6480
linux_latest-libre: 17920 -> 17990
2021-04-13 12:46:15 -04:00
Tim Steinbach
c0a9755988
linux-rt_5_10: 5.10.25-rt35 -> 5.10.27-rt36
2021-04-13 12:46:15 -04:00
Tim Steinbach
82c70ee99a
linux: 5.4.109 -> 5.4.111
2021-04-13 12:46:15 -04:00
Tim Steinbach
1c797af547
linux: 5.11.11 -> 5.11.13
2021-04-13 12:46:15 -04:00
Tim Steinbach
72fb1c7a91
linux: 5.10.27 -> 5.10.29
2021-04-13 12:46:15 -04:00
Tim Steinbach
643d4c3e4b
linux: 4.9.264 -> 4.9.266
2021-04-13 12:46:15 -04:00
Tim Steinbach
de1c135d6c
linux: 4.4.264 -> 4.4.266
2021-04-13 12:46:15 -04:00
Tim Steinbach
1a15aabb7e
linux: 4.19.184 -> 4.19.186
2021-04-13 12:46:15 -04:00
Martin Weinelt
9f9ab6fffc
wpa_supplicant: add patch for CVE-2021-30004
...
In wpa_supplicant and hostapd 2.9, forging attacks may occur because
AlgorithmIdentifier parameters are mishandled in tls/pkcs1.c and
tls/x509v3.c.
Fixes: CVE-2021-30004
2021-04-13 18:45:44 +02:00
Sandro
0177881cbe
Merge pull request #119119 from Atemu/update/zen-kernels
...
zen-kernels: 5.11.11 -> 5.11.13
2021-04-13 01:12:48 +02:00
Luke Granger-Brown
08b22e605b
Merge remote-tracking branch 'upstream/staging-next' into down-integrate-staging
2021-04-12 18:49:01 +00:00
John Ericson
82ca81cd62
Merge pull request #111988 from thefloweringash/darwin-platform-versions
...
Darwin platform versions
2021-04-12 11:40:16 -04:00
Michael Weiss
4e90ff6e61
fuse3: 3.10.2 -> 3.10.3
2021-04-12 13:45:51 +02:00
Sandro
0fefa42678
Merge pull request #118792 from Riey/rtl88x2bu
...
linuxPackages.rtl88x2bu: 2020-08-20 -> 2021-01-21
2021-04-12 02:55:14 +02:00
Sandro
df61c055c7
Merge pull request #119080 from fortuneteller2k/update-xanmod
...
linux_xanmod: 5.11.12 -> 5.11.13
2021-04-11 16:06:14 +02:00
Alyssa Ross
441f0c894a
mdevd: init at 0.1.3.0
2021-04-11 10:22:29 +00:00
Atemu
45a6e42ce8
zen-kernels: 5.11.11 -> 5.11.13
2021-04-11 11:48:37 +02:00
Milan Pässler
46440dae4e
libcap: use correct runtime shell
2021-04-11 09:46:37 +02:00
Milan Pässler
5c12a81336
libselinux: fix build without python
2021-04-11 09:46:14 +02:00
Andrew Childs
33265e0dd9
darwin/xcode: remove platform version flags
...
These are now provided by the standard bintools and cc wrappers.
2021-04-11 09:47:10 +09:00
Matthew Bauer
fbb26ab536
shadow: add runtime-shell.patch
...
This gets the right shell in the closure.
By default, shadow wants to pull in the bash we are building it with,
while we would prefer it used the runtime bash.
2021-04-11 02:42:53 +02:00
fortuneteller2k
b9e7778877
linux_xanmod: 5.11.12 -> 5.11.13
2021-04-11 04:14:34 +08:00
Sandro
7ed23e37bd
Merge pull request #112956 from r-ryantm/auto-update/openvswitch
...
openvswitch: 2.14.1 -> 2.14.2
2021-04-10 17:24:22 +02:00
Sandro
69e3e6d07c
Merge pull request #118485 from risicle/ris-openvswitch-lts-2.5.12
...
openvswitch-lts: 2.5.9 -> 2.5.12
2021-04-10 17:23:25 +02:00
Ryan Mulligan
6c44986423
Merge pull request #118508 from r-ryantm/auto-update/libfabric
...
libfabric: 1.12.0 -> 1.12.1
2021-04-09 20:57:30 -07:00
ajs124
79aa8089cc
util-linux: adjust meta.license
2021-04-09 19:42:27 +00:00
uosis
4acadd5e6d
util-linux: add missing libcap dependency
2021-04-09 19:42:27 +00:00
ajs124
d031d68892
util-linux: 2.36.1 -> 2.36.2
2021-04-09 19:42:27 +00:00
Martin Weinelt
f14fc104f4
Merge pull request #118746 from wkral/bluez-update
...
bluez: 5.56 -> 5.58
2021-04-09 11:57:53 +02:00
Dmitry Kalinkin
219590673c
Merge branch 'staging-next' into staging
...
Conflicts:
pkgs/development/python-modules/panel/default.nix
pkgs/os-specific/linux/kernel/generic.nix
pkgs/servers/home-assistant/default.nix
2021-04-08 22:42:26 -04:00
Riey
29f26a9b80
linuxPackages.rtl88x2bu: 2020-08-20 -> 2021-01-21
2021-04-09 04:26:26 +09:00
github-actions[bot]
85b57e4446
Merge master into staging-next
2021-04-08 18:14:17 +00:00
Jan Tojnar
625ce6c7f6
Merge branch 'staging-next' into staging
...
In python-packages.nix, resolve conflict between 50d604314e
and 187d0371ab
.
2021-04-08 17:14:31 +02:00
Sandro
a5fa1a5d87
Merge pull request #117217 from midchildan/feat/sshfs/darwin
...
sshfs: add darwin build
2021-04-08 15:51:03 +02:00
Tim Steinbach
d3d40b09fd
kernel: Add test for RC kernels
2021-04-08 09:00:15 -04:00
Tim Steinbach
491f0a677b
kernel: Add test for 4.4
2021-04-08 09:00:15 -04:00
Tim Steinbach
00c364a929
kernel: Add test for 4.9
2021-04-08 09:00:15 -04:00
Tim Steinbach
8c82c8a11c
kernel: Add test for 4.14
2021-04-08 09:00:15 -04:00
Tim Steinbach
621a979bfe
kernel: Add test for 4.19
2021-04-08 09:00:15 -04:00
Tim Steinbach
060e94136f
kernel: Add test for 5.4
2021-04-08 09:00:15 -04:00
Tim Steinbach
1dc38fbbc2
kernel: Add test for 5.10
2021-04-08 09:00:15 -04:00
Tim Steinbach
bd7fed9a2f
kernel: Add tests to passthru.tests
2021-04-08 09:00:15 -04:00
github-actions[bot]
bf6abedefb
Merge master into staging-next
2021-04-08 12:06:16 +00:00
Sandro
61b8c50e4d
Merge pull request #103816 from wedens/vendor-reset
2021-04-08 09:45:33 +02:00
Sandro
e4d3ea862a
Merge pull request #118762 from fortuneteller2k/update-xanmod
...
linux_xanmod: 5.11.10 -> 5.11.12
2021-04-08 09:43:45 +02:00
github-actions[bot]
0ba1008684
Merge master into staging-next
2021-04-08 06:05:39 +00:00
Orivej Desh
90691042af
libcap: fix static build
...
It supports static build with SHARED=no; the patch no longer applies.
Tested by building pkgsStatic.libcap.
2021-04-08 05:51:56 +00:00
William Kral
3e0b9f52d2
bluez: 5.56 -> 5.58
...
Remove applying patch incorporated into this release
2021-04-07 15:13:19 -07:00
fortuneteller2k
9c529802fa
linux_xanmod: 5.11.10 -> 5.11.12
2021-04-08 05:39:30 +08:00
github-actions[bot]
1bd1969867
Merge staging-next into staging
2021-04-06 18:15:33 +00:00
github-actions[bot]
44d53d308b
Merge master into staging-next
2021-04-06 18:15:29 +00:00
Doron Behar
873991697f
Merge pull request #112715 from fortuneteller2k/add-xanmod-kernel
...
linux_xanmod: init at 5.11.10
2021-04-06 15:09:26 +00:00
Jan Tojnar
70babe5bcf
Merge branch 'staging-next' into staging
2021-04-06 16:25:41 +02:00
Jan Tojnar
c04a14edd6
Merge branch 'master' into staging-next
2021-04-06 16:01:14 +02:00
Alyssa Ross
52cd3538ff
linux: remove remnants of grsecurity
...
Nixpkgs hasn't supported grsecurity kernels since 2017, so unless
anybody is manually enabling the grsecurity feature to make these
small kernel tweaks this is dead code.
This means we don't actually support any "features" in the kernel
common-config any more, but I've left the argument there because it's
conceivable we could have some again in future.
2021-04-06 09:48:56 +00:00
Sandro
8eb5e1647d
Merge pull request #118632 from MetaDark/linuxPackages.xpadneo
2021-04-06 10:32:16 +02:00
Sandro
ef9c0cb113
Merge pull request #115960 from grahamc/multipath-fixup
...
multipath-tools: fix the service path to multipathd
2021-04-06 10:28:15 +02:00
Sandro
ee6279bb68
Merge pull request #115925 from wentasah/kernelshark-1.2
2021-04-06 10:20:14 +02:00
wedens
0968946551
vendor-reset: init at unstable-2021-02-16
2021-04-06 10:49:58 +07:00
fortuneteller2k
6ce986c934
linux_xanmod: init at 5.11.10
2021-04-06 10:47:28 +08:00
midchildan
87f578a36f
sshfs: add darwin build
2021-04-06 10:37:53 +09:00
Sandro
004f305383
Merge pull request #118161 from Atemu/update/zen-kernels
...
zen-kernels: 5.11.8 -> 5.11.11
2021-04-06 03:15:37 +02:00
Martin Weinelt
7b6416657d
Merge pull request #118548 from mweinelt/raspberrypi
2021-04-06 01:51:05 +02:00
Kira Bruneau
a19d6e6dcd
linuxPackages.xpadneo: 0.9 -> 0.9.1
2021-04-05 18:32:47 -04:00
John Ericson
741f7fa7c8
Merge pull request #118613 from obsidiansystems/aa/linux-5.12rc6
...
linux-testing: 5.12-rc4 -> 5.12-rc6
2021-04-05 13:46:37 -04:00
Ali Abrar
3b11170112
linux-testing: 5.12-rc4 -> 5.12-rc6
2021-04-05 13:10:37 -04:00
Sandro
56b8c368d8
Merge pull request #107099 from IvarWithoutBones/joycond-init
...
joycond: init at unstable-2021-03-27
2021-04-05 18:59:17 +02:00
Tim Steinbach
b60a941186
linux/hardened/patches/5.4: 5.4.108-hardened1 -> 5.4.109-hardened1
2021-04-05 10:02:50 -04:00
Tim Steinbach
feafbb7603
linux/hardened/patches/5.11: 5.11.10-hardened1 -> 5.11.11-hardened1
2021-04-05 10:02:50 -04:00
Tim Steinbach
3c47939956
linux/hardened/patches/5.10: 5.10.26-hardened1 -> 5.10.27-hardened1
2021-04-05 10:02:50 -04:00
Tim Steinbach
114cb322ac
linux/hardened/patches/4.19: 4.19.183-hardened1 -> 4.19.184-hardened1
2021-04-05 10:02:50 -04:00
Tim Steinbach
fcd5f88906
linux/hardened/patches/4.14: 4.14.227-hardened1 -> 4.14.228-hardened1
2021-04-05 10:02:50 -04:00
Tim Steinbach
41d954afb5
linux: 5.4.108 -> 5.4.109
2021-04-05 10:02:50 -04:00
Tim Steinbach
8d0a705894
linux: 5.11.10 -> 5.11.11
2021-04-05 10:02:50 -04:00
Tim Steinbach
ccff62d486
linux: 5.10.26 -> 5.10.27
2021-04-05 10:02:50 -04:00
Tim Steinbach
69da7b41ae
linux: 4.9.263 -> 4.9.264
2021-04-05 10:02:50 -04:00
Tim Steinbach
e1dda91015
linux: 4.4.263 -> 4.4.264
2021-04-05 10:02:50 -04:00
Tim Steinbach
94c5559e27
linux: 4.19.183 -> 4.19.184
2021-04-05 10:02:50 -04:00
Tim Steinbach
5538128395
linux: 4.14.227 -> 4.14.228
2021-04-05 10:02:50 -04:00
Alyssa Ross
25208eeaba
linux: remove xen_dom0 feature entirely
...
Xen is now enabled unconditionally on kernels that support it, so the
xen_dom0 feature doesn't do anything. The isXen attribute will now
produce a deprecation warning and unconditionally return true.
Passing in a custom value for isXen is no longer supported.
2021-04-05 09:25:39 +00:00
Jan Tojnar
7a772a476d
Merge pull request #118065 from benneti/update-power-profiles-daemon
...
power-profiles-daemon: 0.1 -> 0.8
2021-04-05 10:46:14 +02:00
Benedikt Tissot
5945bcfed0
power-profiles-daemon: 0.1 -> 0.8.1
2021-04-05 10:04:44 +02:00
Sandro
6760947fa3
Merge pull request #118474 from dotlambda/macchanger-debian-patches
...
macchanger: apply patches from Debian
2021-04-05 06:36:08 +02:00
Martin Weinelt
c067f62fb9
raspberrypifw: 1.20210201 -> 1.20210303
2021-04-05 05:55:24 +02:00
Martin Weinelt
10abcde053
raspberrypi-eeprom: 2021-01-11 -> 2021-03-18
2021-04-05 05:54:58 +02:00
Martin Weinelt
37fbf3de41
linux_rpi: 5.10.11 -> 5.10.17
2021-04-05 05:39:36 +02:00
Martin Weinelt
791c91ff52
Merge pull request #113363 from mweinelt/rpi
2021-04-05 05:07:37 +02:00
Sandro
7c932296e0
Merge pull request #116335 from SuperSandro2000/move-aliases.nix
2021-04-05 04:07:15 +02:00
R. RyanTM
9af3213d26
libfabric: 1.12.0 -> 1.12.1
2021-04-04 21:37:05 +00:00
Robert Schütz
6076203385
macchanger: apply patches from Debian
...
Gentoo does the same:
https://gitweb.gentoo.org/repo/gentoo.git/plain/net-analyzer/macchanger/macchanger-1.7.0_p5_p4.ebuild
This fixes e.g. https://github.com/alobbs/macchanger/issues/17 .
2021-04-04 21:34:59 +02:00
zowoq
2361318ade
Merge staging-next into staging
2021-04-05 05:11:50 +10:00
Kira Bruneau
692482d188
linuxPackages.xpadneo: 0.8.4 -> 0.9
2021-04-04 14:27:01 -04:00
github-actions[bot]
8277f3982e
Merge master into staging-next
2021-04-04 18:13:55 +00:00
Sandro Jäckel
f9bcee4ed5
darwin.text_cmds: Fix editor check
2021-04-04 19:49:52 +02:00
Sandro Jäckel
3453b89f4b
lzma: deprecate alias
2021-04-04 19:49:52 +02:00
Robert Scott
079dd98976
openvswitch-lts: 2.5.9 -> 2.5.12
2021-04-04 18:37:19 +01:00
Tim Steinbach
67f3319fb7
wpa_supplicant: Enable bgscan 'learn' module
2021-04-04 12:41:14 -04:00
IvarWithoutBones
b47a5fd544
joycond: init at unstable-2021-03-27
2021-04-04 18:17:00 +02:00
Alyssa Ross
5f24024de6
linux: enable Xen everywhere it can be
...
I don't think there's any reason to have a seperate kernel variant
because of this, with all the maintenance burden that imposes. Debian
and Fedora both enable all these options on their normal kernels.
Alias the Linux Xen attributes, so this change should be seemless for
people who were using the Xen kernels up to now.
All the Xen options are marked as optional anyway, so it should be
fine to try to enable them on non-x86 platforms as well.
Fixes: https://github.com/NixOS/nixpkgs/issues/115182
2021-04-04 14:26:21 +00:00
github-actions[bot]
3e45982f7a
Merge master into staging-next
2021-04-04 12:06:01 +00:00
Vladimír Čunát
7f46b19d76
Merge #118386 : linux: don't compress by ZSTD on 32-bit
2021-04-04 09:52:46 +02:00
Sandro Jäckel
33a395f195
yacc: deprecate alias
...
and add a new line after the alphabetically sorting to please my inner monk
2021-04-04 03:18:58 +02:00
Sandro Jäckel
dcb501f993
kerberos: deprecate alias
2021-04-04 03:18:56 +02:00
Sandro Jäckel
9378fdf87e
iproute: deprecate alias
2021-04-04 01:43:46 +02:00
github-actions[bot]
3bf92ca4db
Merge master into staging-next
2021-04-03 18:18:51 +00:00
Frederik Rietdijk
e9e4ca6b4a
libnl: python is optional
2021-04-03 17:06:08 +02:00
Vladimír Čunát
7a3f21c1e4
linux: don't compress by ZSTD on 32-bit
...
It doesn't build on i686 and I don't consider it worth deep
investigation. I tried a VM test, too (nixosTests.knot).
2021-04-03 16:11:17 +02:00
github-actions[bot]
74200a7126
Merge master into staging-next
2021-04-03 00:14:57 +00:00
Austin Seipp
efef5af813
Merge pull request #118335 from deviant/bump-bpftrace
...
linuxPackages.bpftrace: 0.11.4 -> 0.12.0
2021-04-02 16:15:40 -05:00
Sandro
e702a314d2
Merge pull request #99608 from zachcoyle/mas-init
...
mas: init at 1.8.1
2021-04-02 21:55:42 +02:00
github-actions[bot]
b3a0328b7f
Merge master into staging-next
2021-04-02 18:14:54 +00:00
Zach Coyle
c7c2e2f54f
mas: init at 1.8.1
2021-04-02 12:14:36 -04:00
V
fb1a5d09d9
linuxPackages.bpftrace: 0.11.4 -> 0.12.0
2021-04-02 17:15:17 +02:00
Martin Weinelt
c07d93eb02
Merge pull request #118323 from veehaitch/hostapd-sae-wpa3
...
hostapd: build with SAE for WPA3 support
2021-04-02 15:44:01 +02:00
Vincent Haupert
214bbb5cf0
hostapd: build with SAE for WPA3 support
2021-04-02 15:14:09 +02:00
github-actions[bot]
60739e07d2
Merge master into staging-next
2021-04-02 12:06:12 +00:00
oxalica
354d262db8
lib.meta: introduce `availableOn`
2021-04-02 19:20:23 +08:00
Michael Weiss
619953ead4
fscrypt-experimental: 0.2.9 -> 0.3.0 ( #118243 )
2021-04-02 11:56:01 +02:00
Jörg Thalheim
49b4d498aa
Merge pull request #118202 from Mic92/systemd-stable-update
...
systemd: 247.3 -> 247.6
2021-04-02 10:10:59 +01:00
github-actions[bot]
636e58e31b
Merge staging-next into staging
2021-04-02 00:21:46 +00:00
Samuel Gräfenstein
a893766d3a
linuxPackages.rtw88: 2021-03-21 -> 2021-04-01
2021-04-02 01:43:16 +02:00
Sandro
f3a050ccf9
Merge pull request #118265 from dshkyra/fix-118254-krb5-not-found
...
pam-krb5: 4.9 -> 4.10
2021-04-01 23:51:17 +02:00
Alyssa Ross
f67748ecda
Fix some typos in comments
2021-04-01 18:34:27 +00:00
github-actions[bot]
78b864aeee
Merge staging-next into staging
2021-04-01 18:15:42 +00:00
Dmytro Shkyra
54c59ffe88
Fix: Cannot download pam-krb5-4.9.tar.gz
...
Change pam-krb5 version to 4.10 as
https://archives.eyrie.org/software/kerberos/pam-krb5-4.9.tar.gz
doesn't exists anymore.
Fixes #118254 .
2021-04-01 12:55:47 -04:00
Daniel Nagy
cda1212f86
dstat: add changelog
2021-04-01 17:59:47 +02:00
Jörg Thalheim
1c3a4dbc0d
systemd: 247.3 -> 247.6
2021-04-01 13:03:28 +02:00
github-actions[bot]
b152812791
Merge staging-next into staging
2021-04-01 00:15:44 +00:00
oxalica
72e1e31773
linuxPackages.isgx: init at 2.11 ( #109013 )
...
* linuxPackages.isgx: init at 2.11
* isgx: simplify
* isgx: fix meta and mark as broken for kernel >= 5.11.0
2021-04-01 01:33:38 +02:00
rnhmjoj
61b7cab481
treewide: use perl.withPackages when possible
...
Since 03eaa48
added perl.withPackages, there is a canonical way to
create a perl interpreter from a list of libraries, for use in script
shebangs or generic build inputs. This method is declarative (what we
are doing is clear), produces short shebangs[1] and needs not to wrap
existing scripts.
Unfortunately there are a few exceptions that I've found:
1. Scripts that are calling perl with the -T switch. This makes perl
ignore PERL5LIB, which is what perl.withPackages is using to inform
the interpreter of the library paths.
2. Perl packages that depends on libraries in their own path. This
is not possible because perl.withPackages works at build time. The
workaround is to add `-I $out/${perl.libPrefix}` to the shebang.
In all other cases I propose to switch to perl.withPackages.
[1]: https://lwn.net/Articles/779997/
2021-03-31 21:35:37 +02:00
Sandro
5f914dc99e
Merge pull request #117168 from pmeiyu/master
...
lm-sensors: Read system configuration files from /etc directory
2021-03-31 21:32:59 +02:00
Atemu
615cad0967
zen-kernels: 5.11.8 -> 5.11.11
2021-03-31 20:24:45 +02:00
github-actions[bot]
5abd5f5ab0
Merge staging-next into staging
2021-03-31 18:15:02 +00:00
Tim Steinbach
efd9121787
linux/hardened/patches/5.11: 5.11.9-hardened1 -> 5.11.10-hardened1
2021-03-31 11:25:46 -04:00
Tim Steinbach
5368c6d11e
linux/hardened/patches/5.10: 5.10.25-hardened1 -> 5.10.26-hardened1
2021-03-31 11:25:46 -04:00
Tim Steinbach
2a47ac7922
linux-rt_5_10: 5.10.21-rt34 -> 5.10.25-rt35
2021-03-31 11:25:46 -04:00
Tim Steinbach
623687ca7f
linux: 5.11.9 -> 5.11.10
2021-03-31 11:25:46 -04:00
Dominique Martinet
e342543f88
bcc: devendor libbpf
2021-03-31 12:55:44 +09:00
github-actions[bot]
01b3d1558f
Merge staging-next into staging
2021-03-30 18:15:09 +00:00
github-actions[bot]
f555f95ed8
Merge master into staging-next
2021-03-30 18:15:05 +00:00
Sandro
24466250ec
Merge pull request #116292 from samuelgrf/fix-rename/rtlwifi_new
...
rtlwifi_new: fix build & rename to rtw88
2021-03-30 17:28:02 +02:00
github-actions[bot]
d466353dd5
Merge staging-next into staging
2021-03-30 12:06:28 +00:00
github-actions[bot]
c9e9ff786b
Merge master into staging-next
2021-03-30 12:06:24 +00:00
Samuel Gräfenstein
ef4378e9b7
linuxPackages.rtl8821ce: remove samuelgrf from maintainers
2021-03-30 02:54:01 +02:00