diff options
author | garga <garga@FreeBSD.org> | 2017-02-03 00:44:41 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2017-02-03 00:44:41 +0800 |
commit | d0ef582caacbc1521fb2fcb95d9935b9915d8d75 (patch) | |
tree | 836b4007b224d81ae7d48d9c552ef300a987c24b | |
parent | 23227a06e26a99043a21af4714f34ac0d43358fa (diff) | |
download | freebsd-ports-gnome-d0ef582caacbc1521fb2fcb95d9935b9915d8d75.tar.gz freebsd-ports-gnome-d0ef582caacbc1521fb2fcb95d9935b9915d8d75.tar.zst freebsd-ports-gnome-d0ef582caacbc1521fb2fcb95d9935b9915d8d75.zip |
Deprecate net/tcpdump398 due to multiple vulnerabilities. Set expiration
date to 2017-03-05
-rw-r--r-- | net/tcpdump398/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/tcpdump398/Makefile b/net/tcpdump398/Makefile index dd628863820a..3932413979b3 100644 --- a/net/tcpdump398/Makefile +++ b/net/tcpdump398/Makefile @@ -12,6 +12,10 @@ COMMENT= Ubiquitous network traffic analysis tool - FreeBSD 7 version for FreeBS LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/contrib/LICENSE +FORBIDDEN= multiple security vulnerabilities +DEPRECATED= multiple security vulnerabilities; not updated since 2009 +EXPIRATION_DATE=2017-03-05 + USES= ssl tar:bzip2 PLIST_FILES= bin/tcpdump398 man/man1/tcpdump398.1.gz |