3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

15433 commits

Author SHA1 Message Date
github-actions[bot] 0cb186d33d
Merge staging-next into staging 2021-10-12 18:01:50 +00:00
Sandro 9ae6a7c2a2
Merge pull request #138110 from humancalico/libbp 2021-10-12 19:48:22 +02:00
Sandro f8d52833c3
Merge pull request #141355 from alyssais/busybox-1.34.1 2021-10-12 15:11:57 +02:00
github-actions[bot] 7af387291c
Merge staging-next into staging 2021-10-12 12:02:08 +00:00
TredwellGit c7b05f54df linux/hardened/patches/5.4: 5.4.150-hardened1 -> 5.4.152-hardened1 2021-10-12 07:37:16 -04:00
TredwellGit 331bb5fcec linux/hardened/patches/5.14: 5.14.9-hardened1 -> 5.14.11-hardened1 2021-10-12 07:37:16 -04:00
TredwellGit 42dd28857d linux/hardened/patches/5.10: 5.10.70-hardened1 -> 5.10.72-hardened1 2021-10-12 07:37:16 -04:00
TredwellGit 8df94e6d31 linux/hardened/patches/4.19: 4.19.208-hardened1 -> 4.19.210-hardened1 2021-10-12 07:37:16 -04:00
TredwellGit 6e94404dc3 linux/hardened/patches/4.14: 4.14.248-hardened1 -> 4.14.250-hardened1 2021-10-12 07:37:16 -04:00
TredwellGit 86589e8cd3 linux_latest-libre: 18314 -> 18380 2021-10-12 07:37:16 -04:00
TredwellGit 1d14ebf414 linux: 5.4.151 -> 5.4.152 2021-10-12 07:37:16 -04:00
TredwellGit e2be686e0a linux: 5.14.10 -> 5.14.11 2021-10-12 07:37:16 -04:00
TredwellGit 2363ead003 linux: 5.10.71 -> 5.10.72 2021-10-12 07:37:16 -04:00
TredwellGit 049968322b linux: 4.9.285 -> 4.9.286 2021-10-12 07:37:16 -04:00
TredwellGit 97f30440d9 linux: 4.4.287 -> 4.4.288 2021-10-12 07:37:16 -04:00
TredwellGit 4d1cd369c8 linux: 4.19.209 -> 4.19.210 2021-10-12 07:37:16 -04:00
TredwellGit ac66a2835c linux: 4.14.249 -> 4.14.250 2021-10-12 07:37:16 -04:00
Florian Klink b112f366fb
Merge pull request #81172 from misuzu/iptables-switch
iptables: switch from iptables-legacy to iptables-nftables-compat
2021-10-12 12:38:56 +02:00
Alyssa Ross a24951ed7b
busybox: 1.33.1 -> 1.34.1; adopt
Tested rebuilding the bootstrap tools.
2021-10-12 09:46:21 +00:00
github-actions[bot] 5065827878
Merge staging-next into staging 2021-10-12 00:02:05 +00:00
Jan Tojnar e859225ee5
Merge pull request #139144 from NixOS/gnome-41
GNOME: 40 → 41
2021-10-11 22:59:01 +02:00
Sandro 0063bed192
Merge pull request #141267 from Atemu/update/linux_lqx 2021-10-11 21:21:12 +02:00
Atemu 895d09aa3a linux_lqx: 5.14.9 -> 5.14.11 2021-10-11 18:27:24 +02:00
Alyssa Ross 5a963f1d97 util-linux: replace "minimal" opt with more outputs
The "minimal" argument just removed some files to reduce package
size.  Now that we have multiple output derivations in Nixpkgs (we
didn't when "minimal" was added), we can just throw more outputs at
this problem and get the same effect, with the advantage that those
files are actually there, available for download without a rebuild, if
they're ever needed.

I've tested that with this change, there's no difference in the
closure size of util-linuxMinimal.bin.

We have to set SYSCONFSTATICDIR to stop $bin/bin/agetty looking in
$out for issue or issue.d.  SYSCONFSTATICDIR is supposed to be for
configuration that comes with a package, but it's currently only used
for finding an issue, and util-linux doesn't come with any issue
files, so I'm not really sure what the point is...
2021-10-11 15:15:14 +00:00
Alyssa Ross acb63e654e util-linux: disable locales properly
Removing the locales after they've been built and installed is a big
hack when util-linux gives us an option to disable them directly.
This way, the code in util-linux that deals with locales can be
disabled as well, leading to a (very small) size reduction.
2021-10-11 15:15:14 +00:00
Alyssa Ross 93aac5dac0 util-linux: fix uuidd runtime directory
Quoting uuidd(8), as generated prior to this commit:

> By default, the pid file is written to
> /nix/store/6ig1awrlxd‐nadna38kxgfvds9kfr6ny2-util-linux-2.36.2/var/run/uuidd/uuidd.pid.

That's not right...
2021-10-11 15:15:14 +00:00
github-actions[bot] ba27c024d3
Merge staging-next into staging 2021-10-11 06:01:37 +00:00
Ryan Burns f97d04c97f
Merge pull request #138915 from r-ryantm/auto-update/sysvinit
sysvinit: 2.99 -> 3.00
2021-10-10 19:20:30 -07:00
github-actions[bot] 1b2b1c3d56
Merge staging-next into staging 2021-10-10 00:02:14 +00:00
Jan Tojnar e50d5470e1 bolt: fix tests
Newer umockdev pre-creates directories which leads to conflicts when the testsuite tries to create them as well.
2021-10-09 21:35:55 +02:00
Ben Wolsieffer a6c34ff363 linux: cleanup zlib conditional dependency
zlib was added to its own optional statement, when there was already another for
5.2
2021-10-08 20:09:58 -04:00
github-actions[bot] b4569f7a81
Merge staging-next into staging 2021-10-08 00:02:10 +00:00
Maximilian Bosch 2cd0873374
Merge pull request #140765 from TredwellGit/linux
Kernels 2021-10-07
2021-10-07 23:59:41 +02:00
Sandro 4528364354
Merge pull request #140742 from hmenke/sof 2021-10-07 22:48:05 +02:00
Sandro 628dbc979f
Merge pull request #136719 from r-burns/libgpg-error 2021-10-07 22:24:04 +02:00
Rick van Schijndel 8fc6a95bff dmidecode: support cross-compilation 2021-10-07 21:03:25 +02:00
Florian Klink 643f23ffe5
Merge pull request #139864 from ymatsiuk/systemdtpm2
systemd: add missing TPM2 build dependencies
2021-10-07 19:48:46 +02:00
github-actions[bot] 1925039a74
Merge staging-next into staging 2021-10-07 12:01:47 +00:00
Timo Kaufmann 043bc8a984
Merge pull request #139502 from Vodurden/nixos-unstable
Support virtual Nintendo Switch Pro controllers in joycond
2021-10-07 13:54:30 +02:00
TredwellGit d609f3d79b linux: 5.4.150 -> 5.4.151 2021-10-07 07:59:15 +00:00
TredwellGit 86eb5c0943 linux: 5.14.9 -> 5.14.10 2021-10-07 07:59:08 +00:00
TredwellGit 6a1f123725 linux: 5.10.70 -> 5.10.71 2021-10-07 07:59:00 +00:00
TredwellGit e7e463220d linux: 4.9.284 -> 4.9.285 2021-10-07 07:58:53 +00:00
TredwellGit 1dfb79c887 linux: 4.4.285 -> 4.4.287 2021-10-07 07:58:48 +00:00
TredwellGit 098ad9636c linux: 4.19.208 -> 4.19.209 2021-10-07 07:58:42 +00:00
TredwellGit 8d2f3a9fb1 linux: 4.14.248 -> 4.14.249 2021-10-07 07:58:36 +00:00
Ryan Burns 41574158a0 libgpg-error: rename from libgpgerror
Matches pname and upstream project name
2021-10-06 18:23:43 -07:00
github-actions[bot] ae9f8ec1b6
Merge staging-next into staging 2021-10-07 00:02:11 +00:00
Robin Townsend a961352f5e linux-testing-bcachefs: Add note about keeping bcachefs-tools up to date 2021-10-06 18:29:49 -04:00
Sandro cdf359773c
Merge pull request #140796 from IvarWithoutBones/fix/linux-libre 2021-10-07 00:01:04 +02:00