Index: branches/2017Q1/net/tcpdump/Makefile =================================================================== --- branches/2017Q1/net/tcpdump/Makefile (revision 433203) +++ branches/2017Q1/net/tcpdump/Makefile (revision 433204) @@ -1,56 +1,56 @@ # Created by: Bruce M Simpson # $FreeBSD$ PORTNAME= tcpdump -PORTVERSION= 4.8.1 +PORTVERSION= 4.9.0 CATEGORIES= net ipv6 MASTER_SITES= http://www.tcpdump.org/release/ MAINTAINER= garga@FreeBSD.org COMMENT= Ubiquitous network traffic analysis tool LICENSE= BSD3CLAUSE LIB_DEPENDS= libpcap.so.1:net/libpcap GNU_CONFIGURE= yes USES= gmake UNPRIV_USER?= nobody CHROOTDIR?= /var/run/tcpdump OPTIONS_DEFINE= CRYPTO IPV6 SMB SMI USER CHROOT OPTIONS_DEFAULT= CRYPTO SMB SMI 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 # is not true. It will just not print it if this option is off. SMB_DESC= Support printing SMB information SMI_DESC= Allow MIBs to be loaded on the fly USER_DESC= Drop privileges to nobody CHROOT_DESC= Chroot to /var/run/tcpdump (set CHROOTDIR to change) CRYPTO_USE= OPENSSL=yes CRYPTO_CONFIGURE_WITH= crypto IPV6_CONFIGURE_ENABLE= ipv6 SMB_CONFIGURE_ENABLE= smb SMI_CONFIGURE_WITH= smi SMI_LIB_DEPENDS= libsmi.so:net-mgmt/libsmi USER_CONFIGURE_ON= --with-user=${UNPRIV_USER} CHROOT_CONFIGURE_ON= --with-chroot=${CHROOTDIR} PLIST_FILES= sbin/tcpdump \ man/man1/tcpdump.1.gz .include post-configure: @${REINPLACE_CMD} -e "s,\./\.\./${LIBPCAP_FORCE_VER}/libpcap\.a,${LOCALBASE}/lib/libpcap.so.1," \ ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tcpdump ${STAGEDIR}/${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/tcpdump.1 ${STAGEDIR}/${MAN1PREFIX}/man/man1 .include Index: branches/2017Q1/net/tcpdump/distinfo =================================================================== --- branches/2017Q1/net/tcpdump/distinfo (revision 433203) +++ branches/2017Q1/net/tcpdump/distinfo (revision 433204) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477477424 -SHA256 (tcpdump-4.8.1.tar.gz) = 20e4341ec48fcf72abcae312ea913e6ba6b958617b2f3fb496d51f0ae88d831c -SIZE (tcpdump-4.8.1.tar.gz) = 1205713 +TIMESTAMP = 1486051945 +SHA256 (tcpdump-4.9.0.tar.gz) = eae98121cbb1c9adbedd9a777bf2eae9fa1c1c676424a54740311c8abcee5a5e +SIZE (tcpdump-4.9.0.tar.gz) = 1260309 Index: branches/2017Q1 =================================================================== --- branches/2017Q1 (revision 433203) +++ branches/2017Q1 (revision 433204) Property changes on: branches/2017Q1 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r433170