bind: 9.18.27 -> 9.18.28

https://downloads.isc.org/isc/bind9/cur/9.18/CHANGES
https://www.openwall.com/lists/oss-security/2024/07/23/1

Fixes: CVE-2024-1975, CVE-2024-4076, CVE-2024-1737, CVE-2024-0760
This commit is contained in:
Martin Weinelt 2024-07-23 18:28:28 +02:00
parent f11a6a01cb
commit bbb4e2f9e2
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -24,11 +24,11 @@
stdenv.mkDerivation rec {
pname = "bind";
version = "9.18.27";
version = "9.18.28";
src = fetchurl {
url = "https://downloads.isc.org/isc/bind9/${version}/${pname}-${version}.tar.xz";
hash = "sha256-6j89jPovaueMhyJ1HQCPVLwXo67Svj9zmet79fTNqPE=";
hash = "sha256-58zpoWX3thnu/Egy8KjcFrAF0p44kK7WAIxQbqKGpec=";
};
outputs = [ "out" "lib" "dev" "man" "dnsutils" "host" ];