GNU bug report logs -
#25985
[PATCH] Update Wireshark
Previous Next
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hello,
The following patch updates Wireshark to 2.2.5.
Regards,
--
Nicolas Goaziou 0x80A93738
[0001-gnu-wireshark-Update-to-2.2.5.patch (text/x-diff, inline)]
From 0469eb6048cc38d849e4defde9a9973635d8e8b5 Mon Sep 17 00:00:00 2001
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Date: Sun, 5 Mar 2017 11:21:15 +0100
Subject: [PATCH] gnu: wireshark: Update to 2.2.5.
* gnu/packages/networking.scm (wireshark): Update to 2.2.5.
---
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 eb3047c81..fe9e6a593 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -470,7 +470,7 @@ which can be used to encrypt a password with @code{crypt(3)}.")
(define-public wireshark
(package
(name "wireshark")
- (version "2.2.4")
+ (version "2.2.5")
(synopsis "Network traffic analyzer")
(source
(origin
@@ -479,7 +479,7 @@ which can be used to encrypt a password with @code{crypt(3)}.")
version ".tar.bz2"))
(sha256
(base32
- "049r5962yrajhhz9r4dsnx403dab50d6091y2mw298ymxqszp9s2"))))
+ "1j4sc3pmy8l6k41007spglcqiabjlzc7f85pn3jmjr9ksv9qipbm"))))
(build-system glib-or-gtk-build-system)
(inputs `(("bison" ,bison)
("c-ares" ,c-ares)
--
2.11.0
This bug report was last modified 8 years and 74 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.