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>
This commit is contained in:
parent
e11e47ce2b
commit
3afbef08e6
1 changed files with 2 additions and 2 deletions
|
@ -1661,14 +1661,14 @@ network statistics collection, security monitoring, network debugging, etc.")
|
||||||
(define-public tcpdump
|
(define-public tcpdump
|
||||||
(package
|
(package
|
||||||
(name "tcpdump")
|
(name "tcpdump")
|
||||||
(version "4.99.1")
|
(version "4.99.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://www.tcpdump.org/release/tcpdump-"
|
(uri (string-append "https://www.tcpdump.org/release/tcpdump-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ghfs5gifzrk3813zf9zalfbjs70wg6llz6q31k180r7zf2nkcvr"))))
|
"1slzwjk5f8sygwxqci4vkbas0qqcgs5a0w3f8br6p7gjn8dj6ch2"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs (list libpcap openssl))
|
(inputs (list libpcap openssl))
|
||||||
(native-inputs (list perl)) ; for tests
|
(native-inputs (list perl)) ; for tests
|
||||||
|
|
Reference in a new issue