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: 2120660e426d
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 0dd05780c3d6
Choose a head ref
  • 6 commits
  • 5 files changed
  • 5 contributors

Commits on Oct 25, 2017

  1. phpPackages.couchbase: remove warnings on php startup

    Removes following warnings:
    [cb,WARN] (pcbc/ext L:418) igbinary serializer is not found
    [cb,WARN] (pcbc/ext L:425) zlib compressor is not found
    
    (cherry picked from commit 30721a2)
    Gerschtli authored and fpletz committed Oct 25, 2017
    Copy the full SHA
    67c7433 View commit details
    Browse the repository at this point in the history
  2. plymouth service: fix symlink to defaults

    Symlink for plymouthd.defaults was pointing to nonexisting target
    because of a spelling error.
    
    (cherry picked from commit 3f013b8)
    plutotulp authored and fpletz committed Oct 25, 2017
    Copy the full SHA
    06055a1 View commit details
    Browse the repository at this point in the history
  3. powerdns: 4.0.3 -> 4.0.4

    (cherry picked from commit 8bd1580)
    Mic92 authored and fpletz committed Oct 25, 2017
    Copy the full SHA
    44c90f1 View commit details
    Browse the repository at this point in the history
  4. powerdns: remove nhooyr as maintainer

    (cherry picked from commit c9da6d3)
    Mic92 authored and fpletz committed Oct 25, 2017
    Copy the full SHA
    e7caea7 View commit details
    Browse the repository at this point in the history
  5. filesystems: use non-interactive formatOptions by default

    When autoFormat is enabled, in order to successfully create a filesystem,
    certain filesystems require specific options to be passed to mkfs to prevent
    it from asking questions. This commit sets default formatOptions to "-q"
    for "jfs" and "reiserfs" filesystems for this purpose.
    
    Resolves #29140.
    
    (cherry picked from commit e3f97e5)
    pvgoran authored and fpletz committed Oct 25, 2017
    Copy the full SHA
    933e4ef View commit details
    Browse the repository at this point in the history
  6. prometheus-node-exporter service: run as nobody again

    Using DynamicUser breaks the systemd and logind collectors.
    
    cc #30535
    
    (cherry picked from commit 63bbada)
    fpletz committed Oct 25, 2017
    Copy the full SHA
    0dd0578 View commit details
    Browse the repository at this point in the history