GNU bug report logs -
#64265
[PATCH] gnu: tcpdump: Update to 4.99.4 [fixes CVE-2023-1801].
Previous Next
Reported by: Timotej Lazar <timotej.lazar <at> araneo.si>
Date: Sat, 24 Jun 2023 13:12:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/admin.scm (tcpdump): Update to 4.99.4.
---
gnu/packages/admin.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index a81a3f3414..aea9efa4da 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1661,14 +1661,14 @@ (define-public libpcap
(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
base-commit: d6dc82e8cdb2d6114a12b06d449ce7f1150c7f70
--
2.40.1
This bug report was last modified 2 years and 45 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.