me
/
guix
Archived
1
0
Fork 0

gnu: tcpdump: Update to 4.99.4 [fixes CVE-2023-1801].

* gnu/packages/admin.scm (tcpdump): Update to 4.99.4.

Signed-off-by: Christopher Baines <mail@cbaines.net>
master
Timotej Lazar 2023-06-24 15:11:39 +02:00 committed by Christopher Baines
parent e11e47ce2b
commit 3afbef08e6
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

@ -1661,14 +1661,14 @@ network statistics collection, security monitoring, network debugging, etc.")
(define-public tcpdump
(package
(name "tcpdump")
(version "4.99.1")
(version "4.99.4")
(source (origin
(method url-fetch)
(uri (string-append "https://www.tcpdump.org/release/tcpdump-"
version ".tar.gz"))
(sha256
(base32
"1ghfs5gifzrk3813zf9zalfbjs70wg6llz6q31k180r7zf2nkcvr"))))
"1slzwjk5f8sygwxqci4vkbas0qqcgs5a0w3f8br6p7gjn8dj6ch2"))))
(build-system gnu-build-system)
(inputs (list libpcap openssl))
(native-inputs (list perl)) ; for tests