Skip to content

Commit

Permalink
bind: 9.16.8 -> 9.16.10
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Dec 23, 2020
1 parent 2688e2d commit 87e7d8b
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions pkgs/servers/dns/bind/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,18 @@ assert enablePython -> python3 != null;

stdenv.mkDerivation rec {
pname = "bind";
version = "9.16.8";
version = "9.16.10";

src = fetchurl {
url = "https://downloads.isc.org/isc/bind9/${version}/${pname}-${version}.tar.xz";
sha256 = "0ccdbqmpvnxlbrxjsx2w8ir4xh961svzcw7n87n8dglj6rb9r6wy";
sha256 = "sha256-vEf8AZxiBeamv7g5xUShRyMh3wU3upBbhGpMv/4zYrM=";
};

outputs = [ "out" "lib" "dev" "man" "dnsutils" "host" ];

patches = [
./dont-keep-configure-flags.patch
./remove-mkdir-var.patch
# Fix cross-compilation (will be included in next release after 9.16.8)
(fetchpatch {
url = "https://gitlab.isc.org/isc-projects/bind9/-/commit/35ca6df07277adff4df7472a0b01ea5438cdf1ff.patch";
sha256 = "1sj0hcd0wgkam7hrbp2vw2yymmni4azr9ixd9shz1l6ja90bdj9h";
})
];

nativeBuildInputs = [ perl pkg-config ];
Expand Down

0 comments on commit 87e7d8b

Please sign in to comment.