summary refs log tree commit diff
path: root/pkgs/os-specific
Commit message (Collapse)AuthorAge
...
* | | thunderbolt: 0.9.2 -> 0.9.3 (#42743)Benjamin Staffin2018-06-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * thunderbolt: 0.9.2 -> 0.9.3 Fixed up `cmakeFlags` so `tbtacl`, `tbtacl-write`, `tbtxdomain`, and the udev rules now show up in the derivation output. Previously there was only `tbtadm`. * Add a note about placeholder expressions
* | | kernel config: Minor text fixesTuomas Tynkkynen2018-06-30
| | |
* | | kernel config: Fix recent i686 buildsTuomas Tynkkynen2018-06-30
| | |
* | | linux: fix features systemMatthieu Coudron2018-06-30
| | |
* | | kernel: remove conditions based on 3.X kernelsMatthieu Coudron2018-06-30
| | | | | | | | | | | | | | | The oldest kernel in nixpkgs being 4.4, we get rid of checks for older kernels.
* | | linux: translate config to structured configDan Peebles2018-06-30
|/ / | | | | | | | | | | | | | | | | | | | | | | Instead of using a string to describe kernel config, use a nix attribute set, then converted to a string. - allows to override the config, aka convert 'yes' into 'modules' or vice-versa - while for now merging different configs is still crude (last spec wins), at least there should be only one CONFIG_XYZ value compared to the current string config where the first defined would be used and others ignored. [initial idea by copumpkin in 2016, a major rebase to 2018 by teto]
* | linux-hardened: Adjust for Linux 4.17Tim Steinbach2018-06-29
| |
* | Merge pull request #42337 from ↵Matthew Bauer2018-06-28
|\ \ | | | | | | | | | | | | ookhoi/google-authenticator-failed-to-use-libqrencode google-authenticator-failed-to-use-libqrencode - use libqrencode 4
| * | google-authenticator-failed-to-use-libqrencode - use libqrencode 4Sander Hollaar2018-06-21
| | |
* | | Merge pull request #42503 from r-ryantm/auto-update/fwtsMatthew Bauer2018-06-28
|\ \ \ | | | | | | | | fwts: 18.05.00 -> 18.06.02
| * | | fwts: 18.05.00 -> 18.06.02R. RyanTM2018-06-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/fwts/versions. These checks were done: - built on NixOS - /nix/store/bs0xv1vsc6zf0cylv6j8iidiwcg9zqx9-fwts-18.06.02/bin/fwts passed the binary check. - Warning: no invocation of /nix/store/bs0xv1vsc6zf0cylv6j8iidiwcg9zqx9-fwts-18.06.02/bin/kernelscan had a zero exit code or showed the expected version - 1 of 2 passed binary check by having a zero exit code. - 0 of 2 passed binary check by having the new version present in output. - found 18.06.02 with grep in /nix/store/bs0xv1vsc6zf0cylv6j8iidiwcg9zqx9-fwts-18.06.02 - directory tree listing: https://gist.github.com/c871651eb151d0cf25aa751e4e925e27 - du listing: https://gist.github.com/a7b8160c0b4fbc5ed2fa237004865949
* | | | Merge pull request #39849 from teto/mptcp94Matthew Bauer2018-06-28
|\ \ \ \ | | | | | | | | | | linux_mptcp: 0.93 -> 0.94
| * | | | linux_mptcp: 0.93 -> 0.94Matthieu Coudron2018-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | As mptcp is still evolving, it's good to keep at least the 2 last versions for regression-testing.
* | | | | treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | | | | xcode: default to 8.2Matthew Bauer2018-06-28
| | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | Merge pull request #42694 from r-ryantm/auto-update/nftablesadisbladis2018-06-28
|\ \ \ \ \ | | | | | | | | | | | | nftables: 0.8.5 -> 0.9.0
| * | | | | nftables: 0.8.5 -> 0.9.0R. RyanTM2018-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | linux: 4.17.2 -> 4.17.3Tim Steinbach2018-06-26
| | | | | |
* | | | | | linux: 4.16.17 -> 4.16.18Tim Steinbach2018-06-26
| | | | | |
* | | | | | linux: 4.14.51 -> 4.14.52Tim Steinbach2018-06-26
| | | | | |
* | | | | | linux: 4.9.109 -> 4.9.110Tim Steinbach2018-06-26
| | | | | |
* | | | | | libsecurity_generic: fix apple_sdk lookupMatthew Justin Bauer2018-06-26
| | | | | | | | | | | | | | | | | | apple_sdk is now multiple output.
* | | | | | Merge pull request #42599 from obsidiansystems/xcodever-in-systemMatthew Justin Bauer2018-06-26
|\ \ \ \ \ \ | | | | | | | | | | | | | | xcode: add xcodePlatform to system
| * | | | | | xcode: add xcodePlatform to systemMatthew Bauer2018-06-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This give us a little bit more control over what target we are using. Eventually we can target other things like WatchOS or MacOS.
* | | | | | | Merge pull request #42516 from repos-holder/masterFranz Pletz2018-06-26
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nvidia-x11: pass kernel.modDirVersion
| * | | | | | | nvidia-x11: pass kernel.modDirVersiondukzcry2018-06-24
| | | | | | | |
* | | | | | | | Merge pull request #42399 from obsidiansystems/xcodever-in-systemMatthew Justin Bauer2018-06-25
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | xcode: add xcodeVer to system
| * | | | | | | xcode: add xcodeVer to systemMatthew Bauer2018-06-25
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | This version number controls which xcode version to use when building cross to iOS.
* | | | | | | linux: 4.18-rc1 -> 4.18-rc2Tim Steinbach2018-06-25
| | | | | | |
* | | | | | | libiconv: add "enableShared" optionMatthew Bauer2018-06-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When false, shared libraries will be disabled. also adds patch to *really* disable shared libiconv.
* | | | | | | Merge pull request #42568 from ↵Will Dietz2018-06-25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dtzWill/fix/udisks2-musl-2.7.6-extend-glibc-fix-to-musl-too udisks2: revive musl patching
| * | | | | | | udisks2: revive musl patchingWill Dietz2018-06-25
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | I believe we discussed this and believed this wasn't necessary, but without it the build breaks w/musl so re-add it.
* / | | | | | Disable fortify and stackprotector hardening for spl/zfs.Clemens Fruhwirth2018-06-25
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | Merge pull request #42423 from ryantm/repology-problemsxeji2018-06-24
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | treewide: http -> https
| * | | | | treewide: http -> httpsRyan Mulligan2018-06-23
| | |_|/ / | |/| | |
* / | | | dmraid: patch to fix users of dmraidWill Dietz2018-06-23
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Merge staging into masterFrederik Rietdijk2018-06-22
|\| | |
| * | | xcode: add 9.4 sdkMatthew Bauer2018-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | linux: 4.16.16 -> 4.16.17Tim Steinbach2018-06-21
| | | |
| * | | linux: 4.14.50 -> 4.14.51Tim Steinbach2018-06-21
| | | |
* | | | Merge master into stagingFrederik Rietdijk2018-06-21
|\| | |
| * | | Merge pull request #42270 from r-ryantm/auto-update/eventstatJörg Thalheim2018-06-20
| |\ \ \ | | | | | | | | | | eventstat: 0.04.03 -> 0.04.04
| | * | | eventstat: 0.04.03 -> 0.04.04R. RyanTM2018-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | Merge branch 'master' into stagingVladimír Čunát2018-06-20
|\| | | | | | | | | | | | | | | | | | | ~6k rebuilds per platform (mainly haskellPackages, I think).
| * | | | Merge pull request #42271 from r-ryantm/auto-update/fnotifystatJörg Thalheim2018-06-20
| |\ \ \ \ | | | | | | | | | | | | fnotifystat: 0.02.00 -> 0.02.01
| | * | | | fnotifystat: 0.02.00 -> 0.02.01R. RyanTM2018-06-19
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | smemstat: 0.01.18 -> 0.02.00 (#42208)R. RyanTM2018-06-19
| | | | |
| * | | | pagemon: 0.01.12 -> 0.01.13R. RyanTM2018-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | linux-hardkernel: Init at 4.14.47-139 (#41782)qolii2018-06-19
| | | | |
| * | | | dmraid: fix w/musl (missing includes, -D_GNU_SOURCE)Will Dietz2018-06-18
| | |_|/ | |/| |