bind: 9.16.13 -> 9.16.15
https://kb.isc.org/docs/cve-2021-25214 https://kb.isc.org/docs/cve-2021-25215 https://kb.isc.org/docs/cve-2021-25216 Fixes: CVE-2021-25214, CVE-2021-25215, CVE-2021-25216
This commit is contained in:
parent
01d55fcd5e
commit
84b6596098
1 changed files with 2 additions and 2 deletions
|
@ -10,11 +10,11 @@ assert enablePython -> python3 != null;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "bind";
|
pname = "bind";
|
||||||
version = "9.16.13";
|
version = "9.16.15";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://downloads.isc.org/isc/bind9/${version}/${pname}-${version}.tar.xz";
|
url = "https://downloads.isc.org/isc/bind9/${version}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "sha256-pUzHk/pbabNfYQ8glXYPgjjf9c/VJBn37hycIn2kzAg=";
|
sha256 = "0fbqisrh84f8wszm94cqp7v8q9r7pql3qyzbay7vz9vqv0rg9dlq";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "lib" "dev" "man" "dnsutils" "host" ];
|
outputs = [ "out" "lib" "dev" "man" "dnsutils" "host" ];
|
||||||
|
|
Loading…
Reference in a new issue