- Update net/tcpdump to 4.8.0
- Fix ambiguous specification of libpcap by using libpcap from base [1] PR: 211578 [1] Sponsored by: Rubicon Communications (Netgate)
This commit is contained in:
parent
bb66768020
commit
a7636e91f1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419648
2 changed files with 5 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tcpdump
|
||||
PORTVERSION= 4.7.4
|
||||
PORTVERSION= 4.8.0
|
||||
CATEGORIES= net ipv6
|
||||
MASTER_SITES= http://www.tcpdump.org/release/
|
||||
|
||||
|
@ -11,7 +11,7 @@ COMMENT= Ubiquitous network traffic analysis tool
|
|||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
LIB_DEPENDS= libpcap.so:net/libpcap
|
||||
LIB_DEPENDS= libpcap.so.1:net/libpcap
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (tcpdump-4.7.4.tar.gz) = 6be520269a89036f99c0b2126713a60965953eab921002b07608ccfc0c47d9af
|
||||
SIZE (tcpdump-4.7.4.tar.gz) = 1153657
|
||||
TIMESTAMP = 1470139109
|
||||
SHA256 (tcpdump-4.8.0.tar.gz) = 177385d9d17d1d99ba6aa3ea63a8400a5f4c54db62b83ac6d4da56944bee623b
|
||||
SIZE (tcpdump-4.8.0.tar.gz) = 1210470
|
||||
|
|
Loading…
Reference in a new issue