diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-08-22 19:08:45 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-08-22 19:08:45 +0000 |
commit | 0b83d1d1d2d7c3b267e574157505ee9d349d23b5 (patch) | |
tree | 9ede348286f2c4d15623a4c33e9eca54104fbea5 /net/wireshark | |
parent | Finish removing this port. (diff) |
forbid because of possible security bug
Notes
Notes:
svn path=/head/; revision=64834
Diffstat (limited to 'net/wireshark')
-rw-r--r-- | net/wireshark/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 4d63b860ef34..e9f646b9e06c 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -17,6 +17,8 @@ MASTER_SITE_SUBDIR= . old-versions MAINTAINER= billf@FreeBSD.org +FORBIDDEN= "possible security bug--see <URL:http://www.ethereal.com/appnotes/enpa-sa-00006.html>" + .if !defined(WITHOUT_SNMP) LIB_DEPENDS= snmp.4:${PORTSDIR}/net/net-snmp4 .endif |