Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8caa3e2010e2
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0a97eb36be86
Choose a head ref
  • 15 commits
  • 13 files changed
  • 8 contributors

Commits on Mar 30, 2018

  1. python3: 3.6.4 -> 3.6.5

    (cherry picked from commit 402a074)
    FRidh committed Mar 30, 2018
    Copy the full SHA
    786f498 View commit details

Commits on Apr 8, 2018

  1. 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)
    aszlig committed Apr 8, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    7361cad View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    504f962 View commit details
  3. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    39809e3 View commit details

Commits on Apr 12, 2018

  1. Copy the full SHA
    563ee7f View commit details

Commits on Apr 15, 2018

  1. dbeaver: 5.0.2 -> 5.0.3

    (cherry picked from commit 8c3ef5e)
    samueldr committed Apr 15, 2018
    Copy the full SHA
    2ed3099 View commit details

Commits on Apr 17, 2018

  1. Merge #39000: rustc: disable tests for aarch64

    (cherry picked from commit 74ed06e)
    Mic92 authored and vcunat committed Apr 17, 2018
    Copy the full SHA
    b694e7b View commit details
  2. Merge branch 'release-18.03' into staging-18.03

    Not many rebuilds, but let's sync anyway.
    vcunat committed Apr 17, 2018
    Copy the full SHA
    8102a41 View commit details
  3. clblas: Enable darwin build

    (cherry picked from commit 357d8f6)
    knedlsepp authored and LnL7 committed Apr 17, 2018
    Copy the full SHA
    5f937db View commit details
  4. pythonPackages.libgpuarray: enable darwin build

    (cherry picked from commit d96f0c5)
    knedlsepp authored and LnL7 committed Apr 17, 2018
    Copy the full SHA
    3fd2b19 View commit details
  5. Copy the full SHA
    4dd40e0 View commit details
  6. Build LASZip on unix

    (cherry picked from commit 985cd57)
    mpickering authored and LnL7 committed Apr 17, 2018
    Copy the full SHA
    fc5d522 View commit details
  7. Fix libLAS darwin build

    (cherry picked from commit 406e20b)
    mpickering authored and LnL7 committed Apr 17, 2018
    Copy the full SHA
    163c1e7 View commit details
  8. grass: compile with libLAS

    (cherry picked from commit 577bbdc)
    jascase901 authored and LnL7 committed Apr 17, 2018
    Copy the full SHA
    41bc49a View commit details
  9. Merge pull request #38980 from samueldr/dbeaver/5.0.3_18.03

    dbeaver: 5.0.2 -> 5.0.3 (18.03)
    Mic92 authored Apr 17, 2018
    Copy the full SHA
    0a97eb3 View commit details
Loading