[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: wireshark: Update to 4.2.4 [security fixes].
From: |
guix-commits |
Subject: |
01/03: gnu: wireshark: Update to 4.2.4 [security fixes]. |
Date: |
Sat, 30 Mar 2024 18:24:23 -0400 (EDT) |
podiki pushed a commit to branch master
in repository guix.
commit fb966899db8990638508300f12bc77ebb872732f
Author: Timotej Lazar <timotej.lazar@araneo.si>
AuthorDate: Fri Mar 29 22:41:02 2024 +0100
gnu: wireshark: Update to 4.2.4 [security fixes].
Fixes CVE-2024-2955.
* gnu/packages/networking.scm (wireshark): Update to 4.2.4.
Change-Id: I707fc87d9572034f203616cba9d279a8af3f85a4
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
---
gnu/packages/networking.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 3a743730a6..8501545b0f 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1771,14 +1771,14 @@ of the same name.")
(define-public wireshark
(package
(name "wireshark")
- (version "4.2.3")
+ (version "4.2.4")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.wireshark.org/download/src/wireshark-"
version ".tar.xz"))
(sha256
- (base32 "04aqg5w8yfikqc1446c2zr2h4yyd5napwkhskdvr2galdycxb2wm"))))
+ (base32 "034cmp6wv6k1gc5zw90z7782cap72j7jvyqn12rl8w9kfi20zga6"))))
(build-system qt-build-system)
(arguments
(list