[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74035] [PATCH v2 07/26] gnu: wireshark: Update to 4.4.1. [security
From: |
Z572 |
Subject: |
[bug#74035] [PATCH v2 07/26] gnu: wireshark: Update to 4.4.1. [security fixes] |
Date: |
Mon, 04 Nov 2024 17:38:25 +0800 |
Nicolas Graves via Guix-patches via <guix-patches@gnu.org> writes:
> This fixes CVE-2024-9780.
>
> * gnu/packages/networking.scm (wireshark): Update to 4.4.1.
> ---
> 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 17d4072ee0..be8b5c8e93 100644
> --- a/gnu/packages/networking.scm
> +++ b/gnu/packages/networking.scm
> @@ -1805,14 +1805,14 @@ (define-public whois
> (define-public wireshark
> (package
> (name "wireshark")
> - (version "4.4.0")
> + (version "4.4.1")
> (source
> (origin
> (method url-fetch)
> (uri (string-append
> "https://www.wireshark.org/download/src/wireshark-"
> version ".tar.xz"))
> (sha256
> - (base32 "0s8jqxcvq7ibfsq8v4scl8dq7y5hqgpivq4iw9y2x6jj136cvmga"))))
> + (base32 "1v2nflm8rdifc6pwlzn1ciz22wl15zwkqs3r7gjw60kh59brd7ib"))))
> (build-system qt-build-system)
> (arguments
> (list
apply, and switch to git-fetch.
signature.asc
Description: PGP signature
- [bug#74035] [PATCH v2 01/26] gnu: libyang: Update to 3.4.2. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 07/26] gnu: wireshark: Update to 4.4.1. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 07/26] gnu: wireshark: Update to 4.4.1. [security fixes],
Z572 <=
- [bug#74035] [PATCH v2 10/26] gnu: xlsxio: Update to 0.2.35. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 02/26] gnu: python-django-4.2: Update to 4.2.16. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 12/26] gnu: indent: Remove uneeded arguments., Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 15/26] gnu: shapelib: Update to 1.6.1. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 23/26] gnu: Add sexpp., Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 20/26] gnu: liblouis: Update to 3.31.0. [security fixes], Nicolas Graves, 2024/11/03