Summary for 4.9.3 tcpdump release Fix buffer overflow/overread vulnerabilities: CVE-2017-16808 (AoE) CVE-2018-14468 (FrameRelay) CVE-2018-14469 (IKEv1) CVE-2018-14470 (BABEL) CVE-2018-14466 (AFS/RX) CVE-2018-14461 (LDP) CVE-2018-14462 (ICMP) CVE-2018-14465 (RSVP) CVE-2018-14881 (BGP) CVE-2018-14464 (LMP) CVE-2018-14463 (VRRP) CVE-2018-14467 (BGP) CVE-2018-10103 (SMB - partially fixed, but SMB printing disabled) CVE-2018-10105 (SMB - too unreliably reproduced, SMB printing disabled) CVE-2018-14880 (OSPF6) CVE-2018-16451 (SMB) CVE-2018-14882 (RPL) CVE-2018-16227 (802.11) CVE-2018-16229 (DCCP) CVE-2018-16301 (was fixed in libpcap) CVE-2018-16230 (BGP) CVE-2018-16452 (SMB) CVE-2018-16300 (BGP) CVE-2018-16228 (HNCP) CVE-2019-15166 (LMP) CVE-2019-15167 (VRRP) Fix for cmdline argument/local issues: CVE-2018-14879 (tcpdump -V)
27 lines
660 B
Makefile
27 lines
660 B
Makefile
# $NetBSD: Makefile,v 1.50 2020/02/25 10:07:53 adam Exp $
|
|
|
|
DISTNAME= tcpdump-4.9.3
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.tcpdump.org/release/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.tcpdump.org/
|
|
COMMENT= Network monitoring tool
|
|
LICENSE= modified-bsd
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS.Darwin+= --disable-universal
|
|
|
|
BUILD_DEFS+= VARBASE
|
|
OWN_DIRS= ${VARBASE}/tcpdump
|
|
PKG_GROUPS= _tcpdump
|
|
PKG_USERS= _tcpdump:_tcpdump
|
|
|
|
# drop privileges when running
|
|
CONFIGURE_ARGS+= --with-user=_tcpdump
|
|
CONFIGURE_ARGS+= --with-chroot=${VARBASE}/tcpdump
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../net/libpcap/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|