about summary refs log tree commit diff
path: root/pkgs/os-specific
Commit message (Collapse)AuthorAge
* Merge pull request #78928 from NixOS/staging-nextFrederik Rietdijk2020-02-02
|\ | | | | Staging next
| * Merge staging into staging-nextFrederik Rietdijk2020-01-31
| |\
| | * iproute: 5.4.0 -> 5.5.0Michael Weiss2020-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "Most of the fixes have been related to single (and json) formatting. Thank you to Aya, Jakub, Jiri, and Ron for the work to get devlink improved." [0] File changes (additions/removals): None nix path-info -S: 5.4.0 46705272 5.5.0 46726136 [0]: https://marc.info/?l=linux-netdev&m=158013364425477
| | * Merge staging-next into stagingFrederik Rietdijk2020-01-28
| | |\
| | * | graalvm8: 19.1.1 -> 19.2.1hlolli2020-01-18
| | | | | | | | | | | | | | | | - - nixpkgs now with full darwin support
* | | | linux: 5.5 -> 5.5.1Tim Steinbach2020-02-01
| | | |
* | | | linux: 5.4.16 -> 5.4.17Tim Steinbach2020-02-01
| | | |
* | | | linux: 4.19.100 -> 4.19.101Tim Steinbach2020-02-01
|/ / /
* | | linux: 5.4.15 -> 5.4.16Tim Steinbach2020-01-30
| | |
* | | linux: 4.9.211 -> 4.9.212Tim Steinbach2020-01-30
| | |
* | | linux: 4.4.211 -> 4.4.212Tim Steinbach2020-01-30
| | |
* | | linux: 4.19.98 -> 4.19.100Tim Steinbach2020-01-30
| | |
* | | linux: 4.14.167 -> 4.14.169Tim Steinbach2020-01-30
| | |
* | | firmwareLinuxNonfree: 2019-12-15 -> 2020-01-22Franz Pletz2020-01-30
| | |
* | | Merge pull request #78726 from Ma27/bump-wireguardMaximilian Bosch2020-01-30
|\ \ \ | | | | | | | | linuxPackages.wireguard: 0.0.20200121 -> 0.0.20200128
| * | | linuxPackages.wireguard: 0.0.20200121 -> 0.0.20200128Maximilian Bosch2020-01-28
| | | | | | | | | | | | | | | | https://lists.zx2c4.com/pipermail/wireguard/2020-January/004905.html
* | | | bpftool: fix compilation with 5.5Jörg Thalheim2020-01-30
| | | |
* | | | perf: fix build on 5.5Jörg Thalheim2020-01-30
| | | |
* | | | Merge pull request #73815 from alexbakker/zenmonitorMario Rodas2020-01-29
|\ \ \ \ | | | | | | | | | | zenmonitor: init at 1.3
| * | | | zenmonitor: init at 1.3Alexander Bakker2020-01-29
| | | | |
* | | | | linux_5_5: init at 5.5Franz Pletz2020-01-29
| |/ / / |/| | |
* | | | Merge pull request #77836 from sjau/evdi-2020-01-16Peter Hoeg2020-01-28
|\ \ \ \ | |_|_|/ |/| | | evdi: 1.6.4 -> git-2020-01-16
| * | | evdi: 1.6.4 -> git-2020-01-16sjau2020-01-24
| | | |
* | | | Merge master into staging-nextFrederik Rietdijk2020-01-28
|\ \ \ \
| * \ \ \ Merge pull request #78307 from blanky0230/nixos-tuxedo-keyboardSilvan Mosberger2020-01-27
| |\ \ \ \ | | | | | | | | | | | | Nixos tuxedo keyboard
| | * | | | nixos/tuxedo-keyboard: init module.blanky02302020-01-26
| | | | | |
| | * | | | tuxedo-keyboard: init at 2019-08-26.blanky02302020-01-26
| | |/ / /
| * | | | Merge pull request #78265 from Synthetica9/https-homepagesSilvan Mosberger2020-01-27
| |\ \ \ \ | | | | | | | | | | | | treewide: fix redirected urls
| | * | | | treewide: fix redirected urlsPatrick Hilhorst2020-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to https://repology.org/repository/nix_unstable/problems, we have a lot of packages that have http links that redirect to https as their homepage. This commit updates all these packages to use the https links as their homepage. The following script was used to make these updates: ``` curl https://repology.org/api/v1/repository/nix_unstable/problems \ | jq '.[] | .problem' -r \ | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \ | sort | uniq > script.sed find -name '*.nix' | xargs -P4 -- sed -f script.sed -i ```
| * | | | | Merge pull request #78586 from r-ryantm/auto-update/gradmJoachim F2020-01-27
| |\ \ \ \ \ | | | | | | | | | | | | | | gradm: 3.1-201608131257 -> 3.1-201903191516
| | * | | | | gradm: 3.1-201608131257 -> 3.1-201903191516R. RyanTM2020-01-27
| | | | | | |
| * | | | | | Merge pull request #77490 from dtzWill/fix/kernel-update-sed-eWill Dietz2020-01-26
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | kernel/update.sh: always use -e
| | * | | | | | kernel/update.sh: always use -eWill Dietz2020-01-11
| | | | | | | |
| * | | | | | | linux: 5.4.14 -> 5.4.15Tim Steinbach2020-01-26
| | | | | | | |
| * | | | | | | Merge pull request #77475 from lopsided98/linux-hardkernel-updateSamuel Dionne-Riel2020-01-25
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | linux_hardkernel_4_14: 4.14.120-160 -> 4.14.165-172
| | * | | | | | | linux_hardkernel_4_14: 4.14.120-160 -> 4.14.165-172Ben Wolsieffer2020-01-22
| | | | | | | | |
| * | | | | | | | Merge pull request #78415 from sjau/zfs-0.8.3Tim Steinbach2020-01-25
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | zfs: 0.8.2 -> 0.8.3
| | * | | | | | | | zfs: 0.8.2 -> 0.8.3sjau2020-01-24
| | | | | | | | | |
| * | | | | | | | | linux_latest-libre: 17198 -> 17262Tim Steinbach2020-01-24
| | | | | | | | | |
| * | | | | | | | | linux: 5.4.13 -> 5.4.14Tim Steinbach2020-01-24
| | | | | | | | | |
| * | | | | | | | | linux: 4.9.210 -> 4.9.211Tim Steinbach2020-01-24
| | | | | | | | | |
| * | | | | | | | | linux: 4.4.210 -> 4.4.211Tim Steinbach2020-01-24
| | | | | | | | | |
| * | | | | | | | | linux: 4.19.97 -> 4.19.98Tim Steinbach2020-01-24
| | | | | | | | | |
| * | | | | | | | | linux: 4.14.166 -> 4.14.167Tim Steinbach2020-01-24
| |/ / / / / / / /
| * | | | | / / / light: 1.2 -> 1.2.1Will Dietz2020-01-24
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | https://github.com/haikarainen/light/releases/tag/v1.2.1
| * | | | | | | Merge pull request #78191 from Ma27/bump-wireguardRobin Gloster2020-01-22
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | wireguard: 1.0.20200102 -> 1.0.20200121
| | * | | | | | | linuxPackages.wireguard: 0.0.20200105 -> 0.0.20200121Maximilian Bosch2020-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://lists.zx2c4.com/pipermail/wireguard/2020-January/004870.html
| * | | | | | | | Merge pull request #78266 from r-ryantm/auto-update/powerstatMarek Mahut2020-01-22
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | powerstat: 0.02.20 -> 0.02.21
| | * | | | | | | | powerstat: 0.02.20 -> 0.02.21R. RyanTM2020-01-22
| | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | Merge pull request #78192 from r-ryantm/auto-update/health-checkWill Dietz2020-01-21
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | health-check: 0.03.04 -> 0.03.05