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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 377c5b74d57f
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7d96c33bbd14
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Nov 10, 2018

  1. pdns-recursor: 4.1.4 -> 4.1.7

    PowerDNS Security Advisory 2018-04 (CVE-2018-10851)
    PowerDNS Security Advisory 2018-06 (CVE-2018-14626)
    PowerDNS Security Advisory 2018-07 (CVE-2018-14644)
    c0bw3b authored Nov 10, 2018
    Copy the full SHA
    02693e3 View commit details
  2. Merge pull request #50178 from c0bw3b/pkg/pdnsrec

    pdns-recursor: 4.1.4 -> 4.1.7
    c0bw3b authored Nov 10, 2018
    Copy the full SHA
    7d96c33 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/dns/pdns-recursor/default.nix
4 changes: 2 additions & 2 deletions pkgs/servers/dns/pdns-recursor/default.nix
Original file line number Diff line number Diff line change
@@ -8,11 +8,11 @@ with stdenv.lib;

stdenv.mkDerivation rec {
name = "pdns-recursor-${version}";
version = "4.1.4";
version = "4.1.7";

src = fetchurl {
url = "https://downloads.powerdns.com/releases/pdns-recursor-${version}.tar.bz2";
sha256 = "0l5mf45r3x1z5mg95zpbyms88zv307hsrrx4h6jm9zm3pr9l77xi";
sha256 = "0syvxlfxy3h2x1kvqkj7qqk8k85y42qjq30pcqqmy69v3pymq14s";
};

nativeBuildInputs = [ pkgconfig ];