guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#71021: [PATCH] gnu: wireshark: Update to 4.2.5 [security fixes].


From: Zheng Junjie
Subject: bug#71021: [PATCH] gnu: wireshark: Update to 4.2.5 [security fixes].
Date: Thu, 23 May 2024 13:36:25 +0800
User-agent: mu4e 1.12.4; emacs 30.0.50

Timotej Lazar <timotej.lazar@araneo.si> writes:

> Fixes CVE-2024-4853, CVE-2024-4854, CVE-2024-4855.
>
> * gnu/packages/networking.scm (wireshark): Update to 4.2.5.
>
> Change-Id: I1f60714bbea05a44d78f420404af5044d344fd12
> ---
>  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 4c266c22aa..a9181ee777 100644
> --- a/gnu/packages/networking.scm
> +++ b/gnu/packages/networking.scm
> @@ -1776,14 +1776,14 @@ (define-public whois
>  (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
>
> base-commit: e9b25a6c6c626a560d28a1f732e6e5d362d584a4
push, see 
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=28b336d02e008fabb6b98d791fbc87a9a0e12cb1

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]