me
/
guix
Archived
1
0
Fork 0

gnu: tcpdump: Update to 4.99.0 [security fixes].

* gnu/packages/admin.scm (tcpdump): Update to 4.99.0.
master
Léo Le Bouter 2021-03-04 00:21:35 +01:00
parent 48dd1ac030
commit 63ed56c347
No known key found for this signature in database
GPG Key ID: 45A8B1E86BCD10A6
1 changed files with 2 additions and 2 deletions

View File

@ -1226,14 +1226,14 @@ network statistics collection, security monitoring, network debugging, etc.")
(define-public tcpdump
(package
(name "tcpdump")
(version "4.9.3")
(version "4.99.0")
(source (origin
(method url-fetch)
(uri (string-append "https://www.tcpdump.org/release/tcpdump-"
version ".tar.gz"))
(sha256
(base32
"0434vdcnbqaia672rggjzdn4bb8p8dchz559yiszzdk0sjrprm1c"))))
"0hmqh2fx8rgs9v1mk3vpywj61xvkifz260q685xllxr8jmxg3wlc"))))
(build-system gnu-build-system)
(inputs `(("libpcap" ,libpcap)
("openssl" ,openssl)))