diff options
author | kris <kris@FreeBSD.org> | 2000-11-20 01:31:09 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-11-20 01:31:09 +0000 |
commit | b418316c2f5005800ab72aaf7fd710af35dd2015 (patch) | |
tree | 5e01e7ab77b776ee588206a375207ebaa07fd1ea /net/ethereal/Makefile | |
parent | 5ebd53c504c62c804bbce1dfaa766808ecb6997c (diff) | |
download | FreeBSD-ports-b418316c2f5005800ab72aaf7fd710af35dd2015.zip FreeBSD-ports-b418316c2f5005800ab72aaf7fd710af35dd2015.tar.gz |
Remotely exploitable buffer overflow; same code and impact as in
Security Advisory 00:61
Diffstat (limited to 'net/ethereal/Makefile')
-rw-r--r-- | net/ethereal/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index 90a9b64..bb92734 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ethereal -PORTVERSION= 0.8.10 +PORTVERSION= 0.8.12 CATEGORIES= net ipv6 MASTER_SITES= http://alpha1.linuxberg.com/files/x11/network/ \ http://www.linuxberg.com/files/x11/network/ \ @@ -15,6 +15,7 @@ MASTER_SITES= http://alpha1.linuxberg.com/files/x11/network/ \ http://ethereal.boehm.org/distribution/ MAINTAINER= billf@FreeBSD.org +FORBIDDEN= "Remotely exploitable buffer overflow; identical to Security Advisory 00:61" USE_X_PREFIX= yes USE_GTK= yes |