me
/
guix
Archived
1
0
Fork 0

gnu: Wireshark: Update to 2.6.3 [fixes CVE-2018-{14994,16056,16057,16058}].

* gnu/packages/networking.scm (wireshark): Update to 2.6.3.
master
Leo Famulari 2018-09-06 16:46:08 -04:00
parent 1e066f0706
commit 91cc2a38de
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -580,7 +580,7 @@ of the same name.")
(define-public wireshark
(package
(name "wireshark")
(version "2.6.2")
(version "2.6.3")
(source
(origin
(method url-fetch)
@ -588,7 +588,7 @@ of the same name.")
version ".tar.xz"))
(sha256
(base32
"153h6prxamv5a62f3pfadkry0y57696xrgxfy2gfy5xswdg8kcj9"))))
"1v538h02y8avwy3cr11xz6wkyf9xd8qva4ng4sl9f2fw4skahn6i"))))
(build-system gnu-build-system)
(inputs `(("c-ares" ,c-ares)
("glib" ,glib)