about summary refs log tree commit diff
path: root/pkgs/os-specific
AgeCommit message (Collapse)AuthorFilesLines
2018-06-28treewide: http -> https sources (#42676)Silvan Mosberger32-32/+32
* treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
2018-06-28xcode: default to 8.2Matthew Bauer1-1/+1
There is some weird issue with 9.4 that needs to be resolved. 8.2 is used by iOS anyway so that makes it easier.
2018-06-28Merge pull request #42694 from r-ryantm/auto-update/nftablesadisbladis1-2/+2
nftables: 0.8.5 -> 0.9.0
2018-06-27nftables: 0.8.5 -> 0.9.0R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/nftables/versions. These checks were done: - built on NixOS - /nix/store/dsjhy8fws8j0awprkf894mrl2rz6a53q-nftables-0.9.0/bin/nft passed the binary check. - 1 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - found 0.9.0 with grep in /nix/store/dsjhy8fws8j0awprkf894mrl2rz6a53q-nftables-0.9.0 - directory tree listing: https://gist.github.com/2aa6bc0f10c5a26cd1ad6d17106daad5 - du listing: https://gist.github.com/e87dd21c1ba327481635ea9b36b9aa67
2018-06-26linux: 4.17.2 -> 4.17.3Tim Steinbach1-2/+2
2018-06-26linux: 4.16.17 -> 4.16.18Tim Steinbach1-2/+2
2018-06-26linux: 4.14.51 -> 4.14.52Tim Steinbach1-2/+2
2018-06-26linux: 4.9.109 -> 4.9.110Tim Steinbach1-2/+2
2018-06-26libsecurity_generic: fix apple_sdk lookupMatthew Justin Bauer1-1/+1
apple_sdk is now multiple output.
2018-06-26Merge pull request #42599 from obsidiansystems/xcodever-in-systemMatthew Justin Bauer1-4/+7
xcode: add xcodePlatform to system
2018-06-26Merge pull request #42516 from repos-holder/masterFranz Pletz2-1/+1
nvidia-x11: pass kernel.modDirVersion
2018-06-25xcode: add xcodePlatform to systemMatthew Bauer1-4/+7
This give us a little bit more control over what target we are using. Eventually we can target other things like WatchOS or MacOS.
2018-06-25Merge pull request #42399 from obsidiansystems/xcodever-in-systemMatthew Justin Bauer1-4/+4
xcode: add xcodeVer to system
2018-06-25xcode: add xcodeVer to systemMatthew Bauer1-4/+4
This version number controls which xcode version to use when building cross to iOS.
2018-06-25linux: 4.18-rc1 -> 4.18-rc2Tim Steinbach1-3/+3
2018-06-25libiconv: add "enableShared" optionMatthew Bauer1-5/+9
When false, shared libraries will be disabled. also adds patch to *really* disable shared libiconv.
2018-06-25Merge pull request #42568 from ↵Will Dietz1-0/+6
dtzWill/fix/udisks2-musl-2.7.6-extend-glibc-fix-to-musl-too udisks2: revive musl patching
2018-06-25Disable fortify and stackprotector hardening for spl/zfs.Clemens Fruhwirth2-5/+5
Linux 4.16 introduces a stackprotector detection script that returns different results for the kernel compilation run and the spl/zfs compilation run, as the setting for hardening are different. This results in a broken ABI between spl/zfs and the compiled kernel, breaking ZFS. Also disabling the fortify and stackprotector hardening, as we do for the kernel, fixes that.
2018-06-25udisks2: revive musl patchingWill Dietz1-0/+6
I believe we discussed this and believed this wasn't necessary, but without it the build breaks w/musl so re-add it.
2018-06-24Merge pull request #42423 from ryantm/repology-problemsxeji1-1/+1
treewide: http -> https
2018-06-24nvidia-x11: pass kernel.modDirVersiondukzcry2-1/+1
2018-06-23dmraid: patch to fix users of dmraidWill Dietz1-0/+6
I hoped that setting -D_GNU_SOURCE in the build would avoid the need for this patch -- but that only fixes the build itself, this patch adds the define so headers work elsewhere. Particularly, this fixes libblockdev w/musl -- before this change it fails to "detect" headers for dmraid.h since it doesn't compile.
2018-06-23treewide: http -> httpsRyan Mulligan1-1/+1
2018-06-22Merge staging into masterFrederik Rietdijk3-5/+7
2018-06-21xcode: add 9.4 sdkMatthew Bauer1-1/+3
This is the newest sdk. I have skipped 9.3 for now but someone can certainly add it if they need it for some reason. Also I added a generic "xcode" that will always point to the newest xcode that is available in Nixpkgs.
2018-06-21linux: 4.16.16 -> 4.16.17Tim Steinbach1-2/+2
2018-06-21linux: 4.14.50 -> 4.14.51Tim Steinbach1-2/+2
2018-06-21Merge master into stagingFrederik Rietdijk1-2/+2
2018-06-20Merge pull request #42270 from r-ryantm/auto-update/eventstatJörg Thalheim1-2/+2
eventstat: 0.04.03 -> 0.04.04
2018-06-20Merge branch 'master' into stagingVladimír Čunát7-12/+41
~6k rebuilds per platform (mainly haskellPackages, I think).
2018-06-20Merge pull request #42271 from r-ryantm/auto-update/fnotifystatJörg Thalheim1-2/+2
fnotifystat: 0.02.00 -> 0.02.01
2018-06-19fnotifystat: 0.02.00 -> 0.02.01R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/fnotifystat/versions. These checks were done: - built on NixOS - /nix/store/bhgmqgb2378111cih2i66xxw8hs437cg-fnotifystat-0.02.01/bin/fnotifystat passed the binary check. - 1 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - found 0.02.01 with grep in /nix/store/bhgmqgb2378111cih2i66xxw8hs437cg-fnotifystat-0.02.01 - directory tree listing: https://gist.github.com/403bc6fa2fa6447782c088789925dbfa - du listing: https://gist.github.com/a24a28895d12487f43e6b23117868c75
2018-06-19eventstat: 0.04.03 -> 0.04.04R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/eventstat/versions. These checks were done: - built on NixOS - /nix/store/8maki50gwqm08fzrrw4nnnfr6alvqzr8-eventstat-0.04.04/bin/eventstat passed the binary check. - 1 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - found 0.04.04 with grep in /nix/store/8maki50gwqm08fzrrw4nnnfr6alvqzr8-eventstat-0.04.04 - directory tree listing: https://gist.github.com/5ed1c395b9ebbda292b165652d1666cf - du listing: https://gist.github.com/83aba0c7903134aa17a6215a3a9b0b9f
2018-06-19smemstat: 0.01.18 -> 0.02.00 (#42208)R. RyanTM1-2/+2
2018-06-19pagemon: 0.01.12 -> 0.01.13R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pagemon/versions. These checks were done: - built on NixOS - /nix/store/i6bq7x5lbw83spjs8irjihvrr09ygkif-pagemon-0.01.13/bin/pagemon passed the binary check. - 1 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - found 0.01.13 with grep in /nix/store/i6bq7x5lbw83spjs8irjihvrr09ygkif-pagemon-0.01.13 - directory tree listing: https://gist.github.com/b7b92de7a71b30515369214111f387e0 - du listing: https://gist.github.com/257db82673b5cf4032834d2d9a93b431
2018-06-19linux-hardkernel: Init at 4.14.47-139 (#41782)qolii1-0/+19
2018-06-18dmraid: fix w/musl (missing includes, -D_GNU_SOURCE)Will Dietz1-2/+12
2018-06-18mcelog: 158 -> 159 (#41992)R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mcelog/versions. These checks were done: - built on NixOS - /nix/store/cb40l2kslmy5lr78j30h74d1mbpa6bxv-mcelog-159/bin/mcelog passed the binary check. - 1 of 1 passed binary check by having a zero exit code. - 1 of 1 passed binary check by having the new version present in output. - found 159 with grep in /nix/store/cb40l2kslmy5lr78j30h74d1mbpa6bxv-mcelog-159 - directory tree listing: https://gist.github.com/453a2e6f8b596debb0596272afaf34c1 - du listing: https://gist.github.com/57e4337775456719a1e299eee738068f
2018-06-18forkstat: 0.02.02 -> 0.02.03 (#42016)R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/forkstat/versions. These checks were done: - built on NixOS - /nix/store/i74h7m1lbmyxjgrkdyii68a4dhi2m2fz-forkstat-0.02.03/bin/forkstat passed the binary check. - 1 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - found 0.02.03 with grep in /nix/store/i74h7m1lbmyxjgrkdyii68a4dhi2m2fz-forkstat-0.02.03 - directory tree listing: https://gist.github.com/89b0404a0b74c11f7d41c06cf94d184a - du listing: https://gist.github.com/e13ac9907c46410b6a17fefb8f6977f3
2018-06-18Merge branch 'master' into stagingDaiderd Jordan10-32/+38
2018-06-18Merge pull request #38382 from NixOS/yegortimoshenko-patch-1xeji1-10/+14
cryptsetup: 1.7.5 -> 2.0.2
2018-06-17sssd: 1.16.1 -> 1.16.2 (#41963)R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/sssd/versions. These checks were done: - built on NixOS - /nix/store/i0srimsn8chzyqblbf6jvzxndw0w35lg-sssd-1.16.2/bin/sss_ssh_authorizedkeys passed the binary check. - /nix/store/i0srimsn8chzyqblbf6jvzxndw0w35lg-sssd-1.16.2/bin/sss_ssh_knownhostsproxy passed the binary check. - /nix/store/i0srimsn8chzyqblbf6jvzxndw0w35lg-sssd-1.16.2/bin/sss_cache passed the binary check. - Warning: no invocation of /nix/store/i0srimsn8chzyqblbf6jvzxndw0w35lg-sssd-1.16.2/bin/sss_debuglevel had a zero exit code or showed the expected version - /nix/store/i0srimsn8chzyqblbf6jvzxndw0w35lg-sssd-1.16.2/bin/sss_groupadd passed the binary check. - /nix/store/i0srimsn8chzyqblbf6jvzxndw0w35lg-sssd-1.16.2/bin/sss_groupdel passed the binary check. - /nix/store/i0srimsn8chzyqblbf6jvzxndw0w35lg-sssd-1.16.2/bin/sss_groupmod passed the binary check. - /nix/store/i0srimsn8chzyqblbf6jvzxndw0w35lg-sssd-1.16.2/bin/sss_groupshow passed the binary check. - Warning: no invocation of /nix/store/i0srimsn8chzyqblbf6jvzxndw0w35lg-sssd-1.16.2/bin/sss_obfuscate had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/i0srimsn8chzyqblbf6jvzxndw0w35lg-sssd-1.16.2/bin/sss_override had a zero exit code or showed the expected version - /nix/store/i0srimsn8chzyqblbf6jvzxndw0w35lg-sssd-1.16.2/bin/sss_seed passed the binary check. - /nix/store/i0srimsn8chzyqblbf6jvzxndw0w35lg-sssd-1.16.2/bin/sss_useradd passed the binary check. - /nix/store/i0srimsn8chzyqblbf6jvzxndw0w35lg-sssd-1.16.2/bin/sss_userdel passed the binary check. - /nix/store/i0srimsn8chzyqblbf6jvzxndw0w35lg-sssd-1.16.2/bin/sss_usermod passed the binary check. - Warning: no invocation of /nix/store/i0srimsn8chzyqblbf6jvzxndw0w35lg-sssd-1.16.2/bin/sssctl had a zero exit code or showed the expected version - /nix/store/i0srimsn8chzyqblbf6jvzxndw0w35lg-sssd-1.16.2/bin/sssd passed the binary check. - 12 of 16 passed binary check by having a zero exit code. - 1 of 16 passed binary check by having the new version present in output. - found 1.16.2 with grep in /nix/store/i0srimsn8chzyqblbf6jvzxndw0w35lg-sssd-1.16.2 - directory tree listing: https://gist.github.com/842245741e6082400e50d4fd7e764d2c - du listing: https://gist.github.com/e4b7c96457a7134ffcc6ecf385b7c5c6
2018-06-16netbsd.compat: fix build with musl (#41537)Orivej Desh1-2/+2
2018-06-16linux-testing: 4.17-rc7 -> 4.18-rc1Tim Steinbach2-8/+10
2018-06-16linux: 4.17.1 -> 4.17.2Tim Steinbach1-2/+2
2018-06-16linux: 4.16.15 -> 4.16.16Tim Steinbach1-2/+2
2018-06-16linux: 4.14.49 -> 4.14.50Tim Steinbach1-2/+2
2018-06-16linux: 4.9.108 -> 4.9.109Tim Steinbach1-2/+2
2018-06-16linux: 4.4.137 -> 4.4.138Tim Steinbach1-2/+2
2018-06-15cryptsetup: apply Matías Lang's patchYegor Timoshenko1-5/+9