about summary refs log tree commit diff
diff options
context:
space:
mode:
authorThomas Gerbet <thomas@gerbet.me>2024-02-24 01:53:18 +0100
committerThomas Gerbet <thomas@gerbet.me>2024-02-24 01:53:18 +0100
commitd82e12a42f83853162d32f835cdd26bdb5c8cec6 (patch)
treeab20fe3dc99997e3af6e5ca51f52e4cb01db11f1
parentcfc5c35a0b39f3dc4ab73c2e4cd12191eb4ebe09 (diff)
c-ares: 1.26.0 -> 1.27.0
Fixes CVE-2024-25629.

Changelog:
https://c-ares.org/changelog.html#1_27_0
-rw-r--r--pkgs/development/libraries/c-ares/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/c-ares/default.nix b/pkgs/development/libraries/c-ares/default.nix
index e18f56fc2f48e..87b86036cff28 100644
--- a/pkgs/development/libraries/c-ares/default.nix
+++ b/pkgs/development/libraries/c-ares/default.nix
@@ -13,11 +13,11 @@
 
 stdenv.mkDerivation rec {
   pname = "c-ares";
-  version = "1.26.0";
+  version = "1.27.0";
 
   src = fetchurl {
     url = "https://c-ares.org/download/${pname}-${version}.tar.gz";
-    hash = "sha256-vtWMTwKwCQgOvabCRnukaXIqxq679El9xEqD2MYZTlA=";
+    hash = "sha256-CnK+ZpWZVcQ+KvL70DQY6Cor1UZGBOyaYhR+N6zrQgs=";
   };
 
   outputs = [ "out" "dev" "man" ];