GNU bug report logs - #72865
[PATCH] gnu: wireshark: Update to 4.4.0.

Previous Next

Package: guix-patches;

Reported by: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>

Date: Thu, 29 Aug 2024 05:47:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Subject: bug#72865: closed (Re: [bug#72865] [PATCH] gnu: wireshark: Update
 to 4.4.0.)
Date: Thu, 19 Sep 2024 16:48:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#72865: [PATCH] gnu: wireshark: Update to 4.4.0.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 72865 <at> debbugs.gnu.org.

-- 
72865: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72865
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Cc: 72865-done <at> debbugs.gnu.org
Subject: Re: [bug#72865] [PATCH] gnu: wireshark: Update to 4.4.0.
Date: Thu, 19 Sep 2024 18:47:13 +0200
Zheng Junjie <zhengjunjie <at> iscas.ac.cn> skribis:

> * gnu/packages/networking.scm (wireshark): Update to 4.4.0.
>
> Change-Id: I7f817641b9fac944483a2d6a90851843209a680f

Applied, thanks!

[Message part 3 (message/rfc822, inline)]
From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: wireshark: Update to 4.4.0.
Date: Thu, 29 Aug 2024 13:44:24 +0800
* gnu/packages/networking.scm (wireshark): Update to 4.4.0.

Change-Id: I7f817641b9fac944483a2d6a90851843209a680f
---
 gnu/packages/networking.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index f4ad280603..d44b9f386d 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -59,7 +59,7 @@
 ;;; Copyright © 2023 Sharlatan Hellseher <sharlatanus <at> gmail.com>
 ;;; Copyright © 2023 Bruno Victal <mirai <at> makinata.eu>
 ;;; Copyright © 2023 Yovan Naumovski <yovan <at> gorski.stream>
-;;; Copyright © 2023 Zheng Junjie <873216071 <at> qq.com>
+;;; Copyright © 2023, 2024 Zheng Junjie <873216071 <at> qq.com>
 ;;; Copyright © 2023, 2024 Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
 ;;; Copyright © 2024 Tomas Volf <~@wolfsden.cz>
 ;;; Copyright © 2022 Dominic Martinez <dom <at> dominicm.dev>
@@ -1798,14 +1798,14 @@ (define-public whois
 (define-public wireshark
   (package
     (name "wireshark")
-    (version "4.2.5")
+    (version "4.4.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.wireshark.org/download/src/wireshark-"
                            version ".tar.xz"))
        (sha256
-        (base32 "07r6n7xjckx5scp3d6s61hc54v5p5k4kaqik8jn3m9x9hymr7rsm"))))
+        (base32 "0s8jqxcvq7ibfsq8v4scl8dq7y5hqgpivq4iw9y2x6jj136cvmga"))))
     (build-system qt-build-system)
     (arguments
      (list

base-commit: 53f1d10f089dd1bf155a95d0ba166728498972bb
prerequisite-patch-id: 97eb02df190531b48f42cb2cba972d7938a8a45b
-- 
2.45.2




This bug report was last modified 249 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.