diff options
| author | Thomas Gerbet <thomas@gerbet.me> | 2024-02-13 21:17:05 +0100 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-02-22 20:40:38 +0000 |
| commit | 481092ddbfde04b4a4a0629b343859de45296c05 (patch) | |
| tree | 738a4ae76b2a7180de4e3cdc184d90fb3907b84e | |
| parent | Merge #288818: unbound: 1.18.0 -> 1.19.0 (diff) | |
| download | nixpkgs-481092ddbfde04b4a4a0629b343859de45296c05.tar.gz | |
unbound: 1.19.0 -> 1.19.1
Fixes CVE-2023-50387 and CVE-2023-50868.
Changes:
https://nlnetlabs.nl/news/2024/Feb/13/unbound-1.19.1-released/
(cherry picked from commit 062ee05a5784dfb8be2e7c951f4f5e3ea575b158)
| -rw-r--r-- | pkgs/tools/networking/unbound/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/unbound/default.nix b/pkgs/tools/networking/unbound/default.nix index 9d5c73286b6f..2298ea0d7003 100644 --- a/pkgs/tools/networking/unbound/default.nix +++ b/pkgs/tools/networking/unbound/default.nix @@ -49,11 +49,11 @@ stdenv.mkDerivation (finalAttrs: { pname = "unbound"; - version = "1.19.0"; + version = "1.19.1"; src = fetchurl { url = "https://nlnetlabs.nl/downloads/unbound/unbound-${finalAttrs.version}.tar.gz"; - hash = "sha256-qXUyRohUxhwt5IykFw3oVP07yVyAQ7sM+w/iZgWWZiQ="; + hash = "sha256-vB1Xbz3YRqBzmtxB/6pwJATGdn0rYILeufL5fLsko6k="; }; outputs = [ "out" "lib" "man" ]; # "dev" would only split ~20 kB |
