mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
bind: 9.8.10 -> 9.8.11
Fixes CVE-2022-3094, CVE-2022-3736 and CVE-2022-3924. Security advisories: * https://kb.isc.org/docs/cve-2022-3094 * https://kb.isc.org/docs/cve-2022-3736 * https://kb.isc.org/docs/cve-2022-3924 Changelog: https://downloads.isc.org/isc/bind9/9.18.11/CHANGES
This commit is contained in:
parent
2821a121dc
commit
d258b4e1e8
1 changed files with 2 additions and 2 deletions
|
@ -8,11 +8,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "bind";
|
||||
version = "9.18.10";
|
||||
version = "9.18.11";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://downloads.isc.org/isc/bind9/${version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "sha256-9BWpL+tiVotQhUoGPLIx4lc1H4ZyGG0KsDGkmz3iysY=";
|
||||
sha256 = "sha256-j/M1KBIjDLy9pC34fK2WH5QWPT2kV8XkvvgFf9XfIVg=";
|
||||
};
|
||||
|
||||
outputs = [ "out" "lib" "dev" "man" "dnsutils" "host" ];
|
||||
|
|
Loading…
Reference in a new issue