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: a17e021b9486
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: e03eeffd6166
Choose a head ref
  • 9 commits
  • 12 files changed
  • 4 contributors

Commits on Apr 19, 2020

  1. openvswitch: 2.12.0 -> 2.13.0

    (cherry picked from commit c8523fe)
    r-ryantm authored and kmcopper committed Apr 19, 2020
    Copy the full SHA
    60ce810 View commit details
    Browse the repository at this point in the history
  2. pebble: v2.2.2 -> v2.3.0

    Also add myself to maintainers and correct meta.homepage.
    
    (cherry picked from commit 6285d5e)
    emilazy committed Apr 19, 2020
    Copy the full SHA
    e1c41b8 View commit details
    Browse the repository at this point in the history
  3. nixos/tests/common/acme: enable Pebble strict mode

    This lets us get early warning about any bugs or backwards-compatibility
    hazards in lego.
    
    Pebble will default to this in the future, but doesn't currently;
    see https://github.com/letsencrypt/pebble/blob/v2.3.0/README.md#strict-mode.
    
    (cherry picked from commit e6d5e83)
    emilazy committed Apr 19, 2020
    Copy the full SHA
    b0d26e9 View commit details
    Browse the repository at this point in the history
  4. nixos/tests/acme: don't restrict to x86_64

    This was added in aade4e5, but the
    implementation of the ACME module has been entirely rewritten since
    then, and the test seems to run fine on AArch64.
    
    (cherry picked from commit 352e30d)
    emilazy committed Apr 19, 2020
    Copy the full SHA
    8283094 View commit details
    Browse the repository at this point in the history
  5. nixos/tests/acme: use *.test domains

    Shimming out the Let's Encrypt domain name to reuse client configuration
    doesn't work properly (Pebble uses different endpoint URL formats), is
    recommended against by upstream,[1] and is unnecessary now that the ACME
    module supports specifying an ACME server. This commit changes the tests
    to use the domain name acme.test instead, and renames the letsencrypt
    node to acme to reflect that it has nothing to do with the ACME server
    that Let's Encrypt runs. The imports are renamed for clarity:
    
    * nixos/tests/common/{letsencrypt => acme}/{common.nix => client}
    * nixos/tests/common/{letsencrypt => acme}/{default.nix => server}
    
    The test's other domain names are also adjusted to use *.test for
    consistency (and to avoid misuse of non-reserved domain names such
    as standalone.com).
    
    [1] letsencrypt/pebble#283 (comment)
    
    Co-authored-by: Yegor Timoshenko <yegortimoshenko@riseup.net>
    (cherry picked from commit d0f04c1)
    emilazy committed Apr 19, 2020
    Copy the full SHA
    2b8100d View commit details
    Browse the repository at this point in the history
  6. nixos/tests/acme: use CAP_NET_BIND_SERVICE

    (cherry picked from commit 695fd78)
    emilazy committed Apr 19, 2020
    Copy the full SHA
    60e6ba6 View commit details
    Browse the repository at this point in the history
  7. nixos/tests/common/acme: don't set nameservers for client

    The resolver is mainly useful for the ACME server, and acme.nix uses its
    own DNS server to test DNS-01 challenges.
    
    (cherry picked from commit 21f183a)
    emilazy committed Apr 19, 2020
    Copy the full SHA
    f035e26 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #85584 from emilazy/acme-test-cleanups-20.03

    [20.03] ACME test cleanups
    flokli committed Apr 19, 2020
    Copy the full SHA
    426646c View commit details
    Browse the repository at this point in the history
  9. Merge pull request #85557 from kmcopper/r20.03/vswitch-2.13

    [20.03] openvswitch 2.12.0 -> 2.13.0
    Ma27 committed Apr 19, 2020
    Copy the full SHA
    e03eeff View commit details
    Browse the repository at this point in the history