[PATCH] gnu: wireshark: Update to 4.2.4 [security fixes].

  • Done
  • quality assurance status badge
Details
2 participants
  • John Kehayias
  • Timotej Lazar
Owner
unassigned
Submitted by
Timotej Lazar
Severity
normal

Debbugs page

T
T
Timotej Lazar wrote on 29 Mar 14:41 -0700
(address . guix-patches@gnu.org)(name . Timotej Lazar)(address . timotej.lazar@araneo.si)
4fc803ceddf45f9dd97e998debca0fbab313f94b.1711748462.git.timotej.lazar@araneo.si
Fixes CVE-2024-2955.

* gnu/packages/networking.scm (wireshark): Update to 4.2.4.

Change-Id: I707fc87d9572034f203616cba9d279a8af3f85a4
---
gnu/packages/networking.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (25 lines)
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 @@ (define-public whois
(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

base-commit: 6cde0f480dca28426a5634b70dd963d2de7bcf36
--
2.41.0
J
J
John Kehayias wrote on 30 Mar 15:27 -0700
(name . Timotej Lazar)(address . timotej.lazar@araneo.si)(address . 70084-done@debbugs.gnu.org)
87msqfmk33.fsf@protonmail.com
Hello,

On Fri, Mar 29, 2024 at 10:41 PM, Timotej Lazar wrote:

Toggle quote (33 lines)
> Fixes CVE-2024-2955.
>
> * gnu/packages/networking.scm (wireshark): Update to 4.2.4.
>
> Change-Id: I707fc87d9572034f203616cba9d279a8af3f85a4
> ---
> 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 @@ (define-public whois
> (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
>
> base-commit: 6cde0f480dca28426a5634b70dd963d2de7bcf36

Thanks! Pushed as fb966899db8990638508300f12bc77ebb872732f

John
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 70084@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 70084
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch