Commit graph

13343 commits

Author SHA1 Message Date
Florian Klink 065f057d0c systemd: add libgpgerror only to buildInputs if we build with resolved support 2020-10-28 23:24:18 +01:00
Florian Klink e6dff1d666 systemd: drop libffi from buildInputs
This isn't used anywhere.
2020-10-28 23:24:18 +01:00
Florian Klink e10a9a8506 systemd: add withMachined flag 2020-10-28 23:24:18 +01:00
Florian Klink 8526662a33 systemd: add withNss flag 2020-10-28 23:24:18 +01:00
Florian Klink a079a6f026 systemd: add withUserDb flag 2020-10-28 23:24:18 +01:00
Florian Klink e77326208e systemd: add withDocumentation flag 2020-10-28 23:24:18 +01:00
Florian Klink f142493a6a systemd: add withShellCompletions flag 2020-10-28 23:24:18 +01:00
Florian Klink 1f9347431c systemd: add withPolkit option 2020-10-28 23:24:18 +01:00
Florian Klink 0b762c02ee systemd: disable efi if we don't build with withEfi is set to false 2020-10-28 23:24:17 +01:00
Florian Klink 54c35f0940 systemd: withEfi: move gnu-efi check into assertion 2020-10-28 23:24:17 +01:00
Florian Klink 13a910e3f6 systemd: make gcrypt optional 2020-10-28 23:24:17 +01:00
Florian Klink 585f4a140b systemd: add withAnalyze flag 2020-10-28 23:24:17 +01:00
Florian Klink 987906aa58 systemd: add withCoredump flag
… and default it to false for systemdMinimal
2020-10-28 23:24:17 +01:00
Florian Klink c6aada2835 systemd: drop duplicate -Dlocaled=…
This is already configurable above.
2020-10-28 23:24:17 +01:00
Florian Klink ff07c6b47d systemd: introduce withCompression flag
This will build systemd without some compression utils, useful for
systemdMinimal.
2020-10-28 23:24:17 +01:00
Florian Klink 5f257d7d2c systemd: cleanup cryptsetup input
use lib.getDev to retrieve the dev output. Don't pass it to buildInputs
if we don't build with withCryptsetup set to true.
2020-10-28 23:24:17 +01:00
Florian Klink e1e01fa85e systemd: add withRemote option (default to false), make curl optional
This makes curl optional if both remote and importd are disabled, and
makes some assertions more robust by switching from curl.dev != null to
lib.getDev curl != null.
2020-10-28 23:24:17 +01:00
Florian Klink 39e733336c systemd: build without iptables when networkd is disabled
upstreams TODO mentions iptables-dev (libiptc) is also used for nspawn,
but it seems like it only makes use of this via networkd anyways (or
does these days) - at least systemdMinimal compiles successfully without
iptables in the build closure.
2020-10-28 23:24:17 +01:00
Florian Klink 8434da5715 systemd: remove perl from nativeBuildInputs
This was only used to patch a circular output reference from lib to out
on aarch64, but was removed in b68bddfbda,

This commit forgot to remove perl, so remove it now.
2020-10-28 23:24:17 +01:00
Florian Klink 6456e24d57 systemd: nixpkgs-fmt 2020-10-28 23:24:16 +01:00
Florian Klink 229184f6b5 systemd: reorder buildInputs
These are all unconditianally anyways.
2020-10-28 23:24:16 +01:00
Florian Klink c6bbc945b4 systemd: stdenv.lib -> lib
This is a no-op and makes things a bit smaller.
2020-10-28 23:24:16 +01:00
Andreas Rammhold db0fe5c3eb
Merge branch master into staging to fix eval error
This fixes the eval error of the small (and "big"?) NixOS test set that
was fixed in 1088f05 & eba8f542.
2020-10-28 03:03:27 +01:00
Andreas Rammhold 5d03fe6ac4
Merge pull request #101792 from flokli/systemdminimal-without-glib
systemdMinimal: build without glib
2020-10-27 20:00:18 +01:00
Tim Steinbach 3088dcb148
linux: 5.9-rc8 -> 5.10-rc1 2020-10-27 14:29:21 -04:00
Ben Siraphob db74029e3e treewide: remove package names from prefix of descriptions 2020-10-27 09:15:07 -07:00
Florian Klink 5f8a741abf systemdMinimal: build without glib
This takes glib (and by this, gtk-doc) out of systemdMinimal's build
closure.
2020-10-26 21:58:49 +01:00
Florian Klink 00c68337f5 systemd: fix 0019-*.patch
This was introduced in https://github.com/NixOS/nixpkgs/pull/99621, but
didn't follow the process documented in
pkgs/os-specific/linux/systemd/default.nix, namely, the `git am` and
`git format-patch` workflow, which caused
`0019-revert-get-rid-of-seat_can_multi_session.patch` to not apply with
`git am` due to missing authorship information.

I did apply this patch manually, and copied authorship information from
4e384ddc11.
2020-10-26 21:30:42 +01:00
bb2020 5ef5d96c08 discrete-scroll: added myself as maintainer 2020-10-26 18:38:52 +03:00
Janne Heß 1829a89f84
raspberrypifw: 1.20200902 -> 1.20201022 2020-10-26 11:30:36 +01:00
Vladimír Čunát 89023c38fc
Recover the complicated situation after my bad merge
I made a mistake merge.  Reverting it in c778945806 undid the state
on master, but now I realize it crippled the git merge mechanism.
As the merge contained a mix of commits from `master..staging-next`
and other commits from `staging-next..staging`, it got the
`staging-next` branch into a state that was difficult to recover.

I reconstructed the "desired" state of staging-next tree by:
 - checking out the last commit of the problematic range: 4effe769e2
 - `git rebase -i --preserve-merges a8a018ddc0` - dropping the mistaken
   merge commit and its revert from that range (while keeping
   reapplication from 4effe769e2)
 - merging the last unaffected staging-next commit (803ca85c20)
 - fortunately no other commits have been pushed to staging-next yet
 - applying a diff on staging-next to get it into that state
2020-10-26 09:01:04 +01:00
Vladimír Čunát 336bc8283b
Re-Revert "Merge #101508: libraw: 0.20.0 -> 0.20.2"
This reverts commit c778945806.

I believe this is exactly what brings the staging branch into
the right shape after the last merge from master (through staging-next);
otherwise part of staging changes would be lost
(due to being already reachable from master but reverted).
2020-10-26 08:19:17 +01:00
Benjamin Hipple d53dd036d2
Merge pull request #80151 from ju1m/dstat_fix_pluginpath
dstat: fix pluginpath
2020-10-25 10:48:54 -04:00
Vladimír Čunát 2f6b00b15e
Merge branch 'staging-next' into staging 2020-10-25 09:47:04 +01:00
Vladimír Čunát c778945806
Revert "Merge #101508: libraw: 0.20.0 -> 0.20.2"
I'm sorry; I didn't notice it contained staging commits.

This reverts commit 17f5305b6c, reversing
changes made to a8a018ddc0.
2020-10-25 09:41:51 +01:00
R. RyanTM 8d6bd565a1 libcap_ng: 0.7.10 -> 0.7.11 2020-10-25 09:39:15 +01:00
R. RyanTM a2f3c2521c android-udev-rules: 20200410 -> 20200613 2020-10-25 09:37:31 +01:00
Vladimír Čunát 17f5305b6c
Merge #101508: libraw: 0.20.0 -> 0.20.2 2020-10-25 09:28:53 +01:00
Jan Tojnar 6aa670046b
Merge pull request #101387 from r-ryantm/auto-update/bluez
bluez: 5.54 -> 5.55
2020-10-25 07:52:27 +01:00
Luflosi b8e5d13878 hdparm: name -> pname 2020-10-24 23:06:34 -07:00
Andreas Rammhold 250fb4611f
Merge pull request #100456 from maralorn/boolToString
treewide: De-inline uses of lib.boolToString
2020-10-25 00:45:11 +02:00
R. RyanTM b4fd542f7f cpuid: 20200427 -> 20201006 2020-10-24 15:16:12 +00:00
Jan Tojnar c252654584
Merge branch 'master' into staging-next 2020-10-24 01:10:07 +02:00
Anderson Torres 28c30cca98
Merge pull request #101304 from r-ryantm/auto-update/alsa-utils
alsaUtils: 1.2.3 -> 1.2.4
2020-10-22 20:42:33 -03:00
Jan Tojnar d13fc932cd
Merge branch 'master' into staging-next 2020-10-22 21:20:14 +02:00
R. RyanTM ef13bb7089 bluez: 5.54 -> 5.55 2020-10-22 14:31:26 +00:00
Michael Weiss 002750572a
nvme-cli: 1.12 -> 1.13 2020-10-22 13:36:47 +02:00
R. RyanTM 2aa8f39267 alsaUtils: 1.2.3 -> 1.2.4 2020-10-22 00:31:37 +00:00
R. RyanTM 7d613cd80c alsa-ucm-conf: 1.2.3 -> 1.2.4 2020-10-22 00:16:04 +00:00
R. RyanTM d43ce2c699 alsa-topology-conf: 1.2.3 -> 1.2.4 2020-10-21 20:15:57 +00:00
Vladimír Čunát 90094b0468
Merge branch 'master' into staging-next
minor conflict: rust update vs. darwin fixes for it
  (not tested but seems quite OK)
2020-10-21 13:34:06 +02:00
Andreas Rammhold f6cd17269e
Merge pull request #49403 from andir/qemu_test_reduce_closure
qemu_test: disable features that are not needed for tests (closure 641 -> 335.3M)
2020-10-21 00:41:01 +02:00
ajs124 b2602d1a39 apparmor: 2.13.4 -> 2.13.5 2020-10-20 21:03:28 +02:00
Frederik Rietdijk 23890fc236 Merge staging-next into staging 2020-10-20 20:55:46 +02:00
Janne Heß cdabe1007c
raspberrypi-eeprom: Init at 2020-10-05 2020-10-20 15:45:58 +02:00
Andreas Rammhold 0a55c5dada
iputils: apply proposed upstream patch to get rid of systemd dependency
This allows us to get rid of the hack and the systemd dependency and
thus reduces the rebuild closure whenever systemd changes.
2020-10-19 22:04:52 +02:00
Andreas Rammhold 54e6cfc1ef
iptuils: Remove systemd from dependencies
In our case systemd is only used to figure out if the unit files should
be generated.
2020-10-19 21:41:53 +02:00
Henri Menke 3cf85bc8a2
zfsUnstable: 2.0.0-rc3 -> 2.0.0-rc4 2020-10-19 21:37:42 +02:00
Henri Menke cabb90e212 zfs: 0.8.4 -> 0.8.5 2020-10-19 11:18:01 -07:00
Jan Tojnar 5c766c5c24
Merge branch 'staging-next' into staging 2020-10-18 21:21:03 +02:00
Jon ff6efa6f16 Revert "linuxPackages.nvidia_x11.persistenced: fix build"
This reverts commit f98219c519.
2020-10-18 11:47:34 -07:00
Jonathan Ringer f98219c519 linuxPackages.nvidia_x11.persistenced: fix build 2020-10-18 11:12:23 -07:00
Michael Weiss 01ec8c0999
iproute: 5.8.0 -> 5.9.0 (#100761)
File changes (additions/removals):
None
2020-10-18 13:31:27 +02:00
Vladimír Čunát 90fd589286
Merge #98191: nvidia_x11: 2020.09 - 2020.10 2020-10-18 11:08:20 +02:00
Tim Steinbach 138b419901
linux/hardened/patches/5.9: init at 5.9.1.a 2020-10-17 15:25:50 -04:00
Tim Steinbach 80a57fd78b
linux/hardened/patches/5.8: 5.8.15.a -> 5.8.16.a 2020-10-17 15:25:49 -04:00
Tim Steinbach d68fed6697
linux/hardened/patches/5.4: 5.4.71.a -> 5.4.72.a 2020-10-17 15:25:49 -04:00
Tim Steinbach 43fe838e08
linux/hardened/patches/4.19: 4.19.151.a -> 4.19.152.a 2020-10-17 15:25:49 -04:00
Tim Steinbach 6716902e19
linux/hardened/patches/4.14: 4.14.201.a -> 4.14.202.a 2020-10-17 15:25:48 -04:00
Tim Steinbach 2a82889f8e
linux: 5.9 -> 5.9.1 2020-10-17 15:25:48 -04:00
Tim Steinbach bc4b7ed7e1
linux: 5.8.15 -> 5.8.16 2020-10-17 15:25:48 -04:00
Tim Steinbach 0b06892484
linux: 5.4.71 -> 5.4.72 2020-10-17 15:25:47 -04:00
Tim Steinbach e0218ca69c
linux: 4.9.239 -> 4.9.240 2020-10-17 15:25:47 -04:00
Tim Steinbach 982d966290
linux: 4.4.239 -> 4.4.240 2020-10-17 15:25:47 -04:00
Tim Steinbach de5c66b9ef
linux: 4.19.151 -> 4.19.152 2020-10-17 15:25:46 -04:00
Tim Steinbach 5f236c3875
linux: 4.14.201 -> 4.14.202 2020-10-17 15:25:42 -04:00
Ben Siraphob 683a87dbeb treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
Dmitry Bogatov 78d9b5fb1a psftools: init at 1.0.13 2020-10-17 00:00:00 -04:00
Tim Steinbach 3b6ba05d3d
Merge pull request #100769 from andersk/linux-hardened
linux/hardened/patches: Update
2020-10-16 19:08:58 -04:00
Anders Kaseorg d7674bc336 linux/hardened/patches/5.8: 5.8.14.a -> 5.8.15.a 2020-10-16 15:40:30 -07:00
Anders Kaseorg 99f9bedbde linux/hardened/patches/5.4: 5.4.70.a -> 5.4.71.a 2020-10-16 15:40:30 -07:00
Anders Kaseorg a1a49092a4 linux/hardened/patches/4.19: 4.19.150.a -> 4.19.151.a 2020-10-16 15:40:30 -07:00
Anders Kaseorg 4425eab960 linux/hardened/patches/4.14: 4.14.200.a -> 4.14.201.a 2020-10-16 15:40:30 -07:00
Tim Steinbach 617b980961
linux_latest-libre: 17718 -> 17724 2020-10-15 12:49:47 -04:00
Tim Steinbach 7c4c5e75f8
linux-rt_5_4: 5.4.69-rt39 -> 5.4.70-rt40 2020-10-15 09:32:56 -04:00
Frederik Rietdijk b3aed163d5
Merge pull request #99709 from NixOS/staging-next
Staging next
2020-10-14 21:10:31 +02:00
Tim Steinbach bf540edc5d
linux: 5.8.14 -> 5.8.15 2020-10-14 08:48:54 -04:00
Tim Steinbach 46e2758200
linux: 5.4.70 -> 5.4.71 2020-10-14 08:48:46 -04:00
Tim Steinbach 3406c09374
linux: 4.9.238 -> 4.9.239 2020-10-14 08:48:36 -04:00
Tim Steinbach 3b4fa12966
linux: 4.4.238 -> 4.4.239 2020-10-14 08:48:30 -04:00
Tim Steinbach 6f4ad8b16c
linux: 4.19.150 -> 4.19.151 2020-10-14 08:48:24 -04:00
Tim Steinbach cd85afd0eb
linux: 4.14.200 -> 4.14.201 2020-10-14 08:48:17 -04:00
Tim Steinbach deae249afd
linux/hardened/patches/5.7: remove 2020-10-14 08:47:58 -04:00
Tim Steinbach 1de9229825
linux: Remove 5.7
I forgot to remove a file in 6d174dd5e0
2020-10-14 08:46:41 -04:00
Malte Brandy cebf9198f3
treewide: De-inline uses of lib.boolToString
This commit should not change eval results
2020-10-14 01:46:17 +02:00
zowoq b67a367f7c libcap: 2.27 -> 2.44 2020-10-14 08:45:22 +10:00
Frederik Rietdijk dc0aeee5db Merge staging-next into staging 2020-10-13 19:35:37 +02:00
Frederik Rietdijk 9e1943edc0 Merge master into staging-next 2020-10-13 19:34:34 +02:00
Tim Steinbach 388f785927
linux_latest-libre: 17688 -> 17718 2020-10-13 09:54:44 -04:00
Austin Seipp 0a614d2fb5
linux: init 5.9
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-10-12 20:10:29 -05:00
Benjamin Staffin aba04eb8af
pam_u2f: 1.0.8 -> 1.1.0 (#100046)
This release switches to libfido2 and libcrypto instead of libu2f-host
and libu2f-server.
2020-10-11 15:15:54 -04:00
Tim Steinbach 184e3824eb rtl88x2bu: 2020-05-19 -> 2020-08-20 2020-10-10 18:30:19 -07:00
Yorick van Pelt f491c18c67 nvidiabl: 2017-09-26 -> 2020-10-01
Fixes build on linux >= 5.7
2020-10-10 18:29:02 -07:00
Jan Tojnar 1882368e8a
Merge branch 'staging-next' into staging 2020-10-11 00:27:42 +02:00
Jan Tojnar aabcf2d8f5
Merge branch 'master' into staging-next 2020-10-11 00:27:21 +02:00
John Ericson db3b1c12cb
Merge pull request #98998 from Kloenk/systemd-module
systemd: create options for smaller derivation
2020-10-10 10:26:11 -04:00
Michael Weiss 33473c422c
fuse3: 3.9.4 -> 3.10.0 (#100075) 2020-10-10 12:51:49 +02:00
Finn Behrens 2e52fca7c8
systemd: create options for smaller derivation
Co-Authored-By: Kirill Elagin <kirelagin@gmail.com>
2020-10-10 11:55:50 +02:00
Vladimír Čunát 338b25697c
Merge branch 'master' into staging-next
Quite many rebuilds from master:
> Estimating rebuild amount by counting changed Hydra jobs.
>    3926 x86_64-darwin
>    4645 x86_64-linux
2020-10-10 11:32:10 +02:00
Tim Steinbach 8293f9509e
linux/hardened/patches/5.8: 5.8.12.a -> 5.8.14.a 2020-10-09 08:32:01 -04:00
Tim Steinbach edf17457ed
linux/hardened/patches/5.4: 5.4.68.a -> 5.4.70.a 2020-10-09 08:31:58 -04:00
Tim Steinbach 6f4d132a08
linux/hardened/patches/4.19: 4.19.148.a -> 4.19.150.a 2020-10-09 08:31:56 -04:00
Tim Steinbach 84c56e0dbb
linux/hardened/patches/4.14: 4.14.199.a -> 4.14.200.a 2020-10-09 08:31:50 -04:00
Frederik Rietdijk ec28e32c9e Merge master into staging-next 2020-10-08 21:47:26 +02:00
Emery Hemingway dd8423f865 solo5: init 0.6.7 2020-10-08 16:21:09 +02:00
markuskowa c83e442b77
Merge pull request #100052 from markuskowa/upd-linuxptp
linuxptp: 3.0 -> 3.1
2020-10-08 23:20:37 +02:00
Markus Kowalewski 173ebca876
linuxptp: 3.0 -> 3.1 2020-10-08 22:18:19 +02:00
John Ericson e4538ab8bb
Merge pull request #99583 from lopsided98/lm-sensors-cross
lm_sensors: fix cross-compilation
2020-10-07 23:04:30 -04:00
Ben Wolsieffer cba24b487e lm_sensors: fix cross-compilation 2020-10-07 21:40:29 -04:00
Edmund Wu 3c92aba319
nvidia_x11_beta: 455.23.04 -> nvidia_x11 2020-10-07 13:59:11 -04:00
Edmund Wu 0ce0f5e9c5
nvidia_x11: 450.80.02 -> 455.28 2020-10-07 13:59:11 -04:00
Edmund Wu 1ea09a8d5e
nvidia_x11: 450.66 -> 450.80.02 2020-10-07 13:59:10 -04:00
Edmund Wu 7a00fdf5cf
nvidia_x11_beta: stable -> 455.23.04 2020-10-07 13:59:09 -04:00
ajs124 1426cabb58
Merge pull request #99884 from helsinki-systems/upd/raspberrypifw
raspberrypifw: 1.20200601 -> 1.20200902
2020-10-07 14:53:53 +02:00
Tim Steinbach f9ebc24303
linux: 5.8.13 -> 5.8.14 2020-10-07 08:20:33 -04:00
Tim Steinbach 17642932f1
linux: 5.4.69 -> 5.4.70 2020-10-07 08:20:25 -04:00
Tim Steinbach 7fb38064e4
linux: 4.19.149 -> 4.19.150 2020-10-07 08:20:15 -04:00
Vladimír Čunát 420f89ceb2
Revert "apparmor: fix and improve the service"
This reverts commit fb6d63f3fd.

I really hope this finally fixes #99236: evaluation on Hydra.
This time I really did check basically the same commit on Hydra:
https://hydra.nixos.org/eval/1618011

Right now I don't have energy to find what exactly is wrong in the
commit, and it doesn't seem important in comparison to nixos-unstable
channel being stuck on a commit over one week old.
2020-10-07 12:22:18 +02:00
Janne Heß 9a966e84b6
raspberrypifw: 1.20200601 -> 1.20200902
Also disable the fixup phase since it only throws errors and remove the
platforms since these are only static files.
2020-10-07 00:41:15 +02:00
Tim Steinbach 2edeff88e3
linux-rt_5_4: 5.4.66-rt38 -> 5.4.69-rt39 2020-10-06 09:41:30 -04:00
Frederik Rietdijk 692d219a93 Merge staging-next into staging 2020-10-06 10:25:58 +02:00
Peter Hoeg b90105fa10 keyutils: 1.6.1 -> 1.6.3 2020-10-06 10:15:58 +02:00
R. RyanTM f509a0f04f cryptsetup: 2.3.3 -> 2.3.4 2020-10-06 10:15:11 +02:00
TredwellGit 17d4902614 shadow: 4.8 -> 4.8.1
https://nvd.nist.gov/vuln/detail/CVE-2019-19882
2020-10-06 10:14:45 +02:00
Anderson Torres 17f578dad0
Merge pull request #99532 from lopsided98/alsa-utils-cross
alsa-utils: fix wrapper shebang when cross-compiling
2020-10-05 23:22:22 -03:00
Tim Steinbach 6fbd64645c rtl8821cu: 2020-05-16 -> 2020-08-21 2020-10-05 13:07:29 -07:00
Tim Steinbach ce79348fe4 rtl8812au: 5.6.4.2_35491.20200318 -> 5.6.4.2_35491.20200702 2020-10-05 13:06:55 -07:00
Tim Steinbach 1687c719f8 ena: 2.2.7 -> 2.2.11 2020-10-05 12:38:43 -07:00
Thomas Tuegel b8318e2e5a
Merge pull request #99621 from ttuegel/staging--plasma-switch-user
systemd: show CanMultiSession again
2020-10-05 09:49:36 -05:00
Andreas Rammhold 2d92e695ba
Merge pull request #97989 from flokli/systemd-246.5
systemd: 246.4 -> 246.6
2020-10-05 15:02:39 +02:00
Thomas Tuegel 4e384ddc11
systemd: show CanMultiSession again 2020-10-05 07:40:29 -05:00
Bas van Dijk d1e26fd696
Merge pull request #99043 from basvandijk/libvirt-6.6.0-staging
libvirt: 6.3.0 -> 6.6.0
2020-10-04 22:59:31 +02:00
Ben Wolsieffer fa6cdb63ab alsa-utils: fix wrapper shebang when cross-compiling 2020-10-04 01:10:49 -04:00
Tim Steinbach 47ed7fa4e9
Merge pull request #99041 from srid/patch-1
linux: 5.9-rc6 -> 5.9-rc7
2020-09-29 08:38:11 -04:00
Tim Steinbach 9109a8fcd5
linux/hardened/patches/5.8: 5.8.11.a -> 5.8.12.a 2020-09-29 08:35:57 -04:00
Tim Steinbach 9c9054ca4f
linux/hardened/patches/5.4: 5.4.67.a -> 5.4.68.a 2020-09-28 19:09:10 -04:00
Tim Steinbach ab9dc67ac7
linux/hardened/patches/4.19: 4.19.144.a -> 4.19.148.a 2020-09-28 19:09:09 -04:00
Tim Steinbach d131435103
linux/hardened/patches/4.14: 4.14.197.a -> 4.14.199.a 2020-09-28 19:09:09 -04:00
Tim Steinbach f498bbe473
linux_latest-libre: 17624 -> 17688 2020-09-28 19:09:08 -04:00
Tim Steinbach b3a202e255
linux: 5.8.11 -> 5.8.12 2020-09-28 19:09:08 -04:00