diff options
author | trevor <trevor@FreeBSD.org> | 2002-08-23 03:08:45 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-08-23 03:08:45 +0800 |
commit | aa998f285435ac4048168daa1a2fe28df779010f (patch) | |
tree | 1fb7a1b6c9019e677b2290ffa23222951040b1cb | |
parent | cc26f1595e45b4836484b318716e25076cc3e00e (diff) | |
download | freebsd-ports-gnome-aa998f285435ac4048168daa1a2fe28df779010f.tar.gz freebsd-ports-gnome-aa998f285435ac4048168daa1a2fe28df779010f.tar.zst freebsd-ports-gnome-aa998f285435ac4048168daa1a2fe28df779010f.zip |
forbid because of possible security bug
-rw-r--r-- | net/ethereal/Makefile | 2 | ||||
-rw-r--r-- | net/wireshark/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index 4d63b860ef34..e9f646b9e06c 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/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 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 |