wireshark: 4.0.10 -> 4.0.11 (#271623)

Fixes CVE-2023-6174 / wnpa-sec-2023-28 and wnpa-sec-2023-29.

Changes:
https://www.wireshark.org/docs/relnotes/wireshark-4.0.11.html
(cherry picked from commit 5b04de7675)

Co-authored-by: Thomas Gerbet <thomas@gerbet.me>
This commit is contained in:
github-actions[bot]
2023-12-02 11:29:54 +01:00
committed by GitHub
parent b9fadb4340
commit 02c42413b5

View File

@@ -52,7 +52,7 @@ assert withQt -> qt6 != null;
stdenv.mkDerivation rec {
pname = "wireshark-${if withQt then "qt" else "cli"}";
version = "4.0.10";
version = "4.0.11";
outputs = [ "out" "dev" ];
@@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
repo = "wireshark";
owner = "wireshark";
rev = "v${version}";
hash = "sha256-R8CoatIZC7vkKn4UZ3G7h5qBexfKMdJJ0swi+IxAjG0=";
hash = "sha256-tyYcL9K/TcW7Q+VrfYJPnqWh4pc06CKK7YHDEJjM090=";
};
patches = [