Date: Wed, 3 Nov 2021 15:46:23 GMT From: Renato Botelho <garga@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6fcbb11ebc4b - main - net/tcpdump: Update to 4.99.1 Message-ID: <202111031546.1A3FkNet055749@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by garga: URL: https://cgit.FreeBSD.org/ports/commit/?id=6fcbb11ebc4bd177b5b75b6583a710b674f7febb commit 6fcbb11ebc4bd177b5b75b6583a710b674f7febb Author: Renato Botelho <garga@FreeBSD.org> AuthorDate: 2021-11-03 15:45:25 +0000 Commit: Renato Botelho <garga@FreeBSD.org> CommitDate: 2021-11-03 15:46:17 +0000 net/tcpdump: Update to 4.99.1 While here, pet portclippy Sponsored by: Rubicon Communications, LLC ("Netgate") --- net/tcpdump/Makefile | 15 ++++++++------- net/tcpdump/distinfo | 6 +++--- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/net/tcpdump/Makefile b/net/tcpdump/Makefile index f750fd7b3ad2..614443dae42f 100644 --- a/net/tcpdump/Makefile +++ b/net/tcpdump/Makefile @@ -1,7 +1,7 @@ # Created by: Bruce M Simpson <bms@FreeBSD.org> PORTNAME= tcpdump -PORTVERSION= 4.99.0 +PORTVERSION= 4.99.1 CATEGORIES= net MASTER_SITES= http://www.tcpdump.org/release/ @@ -16,12 +16,17 @@ LIB_DEPENDS= libpcap.so.1:net/libpcap USES= cpe gmake GNU_CONFIGURE= yes + +PLIST_FILES= sbin/tcpdump \ + man/man1/tcpdump.1.gz + UNPRIV_USER?= tcpdump CHROOTDIR?= /var/run/tcpdump OPTIONS_DEFINE= CRYPTO SMB SMI USER CHROOT OPTIONS_DEFAULT= CRYPTO SMB SMI +CHROOT_DESC= Chroot to /var/run/tcpdump (set CHROOTDIR to change) CRYPTO_DESC= Support IPSEC and TCPMD5 # This one is intentionally worded this way because the default # description implies that tcpdump would not capture SMB, which @@ -29,19 +34,15 @@ CRYPTO_DESC= Support IPSEC and TCPMD5 SMB_DESC= Support printing SMB information SMI_DESC= Allow MIBs to be loaded on the fly USER_DESC= Drop privileges to dedicated user -CHROOT_DESC= Chroot to /var/run/tcpdump (set CHROOTDIR to change) +CHROOT_CONFIGURE_ON= --with-chroot=${CHROOTDIR} CRYPTO_USES= ssl CRYPTO_CONFIGURE_WITH= crypto SMB_CONFIGURE_ENABLE= smb -SMI_CONFIGURE_WITH= smi SMI_LIB_DEPENDS= libsmi.so:net-mgmt/libsmi +SMI_CONFIGURE_WITH= smi USER_CONFIGURE_ON= --with-user=${UNPRIV_USER} USER_VARS= USERS=${UNPRIV_USER} GROUPS=${UNPRIV_USER} -CHROOT_CONFIGURE_ON= --with-chroot=${CHROOTDIR} - -PLIST_FILES= sbin/tcpdump \ - man/man1/tcpdump.1.gz post-patch: @${REINPLACE_CMD} -e 's,sys/capability.h,sys/capsicum.h,' \ diff --git a/net/tcpdump/distinfo b/net/tcpdump/distinfo index aa8ff0388aa7..8265d3990d83 100644 --- a/net/tcpdump/distinfo +++ b/net/tcpdump/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1609875998 -SHA256 (tcpdump-4.99.0.tar.gz) = 8cf2f17a9528774a7b41060323be8b73f76024f7778f59c34efa65d49d80b842 -SIZE (tcpdump-4.99.0.tar.gz) = 2008080 +TIMESTAMP = 1635952154 +SHA256 (tcpdump-4.99.1.tar.gz) = 79b36985fb2703146618d87c4acde3e068b91c553fb93f021a337f175fd10ebe +SIZE (tcpdump-4.99.1.tar.gz) = 2014324
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111031546.1A3FkNet055749>