bind: 9.18.14 -> 9.18.16

https://downloads.isc.org/isc/bind9/cur/9.18/CHANGES
https://downloads.isc.org/isc/bind9/9.18.16/doc/arm/html/notes.html

Fixes: CVE-2023-2828, CVE-2023-2911, CVE-202-3094, CVE-2022-3736,
       CVE-2023-3924
This commit is contained in:
Martin Weinelt 2023-06-22 11:58:21 +02:00
parent 6c4ffb33fd
commit 75a902e253
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -9,11 +9,11 @@
stdenv.mkDerivation rec {
pname = "bind";
version = "9.18.14";
version = "9.18.16";
src = fetchurl {
url = "https://downloads.isc.org/isc/bind9/${version}/${pname}-${version}.tar.xz";
sha256 = "sha256-muEu32rDxDCzPs0afAwMYIddJVGF64eFD6ml55SmSgk=";
sha256 = "sha256-yII0/gfudcPIqeWRUv7mS3FGQ96OIs+Y2j200LV+B3U=";
};
outputs = [ "out" "lib" "dev" "man" "dnsutils" "host" ];