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: 1491bab2b111
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: bdcd2d82eea6
Choose a head ref
  • 5 commits
  • 2 files changed
  • 1 contributor

Commits on Nov 17, 2020

  1. knot-resolver: add support for new DoH implementation

    By default.  I'm not a DoH fan, but the difference in runtime closure
    is really tiny (216 KiB by du).  I somehow forgot this during update.
    
    Some of the newly running tests were failing and got disabled.
    vcunat committed Nov 17, 2020
    Copy the full SHA
    3087df3 View commit details
    Browse the repository at this point in the history
  2. kresd service: switch .listenDoH to new implementation

    Beware: extraFeatures are not needed *for this* anymore,
    but their removal may still cause a regression in some configs
    (example: prefill module).
    vcunat committed Nov 17, 2020
    Copy the full SHA
    e61ef63 View commit details
    Browse the repository at this point in the history
  3. knot-resolver: drop capabilities after startup

    By default.  I forgot to add this a long time ago.
    The difference in runtime closure is really tiny (232 KiB by du).
    vcunat committed Nov 17, 2020
    Copy the full SHA
    cd5c7c0 View commit details
    Browse the repository at this point in the history
  4. knot-resolver: fix a stupid system breaking non-systemd

    I hope this will fix darwin build (no good way of testing locally).
    vcunat committed Nov 17, 2020
    Copy the full SHA
    335798d View commit details
    Browse the repository at this point in the history
  5. Merge #103633: kresd service: switch .listenDoH

    ... to new implementation - and a couple other improvements.
    vcunat committed Nov 17, 2020
    Copy the full SHA
    bdcd2d8 View commit details
    Browse the repository at this point in the history