Commit Graph

13513 Commits

Author SHA1 Message Date
Milan Pässler
470c27eb3d iwd: 1.9 -> 1.10 2020-11-30 22:44:21 +01:00
Milan Pässler
24491ac504 ell: 0.33 -> 0.35 2020-11-30 22:44:21 +01:00
Frederik Rietdijk
9a63b3d3d6
Merge pull request #104781 from NixOS/staging-next
Staging next
2020-11-30 18:27:29 +01:00
Andreas Rammhold
13481f2a56
Merge pull request #104385 from mweinelt/musl
musl: patch CVE-2020-28928
2020-11-30 16:32:12 +01:00
Shea Levy
926ae8885d
system76-firmware: 1.0.18 -> 1.0.20 2020-11-29 11:29:26 -05:00
Frederik Rietdijk
0d8491cb2b Merge master into staging-next 2020-11-29 13:51:10 +01:00
Jörg Thalheim
82a3c6648d
sysdig: 0.27.0 -> 0.27.1 2020-11-29 10:53:01 +01:00
Sandro
9295401520
Merge pull request #105279 from r-ryantm/auto-update/mcelog
mcelog: 169 -> 173
2020-11-28 21:00:27 +01:00
R. RyanTM
d6d2ff49b4 mcelog: 169 -> 173 2020-11-28 19:37:46 +00:00
Sandro
33ae7018d2
Merge pull request #105229 from srhb/bfptrace-0.11.4
linuxPackages.bpftrace: 0.11.0 -> 0.11.4
2020-11-28 18:25:49 +01:00
Doron Behar
00f7db841a
Merge pull request #105030 from freezeboy/add-akvcam
linuxPackages.akvcam: init at 1.1.1
2020-11-28 18:17:40 +02:00
Sarah Brofeldt
6b882ee0eb linuxPackages.bpftrace: 0.11.0 -> 0.11.4 2020-11-28 14:00:09 +01:00
Michael Raskin
2d50a1f09e
Merge pull request #105182 from roosemberth/fixes/firejail
firejail: fix -overlay and -build functionality on NixOS
2020-11-28 12:27:39 +00:00
Frederik Rietdijk
9e062723b2 Merge master into staging-next 2020-11-28 08:53:47 +01:00
Sandro
e2c2f9affb
Merge pull request #105207 from r-ryantm/auto-update/ipset
ipset: 7.7 -> 7.9
2020-11-28 06:56:07 +01:00
R. RyanTM
6463551846 ipset: 7.7 -> 7.9 2020-11-28 04:41:04 +00:00
Sandro
168c797ebc
Merge pull request #105190 from r-ryantm/auto-update/hdparm
hdparm: 9.58 -> 9.60
2020-11-28 02:56:05 +01:00
R. RyanTM
83215635d0 hdparm: 9.58 -> 9.60 2020-11-28 00:27:56 +00:00
Roosembert Palacios
831c700c5d
firejail: fix -overlay and -build functionality on NixOS
- The `-overlay` flag runs the specified binary inside an OverlayFS,
  since the /nix store may be in a different mount point than the user
  home, this patch explicitly bind mounts it so it's available inside
  the overlay.

- profile builder: firejail provides facilities to build a new profiles.
  To do so, it execute the helper binary `fbuilder`, which in turn will
  execute firejail back with different options. This patch makes it use
  the binary available in PATH instead of the one produced at compile time.
  The compiled firejail binary doesn't have the necessary permissions,
  so the firejail NixOS module wraps it in a SUID wrapper available on
  PATH at runtime.

Signed-off-by: Roosembert Palacios <roosemberth@posteo.ch>
2020-11-27 23:14:58 +01:00
Linus Heckemann
9174f79fe6
Merge pull request #104760 from gravndal/edac
linux: explicitly enable RAS
2020-11-27 19:15:00 +01:00
Maximilian Bosch
b19ad349b0
Merge pull request #104792 from SuperSandro2000/autofs-fix
autofs: fix compilation fail due to libtirpc changes
2020-11-27 19:09:41 +01:00
Frederik Rietdijk
b2a3891e12 Merge master into staging-next 2020-11-27 15:09:19 +01:00
Sandro
be36f6f0a0
Merge pull request #100891 from lukebfox/patch-2
powertop: strip hcitool FSH path
2020-11-27 14:50:30 +01:00
freezeboy
bab529c9ff linuxPackages.akvcam: init at 1.1.1 2020-11-26 13:06:35 +01:00
Sandro
1ec96b7d1f
Merge pull request #105011 from r-ryantm/auto-update/light
light: 1.2.1 -> 1.2.2
2020-11-26 12:28:15 +01:00
R. RyanTM
0722158dba light: 1.2.1 -> 1.2.2 2020-11-26 10:20:17 +00:00
Gaute Ravndal
5183864d18 linux: explicitly enable RAS
This is needed for EDAC support.
2020-11-26 10:08:51 +01:00
Dmitry Kalinkin
731c548629
Merge pull request #104373 from andresilva/linux-zen-5.9.9
linux_zen: 5.9.6 -> 5.9.10
2020-11-24 21:43:57 -05:00
Florian Klink
b92942f466 systemd: use withPortabled in mesonFlags
No matter what withPortabled was being set, we always passed
-Dportabled=false in mesonFlags. Fix this.

Also, nixpkgs-fmt the file for consistency.
2020-11-25 00:22:37 +01:00
Sandro
77d45b8609
Merge pull request #99426 from jonringer/add-catfs
catfs: init at unstable-2020-03-21
2020-11-24 23:40:19 +01:00
Graham Christensen
d9c3f13df3
Merge pull request #104776 from grahamc/utillinux
utillinux: rename to util-linux
2020-11-24 15:14:36 -05:00
Sandro Jäckel
2044fa172d
sssd: fix nss collision with upstream patch 2020-11-24 20:09:04 +01:00
Sandro Jäckel
4d5ab8d9f7
autofs: fix compilation fail due to libtirpc changes 2020-11-24 19:53:20 +01:00
Sandro
43082f7f19
Merge pull request #104774 from grahamc/sssd
sssd: fix build on glibc-2.32
2020-11-24 19:53:06 +01:00
Graham Christensen
bc49a0815a
utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
Tim Steinbach
874e250009
linux-rt_5_4: 5.4.77-rt43 -> 5.4.78-rt44 2020-11-24 10:04:24 -05:00
Tim Steinbach
513afc731c
linux: 5.9.10 -> 5.9.11 2020-11-24 10:04:24 -05:00
Tim Steinbach
53738d417f
linux: 5.4.79 -> 5.4.80 2020-11-24 10:04:23 -05:00
Tim Steinbach
a17655a291
linux: 4.9.245 -> 4.9.246 2020-11-24 10:04:23 -05:00
Tim Steinbach
d17c554fdf
linux: 4.4.245 -> 4.4.246 2020-11-24 10:04:22 -05:00
Tim Steinbach
06ba11d0b7
linux: 4.19.159 -> 4.19.160 2020-11-24 10:04:21 -05:00
Tim Steinbach
c384c5409a
linux: 4.14.208 -> 4.14.209 2020-11-24 10:04:18 -05:00
Graham Christensen
22965d84d5
sssd: fix build on glibc-2.32
For https://hydra.nixos.org/build/128488320 which errored with:

    src/responder/nss/nss_cmd.c:733:16: error: 'nss_setnetgrent' redeclared as different kind of symbol
      733 | static errno_t nss_setnetgrent(struct cli_ctx *cli_ctx,
          |                ^~~~~~~~~~~~~~~
    In file included from ./src/sss_client/sss_cli.h:28,
                     from ./src/db/sysdb.h:27,
                     from src/responder/nss/nss_cmd.c:26:
    /nix/store/a2n8nrsf215x01a7fv8l94crdjwf69pa-glibc-2.32-dev/include/nss.h:184:25: note: previous declaration of 'nss_setnetgrent' was here
      184 | typedef enum nss_status nss_setnetgrent (const char *, struct __netgrent *);
          |                         ^~~~~~~~~~~~~~~
    make[2]: *** [Makefile:17818: src/responder/nss/nss_cmd.o] Error 1
    make[2]: Leaving directory '/build/sssd-1.16.4'
    make[1]: *** [Makefile:33824: all-recursive] Error 1
    make[1]: Leaving directory '/build/sssd-1.16.4'
    make: *** [Makefile:10123: all] Error 2
2020-11-24 09:50:33 -05:00
Dmitry Kalinkin
7d9c1b2dca
Merge pull request #86834 from eadwu/nvidia_x11/fix-vulkan-icd
nvidia_x11: fix vulkan icd filename
2020-11-24 08:02:39 -05:00
Jan Tojnar
6d99109b12
Merge branch 'staging-next' into staging 2020-11-24 05:44:44 +01:00
Ryan Mulligan
8d12c667ff
Merge pull request #93176 from oxalica/init/swapview
swapview: init at 0.1.0
2020-11-23 11:24:59 -08:00
Ryan Mulligan
0b84f3b469
Merge pull request #100549 from oxalica/bump/earlyoom
earlyoom: 1.6.1 -> 1.6.2
2020-11-23 11:05:00 -08:00
Frederik Rietdijk
587538d087 Merge staging-next into staging 2020-11-23 18:10:33 +01:00
Tim Steinbach
d0225fcdae
linux: 5.10-rc4 -> 5.10-rc5 2020-11-23 11:31:45 -05:00
Tim Steinbach
fa6abb2b61
linux/hardened/patches/5.9: 5.9.9.a -> 5.9.10.a 2020-11-23 10:55:16 -05:00