Skip to content
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
base: 874b045cc891
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: baa8dc35d559
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Sep 18, 2018

  1. mpack: Invoke /run/wrappers/bin/sendmail via execvp

    Calling /run/current-sw/bin/sendmail fails under postfix because
    setgid bits are not set. Switching the hardcoded path to an invocation
    via execvp should cover both cases, when the sendmail binary is
    setgid-wrapped and when it is not.
    clefru committed Sep 18, 2018
    Copy the full SHA
    6d97096 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #46736 from clefru/mpack

    mpack: Invoke /run/wrappers/bin/sendmail via execvp
    Mic92 committed Sep 18, 2018
    Copy the full SHA
    baa8dc3 View commit details
    Browse the repository at this point in the history