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: 083237f06150
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: f339ca57cc18
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

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.
    
    (cherry picked from commit 6d97096)
    clefru authored and Mic92 committed Sep 18, 2018
    Copy the full SHA
    f339ca5 View commit details
    Browse the repository at this point in the history