Commit graph

15191 commits

Author SHA1 Message Date
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
github-actions[bot] cde69e72d7
Merge staging-next into staging 2021-03-30 00:14:36 +00:00
github-actions[bot] db6366f318
Merge master into staging-next 2021-03-30 00:14:33 +00:00
Martin Weinelt 9d68911778
Merge pull request #116816 from TimothyKlim/master
nvidia-x11: 460.56 -> 460.67
2021-03-30 02:04:10 +02:00
Samuel Gräfenstein 5a40af2df2
rtlwifi_new: fix build & rename to rtw88 2021-03-30 00:52:13 +02:00
github-actions[bot] 884cf463fd
Merge staging-next into staging 2021-03-29 12:06:29 +00:00
github-actions[bot] b1788736fd
Merge master into staging-next 2021-03-29 12:06:25 +00:00
Sandro 0b9a6c55e0
Merge pull request #117922 from samuelgrf/rtl8821ce_unstable-2021-03-21 2021-03-29 14:03:37 +02:00
Samuel Gräfenstein 294dabf78c
linuxPackages.rtl8821ce: 2020-12-16 -> 2021-03-21, ...
clarify gpl2 license with gpl2Only

Fix building for kernel versions >5.10.
2021-03-29 10:03:41 +02:00
github-actions[bot] 2f2a55496a
Merge staging-next into staging 2021-03-29 06:05:59 +00:00
github-actions[bot] 0ee3442687
Merge master into staging-next 2021-03-29 06:05:57 +00:00
Peter Hoeg 96a4f3f97c compsize: use upstream's installer 2021-03-29 13:15:18 +08:00
Martin Weinelt f5eed9579b
Merge pull request #117645 from zhaofengli/linux-srv6
linux: Enable SRv6 options
2021-03-29 05:00:08 +02:00
github-actions[bot] 6a159d52ac
Merge staging-next into staging 2021-03-27 00:14:54 +00:00
github-actions[bot] 7fdb452da0
Merge master into staging-next 2021-03-27 00:14:51 +00:00
Yurii Matsiuk d44440cec7
bluez: add disconnects hotfix (#117680)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Co-authored-by: Yurii Matsiuk <ymatsiuk@users.noreply.github.com>
Co-authored-by: WORLDofPEACE <worldofpeace@protonmail.ch>
2021-03-27 01:09:55 +01:00
Tim Steinbach 6052a427a1 linux/hardened/patches/5.4: 5.4.107-hardened1 -> 5.4.108-hardened1 2021-03-26 18:50:13 -04:00
Tim Steinbach 036646460b linux/hardened/patches/5.11: 5.11.8-hardened1 -> 5.11.9-hardened1 2021-03-26 18:50:13 -04:00
Tim Steinbach 98d48280b7 linux/hardened/patches/4.19: 4.19.182-hardened1 -> 4.19.183-hardened1 2021-03-26 18:50:13 -04:00
Tim Steinbach 435366bdd3 linux/hardened/patches/4.14: 4.14.226-hardened1 -> 4.14.227-hardened1 2021-03-26 18:50:13 -04:00
Tim Steinbach 6765e61ed4 linux: 5.10.25 -> 5.10.26 2021-03-26 18:50:13 -04:00
Tim Steinbach 1c7273cc17 linux: 5.4.107 -> 5.4.108 2021-03-26 18:50:13 -04:00
Tim Steinbach 9ce0fb815c linux: 5.11.8 -> 5.11.9 2021-03-26 18:50:13 -04:00
Tim Steinbach 57ea233d16 linux: 4.9.262 -> 4.9.263 2021-03-26 18:50:13 -04:00
Tim Steinbach c9dcff241e linux: 4.4.262 -> 4.4.263 2021-03-26 18:50:13 -04:00
Tim Steinbach dcd01727b4 linux: 4.19.182 -> 4.19.183 2021-03-26 18:50:13 -04:00
Tim Steinbach a17346234a linux: 4.14.226 -> 4.14.227 2021-03-26 18:50:13 -04:00
Tim Steinbach bd2bb9e381 linux-hardened: Enable KFENCE
"Kernel Electric-Fence (KFENCE) is a low-overhead sampling-based memory safety
error detector. KFENCE detects heap out-of-bounds access, use-after-free, and
invalid-free errors."
2021-03-26 18:48:37 -04:00
Tim Steinbach a7d6642cf3 linux-testing: 5.11-rc5 -> 5.12-rc4
- Sound SOC support was refactored in
torvalds/linux@43df5242af

- GMA3600 is part of GMA500 as of
torvalds/linux@26499e0518
2021-03-26 18:48:37 -04:00
Sandro a019a90a33
Merge pull request #115806 from rowanG077/master 2021-03-26 19:26:24 +01:00
github-actions[bot] 70fb533d57
Merge master into staging-next 2021-03-26 18:13:54 +00:00
Zhaofeng Li 6981b50e9d linux: Enable SRv6 options 2021-03-26 10:54:12 -07:00
Sandro a9b3e26229
Merge pull request #116108 from superherointj/package-system76-firmware
system76-firmware: remove aarch64-linux support
2021-03-26 18:18:04 +01:00
Sandro 362a2fb63f
Merge pull request #116531 from SuperSandro2000/grpc 2021-03-26 17:45:58 +01:00
github-actions[bot] eddd1a74ec
Merge master into staging-next 2021-03-26 12:06:41 +00:00
sternenseemann ad7a9cdb96 solo5: disable checkPhase instead of setting to null, run hooks 2021-03-26 11:06:31 +01:00
sternenseemann d97c564c9f solo5: install opam bindings for all targets that are enabled
Reuse the configuration generated by configure.sh to dynamically install
the bindings for all enabled targets. A bit of a hack grepping for the
respective lines in the Makeconf which incidentally also parse as shell.

Alternative would be to check for the target libs.
2021-03-26 11:06:31 +01:00
github-actions[bot] 26fdaef6b2
Merge master into staging-next 2021-03-26 06:05:54 +00:00
Maciej Krüger 17885fe3db
Merge pull request #102242 from luc65r/pkg/greetd 2021-03-26 03:13:28 +01:00
github-actions[bot] 7c9222212f
Merge master into staging-next 2021-03-25 18:14:01 +00:00
rowanG077 84ec3af802 powercap: init at 0.3.1 2021-03-25 16:11:44 +01:00
Frederik Rietdijk 3ae47a343c dmtcp: stay with python2 2021-03-25 12:22:50 +01:00
github-actions[bot] eb499aa20e
Merge master into staging-next 2021-03-25 00:17:22 +00:00
Bernardo Meurer fa9cd72c09
Merge pull request #117360 from midchildan/feat/fuse/darwin
fuse: use macfuse-stubs instead on Darwin
2021-03-24 21:18:40 +00:00
superherointj 786e33a760 system76-firmware: remove aarch64-linux support 2021-03-24 15:12:19 -03:00
github-actions[bot] 8e2d0e45c0
Merge master into staging-next 2021-03-24 18:10:39 +00:00
Tim Steinbach 09406084bd linux-hardened: Fix page poisoning for 5.11
`PAGE_POISONING_NO_SANITY` was removed in
https://git.kernel.org/linus/8f424750baaafcef229791882e879da01c9473b5

`PAGE_POISONING_ZERO` was removed in
https://git.kernel.org/linus/f289041ed4cf9a3f6e8a32068fef9ffb2acc5662
2021-03-24 09:19:44 -04:00
github-actions[bot] ca7fa2ef7b
Merge master into staging-next 2021-03-23 18:20:01 +00:00
TredwellGit 5e2311d2fb musl: 1.2.1 -> 1.2.2
https://git.musl-libc.org/cgit/musl/tree/WHATSNEW?h=v1.2.2#n2242
2021-03-23 15:45:23 +00:00
midchildan c595604bed
fuse: use macfuse-stubs instead on Darwin 2021-03-23 23:42:16 +09:00
Timo Kaufmann e2740dbc69
Merge pull request #117107 from Atemu/update/zen-kernels
zen-kernels: 5.11.5 -> 5.11.8
2021-03-23 14:05:12 +00:00
Tim Steinbach e31c3509c5 linux/hardened/patches/5.4: 5.4.106-hardened1 -> 5.4.107-hardened1 2021-03-23 09:19:18 -04:00
Tim Steinbach b8ebd38d64 linux/hardened/patches/5.11: 5.11.7-hardened1 -> 5.11.8-hardened1 2021-03-23 09:19:18 -04:00
Tim Steinbach c57b8eb8fe linux/hardened/patches/5.10: 5.10.24-hardened1 -> 5.10.25-hardened1 2021-03-23 09:19:18 -04:00
Tim Steinbach c1fb1f8ef7 linux/hardened/patches/4.19: 4.19.181-hardened1 -> 4.19.182-hardened1 2021-03-23 09:19:18 -04:00
Tim Steinbach 6b71132fcf linux-rt_5_4: 5.4.102-rt53 -> 5.4.106-rt54 2021-03-23 09:19:18 -04:00
Tim Steinbach 1e72305d0f linux: 5.4.106 -> 5.4.107 2021-03-23 09:19:18 -04:00
Tim Steinbach 3a1c01b3fe linux: 5.11.7 -> 5.11.8 2021-03-23 09:19:18 -04:00
Tim Steinbach 6283fc9d51 linux: 5.10.24 -> 5.10.25 2021-03-23 09:19:18 -04:00
Tim Steinbach 583c99ef13 linux: 4.19.181 -> 4.19.182 2021-03-23 09:19:18 -04:00
github-actions[bot] 963842fb19
Merge master into staging-next 2021-03-23 12:27:46 +00:00
Jörg Thalheim 347976d980
Merge pull request #116410 from dotlambda/acpi-call-1.2.1 2021-03-23 08:38:22 +00:00
Peng Mei Yu 99c7befb5c lm-sensors: Read system configuration files from /etc directory 2021-03-23 12:44:31 +08:00
Michal Sojka 136ae024c0 trace-cmd: 2.9-dev -> 2.9.1, kernelshark: 1.1.0 -> 1.2
Besides updating the version, this commit decouples trace-cmd and
kernelshark source revisions. These two programs are developed in the
same repository but are released independently. Nixpkgs built the
previous versions of these programs from the same source commit, which
meant that at least one of the programs were not built from the
officially released version. Now we use the release tags of the
corresponding programs.
2021-03-22 11:00:26 +01:00
luc65r f7ec4a8d37
tuigreet: init at 0.2.0 2021-03-22 10:20:15 +01:00
luc65r 687b0d0622
wlgreet: init at 2020-10-20 2021-03-22 10:17:59 +01:00
luc65r e55f0b5f02
dlm: init at 2020-01-07 2021-03-22 10:17:20 +01:00
luc65r fdcb6d18dc
gtkgreet: init at 0.7 2021-03-22 10:16:31 +01:00
luc65r 90813f399b
greetd: init at 0.7.0 2021-03-22 10:15:14 +01:00
Robert Schütz 613b85bb1d linuxPackages.acpi_call: set meta.license and meta.homepage 2021-03-22 10:01:44 +01:00
github-actions[bot] 226884645e
Merge master into staging-next 2021-03-22 00:45:52 +00:00
Sandro 9a778bb2fb
Merge pull request #114885 from r-ryantm/auto-update/conky
conky: 1.11.6 -> 1.12.1
2021-03-22 01:00:06 +01:00
Sandro c537eda195
Merge pull request #110741 from austinbutler/akvcam-120
akvcam: 1.1.1 -> 1.2.0
2021-03-21 23:39:51 +01:00
Sandro b1526be944
Merge pull request #107824 from mroi/patch-kmod
kmod: fix depmod crash on darwin
2021-03-21 23:04:46 +01:00
github-actions[bot] 6f6e1d46b4
Merge master into staging-next 2021-03-21 12:26:00 +00:00
Atemu b8d9d14be4 zen-kernels: 5.11.5 -> 5.11.8 2021-03-21 09:19:17 +01:00
Bernardo Meurer 1d1089dbf4
Merge pull request #116958 from midchildan/package/macfuse
macfuse-stubs: replace osxfuse 3.8.3
2021-03-21 07:28:48 +00:00
Jörg Thalheim 78a31c1d1d
Merge pull request #113093 from hlolli/mbp2018-bridge-drv
mbp2018-bridge-drv: init at 0.01
2021-03-21 07:02:40 +00:00
midchildan fa6c8b656b
macfuse-stubs: init at 4.0.4
replaces osxfuse 3.8.3
2021-03-21 15:50:13 +09:00
Martin Weinelt ec8267c539
Merge branch 'master' into staging-next 2021-03-21 02:22:36 +01:00
Sandro 48db3653ca
Merge pull request #117043 from Mic92/bcc
linuxPackages.bcc: 0.18.0 -> 0.19.0
2021-03-21 01:36:18 +01:00
Atemu efb1815d1b
zen-kernels: 5.11.1 -> 5.11.5 (#115920) 2021-03-21 00:50:02 +01:00
github-actions[bot] 933682b533
Merge master into staging-next 2021-03-20 18:19:30 +00:00
Jörg Thalheim 95c922ed64
linuxPackages.bcc: 0.18.0 -> 0.19.0 2021-03-20 17:49:34 +01:00
Jörg Thalheim 39ecc2eb70
Merge pull request #117029 from maxeaubrey/iwd_ell_bump 2021-03-20 16:44:42 +00:00
Andrew Childs 5268bf50d2 apple_sdk.libs.sandbox: init 2021-03-20 11:32:32 -04:00
Maxine Aubrey 74095112e5
iwd: 1.11 -> 1.12 2021-03-20 15:32:04 +01:00
Maxine Aubrey 87fbee6a7d
ell: 0.36 -> 0.38 2021-03-20 15:02:59 +01:00
R. RyanTM b4bbe8d1f3 sysstat: 12.3.2 -> 12.4.3 2021-03-20 09:37:31 +01:00
R. RyanTM 4cbfcb3945 libcap: 2.47 -> 2.48 2021-03-20 09:22:42 +01:00
R. RyanTM b98fb48c38 cryptsetup: 2.3.4 -> 2.3.5 2021-03-20 09:19:11 +01:00
github-actions[bot] 1620a4d1e1
Merge staging-next into staging 2021-03-20 00:40:14 +00:00
David Reiss 7244e1c23d pam_mount: 2.16 -> 2.17 2021-03-19 14:30:43 -07:00
github-actions[bot] 6e3a55e059
Merge staging-next into staging 2021-03-19 18:19:40 +00:00
Frederik Rietdijk 1ecb97eae9 Merge master into staging-next 2021-03-19 18:17:01 +01:00
Eelco Dolstra 883c55748f
Merge pull request #116807 from cole-h/nix
nixUnstable: pre20210308_1c0e3e4 -> pre20210317_8a5203d, nixos-rebuild: nix flake info -> nix flake metadata
2021-03-19 17:24:21 +01:00
sternenseemann 00cecf2731 skawarePackages: 2021-02 release
Includes the following version changes:

- skalibs: 2.10.0.1 -> 2.10.0.2
- execline: 2.7.0.0 -> 2.8.0.0
- s6-networking: 2.4.0.0 -> 2.4.1.0
- s6-linux-init: 1.0.6.0 -> 1.0.6.1
- s6: 2.10.0.0 -> 2.10.0.2

Upstream maintainer notes:

------------------------------------------------------------

Mon, 15 Feb 2021 19:50:14 +0000

Hello,

New versions of some of the skarnet.org packages are available.

skalibs-2.10.0.2: bugfixes
execline-2.8.0.0: major version bump, but few and low-impact changes
s6-2.10.0.2: bugfixes
s6-linux-init-1.0.6.1: bugfixes
s6-networking-2.4.1.0: minor version bump

Some details:

* execline-2.8.0.0
  ----------------

- The if program now propagates its child's exit code by default if it
exits.
- The backtick program's -i behaviour (exit on child failure or
presence of a null character in its output) is now the default. Other
behaviours in case of child failure can be obtained via -I, -x or -D
options; -x is the new one.
- These changes are compatible with all the common uses of if and
backtick, but break compatibility in edge cases, which is why a
major version bump is required. This has nothing in common with the
previous major version bump, which had massive changes all over the
place; this one should go smoothly, and will only impact very specific
uses of backtick.

execline now has man pages, thanks to the untiring flexibeast!
The repository can be found here:

https://github.com/flexibeast/execline-man-pages

Please allow some time for the man pages to be updated to reflect
the current HTML documentation. Currently, the man pages document
execline-2.7.0.1; they are accurate for 2.8.0.0 except for the if and
backtick changes.

* s6-linux-init-1.0.6.1
  ---------------------

- Bugfixes.
- When s6-linux-init is built with utmps, the default utmp user for
s6-linux-init-maker was set to "utmp". That was a bug: now, by default,
s6-linux-init-maker does not create the utmp services if the -U option
is not given. If you used s6-linux-init-maker without the -U option
and still need the utmps services, you should explicitly set "-U utmp".

https://skarnet.org/software/s6-linux-init/
git://git.skarnet.org/s6-linux-init

* s6-networking-2.4.1.0
  ---------------------

- Bugfixes (nothing security-related).
- It is now possible to define a maximum amount of time spent in the
TLS handshake no matter how s6-networking has been built. (The -K
option has been implemented for the libtls backend.)
- When SNI has been required, the TLS-related binaries now export
the SSL TLS SNI SERVERNAME option to their application; the variable
contains the relevant server name.

https://skarnet.org/software/s6-networking/
git://git.skarnet.org/s6-networking

s6-networking has man pages as well:
https://github.com/flexibeast/s6-networking-man-pages

Enjoy,
Bug-reports welcome.

--
Laurent

------------------------------------------------------------

Copied from: http://skarnet.org/cgi-bin/archive.cgi?1:mss:1535:202102:lpehbljhhcpaopbnkkbf
2021-03-19 13:51:47 +01:00
github-actions[bot] 29278dcf45
Merge staging-next into staging 2021-03-19 12:26:59 +00:00
github-actions[bot] c804f22a81
Merge master into staging-next 2021-03-19 12:26:52 +00:00
Doron Behar 1c34f37070
Merge pull request #110166 from r-ryantm/auto-update/pax-utils
pax-utils: 1.2.6 -> 1.2.8
2021-03-19 09:21:20 +00:00
Timothy Klim dbb4c63de6 nvidia-x11: 460.56 -> 460.67 2021-03-19 09:45:57 +07:00
github-actions[bot] 8c03075f07
Merge staging-next into staging 2021-03-19 00:41:08 +00:00
Cole Helbling 85f5d9a6ed
nixos-rebuild: nix flake info -> nix flake metadata
As of
66fa1c7375,
the `nix flake info` and `nix flake list-inputs` commands were merged into
`nix flake metadata`.
2021-03-18 17:26:51 -07:00
Jan Tojnar 2445e9a681
Merge branch 'master' into staging-next 2021-03-18 19:24:39 +01:00
Tim Steinbach fcab19deb7 linux/hardened/patches/5.4: 5.4.105-hardened1 -> 5.4.106-hardened1 2021-03-18 12:25:26 -04:00
Tim Steinbach ed933906b5 linux/hardened/patches/5.11: 5.11.6-hardened1 -> 5.11.7-hardened1 2021-03-18 12:25:26 -04:00
Tim Steinbach d013e2e97b linux/hardened/patches/5.10: 5.10.23-hardened1 -> 5.10.24-hardened1 2021-03-18 12:25:26 -04:00
Tim Steinbach 89de81439d linux/hardened/patches/4.19: 4.19.180-hardened1 -> 4.19.181-hardened1 2021-03-18 12:25:26 -04:00
Tim Steinbach 06a9710282 linux/hardened/patches/4.14: 4.14.225-hardened1 -> 4.14.226-hardened1 2021-03-18 12:25:26 -04:00
Tim Steinbach d401f1ed14 linux: 5.4.105 -> 5.4.106 2021-03-18 12:25:26 -04:00
Tim Steinbach db12849a93 linux: 5.11.6 -> 5.11.7 2021-03-18 12:25:26 -04:00
Tim Steinbach 76d908f148 linux: 5.10.23 -> 5.10.24 2021-03-18 12:25:26 -04:00
Tim Steinbach 6dc3abd325 linux: 4.9.261 -> 4.9.262 2021-03-18 12:25:26 -04:00
Tim Steinbach 52e4fd9bbb linux: 4.4.261 -> 4.4.262 2021-03-18 12:25:26 -04:00
Tim Steinbach 176eaa21b4 linux: 4.19.180 -> 4.19.181 2021-03-18 12:25:26 -04:00
Jan Tojnar ca4e26d1e6
Merge pull request #116435 from jtojnar/fwupd-1.5.7
fwupd: 1.5.5 → 1.5.7
2021-03-18 14:23:23 +01:00
Sandro 3fbea5732f
Merge pull request #116676 from SuperSandro2000/procps-ng
procps-ng: cleanup, format, remove ? null from inputs
2021-03-18 13:44:35 +01:00
Jan Tojnar 0136206b12
Merge branch 'master' into staging-next 2021-03-18 13:35:59 +01:00
Sandro Jäckel 152114997f procps-ng: cleanup, format, remove ? null from inputs 2021-03-18 00:49:28 +00:00
Ivan Babrou a730703e6f
darwin.binutils: use clang for as on aarch64-darwin (#115167)
Without this change `as` on `aarch64-darwin` is defunct:

```
$ /nix/store/g11xba8ch20zndaf32hfnap46z47b5k3-cctools-port-949.0.1/bin/as -v
/nix/store/g11xba8ch20zndaf32hfnap46z47b5k3-cctools-port-949.0.1/bin/as: assembler (/nix/store/g11xba8ch20zndaf32hfnap46z47b5k3-cctools-port-949.0.1/libexec/as/arm64/as or /nix/store/g11xba8ch20zndaf32hfnap46z47b5k3-cctools-port-949.0.1/libexec/as/arm64/as) for architecture arm64 not installed
Installed assemblers are:
/nix/store/g11xba8ch20zndaf32hfnap46z47b5k3-cctools-port-949.0.1/libexec/as/ppc64/as for architecture ppc64
/nix/store/g11xba8ch20zndaf32hfnap46z47b5k3-cctools-port-949.0.1/libexec/as/x86_64/as for architecture x86_64
/nix/store/g11xba8ch20zndaf32hfnap46z47b5k3-cctools-port-949.0.1/libexec/as/ppc/as for architecture ppc
/nix/store/g11xba8ch20zndaf32hfnap46z47b5k3-cctools-port-949.0.1/libexec/as/i386/as for architecture i386
/nix/store/g11xba8ch20zndaf32hfnap46z47b5k3-cctools-port-949.0.1/libexec/as/arm/as for architecture arm
```

Apple defaults to Clang in all cases from what I see, but nixpkgs prefers `cctools`: #51881.
2021-03-17 00:27:34 -04:00
Sandro Jäckel 46c7097a0a
sysdig: remove packages which are no longer required after #116317 2021-03-16 16:32:47 +01:00
github-actions[bot] 611019db38
Merge staging-next into staging 2021-03-15 18:16:53 +00:00
github-actions[bot] 4915d2cb4c
Merge master into staging-next 2021-03-15 18:16:46 +00:00
Yurii Matsiuk 22beae03e6 firmwareLinuxNonfree: 2021-02-08 > 2021-03-15 2021-03-15 12:59:57 -04:00
Jan Tojnar ae44266b6e
fwupd: 1.5.5 → 1.5.7
Announcement:
- https://blogs.gnome.org/hughsie/2021/02/16/fwupd-1-5-6/

Changelogs:
- https://github.com/fwupd/fwupd/releases/tag/1.5.6
- https://github.com/fwupd/fwupd/releases/tag/1.5.7

Main changes:
- Adds UEFI  SBAT support:
  https://github.com/fwupd/fwupd/blob/1.5.7/plugins/uefi-capsule/README.md#uefi-sbat-support
  39b96c01bf/SBAT.md
2021-03-15 16:49:08 +01:00
Tim Steinbach dacd92f316 linux/hardened/patches/5.11: init at 5.11.6-hardened1 2021-03-15 09:59:13 -04:00
ajs124 e3664fc11b linux/hardened/patches/5.4: 5.4.104-hardened1 -> 5.4.105-hardened1 2021-03-15 09:59:13 -04:00
ajs124 5c700b8700 linux/hardened/patches/5.10: 5.10.22-hardened1 -> 5.10.23-hardened1 2021-03-15 09:59:13 -04:00
ajs124 1150408383 linux/hardened/patches/4.19: 4.19.179-hardened1 -> 4.19.180-hardened1 2021-03-15 09:59:13 -04:00
ajs124 27029eaf8f linux/hardened/patches/4.14: 4.14.224-hardened1 -> 4.14.225-hardened1 2021-03-15 09:59:13 -04:00
ajs124 d6f3315bf9 linux: 5.11.5 -> 5.11.6 2021-03-15 09:59:13 -04:00
ajs124 7760c71c9c linux: 5.10.22 -> 5.10.23 2021-03-15 09:59:13 -04:00
Tim Steinbach 7513be6e65 linux: 5.4.104 -> 5.4.105 2021-03-15 09:59:13 -04:00
Tim Steinbach bd46e9531b linux: 4.9.260 -> 4.9.261 2021-03-15 09:59:13 -04:00
Tim Steinbach 82b3f86735 linux: 4.4.260 -> 4.4.261 2021-03-15 09:59:13 -04:00
Tim Steinbach 3473cf548a linux: 4.19.179 -> 4.19.180 2021-03-15 09:59:13 -04:00
Tim Steinbach 39e961fc2f linux: 4.14.224 -> 4.14.225 2021-03-15 09:59:13 -04:00
Robert Schütz 5d10c746e4 linuxPackages.acpi_call: 2020-04-07 -> 1.2.1 2021-03-15 14:07:22 +01:00