-
-
Notifications
You must be signed in to change notification settings - Fork 105
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: 8caa3e2010e2
head repository: NixOS/nixpkgs-channels
compare: 0a97eb36be86
- 15 commits
- 13 files changed
- 8 contributors
Commits on Mar 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 786f498 - Browse repository at this point
Copy the full SHA 786f498View commit details
Commits on Apr 8, 2018
-
Increase max group name length to 32 characters
With #36556, a check was introduced to make sure the user and group names do not exceed their respective maximum length. This is in part because systemd also enforces that length, but only at runtime. So in general it's a good idea to catch as much as we can during evaluation time, however the maximum length of the group name was set to 16 characters according groupadd(8). The maximum length of the group names however is a compile-time option and even systemd allows more than 16 characters. In the mentioned pull request (#36556) there was already a report that this has broken evaluation for people out there. I have also checked what other distributions are doing and they set the length to either 31 characters or 32 characters, the latter being more common. Unfortunately there is a difference between the maximum length enforced by the shadow package and systemd, both for user name lengths and group name lengths. However, systemd enforces both length to have a maximum of 31 characters and I'm not sure if this is intended or just a off-by-one error in systemd. Nevertheless, I choose 32 characters simply to bring it in par with the maximum user name length. For the NixOS assertion however, I use a maximum length of 31 to make sure that nobody accidentally creates services that contain group names that systemd considers invalid because of a length of 32 characters. Signed-off-by: aszlig <aszlig@nix.build> Closes: #38548 Cc: @vcunat, @fpletz, @qknight (cherry picked from commit 99ba1cb)
Configuration menu - View commit details
-
Copy full SHA for 7361cad - Browse repository at this point
Copy the full SHA 7361cadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 504f962 - Browse repository at this point
Copy the full SHA 504f962View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39809e3 - Browse repository at this point
Copy the full SHA 39809e3View commit details
Commits on Apr 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 563ee7f - Browse repository at this point
Copy the full SHA 563ee7fView commit details
Commits on Apr 15, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2ed3099 - Browse repository at this point
Copy the full SHA 2ed3099View commit details
Commits on Apr 17, 2018
-
Merge #39000: rustc: disable tests for aarch64
(cherry picked from commit 74ed06e)
Configuration menu - View commit details
-
Copy full SHA for b694e7b - Browse repository at this point
Copy the full SHA b694e7bView commit details -
Merge branch 'release-18.03' into staging-18.03
Not many rebuilds, but let's sync anyway.
Configuration menu - View commit details
-
Copy full SHA for 8102a41 - Browse repository at this point
Copy the full SHA 8102a41View commit details -
(cherry picked from commit 357d8f6)
Configuration menu - View commit details
-
Copy full SHA for 5f937db - Browse repository at this point
Copy the full SHA 5f937dbView commit details -
pythonPackages.libgpuarray: enable darwin build
(cherry picked from commit d96f0c5)
Configuration menu - View commit details
-
Copy full SHA for 3fd2b19 - Browse repository at this point
Copy the full SHA 3fd2b19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dd40e0 - Browse repository at this point
Copy the full SHA 4dd40e0View commit details -
(cherry picked from commit 985cd57)
Configuration menu - View commit details
-
Copy full SHA for fc5d522 - Browse repository at this point
Copy the full SHA fc5d522View commit details -
(cherry picked from commit 406e20b)
Configuration menu - View commit details
-
Copy full SHA for 163c1e7 - Browse repository at this point
Copy the full SHA 163c1e7View commit details -
(cherry picked from commit 577bbdc)
Configuration menu - View commit details
-
Copy full SHA for 41bc49a - Browse repository at this point
Copy the full SHA 41bc49aView commit details -
Merge pull request #38980 from samueldr/dbeaver/5.0.3_18.03
dbeaver: 5.0.2 -> 5.0.3 (18.03)
Configuration menu - View commit details
-
Copy full SHA for 0a97eb3 - Browse repository at this point
Copy the full SHA 0a97eb3View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 8caa3e2010e2...0a97eb36be86