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: f261841e542e
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: dc3ed336df6b
Choose a head ref
  • 14 commits
  • 12 files changed
  • 10 contributors

Commits on Mar 26, 2019

  1. dockerTools: add finalImageName parameter for pullImage

    Jaka Hudoklin committed Mar 26, 2019
    Copy the full SHA
    468df17 View commit details

Commits on Mar 27, 2019

  1. nixos/ldap: rename password file options properly

    users.ldap.daemon.rootpwmodpw -> users.ldap.daemon.rootpwmodpwFile
    users.ldap.bind.password -> users.ldap.bind.passwordFile
    
    as users.ldap.daemon.rootpwmodpw never was part of a release, no
    mkRenamedOptionModule is introduced.
    flokli committed Mar 27, 2019
    Copy the full SHA
    0a1451a View commit details
  2. python2Packages.nevow: fix build

    xeji committed Mar 27, 2019
    Copy the full SHA
    128e6c5 View commit details
  3. tahoe-lafs: fix build

    xeji committed Mar 27, 2019
    Copy the full SHA
    ea5f098 View commit details

Commits on Mar 28, 2019

  1. Copy the full SHA
    d07c313 View commit details
  2. kubernetes: 1.13.4 -> 1.13.5

    Johan Thomsen committed Mar 28, 2019
    Copy the full SHA
    e76f30e View commit details
  3. Merge pull request #58467 from mnacamura/r-sys

    r-sys: remove obsolete dependency
    peti authored Mar 28, 2019
    Copy the full SHA
    3c9ff30 View commit details
  4. nixos/ldap: set proper User= and Group= for nslcd service

    eb90d97 broke nslcd, as /run/nslcd was
    created/chowned as root user, while nslcd wants to do parts as nslcd
    user.
    
    This commit changes the nslcd to run with the proper uid/gid from the
    start (through User= and Group=), so the RuntimeDirectory has proper
    permissions, too.
    
    In some cases, secrets are baked into nslcd's config file during startup
    (so we don't want to provide it from the store).
    
    This config file is normally hard-wired to /etc/nslcd.conf, but we don't
    want to use PermissionsStartOnly anymore (#56265), and activation
    scripts are ugly, so redirect /etc/nslcd.conf to /run/nslcd/nslcd.conf,
    which now gets provisioned inside ExecStartPre=.
    
    This change requires the files referenced to in
    users.ldap.bind.passwordFile and users.ldap.daemon.rootpwmodpwFile to be
    readable by the nslcd user (in the non-nslcd case, this was already the
    case for users.ldap.bind.passwordFile)
    
    fixes #57783
    flokli committed Mar 28, 2019
    Copy the full SHA
    8817bbe View commit details
  5. Merge pull request #58429 from xeji/p/nevow

    python2Packages.nevow, tahoe-lafs: fix build
    dotlambda authored Mar 28, 2019
    Copy the full SHA
    ef6a1b7 View commit details
  6. Copy the full SHA
    d3ca36b View commit details
  7. Merge pull request #58419 from flokli/ldap-nslcd-startup

    nixos/ldap: set proper User= and Group= for nslcd service
    flokli authored Mar 28, 2019
    Copy the full SHA
    6670b4c View commit details
  8. Merge pull request #58483 from dotlambda/dovecot-2.3.5.1

    dovecot: 2.3.5 -> 2.3.5.1
    peti authored Mar 28, 2019
    Copy the full SHA
    60f680f View commit details
  9. Merge pull request #58477 from johanot/kubernetes-1.13.5

    kubernetes: 1.13.4 -> 1.13.5
    srhb authored Mar 28, 2019
    Copy the full SHA
    88b32b2 View commit details
  10. Merge pull request #58345 from xtruder/pkgs/dockerTools/pullImage/fin…

    …alImageName
    
    dockerTools: add finalImageName parameter for pullImage
    nlewo authored Mar 28, 2019
    Copy the full SHA
    dc3ed33 View commit details
Loading