diff options
author | garga <garga@FreeBSD.org> | 2017-02-03 00:40:00 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2017-02-03 00:40:00 +0800 |
commit | 23227a06e26a99043a21af4714f34ac0d43358fa (patch) | |
tree | 915e99cf93bdaa27fdc2ea75089ba7ff1d5120c7 /net/tcpdump/Makefile | |
parent | 8a20f45f5376f15726c082c23a22206c30a4d3e9 (diff) | |
download | freebsd-ports-gnome-23227a06e26a99043a21af4714f34ac0d43358fa.tar.gz freebsd-ports-gnome-23227a06e26a99043a21af4714f34ac0d43358fa.tar.zst freebsd-ports-gnome-23227a06e26a99043a21af4714f34ac0d43358fa.zip |
Update tcpdump to 4.9.0
MFH: 2017Q1
Security: CVE-2017-5202 CVE-2016-7922 CVE-2016-7923 CVE-2016-7924
CVE-2016-7925 CVE-2016-7926 CVE-2016-7927 CVE-2016-7928
CVE-2016-7929 CVE-2016-7930 CVE-2016-7931 CVE-2016-7932
CVE-2016-7933 CVE-2016-7934 CVE-2016-7935 CVE-2016-7936
CVE-2016-7937 CVE-2016-7938 CVE-2016-7939 CVE-2016-7940
CVE-2016-7973 CVE-2016-7974 CVE-2016-7975 CVE-2016-7983
CVE-2016-7984 CVE-2016-7985 CVE-2016-7986 CVE-2016-7992
CVE-2016-7993 CVE-2016-8574 CVE-2016-8575 CVE-2017-5203
CVE-2017-5204 CVE-2017-5205 CVE-2017-5341 CVE-2017-5342
CVE-2017-5482 CVE-2017-5483 CVE-2017-5484 CVE-2017-5485
CVE-2017-5486
Sponsored by: Rubicon Communications (Netgate)
Diffstat (limited to 'net/tcpdump/Makefile')
-rw-r--r-- | net/tcpdump/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tcpdump/Makefile b/net/tcpdump/Makefile index 471d0d4b2006..d30f09fe33b8 100644 --- a/net/tcpdump/Makefile +++ b/net/tcpdump/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tcpdump -PORTVERSION= 4.8.1 +PORTVERSION= 4.9.0 CATEGORIES= net ipv6 MASTER_SITES= http://www.tcpdump.org/release/ |