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: b780aefc621d
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: cbe553c988aa
Choose a head ref
  • 15 commits
  • 29 files changed
  • 8 contributors

Commits on Mar 1, 2020

  1. nixos/acme: renew after rebuild and on boot

    Fixes #81069
    
    (cherry picked from commit 5ff9441)
    mweinelt committed Mar 1, 2020
    Copy the full SHA
    bbd9e39 View commit details
    Browse the repository at this point in the history
  2. nixos/acme: apply chmod and ownership unconditionally

    Also separate directory and file permissions so the certificate files
    don't end up with the executable bit.
    
    Fixes #81335
    
    (cherry picked from commit 3575555)
    mweinelt committed Mar 1, 2020
    Copy the full SHA
    a79920d View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. nixos/nginx: use Mozilla Intermediate TLS configuration

    The configuration at https://ssl-config.mozilla.org/#server=nginx&config=intermediate
    is reliably kept up-to-date in terms of security and compatible with a
    wide range of clients. They've probably had more care and thought put
    into them than our defaults, and will be easier to keep updated in
    the future.
    
    The only removed (rather than changed) configuration option here is
    ssl_ecdh_curve, per mozilla/server-side-tls#189.
    
    Resolves #80952.
    
    (cherry picked from commit 4ed98d6)
    emilazy authored and Mic92 committed Mar 6, 2020
    Copy the full SHA
    65e31f9 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2020

  1. Merge pull request #81902 from Mic92/nginx-ssl

    [backport] nixos/nginx: use Mozilla Intermediate TLS configuration
    Mic92 committed Mar 7, 2020
    Copy the full SHA
    23edc44 View commit details
    Browse the repository at this point in the history
  2. grocy: 2.6.0 -> 2.6.1

    (cherry picked from commit d0e0aca)
    Ma27 committed Mar 7, 2020
    Copy the full SHA
    f7e077a View commit details
    Browse the repository at this point in the history
  3. tree-sitter: 0.15.7 -> 0.16.4

    Includes some bugfixes/cleanups to the scripts and packaging, a run of the
    updater and a bump of the version.
    
    Fixes #75863
    
    (cherry picked from commit 9131efe)
    bhipple authored and Ma27 committed Mar 7, 2020
    Copy the full SHA
    57fafc0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #81435 from mweinelt/pr/20.03/acme

    [20.03] nixos/acme: backport #81369 and #81371
    infinisil committed Mar 7, 2020
    Copy the full SHA
    883217d View commit details
    Browse the repository at this point in the history
  5. gnomeExtensions.appindicator: 30 -> 32 (#81309)

    (cherry picked from commit e881138)
    r-ryantm authored and hedning committed Mar 7, 2020
    Copy the full SHA
    d61616b View commit details
    Browse the repository at this point in the history
  6. dhall-nix: Fix build

    infinisil committed Mar 7, 2020
    Copy the full SHA
    680f15a View commit details
    Browse the repository at this point in the history
  7. Merge pull request #81970 from Infinisil/dhall-nix-fix

    [20.03] dhall-nix: Fix build
    infinisil committed Mar 7, 2020
    Copy the full SHA
    8b85be4 View commit details
    Browse the repository at this point in the history
  8. du-dust: Change derivation name from dust to du-dust

    This prevents confusion by nix-env when installing packages by
    derivation name, since there is another package named dust already
    
    (cherry picked from commit ad126ee)
    infinisil committed Mar 7, 2020
    Copy the full SHA
    4b003af View commit details
    Browse the repository at this point in the history
  9. zoneminder: 1.32.3 -> 1.34.3

    (cherry picked from commit 2685e45)
    
    cc #79488
    danielfullmer authored and veprbl committed Mar 7, 2020
    Copy the full SHA
    e7913b7 View commit details
    Browse the repository at this point in the history
  10. nixos/zoneminder: update on startup if needed

    (cherry picked from commit cb5da4e)
    
    cc #79488
    danielfullmer authored and veprbl committed Mar 7, 2020
    Copy the full SHA
    7f2973c View commit details
    Browse the repository at this point in the history
  11. zoneminder: fix timezone detection

    (cherry picked from commit 630de55)
    
    cc #79488
    danielfullmer authored and veprbl committed Mar 7, 2020
    Copy the full SHA
    cf7dfbf View commit details
    Browse the repository at this point in the history
  12. zoneminder: add patch to fix improper caching

    (cherry picked from commit ce34b92)
    
    cc #79488
    danielfullmer authored and veprbl committed Mar 7, 2020
    Copy the full SHA
    cbe553c View commit details
    Browse the repository at this point in the history