git: c7e9092572cd - main - net/tcpdump: Patch to honour local timezone
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Sep 2023 13:29:00 UTC
The branch main has been updated by garga:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c7e9092572cde1a3b9d8a6dc8fb586d1deecef07
commit c7e9092572cde1a3b9d8a6dc8fb586d1deecef07
Author: Joseph Mingrone <jrm@FreeBSD.org>
AuthorDate: 2023-09-18 13:26:21 +0000
Commit: Renato Botelho <garga@FreeBSD.org>
CommitDate: 2023-09-18 13:28:51 +0000
net/tcpdump: Patch to honour local timezone
Summary:
Discussion: https://lists.freebsd.org/archives/freebsd-stable/2023-September/001448.html
PR: 273807 (src patch)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D41886
---
net/tcpdump/Makefile | 4 ++++
net/tcpdump/distinfo | 4 +++-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/net/tcpdump/Makefile b/net/tcpdump/Makefile
index 72ef7be9b8a6..f8f726ddd20a 100644
--- a/net/tcpdump/Makefile
+++ b/net/tcpdump/Makefile
@@ -1,8 +1,12 @@
PORTNAME= tcpdump
PORTVERSION= 4.99.4
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.tcpdump.org/release/
+PATCH_SITES= https://github.com/the-tcpdump-group/tcpdump/commit/
+PATCHFILES= 5c1ecd8c.patch:-p1
+
MAINTAINER= garga@FreeBSD.org
COMMENT= Ubiquitous network traffic analysis tool
WWW= https://www.tcpdump.org/
diff --git a/net/tcpdump/distinfo b/net/tcpdump/distinfo
index 58432aec732c..8716a5b81324 100644
--- a/net/tcpdump/distinfo
+++ b/net/tcpdump/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1681124583
+TIMESTAMP = 1694861403
SHA256 (tcpdump-4.99.4.tar.gz) = 0232231bb2f29d6bf2426e70a08a7e0c63a0d59a9b44863b7f5e2357a6e49fea
SIZE (tcpdump-4.99.4.tar.gz) = 1903612
+SHA256 (5c1ecd8c.patch) = 1fe70c129bd03674e830728ecc346f5fc9badd45e1856d83b0ca3978a15eaad1
+SIZE (5c1ecd8c.patch) = 1004