me
/
guix
Archived
1
0
Fork 0

gnu: Wireshark: Update to 2.6.4 [fixes CVE-2018-{12086,18225,18226,18227}].

* gnu/packages/networking.scm (wireshark): Update to 2.6.4.
master
Leo Famulari 2018-10-12 22:16:54 -04:00
parent aa227b3be3
commit a60e868629
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -581,7 +581,7 @@ of the same name.")
(define-public wireshark
(package
(name "wireshark")
(version "2.6.3")
(version "2.6.4")
(source
(origin
(method url-fetch)
@ -589,7 +589,7 @@ of the same name.")
version ".tar.xz"))
(sha256
(base32
"1v538h02y8avwy3cr11xz6wkyf9xd8qva4ng4sl9f2fw4skahn6i"))))
"0qf81dk726sdsmjqa9nd251j1cwvzkyb4hrlp6w4iwa3cdz00sx0"))))
(build-system gnu-build-system)
(inputs `(("c-ares" ,c-ares)
("glib" ,glib)