about summary refs log tree commit diff
path: root/pkgs/os-specific
AgeCommit message (Collapse)AuthorFilesLines
2021-12-11Merge pull request #150256 from r-ryantm/auto-update/brilloJörg Thalheim1-2/+2
brillo: 1.4.9 -> 1.4.10
2021-12-11brillo: 1.4.9 -> 1.4.10R. Ryantm1-2/+2
2021-12-11Merge pull request #150174 from r-burns/mandocJörg Thalheim1-1/+1
os-specific/netbsd: fix mandoc splicing
2021-12-11erofs-utils: 1.3 -> 1.4R. Ryantm1-2/+2
2021-12-11Merge pull request #150152 from r-ryantm/auto-update/fswebcamBobby Rong1-2/+2
fswebcam: fix src url
2021-12-11fswebcam: fix src urlR. Ryantm1-2/+2
2021-12-10os-specific/netbsd: fix mandoc splicingRyan Burns1-1/+1
This expression is not properly spliced, so we need to manually specify buildPackages so that mandoc will not be built for the host platform Fixes cross-compilation of netbsd.* packages that depend on mandoc in nativeBuildInputs, such as `getent`.
2021-12-10Merge pull request #149878 from r-ryantm/auto-update/mcelogMario Rodas1-2/+2
mcelog: 178 -> 179
2021-12-10Merge pull request #149909 from r-ryantm/auto-update/lxcfsMario Rodas1-2/+2
lxcfs: 4.0.9 -> 4.0.11
2021-12-10Merge pull request #148399 from Mic92/zenJörg Thalheim1-2/+2
linux_zen: 5.15.5-zen1 -> 5.15.6-zen2
2021-12-10Merge pull request #149953 from r-burns/uclibc-mipsJörg Thalheim1-3/+7
uclibc-ng: fix cross-compile to mips (for ben-nanonote)
2021-12-10mcelog: 179 -> 180Mario Rodas1-2/+2
2021-12-09pam_u2f: 1.1.1 -> 1.2.0R. Ryantm1-2/+2
2021-12-09uclibc-ng: fix cross-compile to mips (for ben-nanonote)Ryan Burns1-3/+7
Must specify the the TARGET_ARCH (which confusingly is actually for the host platform, in Nix/autotools terminology) at build and `make install` time. Also, auto-disable UCLIBC_HAS_FPU when hostPlatform.gcc.float == "soft". Clarify platforms = linux and broken = arm to better reflect the current support situation. Fixes pkgsCross.ben-nanonote.stdenv
2021-12-10Merge pull request #149725 from r-ryantm/auto-update/nvme-cliMaximilian Bosch1-2/+2
nvme-cli: 1.15 -> 1.16
2021-12-09Merge pull request #146605 from FlorianFranzen/zsa-udev0x4A6F1-6/+5
zsa-udev-rules: unstable-2020-12-16 -> 2.1.3
2021-12-09lxcfs: 4.0.9 -> 4.0.11R. Ryantm1-2/+2
2021-12-09mcelog: 178 -> 179R. Ryantm1-2/+2
2021-12-09Merge pull request #149620 from TredwellGit/linuxBernardo Meurer10-44/+44
Kernels 2021-12-08
2021-12-09Merge pull request #149580 from Sweenu/masterBernardo Meurer1-13/+3
ddcci-driver: 4.1 -> 4.2
2021-12-09Merge pull request #149666 from lovesegfault/linux_xanmod-5.15.7Bernardo Meurer1-3/+3
linux_xanmod: 5.15.6 -> 5.15.7
2021-12-09dpdk: move rdma-core dependency to propagatedPierre Bourdon1-1/+6
This allows for static building against DPDK. I would rather have all nixpkgs users link properly against the shared libraries, but fixing odp-dpdk looks like it will require patching their autoconf scripts.
2021-12-09linux/hardened/patches/5.4: 5.4.163-hardened1 -> 5.4.164-hardened1TredwellGit1-5/+5
2021-12-09linux/hardened/patches/5.15: 5.15.6-hardened1 -> 5.15.7-hardened1TredwellGit1-5/+5
2021-12-09linux/hardened/patches/5.10: 5.10.83-hardened1 -> 5.10.84-hardened1TredwellGit1-5/+5
2021-12-09linux/hardened/patches/4.19: 4.19.219-hardened1 -> 4.19.220-hardened1TredwellGit1-5/+5
2021-12-09linux/hardened/patches/4.14: 4.14.256-hardened1 -> 4.14.257-hardened1TredwellGit1-5/+5
2021-12-09linux-rt_5_4: 5.4.161-rt66 -> 5.4.161-rt67TredwellGit1-2/+2
2021-12-09linux-rt_5_10: 5.10.78-rt56 -> 5.10.83-rt58TredwellGit1-3/+3
2021-12-09linux: 5.4.163 -> 5.4.164TredwellGit1-2/+2
2021-12-09linux: 5.15.6 -> 5.15.7TredwellGit1-2/+2
2021-12-09linux: 5.10.83 -> 5.10.84TredwellGit1-2/+2
2021-12-09linux: 4.9.291 -> 4.9.292TredwellGit1-2/+2
2021-12-09linux: 4.4.293 -> 4.4.294TredwellGit1-2/+2
2021-12-09linux: 4.19.219 -> 4.19.220TredwellGit1-2/+2
2021-12-09linux: 4.14.256 -> 4.14.257TredwellGit1-2/+2
2021-12-09pktgen: 21.05.0 -> 21.11.0Pierre Bourdon1-4/+3
2021-12-09dpdk: add ARMv8 sandboxed build supportPierre Bourdon1-0/+1
DPDK defaults to reading machine info from /sys unless specific platform info is provided at configure time. Tell it to build a generic version instead of trying to optimize based on the build host.
2021-12-09dpdk: clean up installed docs to prevent spurious dependencyPierre Bourdon1-1/+5
Closure size 941M -> 825M by getting rid of an unneeded dependency on python3-docutils. This was dragged in by Sphinx cache files being installed in the derivation output.
2021-12-09dpdk: add Mellanox support via rdma-core dependencyPierre Bourdon1-1/+2
rdma-core contains libmlx4/libmlx5 which are required for DPDK to be able to run using Mellanox NIC devices. This has a non-trivial closure size impact (730M -> 941M) but the size increase is almost entirely driven by adding systemd to the transitive closure, which we should expect is present anyway on most NixOS systems. So, in practice, this is expected to be close to no-op in size increase.
2021-12-09dpdk: 21.04 -> 21.11Pierre Bourdon1-2/+2
2021-12-08nvme-cli: 1.15 -> 1.16R. Ryantm1-2/+2
2021-12-08Merge pull request #149258 from r-ryantm/auto-update/intel-cmt-catJörg Thalheim1-2/+2
intel-cmt-cat: 4.2.0 -> 4.3.0
2021-12-08linux_xanmod: 5.15.6 -> 5.15.7Bernardo Meurer1-3/+3
2021-12-08Merge pull request #149611 from lovesegfault/linux_xanmod-5.15.6Bernardo Meurer1-3/+3
linux_xanmod: 5.15.4 -> 5.15.6
2021-12-08Merge pull request #149616 from r-ryantm/auto-update/psftoolsRyan Mulligan1-2/+2
psftools: 1.1.0 -> 1.1.1
2021-12-08Merge pull request #149522 from r-ryantm/auto-update/powercapRyan Mulligan1-2/+2
powercap: 0.3.1 -> 0.4.0
2021-12-08Merge pull request #149075 from r-ryantm/auto-update/system76-powerRyan Mulligan1-3/+3
linuxKernel.packages.linux_5_15.system76-power: 1.1.18 -> 1.1.20
2021-12-08psftools: 1.1.0 -> 1.1.1R. Ryantm1-2/+2
2021-12-08linux_xanmod: 5.15.4 -> 5.15.6Bernardo Meurer1-3/+3