[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/08: gnu: wireshark: Update to 4.2.5 [security fixes].
From: |
guix-commits |
Subject: |
08/08: gnu: wireshark: Update to 4.2.5 [security fixes]. |
Date: |
Thu, 23 May 2024 01:30:04 -0400 (EDT) |
z572 pushed a commit to branch master
in repository guix.
commit 28b336d02e008fabb6b98d791fbc87a9a0e12cb1
Author: Timotej Lazar <timotej.lazar@araneo.si>
AuthorDate: Fri May 17 23:21:49 2024 +0200
gnu: wireshark: Update to 4.2.5 [security fixes].
Fixes CVE-2024-4853, CVE-2024-4854, CVE-2024-4855.
* gnu/packages/networking.scm (wireshark): Update to 4.2.5.
Change-Id: I1f60714bbea05a44d78f420404af5044d344fd12
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
---
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 c376ca3141..035c03ea3c 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1776,14 +1776,14 @@ of the same name.")
(define-public wireshark
(package
(name "wireshark")
- (version "4.2.4")
+ (version "4.2.5")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.wireshark.org/download/src/wireshark-"
version ".tar.xz"))
(sha256
- (base32 "034cmp6wv6k1gc5zw90z7782cap72j7jvyqn12rl8w9kfi20zga6"))))
+ (base32 "07r6n7xjckx5scp3d6s61hc54v5p5k4kaqik8jn3m9x9hymr7rsm"))))
(build-system qt-build-system)
(arguments
(list
- branch master updated (c3fe248e69 -> 28b336d02e), guix-commits, 2024/05/23
- 03/08: gnu: bvi: Update to 1.4.2., guix-commits, 2024/05/23
- 02/08: gnu: passt: Update to 2024_05_10.7288448., guix-commits, 2024/05/23
- 04/08: gnu: skopeo: Update to 1.15.1 [security fixes]., guix-commits, 2024/05/23
- 05/08: gnu: buildah: Update to 1.35.4 [security fixes]., guix-commits, 2024/05/23
- 07/08: gnu: dcmtk: Update to 3.6.8. [security-fixes], guix-commits, 2024/05/23
- 08/08: gnu: wireshark: Update to 4.2.5 [security fixes].,
guix-commits <=
- 01/08: gnu: Add pkcs11-helper., guix-commits, 2024/05/23
- 06/08: gnu: podman: Update to 5.0.3 [security fixes]., guix-commits, 2024/05/23