Skip to content
This repository was 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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 35271fdb2fd3
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b0f8181432cd
Choose a head ref
  • 12 commits
  • 15 files changed
  • 8 contributors

Commits on Sep 24, 2018

  1. firefox-bin: 61.0.2 -> 62.0.2

    (cherry picked from commit 5b79f81)
    taku0 authored and andir committed Sep 24, 2018
    Copy the full SHA
    10db65e View commit details
  2. firefox: 61.0.2 -> 62.0.2

    (cherry picked from commit da98236)
    taku0 authored and andir committed Sep 24, 2018
    Copy the full SHA
    53dee62 View commit details
  3. firefox-esr: 60.1.0esr -> 60.2.1esr

    (cherry picked from commit e5778a9)
    taku0 authored and andir committed Sep 24, 2018
    Copy the full SHA
    02429f7 View commit details
  4. nixos/tests/installer: prevent race between parted and udev

    by combining all parted commands into a single parted call.
    This eliminates one cause of non-deterministic failure.
    
    (cherry picked from commit a518376)
    xeji committed Sep 24, 2018
    Copy the full SHA
    dc74ab0 View commit details
  5. nixos/tests/installer: use flock for all parted calls

    to further reduce risk of race with udev, like util-linux
    recommends for sfdisk:
    https://github.com/karelzak/util-linux/blob/v2.32/disk-utils/sfdisk.8#L71
    
    (cherry picked from commit c46677f)
    xeji committed Sep 24, 2018
    Copy the full SHA
    c2ab695 View commit details
  6. nixos/tests/installer: stop udev queue before calling mdadm

    In the swraid test, temporarily stop udev queue execution while
    creating mdraid devices to prevent a race with udev, see
    https://groups.google.com/forum/#!topic/scylladb-dev/u87yHgo3ylU
    
    (cherry picked from commit 7dd6a51)
    xeji committed Sep 24, 2018
    Copy the full SHA
    570ec19 View commit details
  7. eztrace: 1.0.6 -> 1.1-7 (#47282)

    See https://hydra.nixos.org/build/80721509
    Addresses #45960
    
    (cherry picked from commit 2babfb5)
    Ma27 authored and xeji committed Sep 24, 2018
    Copy the full SHA
    32af342 View commit details
  8. *: remove DappHub projects

    DappHub maintains a separate overlay at
    https://github.com/dapphub/dapptools/blob/master/overlay.nix
    
    (cherry picked from commit 6017c6f)
    asymmetric authored and Mic92 committed Sep 24, 2018
    Copy the full SHA
    71fd97d View commit details
  9. Merge pull request #47277 from andir/18.09/firefox

    [18.09] firefox, firefox-bin 61.0.2 -> 62.0.2, firefox-esr: 60.2.0esr -> 60.2.1esr [Moderate security fixes]
    andir authored Sep 24, 2018
    Copy the full SHA
    2373df6 View commit details
  10. nixos tests: move common configuration into separate file

    This allows tests outside nixos to use acme setup.
    
    (cherry picked from commit 6eacc17)
    Signed-off-by: Domen Kožar <domen@dev.si>
    domenkozar committed Sep 24, 2018
    Copy the full SHA
    31432d4 View commit details
  11. dotnet-sdk: Reduce closure: Unpack to a subdirectory to prevent copyi…

    …ng build files (#47269)
    
    (cherry picked from commit 7f0865b)
    baracoder authored and Mic92 committed Sep 24, 2018
    Copy the full SHA
    f34ef9e View commit details
  12. nixos/chrony: clean up, rework to be a little closer to upstream

    Most importantly, this sets PrivateTmp, ProtectHome, and ProtectSystem
    so that Chrony flaws are mitigated, should they occur.
    
    Moving to ProtectSystem=full however, requires moving the chrony key
    files under /var/lib/chrony -- which should be fine, anyway.
    
    This also ensures ConditionCapability=CAP_SYS_TIME is set, ensuring
    that chronyd will only be launched in an environment where such a
    capability can be granted.
    
    Signed-off-by: Austin Seipp <aseipp@pobox.com>
    (cherry picked from commit 0ce90d5)
    thoughtpolice committed Sep 24, 2018
    Copy the full SHA
    b0f8181 View commit details
Loading