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: bb72473b5b21
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f99bab3e612e
Choose a head ref
  • 4 commits
  • 2 files changed
  • 3 contributors

Commits on Nov 10, 2018

  1. powerdns: 4.1.4 -> 4.1.5

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/powerdns/versions
    
    (cherry picked from commit 08cd9b8)
    r-ryantm authored and c0bw3b committed Nov 10, 2018
    Copy the full SHA
    166a3d5 View commit details
  2. pdns-recursor: 4.1.3 -> 4.1.4 (#45984)

    (cherry picked from commit ca85089)
    rnhmjoj authored and c0bw3b committed Nov 10, 2018
    Copy the full SHA
    ddb12ef View commit details
  3. 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)
    
    (cherry picked from commit 02693e3)
    c0bw3b committed Nov 10, 2018
    Copy the full SHA
    619efcc View commit details
  4. Merge pull request #50200 from c0bw3b/sec/1809/pdns

    [18.09]  powerdns: 4.1.4 -> 4.1.5 /  pdns-recursor: 4.1.3 -> 4.1.7
    c0bw3b authored Nov 10, 2018
    Copy the full SHA
    f99bab3 View commit details
Showing with 4 additions and 4 deletions.
  1. +2 −2 pkgs/servers/dns/pdns-recursor/default.nix
  2. +2 −2 pkgs/servers/dns/powerdns/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.3";
version = "4.1.7";

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

nativeBuildInputs = [ pkgconfig ];
4 changes: 2 additions & 2 deletions pkgs/servers/dns/powerdns/default.nix
Original file line number Diff line number Diff line change
@@ -5,11 +5,11 @@

stdenv.mkDerivation rec {
name = "powerdns-${version}";
version = "4.1.4";
version = "4.1.5";

src = fetchurl {
url = "https://downloads.powerdns.com/releases/pdns-${version}.tar.bz2";
sha256 = "1m9yhzrxh315gv855c590b2qc8bx31rrnl72pqxrnlix701qch79";
sha256 = "12jgkdsh6hzaznq6y9y7hfdpjhnn7ar2qn7x706k9iyqcq55faf3";
};

nativeBuildInputs = [ pkgconfig ];