-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs
base: ea7b8978ef9d
head repository: NixOS/nixpkgs
compare: f6105d21e38a
Commits on Nov 18, 2020
-
nixos: openstack: have its own metadata fetcher expression
These two APIs have diverged over time and are no longer compatible.
Configuration menu - View commit details
-
Copy full SHA for 21339b4 - Browse repository at this point
Copy the full SHA 21339b4View commit details -
matrix-dl: (unstable-)2019-09-22 -> unstable-2020-07-14
Update, also change from pname = "package-unstable"; version = "YYYY-MM-DD"; to pname = "package"; version = "unstable-YYYY-MM-DD"; This allows $pname as $repo in fetchFromGitHub and also seems to be the more common way in nixpkgs.
Configuration menu - View commit details
-
Copy full SHA for fe4cc65 - Browse repository at this point
Copy the full SHA fe4cc65View commit details
Commits on Nov 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4313ac6 - Browse repository at this point
Copy the full SHA 4313ac6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9a59fe - Browse repository at this point
Copy the full SHA e9a59feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1027c06 - Browse repository at this point
Copy the full SHA 1027c06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47ee518 - Browse repository at this point
Copy the full SHA 47ee518View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a3b33b - Browse repository at this point
Copy the full SHA 8a3b33bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5357abf - Browse repository at this point
Copy the full SHA 5357abfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11367b2 - Browse repository at this point
Copy the full SHA 11367b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a6f097 - Browse repository at this point
Copy the full SHA 3a6f097View commit details -
nixos: ec2 ami: support IMDSv2
AWS's metadata service has two versions. Version 1 allowed plain HTTP requests to get metadata. However, this was frequently abused when a user could trick an AWS-hosted server in to proxying requests to the metadata service. Since the metadata service is frequently used to generate AWS access keys, this is pretty gnarly. Version two is identical except it requires the caller to request a token and provide it on each request. Today, starting a NixOS AMI in EC2 where the metadata service is configured to only allow v2 requests fails: the user's SSH key is not placed, and configuration provided by the user-data is not applied. The server is useless. This patch addresses that. Note the dependency on curl is not a joyful one, and it expand the initrd by 30M. However, see the added comment for more information about why this is needed. Note the idea of using `echo` and `nc` are laughable. Don't do that.
Configuration menu - View commit details
-
Copy full SHA for 83ea88e - Browse repository at this point
Copy the full SHA 83ea88eView commit details -
nixos ami: preflight the imds token
According to Freenode's ##AWS, the metadata server can sometimes take a few moments to get its shoes on, and the very first boot of a machine can see failed requests for a few moments.
Configuration menu - View commit details
-
Copy full SHA for f2cfecd - Browse repository at this point
Copy the full SHA f2cfecdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d87ce6 - Browse repository at this point
Copy the full SHA 0d87ce6View commit details -
mercurial: remove dulwich dependency
Jonathan Ringer committedNov 19, 2020 Configuration menu - View commit details
-
Copy full SHA for 635485b - Browse repository at this point
Copy the full SHA 635485bView commit details -
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c81c3c3 - Browse repository at this point
Copy the full SHA c81c3c3View commit details -
Jonathan Ringer committed
Nov 19, 2020 Configuration menu - View commit details
-
Copy full SHA for 81d1cea - Browse repository at this point
Copy the full SHA 81d1ceaView commit details -
microcodeIntel: 20201112 -> 2020111
Fixes a regression on some "OEM platforms". Relates to #104301
Configuration menu - View commit details
-
Copy full SHA for 5928d66 - Browse repository at this point
Copy the full SHA 5928d66View commit details -
Merge pull request #104271 from adisbladis/dockertools-cross
dockerTools.buildLayeredImage: Fix cross compilation
Configuration menu - View commit details
-
Copy full SHA for c68e739 - Browse repository at this point
Copy the full SHA c68e739View commit details -
Upstream accidently broke cross-compilation. It has been fixed but not released yet, so we temporarily add the patch here.
Configuration menu - View commit details
-
Copy full SHA for 82a9f23 - Browse repository at this point
Copy the full SHA 82a9f23View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4c39a6 - Browse repository at this point
Copy the full SHA a4c39a6View commit details -
mailutils: fix cross-compilation
Add a patch that I submitted upstream to fix cross-compilation.
Configuration menu - View commit details
-
Copy full SHA for f7ec01a - Browse repository at this point
Copy the full SHA f7ec01aView commit details -
Merge pull request #104228 from herrwiese/for-master/matrix-dl-unstab…
…le-2020-07-14 matrix-dl: (unstable-)2019-09-22 -> unstable-2020-07-14
Configuration menu - View commit details
-
Copy full SHA for c694e77 - Browse repository at this point
Copy the full SHA c694e77View commit details -
Merge pull request #104193 from grahamc/ec2-metadata-imdsv2
NixOS EC2 AMI: Support IMDSv2
Configuration menu - View commit details
-
Copy full SHA for 7fa7bf2 - Browse repository at this point
Copy the full SHA 7fa7bf2View commit details -
Merge pull request #104303 from mweinelt/microcodeIntel
microcodeIntel: 20201112 -> 2020111
Configuration menu - View commit details
-
Copy full SHA for bd540a3 - Browse repository at this point
Copy the full SHA bd540a3View commit details -
Merge pull request #104290 from helsinki-systems/upd/asterisk3
asterisk: Bump all packages
Configuration menu - View commit details
-
Copy full SHA for 48c25e5 - Browse repository at this point
Copy the full SHA 48c25e5View commit details -
Merge pull request #104300 from Atemu/mlterm-new-upstream
mlterm: fetch from GitHub instead of Sourceforge
Configuration menu - View commit details
-
Copy full SHA for b036f38 - Browse repository at this point
Copy the full SHA b036f38View commit details -
Merge pull request #104299 from r-ryantm/auto-update/postfix
postfix: 3.5.7 -> 3.5.8
Configuration menu - View commit details
-
Copy full SHA for bd699cc - Browse repository at this point
Copy the full SHA bd699ccView commit details -
Merge pull request #104307 from jonringer/fix-mercurial
mercurial: 5.4.2 -> 5.6, fix build
Configuration menu - View commit details
-
Copy full SHA for 46769c7 - Browse repository at this point
Copy the full SHA 46769c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ef139f - Browse repository at this point
Copy the full SHA 1ef139fView commit details -
Merge pull request #104288 from r-ryantm/auto-update/python2.7-asana
python27Packages.asana: 0.8.2 -> 0.10.3
Configuration menu - View commit details
-
Copy full SHA for 972863e - Browse repository at this point
Copy the full SHA 972863eView commit details -
Configuration menu - View commit details
-
Copy full SHA for af787d4 - Browse repository at this point
Copy the full SHA af787d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2989e0 - Browse repository at this point
Copy the full SHA e2989e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b22a7ad - Browse repository at this point
Copy the full SHA b22a7adView commit details -
Merge pull request #104322 from grahamc/amazon-image
nixos/release-small: add amazonImage
Configuration menu - View commit details
-
Copy full SHA for 1115df8 - Browse repository at this point
Copy the full SHA 1115df8View commit details
Commits on Nov 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b8fa662 - Browse repository at this point
Copy the full SHA b8fa662View commit details -
Configuration menu - View commit details
-
Copy full SHA for 854f78d - Browse repository at this point
Copy the full SHA 854f78dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6105d2 - Browse repository at this point
Copy the full SHA f6105d2View commit details
There are no files selected for viewing