about summary refs log tree commit diff
path: root/pkgs/os-specific
AgeCommit message (Collapse)AuthorFilesLines
2024-02-01Merge pull request #285224 from wegank/raspberrypi-wireless-typoWeijia Wang1-1/+1
raspberrypiWirelessFirmware: fix typo
2024-02-01Merge pull request #284367 from khaneliman/sketchybarPol Dellaiera1-2/+2
sketchybar: 2.19.4 -> 2.20.0
2024-02-01Merge pull request #284083 from khaneliman/yabaiPol Dellaiera1-3/+3
yabai: 6.0.6 -> 6.0.7
2024-01-31nixos/pam: remove pam_cgfsAdam Stephens1-2/+0
pam_cgfs is a cgroups-v1 pam module. Verified with upstream that this module no longer necessary on cgroups-v2 systems.
2024-01-31Merge pull request #284840 from wegank/7zz-hdiutilWeijia Wang2-24/+12
airbuddy, aldente: unpack with 7zz
2024-01-31lxc: fix aarch64 build failureAdam Stephens2-1/+28
Starting with commit 1cf2d7357c61b9c9ca5c92cb0e810571edee948a lxc is failing on aarch64 only. For whatever reason, the version check done on docbook2man here is no longer registering as >=0.8.8 https://github.com/lxc/lxc/blob/3efa1c3037bff09d12e36727cd6fea2f97fc0a7c/meson.build#L323 This falls through to this line, which changes the behavior of the configured sgml header. https://github.com/lxc/lxc/blob/3efa1c3037bff09d12e36727cd6fea2f97fc0a7c/meson.build#L327 Instead of figuring out /why/ this is the case, I'm just going to skip the check for lxc since we won't ever ship docbook2x < 0.8.
2024-01-31raspberrypiWirelessFirmware: fix typoWeijia Wang1-1/+1
2024-01-30Merge pull request #283406 from tfc/nixos-rebuild-socketRobert Hensing1-0/+7
nixos-rebuild: Handle too-long tmpdir paths on macOS
2024-01-30Merge pull request #284968 from r-ryantm/auto-update/bpftraceNick Cao1-2/+2
bpftrace: 0.20.0 -> 0.20.1
2024-01-30Merge pull request #284256 from wegank/moltenvk-bumpWeijia Wang3-15/+26
darwin.moltenvk: 1.2.4 -> 1.2.7
2024-01-30bpftrace: 0.20.0 -> 0.20.1R. Ryantm1-2/+2
2024-01-29Merge pull request #283551 from a-n-n-a-l-e-e/llvmPackages_8-dropa-n-n-a-l-e-e1-1/+2
treewide: drop LLVM8
2024-01-29aldente: unpack with 7zzWeijia Wang1-15/+6
2024-01-29airbuddy: unpack with 7zzWeijia Wang1-9/+6
2024-01-29linux_latest-libre: 19473 -> 19482Alyssa Ross1-2/+2
2024-01-29linux_testing: 6.8-rc1 -> 6.8-rc2Alyssa Ross1-2/+2
2024-01-29Merge pull request #279039 from wegank/mingw-w64-bumpJohn Ericson1-17/+2
windows.mingw_w64: 10.0.0 -> 11.0.1
2024-01-29Merge pull request #284642 from r-ryantm/auto-update/intel-compute-runtimeSandro1-2/+2
2024-01-29Merge pull request #284613 from r-ryantm/auto-update/rdma-coremarkuskowa1-2/+2
rdma-core: 49.1 -> 50.0
2024-01-29linux/hardened/patches/6.7: init at 6.7.2-hardened1Fabián Heredia Montiel1-0/+10
2024-01-29linux/hardened/patches/6.6: 6.6.13-hardened1 -> 6.6.14-hardened1Fabián Heredia Montiel1-5/+5
2024-01-29linux/hardened/patches/6.1: 6.1.74-hardened1 -> 6.1.75-hardened1Fabián Heredia Montiel1-5/+5
2024-01-29linux/hardened/patches/5.4: 5.4.267-hardened1 -> 5.4.268-hardened1Fabián Heredia Montiel1-5/+5
2024-01-29linux/hardened/patches/5.15: 5.15.147-hardened1 -> 5.15.148-hardened1Fabián Heredia Montiel1-5/+5
2024-01-29linux/hardened/patches/5.10: 5.10.208-hardened1 -> 5.10.209-hardened1Fabián Heredia Montiel1-5/+5
2024-01-29linux/hardened/patches/4.19: 4.19.305-hardened1 -> 4.19.306-hardened1Fabián Heredia Montiel1-5/+5
2024-01-29nixos-rebuild: Fix "too long for Unix domain socket" errors due to longJacek Galowicz1-0/+7
TMPDIR
2024-01-29intel-compute-runtime: 23.43.27642.18 -> 23.48.27912.11R. Ryantm1-2/+2
2024-01-28rdma-core: 49.1 -> 50.0R. Ryantm1-2/+2
2024-01-28Merge pull request #275579 from tamara-schmitz/masterJoachim F1-3/+36
update hardened profile to new recommendations
2024-01-28Merge pull request #230368 from risicle/ris-libbpf-passthru-testsSandro1-0/+7
libbpf: add some key reverse dependencies to `passthru.tests`
2024-01-28systemd: update musl patches for v255 (#284136)Yureka1-22/+23
2024-01-28Merge pull request #283700 from r-ryantm/auto-update/fwtsMario Rodas1-2/+2
fwts: 23.11.00 -> 24.01.00
2024-01-28linux_6_7: fix Rust support with current rustcAlyssa Ross2-0/+387
The 1.75 patch can't be fetched, because it doesn't apply. But git can apply it cleanly, so it must just need to do a three-way merge or something. Regardless, we need to include a version that patch(1) can apply in Nixpkgs.
2024-01-28Merge pull request #282193 from r-ryantm/auto-update/setoolsWeijia Wang1-3/+3
setools: 4.4.1 -> 4.4.4
2024-01-28setools: fix runtime errorWeijia Wang1-1/+1
2024-01-28setools: 4.4.1 -> 4.4.4R. Ryantm1-2/+2
2024-01-27sketchybar: 2.19.4 -> 2.20.0Austin Horstman1-2/+2
2024-01-27nixos/hardened: update hardened profile to new recommendationsTamara Schmitz1-3/+36
Borrowing from here to match hardened profile with more recent kernels: * https://madaidans-insecurities.github.io/guides/linux-hardening.html?#boot-parameters * https://github.com/a13xp0p0v/kernel-hardening-checker/ Removed "slub_debug" as that option disables kernel memory address hashing. You also see a big warning about this in the dmesg: "This system shows unhashed kernel memory addresses via the console, logs, and other interfaces." "init_on_alloc=1" and "init_on_free=1" zeroes all SLAB and SLUB allocations. Introduced in 6471384af2a6530696fc0203bafe4de41a23c9ef. Also the default for the Android Google kernel btw. It is on by default through the KConfig. "slab_nomerge" prevents the merging of slab/slub caches. These are effectively slab/slub pools. "LEGACY_VSYSCALL_NONE" disables the older vsyscall mechanic that relies on static address. It got superseeded by vdsos a decade ago. Read some LWN.net to learn more ;) "debugfs=off" I'm sure there are some few userspace programs that rely on debugfs, but they shouldn't. Most other things mentioned on the blog where already the default on a running machine or may not be applicable. Most other Kconfigs changes come from the kernel hardening checker and were added, when they were not applied to the kernel already. Unsure about CONFIG_STATIC_USERMODEHELPER. Would need testing.
2024-01-27darwin.moltenvk: 1.2.4 -> 1.2.7Weijia Wang3-15/+26
2024-01-26linuxKernel.kernels.linux_lqx: 6.7.1-lqx1 -> 6.7.2-lqx1Jerry Starke1-2/+2
2024-01-26linuxKernel.kernels.linux_zen: 6.7.1-zen1 -> 6.7.2-zen1Jerry Starke1-2/+2
2024-01-26yabai: 6.0.6 -> 6.0.7Austin Horstman1-3/+3
2024-01-26linuxPackages_latest.nvidiaPackages.{latest,vulkan_beta}.open: broken on 6.7Kiskae1-1/+3
2024-01-26pcm: 202311 -> 202401R. Ryantm1-2/+2
2024-01-26Merge pull request #283883 from alyssais/linux-5.10.209Maximilian Bosch1-14/+14
Linux kernels 2024-01-25
2024-01-25Merge pull request #283804 from Kiskae/nvidia/535.43.23Nick Cao1-3/+5
linuxPackages.nvidiaPackages.vulkan_beta: 535.43.22 -> 535.43.23
2024-01-26linux_6_1: 6.1.74 -> 6.1.75Alyssa Ross1-2/+2
2024-01-26linux_6_6: 6.6.13 -> 6.6.14Alyssa Ross1-2/+2
2024-01-26linux_6_7: 6.7.1 -> 6.7.2Alyssa Ross1-2/+2