GNU bug report logs - #64265
[PATCH] gnu: tcpdump: Update to 4.99.4 [fixes CVE-2023-1801].

Previous Next

Package: guix-patches;

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


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Timotej Lazar <timotej.lazar <at> araneo.si>
Subject: bug#64265: closed (Re: [bug#64265] [PATCH] gnu: tcpdump: Update
 to 4.99.4 [fixes CVE-2023-1801].)
Date: Sat, 01 Jul 2023 07:13:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

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

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 64265 <at> debbugs.gnu.org.

-- 
64265: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64265
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: Timotej Lazar <timotej.lazar <at> araneo.si>
Cc: 64265-done <at> debbugs.gnu.org, guix-patches <at> gnu.org
Subject: Re: [bug#64265] [PATCH] gnu: tcpdump: Update to 4.99.4 [fixes
 CVE-2023-1801].
Date: Sat, 01 Jul 2023 08:11:38 +0100
[Message part 3 (text/plain, inline)]
Timotej Lazar <timotej.lazar <at> 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
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Timotej Lazar <timotej.lazar <at> araneo.si>
To: guix-patches <at> gnu.org
Cc: Timotej Lazar <timotej.lazar <at> araneo.si>
Subject: [PATCH] gnu: tcpdump: Update to 4.99.4 [fixes CVE-2023-1801].
Date: Sat, 24 Jun 2023 15:11:39 +0200
* 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.