unbound: 1.16.0 -> 1.16.2
fixes CVE-2022-30698 and CVE-2022-30699
This commit is contained in:
parent
6a792c2ed8
commit
f2298fcf8f
1 changed files with 2 additions and 2 deletions
|
@ -43,11 +43,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "unbound";
|
pname = "unbound";
|
||||||
version = "1.16.0";
|
version = "1.16.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://nlnetlabs.nl/downloads/unbound/unbound-${version}.tar.gz";
|
url = "https://nlnetlabs.nl/downloads/unbound/unbound-${version}.tar.gz";
|
||||||
hash = "sha256-ZwFTTJOOsBliZgEZHtxtAS/FNMCdJBjVuSgn2wy+SKU=";
|
hash = "sha256-LjLyg4IMJMUcod2K/s/bdHxzhaE3q+hlyZ20sldANYE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "lib" "man" ]; # "dev" would only split ~20 kB
|
outputs = [ "out" "lib" "man" ]; # "dev" would only split ~20 kB
|
||||||
|
|
Loading…
Reference in a new issue