bind: 9.18.1 -> 9.18.3
> An assertion failure can be triggered if a TLS connection to a > configured http TLS listener with a defined endpoint is destroyed too > early. https://kb.isc.org/v1/docs/cve-2022-1183 Fixes: CVE-2022-1183
This commit is contained in:
parent
7eb9cf5bfc
commit
f33b07e728
1 changed files with 2 additions and 2 deletions
|
@ -9,11 +9,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "bind";
|
||||
version = "9.18.1";
|
||||
version = "9.18.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://downloads.isc.org/isc/bind9/${version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "sha256-V8ev2HFpTWFctN77HBvW7QIzUJQ9dFhBTbjUk+9WBCc=";
|
||||
sha256 = "sha256-CtjadzvZPLoO9mzIGZlpjr35w+UfrtXlyMHrdcrSrm8=";
|
||||
};
|
||||
|
||||
outputs = [ "out" "lib" "dev" "man" "dnsutils" "host" ];
|
||||
|
|
Loading…
Reference in a new issue