Skip to content
This repository has been 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
base: 198afad520d6
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 38fdc9f8f84d
Choose a head ref
  • 13 commits
  • 7 files changed
  • 9 contributors

Commits on Apr 5, 2019

  1. nixos/printing: fix CUPS SetEnv directive placement

    With CUPS v2.3b5, the configuration directive `SetEnv`
    moved from `cupsd.conf` to `cups-files.conf`.  See also
    apple/cups@d47f6ae .
    
    We have to follow up as `SetEnv` is now ignored in `cupsd.conf`.
    Without this, executables called by cups
    can't find other executables they depend on,
    like `gs` or `perl`.
    Yarny0 committed Apr 5, 2019
    Copy the full SHA
    631c71d View commit details
    Browse the repository at this point in the history

Commits on May 30, 2019

  1. datadog-agent: fix sha256 sum

    Izorkin committed May 30, 2019
    Copy the full SHA
    0ed2f02 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    144a031 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #62250 from Mic92/ccls

    ccls: 0.20190301 -> 0.20190314.1
    Mic92 committed May 30, 2019
    Copy the full SHA
    ecb9930 View commit details
    Browse the repository at this point in the history
  4. firefoxPackages.tor-browser: 8.0.9 -> 8.5.0

    Actually, more like -> 8.5.0.1 as this version is made against the
    branch with the pending fixup patch applied.
    SLNOS authored and oxij committed May 30, 2019
    Copy the full SHA
    c4962cd View commit details
    Browse the repository at this point in the history
  5. chrootenv: make stackable

    The problem with stacking chrootenv before was that CLONE_NEWUSER cannot
    be used when a child uses chroot. So instead of that we use pivot_root
    which replaces root in the whole namespace. This requires our new root
    to be an actual fs so we mount tmpfs.
    abbradar committed May 30, 2019
    Copy the full SHA
    e0d3bc2 View commit details
    Browse the repository at this point in the history
  6. chrootenv: small improvements

    * Remove unused argument from pivot_root;
    * Factor out tmpdir creation into a separate function;
    * Remove unused fstype from bind mount;
    * Use unlink instead of a treewalk to remove empty temporary directory.
    abbradar committed May 30, 2019
    Copy the full SHA
    7664ffb View commit details
    Browse the repository at this point in the history
  7. chrootenv: propagate nested chrootenv /host

    To avoid symlink loops to /host in nested chrootenvs we need to remove
    one level of indirection. This is also what's generally expected of
    /host contents.
    abbradar committed May 30, 2019
    Copy the full SHA
    06f27dc View commit details
    Browse the repository at this point in the history
  8. murmur service: log to journald by default

    Save an option to log to file with new `logFile` option.
    
    As a side effect deprecate `pidfile` option and instead use systemd's
    RuntimeDirectory.
    abbradar committed May 30, 2019
    Copy the full SHA
    f23c110 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #61740 from abbradar/nested-chrootenv

    Support nested user chrootenv environments
    abbradar committed May 30, 2019
    Copy the full SHA
    6723d59 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #62257 from oxij/pkgs/tor-browser-85

    firefoxPackages.tor-browser: 8.0.9 -> 8.5.0
    joachifm committed May 30, 2019
    Copy the full SHA
    b5ca236 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #62246 from Izorkin/fix-datadog

    datadog-agent: fix sha256 sum
    marsam committed May 30, 2019
    Copy the full SHA
    0ced576 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #59076 from Yarny0/cups-path-fix

    nixos/printing: fix CUPS `SetEnv` directive placement
    matthewbauer committed May 30, 2019
    Copy the full SHA
    38fdc9f View commit details
    Browse the repository at this point in the history