-
-
Notifications
You must be signed in to change notification settings - Fork 105
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: b2935fbeceae
head repository: NixOS/nixpkgs-channels
compare: c6839e5ae8c5
Commits on Mar 12, 2020
-
lib/systems: Assume newlib when no kernel and no libc is provided
newlib is the default for most tools when no kernel is provided. Other exist, but this seems like a safe default. (cherry picked from commit 8009c20)
Configuration menu - View commit details
-
Copy full SHA for acb24b4 - Browse repository at this point
Copy the full SHA acb24b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00afca0 - Browse repository at this point
Copy the full SHA 00afca0View commit details -
rustc: Add way to override the arch and config triple for rust
Sometimes it is useful for it to be slightly different. Going forward we should, however, try to make this fallback rarely needed.
Configuration menu - View commit details
-
Copy full SHA for 783fa46 - Browse repository at this point
Copy the full SHA 783fa46View commit details -
This switches to the sagemath fork, since the original upstream is no longer maintained and sagemath has effectively maintained symmetrica through patches for a while now. The update fixes one bug in particular that has caused failures in the sagemath test suite: NixOS/nixpkgs#81449 https://trac.sagemath.org/ticket/15312 https://trac.sagemath.org/ticket/29061 Regarding the licensing change: https://gitlab.com/sagemath/symmetrica/-/commit/7cf91b380078a4def28dd6bab2b4607e2346c650 (cherry picked from commit 0c875c2)
Configuration menu - View commit details
-
Copy full SHA for 04f75b1 - Browse repository at this point
Copy the full SHA 04f75b1View commit details
Commits on Mar 16, 2020
-
python37Packages.starlette: 0.13.0 -> 0.12.9
- Reverting the version of Starlette as FastAPI can not use anything greater than 0.12.12. FastAPI is Starlette's only dependent. - Use fetchurl instead of fetchPypi as this is now the preferred method. This also makes the tests pass and, thus, the build, which was failing.
Configuration menu - View commit details
-
Copy full SHA for 9d99c49 - Browse repository at this point
Copy the full SHA 9d99c49View commit details -
python37Packages.fastapi: 0.45.0 -> 0.49.0
- Add peewee to test environment as now required. - Remove pyproject.toml patching as no longer required.
Configuration menu - View commit details
-
Copy full SHA for 55fee4d - Browse repository at this point
Copy the full SHA 55fee4dView commit details
Commits on Mar 18, 2020
-
rsyslog: remove libksi from default build because it is broken
(cherry picked from commit bdd33bc)
Configuration menu - View commit details
-
Copy full SHA for 96e221d - Browse repository at this point
Copy the full SHA 96e221dView commit details -
We only want to refer to GCC under these conditions.
Configuration menu - View commit details
-
Copy full SHA for 99c18b3 - Browse repository at this point
Copy the full SHA 99c18b3View commit details -
cc-wrapper, clang:
libstdcxxHook
should a propagated build inputLumping it in with the target platform libraries was incorrect, and caused eval failures when gcc couldn't be built for the target platform.
Configuration menu - View commit details
-
Copy full SHA for bc05400 - Browse repository at this point
Copy the full SHA bc05400View commit details -
compiler-rt-{7,8,9}: Fix cmakeFlags in a few ways
- Cross to bare metal with GCC works - Flags are deduplicated - Darwin bootstrapping for 8 and 0 closer. - Flags are same across versions.
Configuration menu - View commit details
-
Copy full SHA for 0c73297 - Browse repository at this point
Copy the full SHA 0c73297View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c0d3f6 - Browse repository at this point
Copy the full SHA 7c0d3f6View commit details
Commits on Mar 19, 2020
-
protonvpn-cli-ng: 2.2.0 -> 2.2.2
Simply keep up to date the cli since it is used to connect to a VPN. (cherry picked from commit eb96574e9df3aba387c4abe902b154398271becf) Reason: A tool to communicate with a VPN provider should be kept up-to-date
Configuration menu - View commit details
-
Copy full SHA for 71d2a85 - Browse repository at this point
Copy the full SHA 71d2a85View commit details -
lib/options: Only recurse into visible sub options
(cherry picked from commit f195625)
Configuration menu - View commit details
-
Copy full SHA for 970ea96 - Browse repository at this point
Copy the full SHA 970ea96View commit details -
Merge pull request #82933 from hercules-ci/backport-20.03-82897
lib/options: Only recurse into visible sub options (backport to 20.03)
Configuration menu - View commit details
-
Copy full SHA for d6e406d - Browse repository at this point
Copy the full SHA d6e406dView commit details -
Merge pull request #82896 from JeffLabonte/20_03_backport-protonvpn-c…
…li-ng [20.03] backport protonvpn cli ng 2.2.0 -> 2.2.2
Configuration menu - View commit details
-
Copy full SHA for 82ab717 - Browse repository at this point
Copy the full SHA 82ab717View commit details -
nixos/networkd: respect systemd.network.links also with disabled syst…
…emd-networkd This mirrors the behaviour of systemd - It's udev that parses `.link` files, not `systemd-networkd`. This was originally applied in 36ef112, but was reverted due to 1115959 causing evaluation errors on hydra. (cherry picked from commit 355c58e) nixos/manual: fix build (cherry picked from commit d96bd33)
Configuration menu - View commit details
-
Copy full SHA for c4611d8 - Browse repository at this point
Copy the full SHA c4611d8View commit details -
nixos/zerotierone: switch from manually generating the .link file to …
…use the module Previously, systemd.network.links was only respected with networkd enabled, but it's really udev taking care of links, no matter if networkd is enabled or not. With our module fixed, there's no need to manually manage the text file anymore. This was originally applied in 3d1079a, but was reverted due to 1115959 causing evaluation errors on hydra. (cherry picked from commit 4e53f84)
Configuration menu - View commit details
-
Copy full SHA for e26bc84 - Browse repository at this point
Copy the full SHA e26bc84View commit details -
Configuration menu - View commit details
-
Copy full SHA for b41d1d9 - Browse repository at this point
Copy the full SHA b41d1d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c90920 - Browse repository at this point
Copy the full SHA 6c90920View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1121df - Browse repository at this point
Copy the full SHA d1121dfView commit details -
chromium: 80.0.3987.132 -> 80.0.3987.149
https://chromereleases.googleblog.com/2020/03/stable-channel-update-for-desktop_18.html This update includes 13 security fixes. CVEs: CVE-2020-6422 CVE-2020-6424 CVE-2020-6425 CVE-2020-6426 CVE-2020-6427 CVE-2020-6428 CVE-2020-6429 CVE-2019-20503 CVE-2020-6449 Note: The release of version 81 is currently on pause: https://chromereleases.googleblog.com/2020/03/upcoming-chrome-and-chrome-os-releases.html (cherry picked from commit fe60ff7) Backport of #82874.
Configuration menu - View commit details
-
Copy full SHA for b3ee6e4 - Browse repository at this point
Copy the full SHA b3ee6e4View commit details -
https://github.com/nvbn/thefuck/releases/tag/3.30 (cherry picked from commit b51d4e5)
Configuration menu - View commit details
-
Copy full SHA for 25d8140 - Browse repository at this point
Copy the full SHA 25d8140View commit details -
Merge pull request #82848 from aanderse/zhf/rsyslog
rsyslog: remove libksi from default build because it is broken [20.03 backport]
Configuration menu - View commit details
-
Copy full SHA for 97f65b2 - Browse repository at this point
Copy the full SHA 97f65b2View commit details -
It is not ready yet. See: NixOS/nixpkgs#81284
Configuration menu - View commit details
-
Copy full SHA for e8701fe - Browse repository at this point
Copy the full SHA e8701feView commit details -
wireguard-tools: 1.0.20200206 -> 1.0.20200319
https://lists.zx2c4.com/pipermail/wireguard/2020-March/005191.html (cherry picked from commit 19ceeb6)
Configuration menu - View commit details
-
Copy full SHA for 1494f87 - Browse repository at this point
Copy the full SHA 1494f87View commit details
Commits on Mar 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4362edf - Browse repository at this point
Copy the full SHA 4362edfView commit details -
nixos-option: Disable on Nix >= 2.4 because it doesn't compile
This is needed when using the overlay from the Nix flake. (cherry picked from commit a0a61c3)
Configuration menu - View commit details
-
Copy full SHA for 81fa5f4 - Browse repository at this point
Copy the full SHA 81fa5f4View commit details -
https://github.com/neomutt/neomutt/releases/tag/20200320 (cherry picked from commit 78104ad)
Configuration menu - View commit details
-
Copy full SHA for af477bc - Browse repository at this point
Copy the full SHA af477bcView commit details -
Updates `gitea` to the latest version available[1]. Also ensured that upgrading from `gitea-1.9` (used on NixOS 19.09) to `1.11.3` works seamlessly. The derivation required a few more changes this time since `gitea` uses `npm` now to build the frontend[2]. When using the default tarball from GitHub, we'd have to build the frontend manually. By fetching a custom tarball published on every release, we get a prebuilt frontend (as it was the case on previous versions) and build the backend only from source. Co-authored-by: kolaente <k@knt.li> Closes #80175 [1] https://github.com/go-gitea/gitea/releases/tag/v1.11.3 [2] go-gitea/gitea#10253 (cherry picked from commit cbceee8)
Configuration menu - View commit details
-
Copy full SHA for 1ec2cf2 - Browse repository at this point
Copy the full SHA 1ec2cf2View commit details
Commits on Mar 21, 2020
-
Merge pull request #82758 from wd15/fastapi-0.49.0
[20.03] python37Packages.fastapi: 0.45.0 -> 0.49.0
Configuration menu - View commit details
-
Copy full SHA for 1674925 - Browse repository at this point
Copy the full SHA 1674925View commit details -
Merge pull request #82415 from timokau/symmetrica-3.0.1-20.03
[20.03] symmetrica: 2.0 -> 3.0.1
Configuration menu - View commit details
-
Copy full SHA for 359934f - Browse repository at this point
Copy the full SHA 359934fView commit details -
(cherry picked from commit eb3690c)
Configuration menu - View commit details
-
Copy full SHA for b323c01 - Browse repository at this point
Copy the full SHA b323c01View commit details -
(cherry picked from commit 913e6b5)
Configuration menu - View commit details
-
Copy full SHA for 8b42fbc - Browse repository at this point
Copy the full SHA 8b42fbcView commit details -
(cherry picked from commit bf453da)
Configuration menu - View commit details
-
Copy full SHA for d5fff78 - Browse repository at this point
Copy the full SHA d5fff78View commit details -
grafana: add Frostman to maintainers
(cherry picked from commit 9e98d47)
Configuration menu - View commit details
-
Copy full SHA for df820c7 - Browse repository at this point
Copy the full SHA df820c7View commit details
Commits on Mar 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for fe67af8 - Browse repository at this point
Copy the full SHA fe67af8View commit details -
monero: use a compatible protobuf version
(cherry picked from commit ddabb09)
Configuration menu - View commit details
-
Copy full SHA for 0e41c2c - Browse repository at this point
Copy the full SHA 0e41c2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d566176 - Browse repository at this point
Copy the full SHA d566176View commit details -
nixos/ssmtp: declare all option renames manually
While renaming `networking.defaultMailServer` directly to `services.ssmtp` is shorter and probably clearer, it causes eval errors due to the second rename (directDelivery -> enable) when using e.g. `lib.mkForce`. For instance, ``` nix { lib, ... }: { networking.defaultMailServer = { hostName = "localhost"; directDelivery = lib.mkForce true; domain = "example.org"; }; } ``` would break with the following (rather confusing) error: ``` error: The option value `services.ssmtp.enable' in `/home/ma27/Projects/nixpkgs/nixos/modules/programs/ssmtp.nix' is not of type `boolean'. (use '--show-trace' to show detailed location information) ``` (cherry picked from commit fc316f7)
Configuration menu - View commit details
-
Copy full SHA for ec145bf - Browse repository at this point
Copy the full SHA ec145bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for dcdb46c - Browse repository at this point
Copy the full SHA dcdb46cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d91fc12 - Browse repository at this point
Copy the full SHA d91fc12View commit details -
Configuration menu - View commit details
-
Copy full SHA for e00104d - Browse repository at this point
Copy the full SHA e00104dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ad6125 - Browse repository at this point
Copy the full SHA 7ad6125View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c6a5be - Browse repository at this point
Copy the full SHA 3c6a5beView commit details -
Configuration menu - View commit details
-
Copy full SHA for d847a4f - Browse repository at this point
Copy the full SHA d847a4fView commit details -
nixos-ami: update nvme_core.io_timeout for linux kernel >= 4.15
NixOS 20.03 is built on kernel 5.4 and 19.09 is on 4.19, so we should update this option to the highest value possible, per linked upstream instructions from Amazon. (cherry picked from commit 1291764)
Configuration menu - View commit details
-
Copy full SHA for 8353669 - Browse repository at this point
Copy the full SHA 8353669View commit details -
Merge pull request #83147 from bhipple/bp/ami
[20.03] nixos-ami: update nvme_core.io_timeout for linux kernel >= 4.15
Configuration menu - View commit details
-
Copy full SHA for 75b00dd - Browse repository at this point
Copy the full SHA 75b00ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b02b91 - Browse repository at this point
Copy the full SHA 5b02b91View commit details -
https://github.com/sharkdp/fd/releases/tag/v7.5.0 (cherry picked from commit 6c48c7b)
Configuration menu - View commit details
-
Copy full SHA for 1d12859 - Browse repository at this point
Copy the full SHA 1d12859View commit details -
redo-apenwarr: 0.42 -> 0.42a; use python3 and fixed building manpage
Removed dependency to mkdoc, which is only needed to build the webpage. (cherry picked from commit 4c9bd5d)
Configuration menu - View commit details
-
Copy full SHA for bdd53db - Browse repository at this point
Copy the full SHA bdd53dbView commit details
There are no files selected for viewing