diff options
author | nectar <nectar@FreeBSD.org> | 2002-01-29 00:45:00 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2002-01-29 00:45:00 +0800 |
commit | 3a94a2327e248f572038f8da104d7da332fc3752 (patch) | |
tree | 03ee7539a3a7beea89578f161cac8a38a23d56de | |
parent | 8726bb638d7be82ec7b4d6ead0fc266f660dbe08 (diff) | |
download | freebsd-ports-gnome-3a94a2327e248f572038f8da104d7da332fc3752.tar.gz freebsd-ports-gnome-3a94a2327e248f572038f8da104d7da332fc3752.tar.zst freebsd-ports-gnome-3a94a2327e248f572038f8da104d7da332fc3752.zip |
Mark FORBIDDEN due to remotely exploitable buffer overflow
-rw-r--r-- | net/sniffit/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sniffit/Makefile b/net/sniffit/Makefile index 0c3a7f1a9f96..9a539deb16da 100644 --- a/net/sniffit/Makefile +++ b/net/sniffit/Makefile @@ -15,6 +15,7 @@ MASTER_SITES= http://reptile.rug.ac.be/~coder/sniffit/files/ \ MASTER_SITE_SUBDIR= obrien DISTNAME= sniffit.0.3.7.beta +FORBIDDEN= "contains remotely exploitable buffer overflow" PATCH_SITES= http://ftp.debian.org/debian/dists/stable/main/source/net/ PATCHFILES= sniffit_0.3.7.beta-6.1.diff.gz PATCH_DIST_STRIP= -p1 |