all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#64265] [PATCH] gnu: tcpdump: Update to 4.99.4 [fixes CVE-2023-1801].
@ 2023-06-24 13:11 Timotej Lazar
  2023-07-01  7:11 ` Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Timotej Lazar @ 2023-06-24 13:11 UTC (permalink / raw)
  To: 64265; +Cc: Timotej Lazar

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#64265] [PATCH] gnu: tcpdump: Update to 4.99.4 [fixes CVE-2023-1801].
  2023-06-24 13:11 [bug#64265] [PATCH] gnu: tcpdump: Update to 4.99.4 [fixes CVE-2023-1801] Timotej Lazar
@ 2023-07-01  7:11 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-07-01  7:11 UTC (permalink / raw)
  To: Timotej Lazar; +Cc: 64265-done, 64265

[-- Attachment #1: Type: text/plain, Size: 286 bytes --]


Timotej Lazar <timotej.lazar@araneo.si> writes:

> * gnu/packages/admin.scm (tcpdump): Update to 4.99.4.
> ---
>  gnu/packages/admin.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks, I've pushed this to master as
3afbef08e65108178b91eff1a7629f0a3066c17d.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-07-01  7:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-24 13:11 [bug#64265] [PATCH] gnu: tcpdump: Update to 4.99.4 [fixes CVE-2023-1801] Timotej Lazar
2023-07-01  7:11 ` Christopher Baines

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.