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: 7a3083fef83b
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: ad36169300e7
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Sep 30, 2019

  1. phpPackages.phpcbf: 3.4.2 -> 3.5.0

    (cherry picked from commit 096f03e)
    Ma27 authored and etu committed Sep 30, 2019
    Copy the full SHA
    b1967e3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #70048 from etu/1909-phpcbf

    [19.09] phpPackages.phpcbf: 3.4.2 -> 3.5.0
    Ma27 committed Sep 30, 2019
    Copy the full SHA
    105189c View commit details
    Browse the repository at this point in the history
  3. nixos/systemd: pick more upstream tmpfiles confs

    In #68792 it was discovered that /dev/fuse doesn't have
    wordl-read-writeable permissions anymore. The cause of this is that the
    tmpfiles examples in systemd were reorganized and split into more files.
    We thus lost some of the configuration we were depending on.
    
    In this commit some of the new tmpfiles configuration that are
    applicable to us are added which also makes wtmp/lastlog in the pam
    module not necessary anymore.
    
    Rationale for the new tmpfile configs:
    
      - `journal-nowcow.conf`: Contains chattr +C for journald logs which
      makes sense on copy-on-write filesystems like Btrfs. Other filesystems
      shouldn't do anything funny when that flag is set.
    
      - `static-nodes-permissions.conf`: Contains some permission overrides
      for some device nodes like audio, loop, tun, fuse and kvm.
    
      - `systemd-nspawn.conf`: Makes sure `/var/lib/machines` exists and old
      snapshots are properly removed.
    
      - `systemd-tmp.conf`: Removes systemd services related private tmp
      folders and temporary coredump files.
    
      - `var.conf`: Creates some useful directories in `/var` which we would
      create anyway at some point. Also includes
      `/var/log/{wtmp,btmp,lastlog}`.
    
    Fixes #68792.
    
    (cherry picked from commit 0dc4fe0)
    fpletz authored and lheckemann committed Sep 30, 2019
    Copy the full SHA
    ad36169 View commit details
    Browse the repository at this point in the history