diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2002-01-28 16:45:00 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2002-01-28 16:45:00 +0000 |
commit | 34a5ddefe9fc4cf973e4e5696b50a4f11e540ec6 (patch) | |
tree | 444f121bef0e40b5ff44373093b37f7fef20ebde | |
parent | Actually add the Makefile.bsd... Damn... (diff) |
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 |