about summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorThomas Gerbet <thomas@gerbet.me>2024-01-14 12:21:45 +0100
committerThomas Gerbet <thomas@gerbet.me>2024-01-14 12:21:45 +0100
commitafb57ff041463ed5586b2d350afa4fedf96c85e1 (patch)
tree36123daaa6d5898035ae4fdd6e7671d09d91c56a /pkgs/misc
parent85cbb44a8399d85d0a72e70436b3e511416b0277 (diff)
downloadnixlib-afb57ff041463ed5586b2d350afa4fedf96c85e1.tar
nixlib-afb57ff041463ed5586b2d350afa4fedf96c85e1.tar.gz
nixlib-afb57ff041463ed5586b2d350afa4fedf96c85e1.tar.bz2
nixlib-afb57ff041463ed5586b2d350afa4fedf96c85e1.tar.lz
nixlib-afb57ff041463ed5586b2d350afa4fedf96c85e1.tar.xz
nixlib-afb57ff041463ed5586b2d350afa4fedf96c85e1.tar.zst
nixlib-afb57ff041463ed5586b2d350afa4fedf96c85e1.zip
elasticsearch: 7.17.10 -> 7.17.16
Fixes CVE-2023-31417, CVE-2023-31418, CVE-2023-31419, CVE-2023-46673 and CVE-2023-46674.

Security announces:
https://www.elastic.co/guide/en/security/7.17/release-notes-header-7.17.0.html#release-notes-7.17.16

Release notes:
https://www.elastic.co/guide/en/elasticsearch/reference/7.17/release-notes-7.17.16.html
https://www.elastic.co/guide/en/elasticsearch/reference/7.17/release-notes-7.17.15.html
https://www.elastic.co/guide/en/elasticsearch/reference/7.17/release-notes-7.17.14.html
https://www.elastic.co/guide/en/elasticsearch/reference/7.17/release-notes-7.17.13.html
https://www.elastic.co/guide/en/elasticsearch/reference/7.17/release-notes-7.17.12.html
https://www.elastic.co/guide/en/elasticsearch/reference/7.17/release-notes-7.17.11.html
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/logging/beats/7.x.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/misc/logging/beats/7.x.nix b/pkgs/misc/logging/beats/7.x.nix
index ad4d00a8149e..5d0629d1fb69 100644
--- a/pkgs/misc/logging/beats/7.x.nix
+++ b/pkgs/misc/logging/beats/7.x.nix
@@ -8,10 +8,10 @@ let beat = package: extraArgs: buildGoModule (rec {
     owner = "elastic";
     repo = "beats";
     rev = "v${version}";
-    hash = "sha256-Quq32/3NeGhrsy17GrIeBiB3LGQuMFTFl3lAyyU6GZM=";
+    hash = "sha256-0qwWHRIDLlnaPOCRmiiFGg+/jdanWuQtggM2QSaMR1o=";
   };
 
-  vendorHash = "sha256-UJjwCRxY1rrymroBqC/SfCVM9vmnQOtLlS3OONih3kM=";
+  vendorHash = "sha256-rwCCpptppkpvwQWUtqTjBUumP8GSpPHBTCaj0nYVQv8=";
 
   subPackages = [ package ];